#stars_hp .page_recruit .fv {
  background: url(../img/recruit_fv.png) no-repeat center center;
  background-size: cover;
  height: 46vw;
}

#stars_hp .page_recruit .container {
  width: 1000px;
}

#stars_hp .page_recruit h2 {
  font-size: 40px;
}

#stars_hp .page_recruit h2::after {
  bottom: -10px;
  width: 100px;
}


#stars_hp .page_recruit p.sub_title {
  font-size: 18px;
}

#stars_hp .page_recruit .recruit_main {
  padding: 95px 0 200px;
  background: url(../img/recruit_bg1.png) no-repeat center top;
  background-size: cover;
}

#stars_hp .page_recruit .recruit_list {
  display: flex;
  flex-direction: column;
  gap: 160px;
  margin-top: 127px;
}

#stars_hp .page_recruit .recruit_item {
  padding: 60px 75px;
  border-radius: 70px;
  border: 1px solid #DFDFDF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.27);
}

#stars_hp .page_recruit .recruit_item_title {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

#stars_hp .page_recruit .recruit_item_subtitle {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #606060;
  margin-bottom: 38px;
  text-align: center;
}

#stars_hp .page_recruit .recruit_item_content {

}

#stars_hp .page_recruit .recruit_item_content dl {  
  display: flex;
  align-items: stretch;
  width: 100%;
  border-top: 2px solid #DFDFDF;
  padding: 30px 0;
  gap: 10px;
}

#stars_hp .page_recruit .recruit_item_content dl:last-child {  
  border-bottom: 2px solid #DFDFDF;
}

#stars_hp .page_recruit .recruit_item_content dt {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #606060;
  font-weight: 400;
  width: 120px;
}

#stars_hp .page_recruit .recruit_item_content dd {
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

#stars_hp .page_recruit .recruit_item_btn {
  width: 360px;
  height: 56px;
  display: block;
  margin: 39px auto 0;
}

#stars_hp .page_recruit .recruit_item:nth-child(2) .recruit_item_btn,
#stars_hp .page_recruit .recruit_item:nth-child(3) .recruit_item_btn {
  width: 345px;
}

@media (max-width: 1280px) {
  #stars_hp .page_recruit .container{
    width: 95%;
  }
}


@media (max-width: 768px) {
  #stars_hp .page_recruit .fv {
    background: url(../img/recruit_fv_sp.png) no-repeat center center;
    background-size: cover;
    height: 94vw;
  }

  #stars_hp .page_recruit .recruit_main {
    padding: 68px 0 80px;
    background: url(../img/recruit_bg1_sp.png) no-repeat center top / cover;
  }

  #stars_hp .page_recruit p.sub_title {
    font-size: 16px;
  }

  #stars_hp .page_recruit h2 {
    font-size: 30px;
  }

  #stars_hp .page_recruit .container {
    width: calc(100% - 32px);
}

#stars_hp .page_recruit .recruit_list {
  margin-top: 44px;
  gap: 80px;
}

#stars_hp .page_recruit .recruit_item{
  border-radius:30px;
  padding: 30px 15px;
}

#stars_hp .page_recruit .recruit_item_title{
  font-size: 18px;
  letter-spacing: 0em;
}

#stars_hp .page_recruit .recruit_item_subtitle{
  font-size: 14px;
  letter-spacing: 0em;
  margin-bottom: 28px;
}

#stars_hp .page_recruit .recruit_item_content dl {
  padding: 19px 0;
  align-items: center;
}

#stars_hp .page_recruit .recruit_item_content dt{
  font-size: 14px;
  width: 112px;
}

#stars_hp .page_recruit .recruit_item_content dd{
  font-size: 14px;
  width: inherit;
}

#stars_hp .page_recruit .recruit_item_btn{
  width: 310px;
  height: 50px;
}

#stars_hp .page_recruit .recruit_item:nth-child(2) .recruit_item_btn, #stars_hp .page_recruit .recruit_item:nth-child(3) .recruit_item_btn{
  width: 310px;
  height: 50px;
}

}