@charset "UTF-8";
/**** 共通カラー ****/
/* --------------------------------------
RECRUIT
-------------------------------------- */
.title_job {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title_job {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .title_job {
    font-size: 24px;
  }
}

#sec_recruit .sec_lead {
  position: relative;
}
#sec_recruit .sec_lead:before {
  content: "";
  width: 100%;
  height: 250%;
  position: absolute;
  left: 0;
  background: url(../../assets/img/recruit/co_bg_01.webp) no-repeat center top;
}
@media screen and (min-width: 1240px) {
  #sec_recruit .sec_lead:before {
    background-size: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_recruit .sec_lead:before {
    background-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  #sec_recruit .sec_lead:before {
    top: -10%;
    background-size: 300% auto;
    background-position: 10% top;
  }
}
#sec_recruit .sec_lead:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/recruit/co_tx_01.svg) no-repeat left bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sec_recruit .sec_lead .l_inner {
  position: relative;
  z-index: 1;
}
#sec_recruit .sec_lead .title {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #sec_recruit .sec_lead .title {
    font-size: 16px;
  }
}
#sec_recruit .sec_lead .copy {
  margin-top: 20px;
  line-height: 2;
}
#sec_recruit .sec_lead .img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1240px) {
  #sec_recruit .sec_lead .txt {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_recruit .sec_lead .txt {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  #sec_recruit .sec_lead {
    padding: 55px 0 240px;
  }
  #sec_recruit .sec_lead:after {
    background-size: 100% auto;
  }
  #sec_recruit .sec_lead .txt {
    margin: 0 auto;
  }
  #sec_recruit .sec_lead .img {
    width: 20%;
  }
  #sec_recruit .sec_lead .img_01 {
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    position: absolute;
    bottom: 135px;
    left: 0;
  }
  #sec_recruit .sec_lead .img_02 {
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_recruit .sec_lead {
    padding: 0 0 150px 0;
  }
  #sec_recruit .sec_lead:after {
    background-size: 200% auto;
  }
  #sec_recruit .sec_lead .img_01 {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    position: absolute;
    top: -170px;
    right: 0;
    width: 38%;
  }
  #sec_recruit .sec_lead .img_02 {
    margin-top: 40px;
    border-radius: 0 10px 10px 0;
    width: 60%;
  }
}

#sec_job {
  background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, #fff 50.25%, #fff 100%);
  position: relative;
  z-index: 1;
}
#sec_job a:hover .thumb_wrap:after {
  background: #FF7F00 url(../../assets/img/common/ic_arrow_02.svg) no-repeat center center;
  background-size: 20px 20px;
}
#sec_job a:hover .thumb_wrap img {
  transform: scale(1);
}
#sec_job a:hover .name span:after {
  transform: scale(1, 1);
}
#sec_job .thumb_wrap {
  position: relative;
  border-radius: 10px;
}
#sec_job .thumb_wrap:after {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #12426C url(../../assets/img/common/ic_arrow_02.svg) no-repeat center center;
  background-size: 20px 20px;
  border: 10px solid #fff;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  transition: 0.3s;
}
#sec_job .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#sec_job .thumb img {
  transition: 0.3s;
  transform: scale(1.07);
}
#sec_job .name {
  margin-top: 10px;
  line-height: 1.6;
}
#sec_job .name span {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}
#sec_job .name span:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
  background: #12426c;
}
@media screen and (min-width: 1240px) {
  #sec_job .job {
    width: calc((100% - 280px) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_job .job {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (min-width: 768px) {
  #sec_job {
    padding: 130px 0;
  }
  #sec_job .l_flex {
    margin-top: 70px;
    justify-content: space-between;
  }
  #sec_job .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #sec_job {
    padding: 70px 0;
  }
  #sec_job .l_flex {
    display: block;
    margin-top: 50px;
  }
  #sec_job .job {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #sec_job .job + .job {
    margin-top: 50px;
  }
  #sec_job .name {
    font-size: 18px;
  }
}

/* --------------------------------------
RECRUIT DETAIL
-------------------------------------- */
#sec_recruit_job .sec_lead .l_flex {
  justify-content: space-between;
  align-items: flex-start;
}
#sec_recruit_job .sec_lead .img {
  overflow: hidden;
}
#sec_recruit_job .sec_lead .list_dot_l {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #12426C;
}
#sec_recruit_job .sec_lead .list_dot_l li {
  padding-left: 17px;
  position: relative;
}
#sec_recruit_job .sec_lead .list_dot_l li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #FF7F00;
  position: absolute;
  top: 10px;
  left: 0;
}
#sec_recruit_job .sec_lead .list_dot_l li em {
  color: #FF7F00;
}
#sec_recruit_job .sec_lead .list_dot_l li + li {
  margin-top: 10px;
}
@media screen and (min-width: 1240px) {
  #sec_recruit_job .sec_lead .txt {
    width: 37%;
  }
}
@media screen and (min-width: 768px) {
  #sec_recruit_job .sec_lead {
    border-radius: 30px;
    padding: 0 0 140px;
  }
  #sec_recruit_job .sec_lead .img {
    border-radius: 30px;
    width: 50%;
  }
  #sec_recruit_job .sec_lead .txt {
    width: 37.5%;
  }
}
@media screen and (max-width: 767px) {
  #sec_recruit_job .sec_lead {
    border-radius: 10px;
    padding: 0 0 70px;
  }
  #sec_recruit_job .sec_lead .l_flex {
    display: block;
  }
  #sec_recruit_job .sec_lead .img {
    border-radius: 10px;
  }
  #sec_recruit_job .sec_lead .txt {
    margin-top: 50px;
  }
}
#sec_recruit_job .sec_detail {
  background: #f7f8f9;
  background: linear-gradient(180deg, rgb(247, 248, 249) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 768px) {
  #sec_recruit_job .sec_detail {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_recruit_job .sec_detail {
    padding: 70px 0 80px;
  }
}

.list_job_detail .list_dot li {
  position: relative;
  padding-left: 17px;
}
.list_job_detail .list_dot li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #12426C;
  position: absolute;
  left: 0;
}
.list_job_detail .list_dot li.dot_w:before {
  background: #fff;
  border: 1px solid #12426C;
}
.list_job_detail .list_dot li + li {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .list_job_detail .list_dot li:before {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_job_detail .list_dot li:before {
    top: 8px;
  }
}
.list_job_detail .list_flow {
  counter-reset: number 0;
}
.list_job_detail .list_flow li {
  position: relative;
  padding-left: 40px;
}
.list_job_detail .list_flow li:after {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: linear-gradient(#fdad5c 0%, #ff7f00 100%);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  text-align: center;
  line-height: 30px;
  z-index: 2;
}
.list_job_detail .list_flow li + li {
  margin-top: 30px;
}
.list_job_detail .list_flow li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 30px);
  border-left: 2px dotted #A5B7C7;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.list_job_detail .list_flow + ul {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .list_job_detail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    border-top: 1px solid #A5B7C7;
  }
  .list_job_detail dt,
  .list_job_detail dd {
    border-bottom: 1px solid #A5B7C7;
    padding: 22px 0;
  }
  .list_job_detail dt {
    width: 230px;
  }
  .list_job_detail dd {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 767px) {
  .list_job_detail {
    padding: 50px 0 0;
    border-bottom: 1px solid #A5B7C7;
  }
  .list_job_detail dt {
    border-top: 1px solid #A5B7C7;
    padding-top: 25px;
  }
  .list_job_detail dd {
    padding: 20px 0 25px;
  }
}

.sec_contact {
  background: #fff;
  position: relative;
}/*# sourceMappingURL=recruit.css.map */