/* recruit_top */
.recruit_top {
  height: 109vw;
  min-height: 1411px;
  padding: 100px 30px 177px;
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.recruit_top h1,
.recruit_top .bg,
.l-localNav {
  opacity: 0;
  animation: recruitFadeIn 1s ease forwards;
}
.recruit_top h1 {
  animation-delay: 2.5s;
}
.recruit_top .bg {
  animation-delay: 2s;
}
.l-localNav {
  animation-delay: 2.5s;
}
@keyframes recruitFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.recruit_top h1 {
  line-height: 1;
  margin: 7.7vw auto 0;
  padding-left: 10px;
  width: 900px;
}
@media screen and (max-width: 900px) {
  .recruit_top h1 {
    padding-left: 0px;
    max-width: 742px;
    width: 100%;
  }
}
.recruit_top .txt01 {
  font-size: 1.067rem;
  margin-bottom: 7.5vw;
  letter-spacing: 2.5px;
}
.recruit_top .txt02 {
  font-size: 1.067rem;
  line-height: 3.5;
}
.recruit_top .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recruit_top .bg img {
  min-width: 1280px;
  min-height: 1411px;
}
@media screen and (max-width: 1280px) {
  .recruit_top .bg img {
    margin-left: calc(50% - 1280px/2);
  }
}
.recruit_top .scroll_down {
  width: 6px;
  height: 160px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 620px;
}
.recruit_top .scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg,rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
}
.recruit_top .scroll_down span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 160px;
  background: #ddd;
}
.recruit_top .scroll_down span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 160px;
  background: rgba(0,0,0,0.5);
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p-recruit .l-pageMain.recruit_top02 {
  padding-top: 15px;
}

/* entry_wrap */
.p-recruit .l-pageContent {
  background: url("/assets/img/recruit/top/bg_enrty.png") no-repeat top center;
  background-size: 100% auto;
}

/* work_model_wrap */
.work_model_wrap {
  margin: 122px 0 90px;
  padding-left: 10.545vw;
  display: flex;
  justify-content: space-between;
}
.work_model_wrap .p-pageHead {
  width: 24.7%;
  margin: 35px 0 0;
}
.work_model_wrap .p-pageHead .p-pageHead__title {
  display: flex;
  flex-flow: column;
  line-height: 1.5;
}
.p-recruit .work_model_wrap .p-pageHead.p-recruitHead .lead  {
  margin-top: 15px;
}
.work_model_wrap .right_slide_wrap {
  width: 75.3%;
  overflow: hidden;
  margin-left: auto;
  padding: 0 0 0 35px;
}
.work_model_wrap .right_slide_wrap .right_slide .slick-list {
  padding-right: 9.545vw;
  padding-top: 40px;
  padding-bottom: 40px;
}
.work_model_wrap .right_slide_wrap .right_slide .slick-list .slick-track {
  display: flex;
}
.work_model_wrap .right_slide_wrap .right_slide .slick-slide {
  position: relative;
  box-shadow: 4px 7px 16px rgba(9,35,64,.1);
  border-radius: 12px;
  background: #fff;
  margin: 0 16px;
  height: 100%;
}
.work_model_wrap .right_slide_wrap .right_slide .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: -7px -7px 14px #fff;
  border-radius: 12px;
}
.work_model_wrap .right_slide_wrap .right_slide .arrow_wrap.prev {
  left: -37px;
}
.work_model_wrap .right_slide_wrap .right_slide .arrow_wrap.next {
  right: 6.8vw;
}
.work_model_wrap .right_slide_wrap .right_slide .slick-dots {
  width: calc(100% - 9.545vw);
}
.work_model_wrap .right_slide_wrap .right_slide li a {
  color: #000;
}
.work_model_wrap .right_slide_wrap .right_slide li a img {
  transition: 0.3s;
}
.work_model_wrap .right_slide_wrap .right_slide li .txt01 {
  font-size: 1.467rem;
  padding: 20px 22px 0;
  line-height: 1.5;
}
.work_model_wrap .right_slide_wrap .right_slide li .txt02 {
  font-size: 0.933rem;
  padding: 5px 22px 29px;
  line-height: 1.5;
}

