/* ============================================
// jobs
// ==========================================*/
.lower-jobs .jobs_lead {
  max-width: 864px;
  width: 100%;
  margin: 30px auto 30px;
  font-size: 1.4rem;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_lead {
    padding: 0 40px;
    text-align: center;
    margin: 40px auto 60px;
  }
}
.lower-jobs .jobs_wrap .jobs_item {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item {
    margin-bottom: 100px;
  }
}
.lower-jobs .jobs_wrap .jobs_item_inner {
  max-width: 1280px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_inner {
    padding: 0 40px;
  }
}
.lower-jobs .jobs_wrap .jobs_item_inner::before {
  content: '';
  display: inline-block;
  width: 481px;
  height: 481px;
  background: url(../img/jobs/deco_round_green_border.svg);
  position: absolute;
  right: 75%;
  top: 40px;
  z-index: -1;
}
.lower-jobs .jobs_wrap .jobs_item_head {
  display: flex;
  position: relative;
  flex-flow: column-reverse;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_head {
    flex-flow: row;
    justify-content: flex-end;
  }
}
.lower-jobs .jobs_wrap .jobs_item_head::before {
  content: '';
  display: inline-block;
  width: 50vw;
  height: 200px;
  background: linear-gradient(90deg, #14b8b3 0%, #6dcf9e 100%);
  position: absolute;
  bottom: -20%;
  left: 50%;
  z-index: -1;
}
.lower-jobs .jobs_wrap .jobs_item_head .photo_box {
  max-width: 640px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_head .photo_box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 0;
  }
}
.lower-jobs .jobs_wrap .jobs_item_head .title_box {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_head .title_box {
    text-align: left;
    padding: 0 0 0 60px;
    margin: 0;
  }
}
.lower-jobs .jobs_wrap .jobs_item_head .title_box .num {
  font-family: "Quicksand", sans-serif;
  color: #32B1AD;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 10px;
}
.lower-jobs .jobs_wrap .jobs_item_head .title_box .title {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_head .title_box .title {
    font-size: 3rem;
  }
}
.lower-jobs .jobs_wrap .jobs_item_head .title_box .title span {
  background: linear-gradient(transparent 50%, #D6EFEF 0%);
  padding: 5px 4px 5px;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_head .title_box .title span {
    padding: 10px 4px 10px;
  }
}
.lower-jobs .jobs_wrap .jobs_item_about {
  margin-top: 16px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_about {
    margin-top: 40px;
  }
}
.lower-jobs .jobs_wrap .jobs_item_about_inner {
  max-width: 960px;
  width: 100%;
  margin: 0 0 0 auto;
  background: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  padding: 20px 20px 60px;
  flex-flow: column;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_about_inner {
    flex-flow: row;
    padding: 50px 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.lower-jobs .jobs_wrap .jobs_item_about .title_box {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_about .title_box {
    flex: 1 0 180px;
  }
}
.lower-jobs .jobs_wrap .jobs_item_about .title_box span {
  display: block;
}
.lower-jobs .jobs_wrap .jobs_item_about .text_box {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_about .text_box {
    margin: 0 0 0 60px;
  }
}
.lower-jobs .jobs_wrap .jobs_item_about .m_title_style01 {
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_about .m_title_style01 {
    margin-bottom: 20px;
  }
}
.lower-jobs .jobs_wrap .jobs_item_about .m_button_style01 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 180px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item_about .m_button_style01 {
    position: static;
  }
}
.lower-jobs .jobs_wrap .jobs_item_about .m_button_style01 a {
  border-radius: 5px;
  width: 100%;
  font-size: 1.4rem;
  padding: 20px 30px;
}
.lower-jobs .jobs_wrap .jobs_item:nth-of-type(2n) .jobs_item_inner::before {
  background: url(../img/jobs/deco_round_pink_border.svg);
  right: auto;
  left: 75%;
}
@media screen and (min-width: 769px) {
  .lower-jobs .jobs_wrap .jobs_item:nth-of-type(2n) .jobs_item_head {
    justify-content: flex-start;
  }
}
.lower-jobs .jobs_wrap .jobs_item:nth-of-type(2n) .jobs_item_head::before {
  background: linear-gradient(90deg, #ffa3a3 0%, #ff5f83 100%);
  width: 70vw;
  right: 50%;
  left: auto;
}
@media screen and (min-width: 1025px) {
  .lower-jobs .jobs_wrap .jobs_item:nth-of-type(2n) .jobs_item_head::before {
    width: 50vw;
  }
}
.lower-jobs .jobs_wrap .jobs_item:nth-of-type(2n) .jobs_item_head .title_box .num {
  color: #EE88A2;
}
.lower-jobs .jobs_wrap .jobs_item:nth-of-type(2n) .jobs_item_head .title_box .title span {
  background: linear-gradient(transparent 50%, #FDEFF3 0%);
}
.lower-jobs .jobs_wrap .jobs_item:nth-of-type(2n) .jobs_item_about_inner {
  margin: 0 auto 0 0;
}
