 @charset "utf-8";

  /* タイトル */
.human_dev_page_title {
  width: 100%;
  min-width: 1160px;
  height: 280px;
  background-color: #f3efe8;
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.human_dev_page_title_text {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #000;
  margin: 5px 0;
  padding: 3px 10px 0px 10px;
  z-index: 1;
}

.human_dev_page_title_text_sp {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #000;
  margin: 5px 0;
  padding: 3px 10px 0px 10px;
  z-index: 1;
}

.human_dev_title_bg_aspohrl {
  position: absolute;
  width: 100%;
  min-width: 1160px;
  height: inherit;
  background-image: url(/tech/c_rw_disposal/human_dev/aspohrl01/images/img_aspohrl01_title.jpg);
  background-position: center;
  background-size: cover;
}

.human_dev_load_fade {
  opacity: 0.1;
  animation: fadeIn 3s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

.human_dev_sub_title {
  width: 100%;
  min-width: 1160px;
  background-color: #f3efe8;
  margin-bottom: 60px;
  padding: 40px 0;
}

.human_dev_sub_title_inner {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.human_dev_col_l {
  display: flex;
  align-items: center;
  width: 930px;
  gap: 30px;
  color: #73a32d;
  font-weight: bold;
}

.human_dev_col_r {
  text-align: right;
  width: 200px;
}

.human_dev_number {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.human_dev_lead {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-left: solid 2px #73a32d;
  padding-left: 30px;
}

.human_dev_division {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.human_dev_date {
  font-size: 0.875rem;
  line-height: 1.7;
}

 /* 見出し */
#main.tech_body h3.human_dev_label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

#main.tech_body h3.human_dev_label::before,
#main.tech_body h3.human_dev_label::after {
  content: '';
  height: 2px;
  flex-grow: 1;
  background-color: #73a32d;
}

#main.tech_body h3.human_dev_label::before {
  margin-right: 20px;
}

#main.tech_body h3.human_dev_label::after {
  margin-left: 20px;
}

 /* 画像キャプション */
#body #main.tech_body .caption.human_dev_caption_pc {
  display: block;
}

#body #main.tech_body .caption.human_dev_caption_sp {
  display: none;
}

 /* 改行 */
 .human_dev_br_sp {
  display: none;
 }