/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#jobs {
  font-size: 13px;
  font-weight: 500;
  color: #231815;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#jobs * {
  box-sizing: border-box;
}

#jobs a {
  transition: opacity .3s;
}

#jobs a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#jobs a:hover {
  text-decoration: none;
}

#jobs a:focus-visible {
  outline: none;
}

#jobs img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#jobs .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#jobs .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#jobs .pc-br {
  display: none;
}

#jobs .sp-br {
  display: inline;
}

#jobs .inline-block{
  display: inline-block;
}

#jobs .font-ad{
  font-family: adventures-unlimited, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#jobs .font-mont{
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#jobs .txt-gradient{
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#jobs .txt-orange{
  color: #FB6420;
}

#jobs .txt{
  font-size: 14px;
  line-height: 1.8;
}

#jobs .inner {
  width: calc(100% - 25px);
  max-width: 1200px;
  margin: 0 auto;
}

#jobs .content-main{
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  background: url("../images/jobs/content_main_sp.jpg")no-repeat center center / cover;
}

#jobs .content-main .ja{
  position: relative;
  display: block;
  padding-left: 60px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}

#jobs .content-main .ja::before{
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}

#jobs .content-main .en{
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 200px;
  height: 100%;
  padding: 0 40px;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 100%);
  clip-path: polygon(158px 0%, 100% 0%, 100% 100%, 0% 100%);
  line-height: 1;
}

#jobs .content-main .en img{
  width: 130px;
}

#jobs .menu-list{
  width: calc(100% - 25px);
  max-width: 350px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#jobs .menu-item{
  width: calc(100% - 25px);
}

#jobs .menu-item:nth-of-type(2n){
  margin-left: auto;
}

#jobs .menu-item-link{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 23px 25px;
  color: #fff;
  z-index: 0;
}

#jobs .menu-item-link::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 25% , rgb(247,183,51) 66% , rgb(247,183,51) 75% , rgb(252, 82, 28) 100%);
  background-size: 400% 100%;
  background-position: left bottom;
  border-radius: 5px;
  z-index: -2;
  transition: all .3s;
}

#jobs .menu-item-link::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 25% , rgb(247,183,51) 66% , rgb(247,183,51) 75% , rgb(252, 82, 28) 100%);
  background-size: 400% 100%;
  background-position: right bottom;
  border-radius: 5px;
  z-index: -1;
  transition: all .3s;
  opacity: 0;
}

#jobs .menu-item-link .num-block{
  position: relative;
  width: fit-content;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

#jobs .menu-item-link .num-block::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  right: 0;
  top: calc(50% - 15px);
  background-color: #fff;
}

#jobs .menu-item-link .num-block .num{
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
}

#jobs .menu-item-link .link-txt{
  padding-left: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

#jobs .menu-item-link .icon{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 5px 0 0 0;
  z-index: 1px;
}

#jobs .menu-item-link .icon::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: -30px;
  background: transparent;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 5px;
  box-shadow: 5px 5px 0 #fff;
}

#jobs .menu-item-link .icon::after{
  position: absolute;
  content: "";
  top: -30px;
  right: 0;
  background: transparent;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 5px;
  box-shadow: 5px 5px 0 #fff;
}

#jobs .job-content-wrapper{
  margin-top: 30px;
}

#jobs .job-content{
  padding: 30px 0;
}

#jobs .content-ttl{
  text-align: center;
}

#jobs .content-ttl .num-block{
  display: block;
  position: relative;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

#jobs .content-ttl .num-block::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  bottom: 0;
  left: calc(50% - 10px);
  background-color: #231815;
}

#jobs .content-ttl .num-block .num{
  display: block;
  font-size: 28px;
  font-weight: 700;
}

#jobs .content-ttl .ttl{
  display: block;
  margin-top: 15px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
}

#jobs .content-ttl02{
  position: relative;
  padding-left: 25px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

#jobs .content-ttl02::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  top: 14px;
  left: 0;
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
}

#jobs .content-ttl02.white{
  color: #fff;
}

#jobs .content-ttl02.white::before{
  background: #fff;
}

#jobs .main-content{
  margin: 40px 0;
}