/* features_wrap */
.features_wrap .features_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 55px 0 0;
}
.features_wrap .features_list li {
  width: calc(50% - 20px);
  border-radius: 12px;
  background: #fff;
  filter: drop-shadow(4px 7px 8px rgba(9, 35, 64, 0.1));
  position: relative;
}
.features_wrap .features_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: -7px -7px 14px #fff;
  border-radius: 12px;
}
.features_wrap .features_list li a {
  position: relative;
  padding: 54px 40px 35px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  color: #000;
  height: 100%;
}
.features_wrap .features_list li a .features_txt01 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 40px;
  padding-right: 100px;
}
.features_wrap .features_list li a .features_txt01 span {
  font-size: 1.067rem;
}
.features_wrap .features_list li a .features_txt02 {
  font-size: 0.933rem;
}
.features_wrap .features_list .features_list01 a .features_txt01 {
  margin-bottom: 2.4em;
}
.features_wrap .features_list li.features_list04 .features_txt01 {
  margin-bottom: 2.4em;
}
.features_wrap .features_list li.features_list01 a {
  background: url("/assets/img/recruit/top/img_features_list01.png") no-repeat top 32px right 35px;
  background-size: 98px 98px;
}
.features_wrap .features_list li.features_list02 a {
  background: url("/assets/img/recruit/top/img_features_list02.png") no-repeat top 32px right 35px;
  background-size: 98px 98px;
}
.features_wrap .features_list li.features_list03 a {
  background: url("/assets/img/recruit/top/img_features_list03.png") no-repeat top 32px right 35px;
  background-size: 98px 98px;
}
.features_wrap .features_list li.features_list04 a {
  background: url("/assets/img/recruit/top/img_features_list04.png") no-repeat top 32px right 35px;
  background-size: 98px 98px;
}
.features_wrap .features_list li.features_list05 a {
  background: url("/assets/img/recruit/top/img_features_list05.png") no-repeat top 35px right 27px;
  background-size: 98px 98px;
}
.features_wrap .features_list li.features_list06 a {
  background: url("/assets/img/recruit/top/img_features_list06.png") no-repeat top 35px right 27px;
  background-size: 98px 98px;
}
.features_wrap .features_list li.features_list07 a {
  background: url("/assets/img/recruit/top/img_features_list07.png") no-repeat top 35px right 27px;
  background-size: 98px 98px;
}
.features_wrap .features_list li.features_list08 a {
  background: url("/assets/img/recruit/top/img_features_list08.png") no-repeat top 35px right 27px;
  background-size: 98px 98px;
}
.features_wrap .features_list li a::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 35px;
  width: 98px;
  height: 98px;
  opacity: 0;
}
.features_wrap .features_list.company_list li a::after {
  top: 35px;
  right: 27px;
}
.features_wrap .features_list li.features_list01 a::after {
  background: url("/assets/img/recruit/top/img_features_list01_hover.png") no-repeat;
  background-size: cover;
}
.features_wrap .features_list li.features_list02 a::after {
  background: url("/assets/img/recruit/top/img_features_list02_hover.png") no-repeat;
  background-size: cover;
}
.features_wrap .features_list li.features_list03 a::after {
  background: url("/assets/img/recruit/top/img_features_list03_hover.png") no-repeat;
  background-size: cover;
}
.features_wrap .features_list li.features_list04 a::after {
  background: url("/assets/img/recruit/top/img_features_list04_hover.png") no-repeat;
  background-size: cover;
}
.features_wrap .features_list li.features_list05 a::after {
  background: url("/assets/img/recruit/top/img_features_list05_hover.png") no-repeat;
  background-size: cover;
}
.features_wrap .features_list li.features_list06 a::after {
  background: url("/assets/img/recruit/top/img_features_list06_hover.png") no-repeat;
  background-size: cover;
}
.features_wrap .features_list li.features_list07 a::after {
  background: url("/assets/img/recruit/top/img_features_list07_hover.png") no-repeat;
  background-size: cover;
}
.features_wrap .features_list li.features_list08 a::after {
  background: url("/assets/img/recruit/top/img_features_list08_hover.png") no-repeat;
  background-size: cover;
}

