.btn-primary {
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .btn-primary {
    margin-bottom: 24px;
  }
}
.btn-primary.-disabled a {
  background-color: #CDD6DB;
  border-color: #CDD6DB;
  pointer-events: none;
}
.btn-primary a {
  border-radius: 50px;
  padding: 20px 19.25%;
  background-color: #172852;
  border: 1px solid #172852;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 16px;
  font-style: normal;
  line-height: 150%; /* 24px */
}
.btn-primary a picture img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 33px;
}
@media only screen and (max-width: 540px) {
  .btn-primary a picture img {
    right: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-primary a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .btn-primary a {
    display: block;
    padding: 14px 50px 14px 30px;
  }
}
.btn-primary a:hover {
  color: #172852;
  background-color: #fff;
}
.btn-primary a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(6308%) hue-rotate(196deg) brightness(102%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(6308%) hue-rotate(196deg) brightness(102%) contrast(97%);
}

.recruit.return {
  background: none;
  padding-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .recruit.return {
    padding-bottom: 56px;
  }
}
.recruit.return .banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/img_job_01.jpg);
  position: relative;
  width: 100vw;
  height: 300px;
  margin: 56px 0 104px !important;
}
@media only screen and (max-width: 768px) {
  .recruit.return .banner {
    margin: 24px 0 56px !important;
    height: 250px;
  }
}
@media only screen and (max-width: 540px) {
  .recruit.return .banner {
    height: 180px;
    background-image: url(../img/img_job_02.jpg);
  }
}
.recruit.return .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(38, 54, 68, 0.8);
}
.recruit.return .banner .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit.return .banner .container h2 {
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
}
@media only screen and (max-width: 768px) {
  .recruit.return .banner .container h2 {
    font-size: 28px;
  }
}
.recruit.return .info-job .info-heading {
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .info-heading {
    margin-bottom: 24px;
  }
}
.recruit.return .info-job .info-heading h3 {
  color: #172852;
  font-family: "IBM Plex Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .info-heading h3 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 16px;
  }
}
.recruit.return .info-job .info-heading p {
  color: #172852;
  font-family: "IBM Plex Sans JP";
  font-size: 16px;
  font-style: normal;
  line-height: 180%; /* 28.8px */
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .info-heading p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .recruit.return .info-job .info-heading p br {
    display: none;
  }
}
.recruit.return .info-job .detail, .recruit.return .info-job .detail-2 {
  padding: 56px 54px;
  border-radius: 12px;
  border: 1px solid #CDD6DB;
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail, .recruit.return .info-job .detail-2 {
    padding: 32px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
  }
}
.recruit.return .info-job .detail .title, .recruit.return .info-job .detail-2 .title {
  color: #172852;
  font-family: "IBM Plex Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail .title, .recruit.return .info-job .detail-2 .title {
    font-size: 22px;
    line-height: 150%; /* 33px */
    margin-bottom: 16px;
  }
}
.recruit.return .info-job .detail ul, .recruit.return .info-job .detail-2 ul {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail ul, .recruit.return .info-job .detail-2 ul {
    margin-bottom: 40px;
  }
}
.recruit.return .info-job .detail ul li, .recruit.return .info-job .detail-2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail ul li, .recruit.return .info-job .detail-2 ul li {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin-bottom: 8px;
  }
}
.recruit.return .info-job .detail ul li p, .recruit.return .info-job .detail-2 ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  padding: 0px 32px;
  border-radius: 6px;
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .recruit.return .info-job .detail ul li p, .recruit.return .info-job .detail-2 ul li p {
    height: auto;
    min-height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail ul li p, .recruit.return .info-job .detail-2 ul li p {
    padding: 0;
  }
}
.recruit.return .info-job .detail ul li p:first-child, .recruit.return .info-job .detail-2 ul li p:first-child {
  color: #FFF;
  font-size: 16px;
  background-color: #418FDE;
  line-height: 100%;
  width: 19.3%;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .recruit.return .info-job .detail ul li p:first-child, .recruit.return .info-job .detail-2 ul li p:first-child {
    line-height: 140%;
  }
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail ul li p:first-child, .recruit.return .info-job .detail-2 ul li p:first-child {
    font-size: 14px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 540px) {
  .recruit.return .info-job .detail ul li p:first-child, .recruit.return .info-job .detail-2 ul li p:first-child {
    width: 32%;
  }
}
@media only screen and (max-width: 375px) {
  .recruit.return .info-job .detail ul li p:first-child, .recruit.return .info-job .detail-2 ul li p:first-child {
    width: 38%;
    padding: 0 10px;
  }
}
.recruit.return .info-job .detail ul li p:last-child, .recruit.return .info-job .detail-2 ul li p:last-child {
  color: #172852;
  font-size: 14px;
  background-color: #EFFBFF;
  line-height: 160%;
  width: -webkit-fill-available;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail ul li p:last-child, .recruit.return .info-job .detail-2 ul li p:last-child {
    line-height: 150%;
    font-size: 12px;
    padding: 14px;
  }
}
.recruit.return .info-job .detail ul li p:last-child.special, .recruit.return .info-job .detail-2 ul li p:last-child.special {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit.return .info-job .detail ul li p:last-child.special span.note, .recruit.return .info-job .detail-2 ul li p:last-child.special span.note {
  font-size: 12px;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail ul li p:last-child.special span.note, .recruit.return .info-job .detail-2 ul li p:last-child.special span.note {
    font-size: 11px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail ul li br.pc, .recruit.return .info-job .detail-2 ul li br.pc {
    display: none;
  }
}
.recruit.return .info-job .detail .text p, .recruit.return .info-job .detail-2 .text p {
  color: #172852;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 14px;
  font-style: normal;
  line-height: 160%; /* 22.4px */
  margin-bottom: 0;
}
.recruit.return .info-job .detail .text p br, .recruit.return .info-job .detail-2 .text p br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail .text p br, .recruit.return .info-job .detail-2 .text p br {
    display: block;
  }
}
.recruit.return .info-job .detail-2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail-2 {
    margin-bottom: 0px;
  }
}
.recruit.return .info-job .detail-2 .detail-content .btn-primary {
  margin-bottom: 0;
}
.recruit.return .info-job .detail-2 .detail-content .text-1 {
  color: #172852;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 20px;
  font-style: normal;
  line-height: 160%;
  margin-bottom: 18;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail-2 .detail-content .text-1 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.recruit.return .info-job .detail-2 .detail-content .text-1 br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail-2 .detail-content .text-1 br {
    display: block;
  }
}
.recruit.return .info-job .detail-2 .detail-content .text-2 {
  color: #172852;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail-2 .detail-content .text-2 {
    text-align: left;
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail-2 .detail-content .text-2 br {
    display: none;
  }
}
.recruit.return .info-job .detail-2 .detail-content .text-3 {
  color: #172852;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  margin-bottom: 24px;
  margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail-2 .detail-content .text-3 {
    margin-top: 40px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail-2 .detail-content .text-3 br {
    display: none;
  }
}
.recruit.return .info-job .detail-2 .detail-content .text-4 {
  color: #172852;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 14px;
  font-style: normal;
  line-height: 160%; /* 22.4px */
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail-2 .detail-content .text-4 {
    margin-top: 24px;
  }
}
.recruit.return .info-job .detail-2 .detail-content .text-4 br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit.return .info-job .detail-2 .detail-content .text-4 br.sp {
    display: block;
  }
}