#jobs .main-content-img{
  max-width: 700px;
  margin: 0 auto 30px;
  border-radius: 10px;
  overflow: hidden;
}

#jobs .main-content-txt .txt{
  margin: 10px 0 20px;
}

#jobs .worthwhile-block{
  position: relative;
  padding: 45px 15px 15px;
  background-color: #F6F6F6;
  border-radius: 5px;
}

#jobs .worthwhile-ttl{
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 15px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 1;
}

#jobs .worthwhile-ttl::before{
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  background: transparent;
  width: 30px;
  height: 30px;
  border-top-left-radius: 5px;
  box-shadow: -5px -5px 0 #fff;
}

#jobs .worthwhile-ttl::after{
  position: absolute;
  content: "";
  bottom: -30px;
  left: 0;
  background: transparent;
  width: 30px;
  height: 30px;
  border-top-left-radius: 5px;
  box-shadow: -5px -5px 0 #fff;
}

#jobs .worthwhile-ttl .ttl{
  position: relative;
  padding-left: 6px;
  font-size: 15px;
  font-weight: 700;
}

#jobs .worthwhile-ttl .ttl::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  top: calc(50% - 7px);
  left: 0;
  background: linear-gradient(0deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
}

#jobs .worthwhile-list .list-item{
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.6;
}

#jobs .worthwhile-list .list-item::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  background: linear-gradient(0deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  border-radius: 1px;
}

#jobs .worthwhile-list .list-item:not(:last-of-type){
  margin-bottom: 8px;
}

#jobs .description-block{
  margin: 40px 0;
}

#jobs .description-list{
  max-width: 595px;
  margin: 0 auto;
  counter-reset: listnum;
}

#jobs .description-list .list-item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#jobs .description-list .list-item:not(:last-of-type){
  margin-bottom: 13px;
}

#jobs .description-list .list-item .ttl{
  position: relative;
  width: 130px;
  padding-top: 12px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  z-index: 0;
}

#jobs .description-list .list-item .ttl::before{
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  background: linear-gradient(90deg, rgba(252, 82, 28, 1) 0%, rgba(250, 133, 40, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  opacity: .4;
  z-index: -1;
}

#jobs .description-list .list-item .img-block{
  position: relative;
  width: calc(100% - 130px);
  max-width: 440px;
  border-radius: 10px;
  overflow: hidden;
}

#jobs .description-list .list-item .img{
}

#jobs .description-list .list-item .txt{
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#jobs .recommend-block{
  position: relative;
  padding: 30px 0 0;
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  overflow: hidden;
  z-index: 0;
}

#jobs .recommend-block .inner{
  position: relative;
  z-index: 0;
}

#jobs .recommend-block::before{
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 2px);
  top: -1px;
  left: 0;
  background-color: #F6F6F6;
  clip-path: polygon(270px 0%, 100% 0, 100% 100%, 0 100%, 0% 242px);
  z-index: -2;
}

#jobs .recommend-block::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/jobs/jobs_job01_bottom_bg_sp.png")no-repeat center bottom / cover;
  z-index: -1;
}

#jobs #job02 .recommend-block::after{
  background-image: url("../images/jobs/jobs_job02_bottom_bg_sp.png");
}

#jobs #job03 .recommend-block::after{
  background-image: url("../images/jobs/jobs_job03_bottom_bg_sp.png");
}

#jobs #job04 .recommend-block::after{
  background-image: url("../images/jobs/jobs_job04_bottom_bg_sp.png");
}

#jobs .recommend-list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  max-width: 500px;
  margin: 20px auto 0;
  padding-bottom: 160px;
  z-index: 1;
}

@media print, screen and (max-width: 767px){
  #jobs .recommend-list.item4{
    gap: 20px;
  }
  
  #jobs .recommend-list:not(.item4) .list-item:nth-of-type(3){
    margin-top: -5px;
  }
}

#jobs .recommend-list .list-item{
  position: relative;
  width: calc((100% - 20px) / 2);
  padding-top: 13px;
  align-content: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -2px 2px 3px rgba(0,0,0,.05);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