/* company_list */
.features_wrap .company_list li.company_list_wide {
  width: 100%;
}
.features_wrap .company_list li.company_list_wide a {
  flex-flow: row;
  padding: 0;
}
.features_wrap .company_list li.company_list_wide a div {
  width: 56.8%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 55px;
}
.features_wrap .company_list li.company_list_wide a div .company_txt01 {
  font-size: 2.133rem;
}
.features_wrap .company_list li.company_list_wide a div .company_txt02 {
  font-size: 1.2rem;
  margin-top: 10px;
}
.features_wrap .company_list li.company_list_wide a figure {
  width: 43.2%;
  position: relative;
  padding-top: 24.1%;
  overflow: hidden;
}
.features_wrap .company_list li.company_list_wide a figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}
.features_wrap .company_list li a {
  padding: 40px 130px 40px 40px;
  justify-content: flex-start;  
}
.features_wrap .company_list li a .features_txt01 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-right: 0;
}
.features_wrap .company_list li a .features_txt02 {
  font-size: 0.933rem;
  color: #000;
}

@media screen and (min-width:768px){
  .features_wrap .features_list li a:hover p {
    opacity: 0.6;
  }
  
  /* company_list */
  .features_wrap .company_list li a:hover p {
    opacity: 0.6;
  }
  .features_wrap .company_list li.company_list_wide a:hover figure img {
    transform: scale(1.03);
  }

  /* features_wrap */
  .features_wrap .features_list li a:hover::after {
    opacity: 1;
  }

  /* work_model_wrap */
  .work_model_wrap .right_slide_wrap .right_slide li a:hover img {
    transform: scale(1.05);
  }
  .work_model_wrap .right_slide_wrap .right_slide li a:hover p {
    opacity: 0.6;
  }
}

