.sec-homecare{padding-bottom: clamp(3.875rem, -0.113rem + 17.02vw, 13.5rem);}
.recruit-item{gap: clamp(1.25rem, -2.5rem + 7.81vw, 3.75rem);}
.recruit_tag{
  margin-bottom: clamp(1rem, 0.637rem + 1.55vw, 1.875rem);
  padding-bottom: clamp(0.5rem, 0.448rem + 0.22vw, 0.625rem);
}
.recruit_ttl{
  font-size: clamp(1.125rem, 0.97rem + 0.66vw, 1.5rem);
  margin-bottom: clamp(1rem, 0.534rem + 1.99vw, 2.125rem);
}
.recruit_txt {margin-bottom: clamp(1.375rem, -0.023rem + 5.97vw, 4.75rem);}
.recruit_img{
  flex: none;
  width: clamp(20.375rem, 1.625rem + 39.06vw, 32.875rem);
}
.recruit-item+.recruit-item{margin-top: clamp(4rem, 2.653rem + 5.75vw, 7.25rem);}
.recruit_txt li{
  padding-left: 1rem;
  position: relative;
}
.recruit_txt li::before{
  content:"・";
  left: 0;
  position: absolute;
}
.sec-benefits{padding-bottom: clamp(3.75rem, -0.186rem + 16.8vw, 13.25rem);}
.sec-benefits .lead-area{margin-bottom: clamp(1.125rem, 0.97rem + 0.66vw, 1.5rem);}
.benefits_txt{
  font-size: clamp(0.875rem, 0.72rem + 0.66vw, 1.25rem);
  margin-bottom: clamp(1.75rem, 0.559rem + 5.08vw, 4.625rem);
}
.sec-now{padding-bottom: clamp(3rem, -0.729rem + 15.91vw, 12rem);}
.sec-now .lead-area{margin-bottom: clamp(1.625rem, 0.434rem + 5.08vw, 4.5rem);}
.now-wrap{
  gap: clamp(0.875rem, -0.316rem + 5.08vw, 3.75rem);
  justify-content: space-between;
}
.now_img{width: calc((100% / 2) - clamp(0.875rem, -0.316rem + 5.08vw, 3.75rem));}
.sec-faq{padding-bottom: clamp(3.75rem, 0.124rem + 15.47vw, 12.5rem);}
.sec-faq .lead-area{margin-bottom: clamp(1.875rem, 1.564rem + 1.33vw, 2.625rem);}
.sec-guideline{padding-bottom: clamp(0.5rem, -8.313rem + 18.36vw, 6.375rem);}
.sec-guideline .lead-area{margin-bottom: clamp(2rem, -0.124rem + 9.06vw, 7.125rem);}
.guideline-wrap{line-height: 2;}
.guideline-wrap th{
  font-weight: 400;
  padding: clamp(0.5rem, -0.438rem + 1.95vw, 1.125rem) 0;
  position: relative;
  vertical-align: top;
}
.guideline-wrap th::before,.guideline-wrap td::before {
  content:"";
  height: 1px;
  position: absolute;
  top: 0;
}
.guideline-wrap th::before {
  border-top: 1px solid;
  left: 0;
  width: 100%;
}
.guideline-wrap td{
  padding: clamp(0.5rem, -0.438rem + 1.95vw, 1.125rem) 0 clamp(0.875rem, 0.668rem + 0.88vw, 1.375rem) clamp(1.25rem, 0.732rem + 2.21vw, 2.5rem);
  position: relative;
}
.guideline-wrap td::before {
  border-top: 1px dashed;
  right: 0;
  width: calc(100% - clamp(1.25rem, 0.732rem + 2.21vw, 2.5rem));
}
.guideline-wrap td>div{
  padding-left: 1rem;
  position: relative;
}
.guideline-wrap td>div {margin-bottom: 2em;}
.guideline-wrap td>div:last-of-type {margin-bottom: 4.5em;}
.guideline-wrap td>div::before {
  content:"・";
  left: 0;
  position: absolute;
}
.sec-recruitment{padding-bottom: clamp(3.5rem, -0.229rem + 15.91vw, 12.5rem);}
.sec-recruitment .lead-area{margin-bottom: clamp(2.875rem, -8.75rem + 24.22vw, 10.625rem);}
.flow-row-item{
  padding: clamp(3.625rem, 2.796rem + 3.54vw, 5.625rem) .625rem .5rem;
  text-align: center;
  width: 100%;
}
.flow-row_img{margin-bottom: 1.25rem;}
.flow-row_ttl {
  font-size: clamp(1rem, -0.875rem + 3.91vw, 2.25rem);
  font-weight: var(--medium);
}
@media screen and (max-width: 767.98px){
  .recruit_img{margin: 1.625rem auto 0;}
}
@media screen and (min-width: 768px){
  .now_img{width: calc((100% / 3) - clamp(0.875rem, -0.316rem + 5.08vw, 3.75rem));}
  .flow-row-item{width: 21%;}
  .flow-row_img {height: 100px;}
}