#jobs .recommend-list .list-item::before{
  position: absolute;
  content: "";
  width: 16px;
  height: 23px;
  top: 28px;
  left: calc(50% - 12px);
  background: url("../images/jobs/jobs_idea_icon.png")no-repeat center center / contain;
}

#jobs .recommend-img{
  position: absolute;
  content: "";
  width: 100%;
  height: 230px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  
  #jobs .sp-br {
    display: none;
  }
  
  #jobs .pc-br {
    display: inline;
  }
  
  #jobs .txt{
    font-size: 16px;
  }
  
  #jobs .content-main{
    height: 280px;
    background: url("../images/jobs/content_main_pc.jpg")no-repeat center center / cover;
  }

  #jobs .content-main .ja{
    padding-left: max(60px,calc(50vw - 600px + 60px));
    font-size: 46px;
  }

  #jobs .content-main .ja::before{
    width: max(40px,calc(50vw - 600px + 40px));
    height: 2px;
    top: calc(50% - 1px);
  }

  #jobs .content-main .en{
    width: max(650px,calc(50vw - 310px));
    padding: 0 120px;
    left: auto;
    right: 0;
    clip-path: polygon(325px 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  
  #jobs .content-main .en img{
    width: 394px;
  }
  
  #jobs .menu-list{
    max-width: 1180px;
    margin-top: 100px;
    flex-direction: row;
    gap: 20px;
  }

  #jobs .menu-item{
    width: 100%;
  }
  
  #jobs .menu-item:nth-of-type(2n){
    margin: 50px 0 0;
  }

  #jobs .menu-item-link{
    min-height: 300px;
    flex-direction: column;
    padding: 60px 0 0;
    transition: all .3s;
  }
  
  #jobs .menu-item-link::before,
  #jobs .menu-item-link::after{
    border-radius: 10px;
  }

  #jobs .menu-item-link .num-block{
    padding: 0 0 20px;
    font-size: 18px;
  }

  #jobs .menu-item-link .num-block::before{
    width: 30px;
    height: 2px;
    top: auto;
    bottom: 0;
    right: calc(50% - 15px);
  }

  #jobs .menu-item-link .num-block .num{
    font-size: 48px;
  }

  #jobs .menu-item-link .link-txt{
    padding: 20px 0 0;
    font-size: 26px;
    line-height: 1.8;
    text-align: center;
  }
  
  #jobs .menu-item-link .icon{
    width: 50px;
    height: 50px;
    border-radius: 10px 0 0 0;
  }
  
  #jobs .menu-item-link .icon img{
    display: block;
    transition: all .3s;
  }

  #jobs .menu-item-link .icon::before{
    border-bottom-right-radius: 10px;
    box-shadow: 10px 10px 0 #fff
  }

  #jobs .menu-item-link .icon::after{
    border-bottom-right-radius: 10px;
    box-shadow: 10px 10px 0 #fff;
  }
  
  #jobs .job-content-wrapper{
    margin-top: 80px;
  }
  
  #jobs .job-content{
    padding: 100px 0;
  }

  #jobs .content-ttl .num-block{
    padding-bottom: 20px;
    font-size: 18px;
  }

  #jobs .content-ttl .num-block::before{
    width: 30px;
    height: 2px;;
    left: calc(50% - 15px);
  }

  #jobs .content-ttl .num-block .num{
    font-size: 48px;
  }

  #jobs .content-ttl .ttl{
    margin-top: 30px;
    font-size: 40px;
  }
  
  #jobs .content-ttl02{
    padding-left: 50px;
    font-size: 26px;
    line-height: 1.8;
  }

  #jobs .content-ttl02::before{
    width: 30px;
    height: 2px;
    top: 22px;
  }

  #jobs .main-content{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0;
  }

  #jobs .main-content-img{
    width: 550px;
    margin: 0;
    border-radius: 20px;
  }
  
  #jobs .main-content-txt{
    width: calc(100% - 610px);
  }

  #jobs .main-content-txt .txt{
    margin: 20px 0 40px;
  }

  #jobs .worthwhile-block{
    padding: 90px 30px 30px;
    border-radius: 10px;
  }

  #jobs .worthwhile-ttl{
    padding: 14px 30px;
    border-radius: 10px;
  }

  #jobs .worthwhile-ttl::before{
    border-top-left-radius: 10px;
    box-shadow: -10px -10px 0 #fff;
  }

  #jobs .worthwhile-ttl::after{
    border-top-left-radius: 10px;
    box-shadow: -10px -10px 0 #fff;
  }

  #jobs .worthwhile-ttl .ttl{
    padding-left: 12px;
    font-size: 18px;
  }

  #jobs .worthwhile-ttl .ttl::before{
    width: 2px;
    height: 16px;
    top: calc(50% - 8px);
  }

  #jobs .worthwhile-list .list-item{
    padding-left: 22px;
    font-size: 18px;
    line-height: 1.4;
  }

  #jobs .worthwhile-list .list-item::before{
    width: 12px;
    height: 12px;
    top: 7px;
    border-radius: 2px;
  }

    #jobs .worthwhile-list .list-item:not(:last-of-type){
      margin-bottom: 16px;
    }

  #jobs .description-block{
    margin: 80px 0;
  }

  #jobs .description-list{
    max-width: none;
    display: flex;
    justify-content: center;
    gap: 26px;
    margin-top: 30px;
  }

  #jobs .description-list .list-item{
    width: 280px;
    flex-direction: column;
  }

  #jobs .description-list .list-item:not(:last-of-type){
    margin-bottom: 0;
  }

  #jobs .description-list .list-item .ttl{
    width: auto;
    margin-bottom: 20px;
    padding-top: 38px;
    font-size: 18px;
  }

  #jobs .description-list .list-item .ttl::before{
    top: -4px;
    left: 50%;
    font-size: 56px;
  }

  #jobs .description-list .list-item .img-block{
    width: 100%;
    max-width: none;
    border-radius: 20px;
  }

  #jobs .recommend-block{
    padding: 50px 0 0;
  }

  #jobs .recommend-block::before{
    background-color: #F6F6F6;
    clip-path: polygon(calc(50vw + 54px) 0%, 100% 0, 100% 100%, calc(50vw - 590px) 100%);
  }

  #jobs .recommend-block::after{
    background: url("../images/jobs/jobs_job01_bottom_bg_pc.png")no-repeat center bottom / 1920px auto;
  }

  #jobs #job02 .recommend-block::after{
    background-image: url("../images/jobs/jobs_job02_bottom_bg_pc.png");
  }

  #jobs #job03 .recommend-block::after{
    background-image: url("../images/jobs/jobs_job03_bottom_bg_pc.png");
  }

  #jobs #job04 .recommend-block::after{
    background-image: url("../images/jobs/jobs_job04_bottom_bg_pc.png");
  }

  #jobs .recommend-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 10px auto 0;
    padding-bottom: 100px;
    gap: 0;
  }
  
  #jobs .recommend-list:not(.item4){
    justify-content: flex-start;
  }
  
  #jobs .recommend-list .list-item{
    width: 220px;
    margin-top: 150px;
    padding-top: 28px;
    box-shadow: -3px 3px 6px rgba(0,0,0,.05);
    font-size: 18px;
  }

  #jobs .recommend-list.item4 .list-item:nth-of-type(2) {
    margin-right: 80px;
  }

  #jobs .recommend-list.item4 .list-item:nth-of-type(2),
  #jobs .recommend-list.item4 .list-item:nth-of-type(3),
  #jobs .recommend-list:not(.item4) .list-item:nth-of-type(2) {
    transform: translateY(-150px);
  }
  
  #jobs .recommend-list:not(.item4) .list-item:nth-of-type(3) {
    margin-left: 170px;
    transform: translateY(-75px);
  }
  
  #jobs .recommend-list .list-item::before{
    width: 20px;
    height: 28px;
    top: 50px;
    left: calc(50% - 14px);
  }
  
  #jobs .recommend-img{
    width: 440px;
    height: 410px;
    left: calc(50% - 220px);
  }
}

@media print, screen and (min-width: 1201px){
  #jobs .menu-item-link:hover::after{
    opacity: 1;
  }
  
  #jobs .menu-item-link:hover .icon img{
    transform: translateY(10px);
  }
}
