@charset "utf-8";

.pv_visual{
  background: url(../img/page_visual.png) no-repeat center/cover;
}

.job{
  padding: 50px 0 102px 0;
}
.job_inner{
  max-width: 1121px;
  width: 100%;
  margin: auto;
}
.job_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 87px 55px;
  margin-top: 62px;
}
.job_box{
  max-width: 337px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.job_box h3{
  font-size: 2.4rem;
  letter-spacing: 0.96px;
  margin-top: 38px;
}
.jb_txt{
  margin-top: 20px;
  font-weight: 500;
  line-height: 2;
}
.jb_btn{
  max-width: 240px;
  width: 100%;
  min-height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 56px;
  position: relative;
  background: transparent linear-gradient(105deg, #3D77EB 0%, #77E5FF 100%) 0% 0% no-repeat padding-box;
  border-radius: 32px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  &::after{
    content: "";
    background: url(../../common/img/allow.svg) no-repeat center/cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
}

.job_envi{
  background: url(../img/envi_bg.png) no-repeat center/cover;
  padding: 83px 0 63px 0;
}
.je_inner{
  max-width: 1180px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
}
.ji_r{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 472px;
  width: 100%;
}
.jir_txt{
   font-weight: 500;
   line-height: 2;
   margin-top: 38px;
}
.ji_btn{
  margin-top: 38px;
}

@media screen and (max-width: 767px){
  .job {
    padding: 60px 0;
  }
  .job_inner{
    padding: 0 5%;
  }
  .job_box {
    max-width: 100%;
}

  .job_envi{
    padding: 60px 0;
  }
  .je_inner{
    padding: 0 5%;
    flex-direction: column;
    gap: 30px;
  }
}