@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.page_head
------------------------------ */
.page_head .page_ttl_box01 .page_ttl {
  margin-left: 55px;
}
@media screen and (max-width: 1280px) {
  .page_head .page_ttl_box01 .page_ttl {
    margin-left: 62px;
  }
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box01 .page_ttl {
    margin-left: 33px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box01 .page_ttl {
    margin-left: 20px;
  }
}

/* ------------------------------
	.job
------------------------------ */
.job {
  position: relative;
  padding: 130px 0 30px;
}
@media screen and (max-width: 768px) {
  .job {
    padding: 60px 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .job .txt {
    font-size: 1.7rem;
  }
}
.job .wrap {
  position: relative;
  z-index: 2;
}
.job .job_ttl {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .job .job_ttl {
    font-size: 2rem;
  }
}
.job .ttl_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .job .ttl_box {
    margin-bottom: 30px;
  }
}
.job .ttl_box .ico {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #15B9D4;
  background: #fff url(../img/common/ico_arw01.svg) no-repeat 43% center;
}
@media screen and (max-width: 768px) {
  .job .ttl_box .ico {
    width: 40px;
    height: 40px;
    background-position: 40% center;
  }
}
@media screen and (max-width: 768px) {
  .job .job_graph_wrap .job_graph_box {
    margin: 0 -6vw;
    padding-bottom: 5px;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .job .job_graph_wrap .job_graph_box .job_graph {
    width: calc(800px + 12vw);
    padding: 0 6vw;
  }
}
.job .job_graph_wrap .txt {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .job .job_graph_wrap .txt {
    margin-top: 30px;
  }
}
.job .job_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .job .job_wrap {
    margin-top: 60px;
  }
}
.job .job_wrap .job_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .job .job_wrap .job_box {
    flex-direction: column;
  }
}
.job .job_wrap .job_box + .job_box {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .job .job_wrap .job_box:nth-child(even) .img_box {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .job .job_wrap .job_box:nth-child(even) .txt_box {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .job .job_wrap .job_box:nth-child(even) .txt_box a {
    border-radius: 15px 0 0 15px;
  }
}
.job .job_wrap .job_box .img_box {
  flex-shrink: 0;
  width: 50%;
  max-width: 507px;
}
@media screen and (max-width: 768px) {
  .job .job_wrap .job_box .img_box {
    width: 100%;
    max-width: 100%;
  }
}
.job .job_wrap .job_box .txt_box {
  width: 100%;
}
.job .job_wrap .job_box .txt_box a {
  display: block;
  padding: 30px 50px;
  border-radius: 0 15px 15px 0;
  background: #F4F7FB;
}
@media screen and (max-width: 768px) {
  .job .job_wrap .job_box .txt_box a {
    padding: 30px 20px;
    border-radius: 0 0 15px 15px;
  }
}
.job .carrer_box {
  position: relative;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .job .carrer_box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .job .carrer_box .img {
    border-radius: 15px;
    overflow: hidden;
  }
}
.job .carrer_box .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  width: 260px;
  background: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .job .carrer_box .btn {
    width: 240px;
  }
}

.content_wrap.bg_line {
  bottom: 1000px;
}
@media screen and (max-width: 768px) {
  .content_wrap.bg_line {
    bottom: 0;
  }
}