/* -------------------------- */
/* webp */
/* -------------------------- */
.webp .office {
  background-image: url(/images/recruit/top/bg_workplace01.webp);
}
.webp .equipment {
  background-image: url(/images/recruit/top/bg_workplace02.webp);
}
.webp .system {
  background-image: url(/images/recruit/top/bg_workplace03.webp);
}

.no-webp .office {
  background-image: url(/images/recruit/top/bg_workplace01.jpg);
}
.no-webp .equipment {
  background-image: url(/images/recruit/top/bg_workplace02.jpg);
}
.no-webp .system {
  background-image: url(/images/recruit/top/bg_workplace03.jpg);
}

/* -------------------------- */
/* content */
/* -------------------------- */
.main_visual_wrap {
  overflow: hidden;
}
.main_visual .main_visual_movie {
  width: 100%;
}

.index_intro {
  margin-bottom: 32px;
  padding-top: 32px;
  text-align: center;
}
.index_intro .index_intro_title {
  width: 100%;
  margin: 24px 0;
  color: #262626;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.index_intro .index_intro_title span {
  color: #5CCE7A;
}
.index_intro .index_intro_img {
  margin-bottom: 24px;
  position: relative;
}
.index_intro .index_intro_img .index_intro_img_txt {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  left: 5px;
  top: 5px;
  text-align: left;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.index_intro .txt_normal {
  max-width: 930px;
  margin: 0 auto 24px;
  display: inline-block;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}

.company {
  margin-bottom: 64px;
  text-align: center;
}
.company .thum_img {
  max-width: 345px;
  margin: 0 auto 16px;
}
.company .company_txt {
  margin-bottom: 16px;
  font-weight: bold;
  text-align: left;
}

.work-scene {
  margin-bottom: 48px;
  padding: 0 15px 48px;
  background: #f5f5f5;
  position: relative;
  text-align: center;
}
.work-scene::after {
  width: 100%;
  height: 220px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.work-scene .title_section01 {
  position: relative;
  z-index: 1;
}
.work-scene .work-scene_txt {
  margin-bottom: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
  z-index: 1;
}
.work-scene .work-scene_slider {
  max-width: 1280px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
}
.work-scene .work-scene_slider .work-scene_list {
  margin: 0 8px;
}
.work-scene .work-scene_slider .slick-arrow {
  width: 32px;
  height: 32px;
  margin: auto;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.work-scene .work-scene_slider .slick-arrow .icon {
  width: 32px;
  height: 32px;
}
.work-scene .work-scene_slider .slick-arrow.icon_prev {
  left: -12px;
  transform: scale(-1, 1);
}
.work-scene .work-scene_slider .slick-arrow.icon_next {
  right: -12px;
}
.work-scene .work-scene_slider .slick-arrow:hover .icon {
  fill: #5CCE7A;
}
.work-scene .work-scene_btn {
  position: relative;
  z-index: 1;
}
.work-scene .slick-track {
  display: flex;
}
.work-scene .slick-slide {
  height: auto !important;
  float: none;
}

.work-place {
  margin-bottom: 48px;
}
.work-place .work-place_intro {
  margin-bottom: 32px;
}
.work-place .work-place_intro .work-place_txt {
  font-weight: bold;
}
.work-place .work-place_list {
  padding: 32px 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: relative;
}
.work-place .work-place_list .work-place_list_txt {
  margin-bottom: 16px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.work-place .work-place_list::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: all 0.3s;
}
.work-place .work-place_list a {
  display: block;
  position: relative;
  z-index: 1;
}
.work-place .work-place_list:hover::after {
  opacity: 1;
}
.work-place .work-place_list:hover .btn_more {
  color: #5CCE7A;
}
.work-place .work-place_list:hover .btn_more::after {
  background: #5CCE7A;
}

.job {
  /* padding-bottom: 72px; */
  padding-bottom: 60px;
  background: #f5f5f5;
  position: relative;
  text-align: center;
}
.job::before {
  width: 100%;
  height: 35px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.job .container {
  position: relative;
  z-index: 1;
}
.job .job_txt {
  margin-bottom: 24px;
  font-weight: bold;
}
.job .job_btn {
  display: inline-block;
}
.step {
  /* margin-bottom: 64px; */
  background: #f5f5f5;
  padding-bottom: 72px;
}
.step .step_box {
  width: 345px;
  margin: 0 auto;
  padding-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.step .step_box::after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  border-width: 25px 187.5px 0 187.5px;
  border-color: #31b14f transparent;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.step .step_list {
  overflow: hidden;
}
.step .step_list li {
  background: #c6ecb7;
  position: relative;
  text-align: center;
}
.step .step_list li:not(:last-child)::before,
.step .step_list li:not(:last-child)::after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  border-width: 26px 187.5px 0 187.5px;
  left: 50%;
  transform: translateX(-50%);
}
.step .step_list li:not(:last-child)::before {
  border-color: #fff transparent;
  bottom: -2px;
  z-index: 1;
}
.step .step_list li:not(:last-child)::after {
  border-color: #c6ecb7 transparent;
  bottom: 0;
  z-index: 2;
}
.step .step_list li:first-child {
  padding: 16px 0 24px;
}
.step .step_list li:not(:first-child) {
  padding: 24px 0;
}
.step .step_list li .step_list_number {
  width: 100%;
  margin-bottom: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 3;
}
.step .step_list li .step_list_number span {
  display: block;
}
.step .step_list li .step_list_number em {
  display: block;
  font-size: 1.8rem;
  font-style: normal;
}
.step .step_list li .step_list_txt {
  width: 100%;
  margin-bottom: 16px;
  padding: 0 30px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 3;
}
.step .step_list li .step_list_txt a {
  color: #262626;
  text-decoration: underline;
}
.step .step_list li .step_list_txt a:hover {
  text-decoration: none;
}
.step .step_list li:last-child {
  margin-top: -25px;
  padding: 56px 0 1px;
  background: #31b14f;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .main_visual_wrap {
    width: 100%;
  }
  .index_intro {
    margin-bottom: 56px;
    padding-top: 48px;
  }
  .index_intro .index_intro_title {
    margin-bottom: 32px;
    font-size: 3.4rem;
  }
  .index_intro .index_intro_img .index_intro_img_txt {
    left: 16px;
    top: 16px;
    font-size: 1.4rem;
  }
  .index_intro .txt_normal {
    margin-bottom: 32px;
    line-height: 2.2;
  }
  .company {
    margin-bottom: 88px;
  }
  .company .thum_img {
    max-width: 640px;
  }
  .company .company_txt {
    text-align: center;
  }
  .company .company_btn {
    display: inline-block;
  }
  .work-scene {
    margin-bottom: 64px;
    padding: 0 30px 64px;
  }
  .work-scene::after {
    height: 200px;
  }
  .work-scene .work-scene_txt {
    margin-bottom: 32px;
    text-align: center;
  }
  .work-scene .work-scene_btn {
    display: inline-block;
  }
  .work-place {
    margin-bottom: 64px;
  }
  .work-place .work-place_intro {
    margin-bottom: 56px;
    align-items: center;
  }
  .work-place .work-place_intro .title_section01 {
    margin-bottom: 0;
    text-align: left;
  }
  .work-place .work-place_intro .work-place_txt {
    padding-left: 48px;
    flex: 1;
  }
  .work-place .work-place_list {
    padding: 48px 0;
  }
  .job {
    padding-bottom: 70px;
  }
  .job .job_txt {
    text-align: center;
  }
  .step {
    /* margin-bottom: 72px; */
    padding-bottom: 96px;
  }
}
@media only screen and (min-width: 1280px) {
  .main_visual_wrap {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .main_visual {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .main_visual .main_visual_movie {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
  .index_intro {
    margin-bottom: 96px;
    padding-top: 124px;
  }
  .index_intro .index_intro_title {
    margin-bottom: 48px;
    font-size: 4.7rem;
  }
  .index_intro .index_intro_img {
    margin-bottom: 32px;
  }
  .index_intro .txt_normal {
    margin-bottom: 48px;
    line-height: 2.4;
  }
  .company {
    margin-bottom: 180px;
  }
  .company .thum_img {
    margin-bottom: 24px;
  }
  .company .company_txt {
    margin-bottom: 32px;
    line-height: 2;
  }
  .work-scene {
    margin-bottom: 180px;
    padding: 0 50px 96px;
  }
  .work-scene::after {
    height: 260px;
  }
  .work-scene .work-scene_txt {
    margin-bottom: 48px;
    line-height: 2;
  }
  .work-scene .work-scene_slider {
    margin-bottom: 48px;
  }
  .work-scene .work-scene_slider .work-scene_list {
    margin: 0 24px;
  }
  .work-scene .work-scene_slider .slick-arrow.icon_prev {
    left: 8px;
  }
  .work-scene .work-scene_slider .slick-arrow.icon_next {
    right: 6px;
  }
  .work-place {
    margin-bottom: 96px;
  }
  .work-place .work-place_intro {
    margin-bottom: 80px;
  }
  .work-place .work-place_intro .work-place_txt {
    padding-left: 88px;
    line-height: 2;
  }
  .work-place .work-place_list {
    padding: 88px 0;
  }
  .work-place .work-place_list .work-place_list_txt {
    line-height: 2;
  }
  .job {
    /* padding-bottom: 180px; */
    padding-bottom: 90px;
  }
  .job::before {
    height: 55px;
  }
  .job .job_txt {
    margin-bottom: 40px;
  }
  .step {
    /* margin-bottom: 124px; */
    padding-bottom: 180px;
  }
  .step .step_box {
    width: calc(100% - 30px);
    height: 200px;
    padding-bottom: 0;
  }
  .step .step_box::after {
    border-width: 130px 0 130px 30px;
    border-color: transparent #31b14f;
    top: 50%;
    left: inherit;
    bottom: inherit;
    right: 1px;
    transform: translateX(0%) translateY(-50%);
  }
  .step .step_list {
    width: 100%;
    height: 200px;
    display: flex;
    position: relative;
  }
  .step .step_list li {
    width: 25%;
  }
  .step .step_list li:not(:last-child)::before,
  .step .step_list li:not(:last-child)::after {
    border-width: 150px 0 150px 30px;
    left: inherit;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
  }
  .step .step_list li:not(:last-child)::before {
    border-color: transparent #fff;
    bottom: inherit;
    left: calc(85% + 3px);
  }
  .step .step_list li:not(:last-child)::after {
    border-color: transparent #c6ecb7;
    bottom: inherit;
    /* left: 85%; */
    left: 84%;
  }
  .step .step_list li:first-child {
    padding: 24px 24px 16px 8px;
  }
  .step .step_list li:not(:first-child) {
    padding: 24px 24px 16px 8px;
  }
  .step .step_list li .step_list_txt {
    align-self: flex-start;
    text-align: left;
  }
  .step .step_list li:last-child {
    margin: 0 0 0 -30px;
    padding: 24px 0 16px 40px;
  }
}
/*# sourceMappingURL=../map/recruit/top.css.map */
