@media screen and (min-width: 769px) {
  .jobName-section {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section {
    padding: 40px 0 60px;
  }
}

.jobName-section__wrap {
  max-width: 950px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.jobName-section__tagGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jobName-section__tag {
  margin-top: 5px;
  padding: 4px 10px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  border-radius: 100px;
  background-color: #064EA2;
}
@media screen and (min-width: 769px) {
  .jobName-section__tag {
    margin-right: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__tag {
    margin-right: 5px;
    font-size: 11px;
  }
}

.jobName-section__heading {
  margin-top: 20px;
  padding-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .jobName-section__heading {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__heading {
    font-size: 26px;
  }
}

.jobName-section__defineList {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (min-width: 769px) {
  .jobName-section__defineList {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__defineList {
    margin-top: 20px;
  }
}

.jobName-section__define {
  font-size: 15px;
  line-height: 2;
  background-color: #F5F5F5;
}
.jobName-section__define:nth-child(n+2) {
  border-top: 1px solid #C7C7C7;
}
@media screen and (min-width: 769px) {
  .jobName-section__define {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.jobName-section__defineTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #064EA2;
}
@media screen and (min-width: 769px) {
  .jobName-section__defineTitle {
    width: 144px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__defineTitle {
    padding: 8px 15px;
  }
}

.jobName-section__defineData {
  letter-spacing: -0.006em;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .jobName-section__defineData {
    width: calc(100% - 144px);
    padding: 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__defineData {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.jobName-section__listTitle {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .jobName-section__listTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__listTitle {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .jobName-section__swiperWrap {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__swiperWrap {
    margin-top: 60px;
  }
}
.jobName-section__swiperWrap .swiper-slide {
  border: 1px solid #D5D5D5;
  background-color: #fff;
}
.jobName-section__swiperWrap .swiper-button-prev,
.jobName-section__swiperWrap .swiper-button-next {
  top: 45%;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  background-color: #064EA2;
}
.jobName-section__swiperWrap .swiper-button-prev:after,
.jobName-section__swiperWrap .swiper-button-next:after {
  content: "";
  width: 30px;
  height: 10px;
  display: block;
  background: url("../img/common/icon-arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .jobName-section__swiperWrap .swiper-button-prev,
  .jobName-section__swiperWrap .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .jobName-section__swiperWrap .swiper-button-prev:hover,
  .jobName-section__swiperWrap .swiper-button-next:hover {
    background-color: #55C2E9;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__swiperWrap .swiper-button-prev,
  .jobName-section__swiperWrap .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.jobName-section__swiperWrap .swiper-button-prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 769px) {
  .jobName-section__swiperWrap .swiper-button-prev {
    left: 11%;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__swiperWrap .swiper-button-prev {
    left: 5px;
  }
}
@media screen and (min-width: 769px) {
  .jobName-section__swiperWrap .swiper-button-next {
    right: 12%;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__swiperWrap .swiper-button-next {
    right: 5px;
  }
}

.jobName-section__slideTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (min-width: 769px) {
  .jobName-section__slideTitle {
    padding: 30px 30px 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__slideTitle {
    padding: 20px 20px 10px;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .jobName-section__description {
    padding: 20px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__description {
    padding: 5px 20px 20px;
  }
}

.jobName-section__slideText {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .jobName-section__slideText {
    line-height: 2.14;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__slideText {
    line-height: 1.75;
  }
}
.jobName-section__slideText strong {
  line-height: 1.35;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .jobName-section__slideText strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .jobName-section__slideText strong {
    font-size: 16px;
  }
}