.inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}



/*************************************************
  ヒーロー（施工スタッフ）
**************************************************/
.page-recruit-sales .page-hero--sales {
  position: relative;
  color: #fff;
  padding: 80px 0;
  background: url("/recruit/img/sales_hero.jpg") center/cover no-repeat;
}

.page-recruit-sales .page-hero--sales::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
}

.page-recruit-sales .page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-recruit-sales .page-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  margin-bottom: 6px;
}

.page-recruit-sales .page-hero__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-recruit-sales .page-hero__text {
  font-size: 14px;
  line-height: 1.9;
  max-width: 760px;
}

/*************************************************
  職種概要（画像付き）
**************************************************/
.recruit-detail__visual {
  margin-top: 28px;
}

.recruit-detail__visual img {
  width: 100%;
  border-radius: 12px;
  display: block;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/*************************************************
  仕事内容
**************************************************/
.recruit-jobdesc {
  background: rgb(243 248 255 / 50%);
}

.jobdesc-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px 24px;
	padding-left: 0;
}

.jobdesc-list li {
  background: #fff;
  border-radius: 10px;
  padding: 16px 18px 18px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.03);
	list-style: none;
}

.jobdesc-list h3 {
  font-size: 24px;
  font-weight: 700;
}

.jobdesc-list p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
}

/*************************************************
  1日の流れ
**************************************************/
.recruit-flowday .section-header {
  margin-bottom: 18px;
}

.flowday-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 3px solid #0065cc;
    padding-left: 28px;
    margin-top: 40px;
}

.flowday-list li {
  position: relative;
  padding: 8px 0 8px 4px;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}

.flowday-list li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0065cc;
}

.flowday-list strong {
    display: inline-block;
    width: 80px;
    font-weight: 700;
    color: #333;
    margin-left: 15px;
}

/*************************************************
  対象となる方（人物像カード）
**************************************************/
.person-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px 24px;
}

.person-item {
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px 18px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.03);
}

.person-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.person-item p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
}

/*************************************************
  募集要項テーブル
**************************************************/
.recruit-guideline {
}
.recruit-person {
  background: rgb(243 248 255 / 50%);
}
.guideline-table {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
  font-size: 18px;
	border-top: 1px solid #e5e5e5;
}

.guideline-table th,
.guideline-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}

.guideline-table th {
  width: 26%;
  background: #f0f5f3;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
}

.guideline-table td {
  color: #555;
  line-height: 1.9;
}

/*************************************************
  CTA（求人共通想定）
**************************************************/
.recruit-cta {
  background: #f2faf8;
}

.recruit-cta__body {
	display: block;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.recruit-cta__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.recruit-cta__lead {
  font-size: 18px;
  line-height: 1.9;
  color: #555;
}
.recruit-cta__text{
	text-align: center;
}

.recruit-cta__actions .btn.btn-primary {
    display: inline-block;
    padding: 14px;
    border-radius: 999px;
    background: #0a5f4f;
    color: #fff;
    font-size: 24px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}



/*************************************************
  レスポンシブ
**************************************************/
@media (max-width: 768px) {
  .page-recruit-sales .page-hero--sales {
    padding: 56px 0;
  }

  .page-recruit-sales .page-hero__title {
    font-size: 24px;
  }

  .section {
    padding: 24px 0;
  }

  .section-title {
    font-size: 20px;
  }

  .section-lead {
    font-size: 16px;
  }

  .recruit-cta__body {
    flex-direction: column;
    align-items: flex-start;
  }

  .guideline-table th,
  .guideline-table td {
    display: block;
    width: 100%;
  }
  .guideline-table tr {
    border-bottom: 1px solid #e5e5e5;
  }
.recruit-cta__lead {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}
}
