/********************/
/* 求人/案件が集まってます */
/********************/

#job-cases-gathering {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 12px 40px 12px;

  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/job-cases-gathering_background-sp.jpg");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#job-cases-gathering .job-cases-gathering-inner {
  display: flex;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  max-width: 1120px;
  width: 100%;
}

#job-cases-gathering .content-container {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

#job-cases-gathering .content-container .map-image {
  width: 100%;
  object-fit: cover;
}

#job-cases-gathering .title-container {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
}

#job-cases-gathering .description-container .title-container {
  display: none;
}

#job-cases-gathering .title-container .sub-title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}

#job-cases-gathering .title-container .title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

#job-cases-gathering .description-container {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

#job-cases-gathering .description-container .description {
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
  color: #ffffff;
  white-space: initial;
}

@media screen and (min-width: 768px) {
  #job-cases-gathering {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/job-cases-gathering_background-pc.jpg");
  }

  #job-cases-gathering .job-cases-gathering-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 24px;
  }

  #job-cases-gathering .content-container .title-container {
    display: none;
  }

  #job-cases-gathering .content-container {
    flex: 1;
  }

  #job-cases-gathering .description-container {
    display: flex;
    align-items: center;
    width: 65%;
    row-gap: 48px;
  }

  #job-cases-gathering .description-container .title-container {
    display: flex;
  }

  #job-cases-gathering .title-container .sub-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 175%;
  }

  #job-cases-gathering .title-container .title {
    font-size: 48px;
    letter-spacing: 0.05em;
  }

  #job-cases-gathering .title-container .title span {
    font-size: 36px;
  }

  #job-cases-gathering .description-container .description {
    font-size: 20px;
    line-height: 195%;
  }
}
