/* -------------------------- */
/* webp */
/* -------------------------- */
.webp .contents_head {
  background-image: url(/images/recruit/work-scene/bg_main.webp);
}

.no-webp .contents_head {
  background-image: url(/images/recruit/work-scene/bg_main.jpg);
}

/* -------------------------- */
/* content */
/* -------------------------- */
.work-scene_box {
  padding-bottom: 80px;
  position: relative;
  background: #f5f5f5;
}
.work-scene_box::after {
  width: 100%;
  height: 150px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.work-scene_box .container {
  max-width: 1380px;
  position: relative;
  z-index: 1;
}
.work-scene_box .work-scene_list {
  margin-bottom: 32px;
}

/* -------------------------- */
/* detail */
/* -------------------------- */
.scene_head {
  margin-bottom: 48px;
}
.scene_head .scene_head_category {
  margin-bottom: 8px;
  font-weight: bold;
}
.scene_head .scene_head_title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.scene_head .thum_img {
  margin-top: 24px;
}

.scene_outline {
  max-width: 800px;
  margin: 0 auto 48px;
  border-top: 1px solid #D4D4D4;
}
.scene_outline dt {
  padding: 16px 0 8px;
  font-weight: bold;
}
.scene_outline dt br {
  display: none;
}
.scene_outline dd {
  padding-bottom: 16px;
  border-bottom: 1px solid #D4D4D4;
  font-weight: 500;
}

.scene_detail {
  max-width: 640px;
  margin: 0 auto 48px;
}
.scene_detail .title_section04 {
  width: 100%;
  margin-bottom: 16px;
}
.scene_detail .thum_img {
  margin-bottom: 16px;
}
.scene_detail .txt_normal {
  width: 100%;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .work-scene_box {
    padding-bottom: 100px;
  }
  .work-scene_box::after {
    height: 200px;
  }
  .work-scene_box .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .work-scene_box .work-scene_list {
    width: calc(50% - 16px);
  }
  .scene_head .scene_head_title {
    font-size: 2.4rem;
  }
  .scene_outline {
    margin-bottom: 64px;
    display: flex;
    flex-wrap: wrap;
  }
  .scene_outline dt {
    width: 150px;
    padding: 16px 0 16px 24px;
    border-bottom: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
  }
  .scene_outline dt br {
    display: block;
  }
  .scene_outline dd {
    width: calc(100% - 150px);
    padding: 16px 24px 16px 0;
  }
  .scene_detail {
    margin-bottom: 56px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1280px) {
  .work-scene_box {
    padding-bottom: 160px;
  }
  .work-scene_box::after {
    height: 260px;
  }
  .scene_head .scene_head_title {
    font-size: 3.2rem;
  }
  .scene_head .thum_img {
    margin-top: 32px;
  }
  .scene_outline {
    margin-bottom: 96px;
  }
  .scene_outline dt {
    padding: 32px 0 32px 24px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .scene_outline dd {
    padding: 32px 32px 32px 0;
  }
  .scene_detail {
    margin-bottom: 80px;
  }
  .scene_detail .txt_normal {
    line-height: 2.4;
  }
}
/*# sourceMappingURL=../map/recruit/work-scene.css.map */
