@charset "UTF-8";
/* ==========================================================================//
//
// 仕事を知る
//
// ========================================================================== */
.lead {
  background-image: url(../../images/job/lead_bg_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0 40px;
}
@media all and (min-width: 751px) {
  .lead {
    background-image: url(../../images/job/lead_bg_pc.webp);
    padding: 60px 0 80px;
  }
}
@media all and (min-width: 751px) {
  .lead {
    --inner_padding: 250;
  }
}
@media all and (min-width: 751px) {
  .lead .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lead .wrap .head_wrap,
  .lead .wrap p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.lead .ttl {
  color: #3268A3;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  font-size: 25px;
}
@media all and (min-width: 751px) {
  .lead .ttl {
    text-align: left;
    font-size: 38px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  .lead .ttl {
    font-size: 34px;
  }
}
.lead .sub_ttl {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 8px;
}
@media all and (max-width: 750px) {
  .lead .sub_ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    background-color: #3268A3;
    padding: 0.05em 0.4em 0.1em;
  }
  .lead .sub_ttl span {
    display: contents;
  }
}
@media all and (min-width: 751px) {
  .lead .sub_ttl {
    text-align: left;
    font-size: 29px;
    margin-top: 5px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  .lead .sub_ttl {
    font-size: 24px;
  }
}
@media all and (min-width: 751px) {
  .lead .sub_ttl span {
    display: inline-block;
    background-color: #3268A3;
    padding: 0.05em 0.5em 0.1em;
  }
  .lead .sub_ttl span:not(:last-child) {
    margin-bottom: 8px;
  }
}
.lead p {
  line-height: 1.83;
}
@media all and (max-width: 750px) {
  .lead p {
    margin-top: 15px;
  }
}
@media all and (min-width: 751px) {
  .lead p {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .lead p {
    font-size: 14px;
  }
}

.container {
  overflow: hidden;
  background-color: #E3EEF7;
  padding: 46px 0 75px;
}
@media all and (min-width: 751px) {
  .container {
    padding: 132px 0 200px;
  }
}
.container .job_list {
  counter-reset: number 0;
}
.container .job_list .job_item {
  counter-increment: number 1;
}
@media all and (min-width: 751px) {
  .container .job_list .job_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container .job_list .job_item::before {
    position: absolute;
    content: "";
    clip-path: polygon(17% 0%, 100% 0%, 83% 100%, 0% 100%);
    background-color: #4A8CC7;
    opacity: 0.15;
    aspect-ratio: 56/35;
    width: 40%;
    top: 6%;
    right: -10%;
    z-index: -1;
  }
}
.container .job_list .job_item:not(:last-child) {
  margin-bottom: 50px;
}
@media all and (min-width: 751px) {
  .container .job_list .job_item:not(:last-child) {
    margin-bottom: 100px;
  }
}
.container .job_list .job_item .image {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 751px) {
  .container .job_list .job_item .image {
    width: 60%;
    margin-left: -10%;
  }
}
.container .job_list .job_item .texts {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding-bottom: 50px;
}
@media all and (min-width: 751px) {
  .container .job_list .job_item .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px 100px 66px 0;
    margin-top: 90px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .container .job_list .job_item .texts {
    padding: 30px 70px 50px 0;
  }
}
.container .job_list .job_item .texts::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #fff;
  top: -68px;
  bottom: 0;
  left: 50%;
}
@media all and (max-width: 750px) {
  .container .job_list .job_item .texts::before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% + var(--inner_padding) * 2 * 1px);
  }
}
@media all and (min-width: 751px) {
  .container .job_list .job_item .texts::before {
    top: 0;
    left: -140px;
    right: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .container .job_list .job_item .texts::before {
    left: -100px;
  }
}
.container .job_list .job_item .texts .ttl {
  text-align: center;
  font-size: 25px;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #E3EEF7;
  margin-bottom: 0.6em;
}
@media all and (max-width: 750px) {
  .container .job_list .job_item .texts .ttl {
    padding-right: 1em;
  }
}
@media all and (min-width: 751px) {
  .container .job_list .job_item .texts .ttl {
    text-align: left;
    font-size: 34px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  .container .job_list .job_item .texts .ttl {
    font-size: 28px;
  }
}
.container .job_list .job_item .texts .ttl::first-letter {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  margin-right: 2px;
}
.container .job_list .job_item .texts .ttl::before {
  content: "#" counter(number, decimal-leading-zero);
  color: #E3EEF7;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.32em;
  line-height: 1;
  vertical-align: bottom;
  margin-right: 9px;
}
@media all and (min-width: 751px) {
  .container .job_list .job_item .texts .ttl::before {
    margin-right: 18px;
  }
}
.container .job_list .job_item .texts .tx {
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .container .job_list .job_item .texts .tx {
    font-size: 15px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .container .job_list .job_item .texts .tx {
    font-size: 13px;
  }
}
.container .job_list .job_item .texts .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #669bc9;
  color: #fff;
  margin-top: 25px;
  padding: 20px 0;
}
@media all and (min-width: 751px) {
  .container .job_list .job_item .texts .content {
    padding: 28px 0;
  }
}
.container .job_list .job_item .texts .content .head {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 30%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.container .job_list .job_item .texts .content .list {
  padding: 0 20px;
}
.container .job_list .job_item .texts .content .list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.container .job_list .job_item .texts .content .list > li:not(:last-child) {
  margin-bottom: 3px;
}
@media all and (min-width: 751px) {
  .container .job_list .job_item .texts .content .list > li:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media all and (min-width: 751px) {
  .container .job_list .job_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .container .job_list .job_item:nth-child(even)::before {
    left: -10%;
    right: unset;
  }
  .container .job_list .job_item:nth-child(even) .image {
    margin-left: unset;
    margin-right: -10%;
  }
  .container .job_list .job_item:nth-child(even) .texts {
    padding: 40px 25px 66px 100px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 999px) {
  .container .job_list .job_item:nth-child(even) .texts {
    padding: 30px 20px 50px 70px;
  }
}
@media all and (min-width: 751px) {
  .container .job_list .job_item:nth-child(even) .texts::before {
    right: -140px;
    left: 0;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 999px) {
  .container .job_list .job_item:nth-child(even) .texts::before {
    right: -100px;
    left: 0;
  }
}