/*=============================================*/
/*@Page TOP Base layout*/
/*=============================================*/
.scroll_ico {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}
.scroll_ico a {
  display: block;
  transition: all 0.3s;
}
.scroll_ico a:hover {
  opacity: 0.7;
}

.top_main_nav .news_box .ttl_box .news_ttl {
  background: #0F6274;
}

@media screen and (min-width: 769px) {
  .top_main_nav .news_box {
    top: auto;
    bottom: 0;
    border-radius: 20px 0 0 0;
    overflow: hidden;
  }
}
.top_btn_block {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  z-index: 4;
}
.top_btn_block .hover_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.top_btn_block .contact a {
  display: block;
  width: 130px;
  height: 100%;
  padding-top: 25px;
  background: #fff;
  border-radius: 0 0 0 20px;
  text-align: center;
  transition: all 0.3s;
}
.top_btn_block .contact a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.top_btn_block .contact a:hover .img .hover_img {
  opacity: 1;
}
.top_btn_block .contact a:hover span {
  color: #DD761E;
}
.top_btn_block .contact .img {
  position: relative;
  display: block;
  width: 40px;
  margin: 0 auto 9px;
}
.top_btn_block .contact span {
  display: block;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: all 0.3s;
}
.top_btn_block .recruit {
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  background: #A86111;
  text-align: center;
}
.top_btn_block .recruit .bottom {
  padding-top: 8px;
  display: flex;
  justify-content: center;
}
.top_btn_block .recruit .bottom a {
  position: relative;
  display: block;
}
.top_btn_block .recruit .bottom a:first-child {
  margin-right: 4px;
}
.top_btn_block .recruit .bottom a:hover .hover_img {
  opacity: 1;
}

/*=============================================*/
/*media query    Tablet  1024px */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch 768px */
/*=============================================*/
@media screen and (max-width: 768px) {
  /*=============================================*/
  /*@Page TOP Base layout*/
  /*=============================================*/
  .top_btn_block {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .top_btn_block .hover_img {
    display: none;
  }
  .top_btn_block .contact {
    width: 25%;
    border-right: solid 1px #707070;
  }
  .top_btn_block .contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    border-radius: 0;
  }
  .top_btn_block .contact .img {
    width: 30px;
    margin: 0 auto;
  }
  .top_btn_block .recruit {
    width: 50%;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top_nav_link_block {
    bottom: 65px;
    height: calc(80% - 65px);
  }
  .main_nav_box_sp {
    padding-bottom: 120px;
  }
  .fix_btn_bnr {
    position: fixed;
    bottom: 42px;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .fix_btn_bnr a {
    position: relative;
    display: block;
    padding: 10px;
    border: solid 1px #fff;
    box-sizing: border-box;
    background-image: linear-gradient(90deg, rgb(232, 158, 71), rgb(224, 98, 156) 32% 68%, rgb(118, 83, 183));
    text-align: center;
  }
  .fix_btn_bnr a img {
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: auto;
  }
  .copyright {
    padding-bottom: 116px;
  }
}
.fix_btn_bnr.ver_recruit_bnr a {
  background-image: none;
  background-color: #fff;
  border-top: 4px solid #e89e47;
  padding-top: 10px;
  padding-bottom: 10px;
}

.arrow_bottom_more_btn_box a.mynabi_bnr {
  margin: auto;
  margin-top: 10px;
  display: block;
  max-width: 462px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .arrow_bottom_more_btn_box a.mynabi_bnr {
    max-width: 346px;
  }
}
/************************************/
/*sp fix header btn*/
/************************************/
.sp_fix_ico_box {
  position: fixed;
  top: 60px;
  right: 7px;
  z-index: 10;
}
.sp_fix_ico_box .ico_list li {
  margin-bottom: 15px;
}

.job_kind_bnr_link_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.job_kind_bnr_link_box li {
  max-width: 250px;
  margin-bottom: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .job_kind_bnr_link_box li {
    width: 48%;
    max-width: 100%;
    margin-right: 4%;
  }
  .job_kind_bnr_link_box li:nth-child(2n) {
    margin-right: 0;
  }
}/*# sourceMappingURL=plus_250324.css.map */