@media screen and (max-width:767px){
  /* recruit_top */
  .recruit_top {
    height: 265vw;
    min-height: 1010px;
    padding: 100px 0 177px;
  }
  .recruit_top h1 {
    line-height: 1;
    margin: 15vw auto 5vw;
    padding-left: 0px;
    width: 100%;
  }
  .recruit_top .txt01 {
    font-size: 0.933rem;
    margin-bottom: 15.5vw;
  }
  .recruit_top .txt02 {
    font-size: 0.933rem;
    line-height: 3;
  }
  .recruit_top .bg {
    top: 60px;
  }
  .recruit_top .bg img {
    min-width: 100%;
    min-height: 100%;
    margin-left: 0;
  }
  .recruit_top .scroll_down {
    height: 140px;
    left: 7px;
    top: 458px;
  }
  .recruit_top .scroll_down span:before,
  .recruit_top .scroll_down span:after {
    height: 140px;
  }
  .p-recruit .l-pageMain.recruit_top02 {
    padding-top: 0;
  }
  
  /* entry_wrap */
  .p-recruit .l-pageContent {
    background: none;
  }
  
  /* work_model_wrap */
  .work_model_wrap {
    margin: 95px 0 70px;
    padding: 0;
    display: block;
  }
  .work_model_wrap .p-pageHead {
    width: 100%;
    margin: 35px 0 0;
    padding: 0 7.2vw;
  }
  .work_model_wrap .p-pageHead .p-pageHead__title {
    display: block;
  }
  .work_model_wrap .right_slide_wrap {
    width: 100%;
    padding: 0;
  }
  .work_model_wrap .right_slide_wrap .right_slide .slick-list {
    margin-left: -12px;
    padding: 25px 20vw 20px 7.2vw;
  }
  .work_model_wrap .right_slide_wrap .right_slide .slick-slide {
    margin: 0 12px;
  }
  .work_model_wrap .right_slide_wrap .right_slide li .img {
    padding: 0 15px;
  }
  .work_model_wrap .right_slide_wrap .right_slide li .txt01 {
    font-size: 1.333rem;
    padding: 20px 22px 0;
  }
  .work_model_wrap .right_slide_wrap .right_slide li .txt02 {
    padding-bottom: 22px;
    padding-top: 10px;
  }
  
  /* features_wrap */
  .features_wrap .features_list {
    flex-flow: column;
    gap: 24px;
    margin: 30px 0 0;
  }
  .features_wrap .features_list li {
    width: 100%;
  }
  .features_wrap .features_list li a {
    padding: 37px 15px 18px;
  }
  .features_wrap .features_list li a .features_txt01 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-right: 80px;
  }
  .features_wrap .features_list li a .features_txt01 span {
    font-size: 0.8rem;
  }
  .features_wrap .features_list li a .features_txt02 {
    font-size: 0.933rem;
    line-height: 1.5;
  }
  .features_wrap .features_list li.features_list04 .features_txt01 {
    margin-top: 10px;
    margin-bottom: 1.8em;
  }
  .features_wrap .features_list li.features_list01 a {
    background: url("/assets/img/recruit/top/img_features_list01.png") no-repeat top 20px right 10px;
    background-size: 76px 76px;
  }
  .features_wrap .features_list li.features_list02 a {
    background: url("/assets/img/recruit/top/img_features_list02.png") no-repeat top 18px right 10px;
    background-size: 76px 76px;
  }
  .features_wrap .features_list li.features_list03 a {
    background: url("/assets/img/recruit/top/img_features_list03.png") no-repeat top 18px right 10px;
    background-size: 76px 76px;
  }
  .features_wrap .features_list li.features_list04 a {
    background: url("/assets/img/recruit/top/img_features_list04.png") no-repeat top 18px right 10px;
    background-size: 76px 76px;
  }
  .features_wrap .features_list li.features_list05 a {
    background: url("/assets/img/recruit/top/img_features_list05.png") no-repeat top 10px right 10px;
    background-size: 76px 76px;
  }
  .features_wrap .features_list li.features_list06 a {
    background: url("/assets/img/recruit/top/img_features_list06.png") no-repeat top 10px right 10px;
    background-size: 76px 76px;
  }
  .features_wrap .features_list li.features_list07 a {
    background: url("/assets/img/recruit/top/img_features_list07.png") no-repeat top 10px right 10px;
    background-size: 76px 76px;
  }
  .features_wrap .features_list li.features_list08 a {
    background: url("/assets/img/recruit/top/img_features_list08.png") no-repeat top 10px right 10px;
    background-size: 76px 76px;
  }
  
  /* company_list */
  .features_wrap .company_list li.company_list_wide a {
    flex-flow: column-reverse;
  }
  .features_wrap .company_list li.company_list_wide a div {
    width: 100%;
    padding: 18px 16px;
  }
  .features_wrap .company_list li.company_list_wide a div .company_txt01 {
    font-size: 1.333rem;
  }
  .features_wrap .company_list li.company_list_wide a div .company_txt02 {
    font-size: 0.8rem;
    margin-top: 0;
  }
  .features_wrap .company_list li.company_list_wide a figure {
    width: 100%;
    padding-top: 0;
    border-radius: 12px 12px 0 0;
  }
  .features_wrap .company_list li.company_list_wide a figure img {
    position: static;
  }
  .features_wrap .company_list li a {
    padding: 40px 80px 20px 15px;
    justify-content: flex-start;  
  }
  .features_wrap .company_list li a .features_txt01 {
    font-size: 1.333rem;
    padding-right: 0;
    margin-bottom: 28px;
  }
  .features_wrap .company_list li a .features_txt02 {
    font-size: 0.8rem;
  }
}
