@charset "UTF-8";

/*--------------------------------------------
header btn
--------------------------------------------*/
.l-header__entry {
  background: rgba(41, 111, 198, 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.l-header__nav {
  background: rgba(213, 213, 213 ,1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}


/*--------------------------------------------
wrapper
--------------------------------------------*/
.ni-wrapper {
  position: relative;
  overflow: hidden;
}


/*--------------------------------------------
ttl
--------------------------------------------*/
.ni-ttl {
  max-width: 1152px;
  width: 90%;
  margin: 0 auto;
  padding: 132px 0 70px 0;
  position: relative;
  z-index: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-ttl {
    max-width: none;
    width: 100%;
    padding: 22.305vw 0 12vw 0;
  }
}

.ni-ttl::after {
  content: "";
  height: 100%;
  width: 106.25%;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_index/ttl_bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -46px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-ttl::after {
    height: 100%;
    width: 100%;
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_index/ttl_bg_sp.png) no-repeat;
    background-size: 100%;
    top: 34.444vw;
    left: 0;
  }
}

.ni-ttl h2 {
  width: 69.965%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-ttl h2 {
    width: 100%;
  }
}

.ni-ttl p {
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
  color: #439AFF;
  margin: 48px 0 0 47px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-ttl p {
    font-size: 4.444vw;
    line-height: 1.6em;
    text-align: center;
    margin: 77.666vw 0 0 0;
  }
}


/*--------------------------------------------
slide
--------------------------------------------*/
.ni-pickup {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  gap: 0 5%;
}

.ni-pickup__inner {
  padding: 35px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup__inner {
    padding: 7vw 0 0 0;
  }
}

.ni-pickup__item {
  display: block;
  position: relative;
  transform: scale(0.86);
  height: auto;
  transition: transform 0.4s ease;
}

.ni-pickup__inner.-current .ni-pickup__item {
  transform: scale(1);
  height: auto;
}

/* ph */
.ni-pickup__item__ph {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: solid 2px #439AFF;
  border-radius: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup__item__ph {
    border-top: solid 0.555vw #439AFF;
    border-left: solid 0.555vw #439AFF;
    border-right: solid 0.555vw #439AFF;
    border-bottom: solid 0.277vw #439AFF;
    border-radius: 1.111vw 1.111vw 0 0;
  }
}

.ni-pickup__item__ph img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.2s ease;
}

.ni-pickup__item:hover .ni-pickup__item__ph img {
  transform: scale(1.1);
}

/* txt */
.ni-pickup__item__txt {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: absolute;
  bottom: -20px;
  left: -3.125vw;
  min-width: 558px;
  max-width: 720px;
  width: fit-content;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup__item__txt {
    position: static;
    max-width: none;
    min-width: auto;
    margin-top: -8.333vw;
  }
}

.ni-pickup__inner.-current .ni-pickup__item__txt {
  opacity: 1;
}

.ni-pickup__item__txt__date {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 106px;
  height: 30px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.8);
  border-top: solid 2px #439AFF;
  border-left: solid 2px #439AFF;
  border-right: solid 2px #439AFF;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #439AFF;
  margin-left: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup__item__txt__date {
    width: 29.444vw;
    height: 8.333vw;
    border-top: solid 0.555vw #439AFF;
    border-left: solid 0.555vw #439AFF;
    border-right: solid 0.555vw #439AFF;
    border-bottom: solid 0.277vw #439AFF;
    border-radius: 2.777vw 2.777vw 0 0;
    font-size: 3.888vw;
  }
}

.ni-pickup__item__txt__ttl {
  display: flex;
  align-items: center;
  width: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px #439AFF;
  border-radius: 10px 0 10px 0;
  font-size: 24px;
  line-height: 1.8em;
  font-weight: 600;
  color: #439AFF;
  padding: 0.8em 1.5em 0.9em 1.5em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup__item__txt__ttl {
    border-left: solid 0.277vw #439AFF;
    border-left: solid 0.555vw #439AFF;
    border-right: solid 0.555vw #439AFF;
    border-bottom: solid 0.555vw #439AFF;
    border-radius: 0 0 2.777vw 0;
    font-size: 5.555vw;
    line-height: 1.6em;
    padding: 3vw 5.555vw 4.2vw 5.555vw;
  }
}

.ni-pickup__item__txt__cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  text-align: center;
  min-width: 320px;
  max-width: 480px;
  width: fit-content;
  min-height: 50px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.8);
  border-left: solid 2px #439AFF;
  border-right: solid 2px #439AFF;
  border-bottom: solid 2px #439AFF;
  border-radius: 0 0 10px 10px;
  padding: 1em 37px 1.2em 37px;
  position: relative;
  top: -1px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
.ni-pickup__item__txt__cat {
    gap: 0.5em;
    min-width: auto;
    max-width: none ;
    width: 63vw;
    min-height: 10.277vw;
    border-radius: 0 0 2.777vw 2.777vw;
    padding: 0.5em 4vw 0.7em 4vw;
    border-left: solid 0.555vw #439AFF;
    border-right: solid 0.555vw #439AFF;
    border-bottom: solid 0.555vw #439AFF;
  }
}

.ni-pickup__item__txt__cat li {
  font-size: 14px;
  font-weight: 600;
  color: #439AFF;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup__item__txt__cat li {
    font-size: 3.888vw;
  }
}

.ni-pickup__item__txt__cat li::before {
  content: "#";
}

.ni-pickup__item__star {
  width: 130px;
  position: absolute;
  top: 0;
  right: 2px;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup__item__star {
    width: 25.277vw;
    right: -5vw;
  }
}

.ni-pickup__inner.-current .ni-pickup__item__star {
  opacity: 1;
}


/*--------------------------------------------
slick dot
--------------------------------------------*/
.ni-pickup .slick-dots {
  display: flex;
  align-items: center;
  width: fit-content;
  list-style: none;
  position: absolute;
  top: 44.5vw;
  right: 4.5vw;
  height: 20px;
  padding-left: 28px;
  z-index: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup .slick-dots {
    top: auto;
    bottom: 0;
    right: 4.5vw;
    height: 5.555vw;
    padding-left: 7.5vw;
  }
}

/* 停止アイコン */
.ni-pickup .slick-dots::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_slick_stop_off.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup .slick-dots::after {
    width: 5.555vw;
    height: 5.555vw;
  }
}

.ni-pickup.is-paused .slick-dots::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_slick_stop_on.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup.is-paused .slick-dots::after {
    width: 5.555vw;
    height: 5.555vw;
  }
}

.ni-pickup .slick-dots li {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 7px;
  background: none;
  width: 8px;
  height: 8px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup .slick-dots li {
    padding: 0 1.944vw;
    width: 2.222vw;
    height: 2.222vw;
  }
}

.ni-pickup .slick-dots li button {
  display: block;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  text-align: center;
  text-indent: -9999px;
  border: solid 1px #439AFF;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-pickup .slick-dots li button {
    width: 2.222vw;
    height: 2.222vw;
    border: solid 0.277vw #439AFF;
  }
}

.ni-pickup .slick-dots li.slick-active button {
  background: #439AFF;
  border: none;
  outline: none;
}


/*--------------------------------------------
category ttl
--------------------------------------------*/
.ni-category_ttl {
  margin-top: 66px;
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-category_ttl {
    margin-top: 18vw;
    padding-bottom: 7.777vw;
  }
}

.ni-category_ttl::after {
  content: "";
  background: #439AFF;
  width: 100%;
  height: calc(100% + 40px);
  min-height: 264px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-category_ttl::after {
    height: calc(100% + 18.888vw);
    min-height: auto;
  }
}

.ni-category_ttl h3 {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  padding-top: 65px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-category_ttl h3 {
    max-width: none;
    width: 88.888vw;
    font-size: 13.888vw;
    padding-top: 15vw;
  }
}

.ni-category_ttl h4 {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff;
  position: relative;
  top: 33px;
  padding-bottom: 0.5em;
}
@media only screen and (max-width:750px) {
  .ni-category_ttl h4 {
    font-size: 7.777vw;
    top: 7vw;
    left: 2vw;
  }
}

.ni-category_ttl ul {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  padding: 26px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-category_ttl ul {
    max-width: none;
    width: 94.444vw;
    padding: 7vw 0 0 0;
    gap: 3vw 2vw;    
  }
}

.ni-category_ttl ul li a,
.ni-category_ttl ul li span {
  display: flex;
  gap: 0 0.3em;
  align-items: center;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  font-size: 17px;
  font-weight: 400;
  padding: 0.2em 0.45em 0.4em 0.45em;
  border-radius: 4px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-category_ttl ul li a,
  .ni-category_ttl ul li span {
    min-height: 9.722vw;
    font-size: 4.722vw;
    padding: 0.2em 0.45em 0.4em 0.45em;
    border-radius: 1.111vw;
  }
}

.ni-category_ttl ul li a::before,
.ni-category_ttl ul li span::before {
  content: "#";
  opacity: 0.5;
}

.ni-category_ttl ul li a {
  color: #fff;
  border: solid 1px #69aeff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-category_ttl ul li a {
    border: solid 0.277vw #69aeff;
  }
}

.ni-category_ttl ul li span {
  background: #fff;
  color: #439AFF;
  border: solid 1px #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-category_ttl ul li span {
    border: solid 0.277vw #fff;
  }
}


/*--------------------------------------------
content
--------------------------------------------*/
.ni-content {
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  gap: 0 5%;
  padding-bottom: 160px;
  background:
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_index/content_bg_01.png),
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_index/content_bg_02.png),
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_index/content_bg_03.png)
    ;
  background-repeat: no-repeat;
  background-size:
    23.467%,
    10.859%,
    27.343%
    ;
  background-position:
    top 282px right 7.656%,
    top 497px left -2.031%,
    bottom 36px right 3.828%
    ;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-content {
    flex-flow: column;
    max-width: none;
    gap: 26.666vw 0;
    padding-bottom: 40vw;
    background: none;
    position: relative;
  }
}

/* left */
.ni-content__left {
  width: 70%;
  max-width: 832px;
  min-height: 600px;
  margin-left: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-content__left {
    width: 88.888vw;
    max-width: none;
    margin: 0 auto;
    padding-bottom: 8vw;
    position: relative;
  }

  .ni-content__left::after {
    content: "";
    width: 75vw;
    height: 54.5vw;
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_index/content_bg_03.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -5.7vw;
    bottom: 0;
    z-index: -1;
  }
}

.ni-content__left__inner {
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.846%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-content__left__inner {
    flex-flow: column;
    gap: 7vw 0;
    padding-bottom: 30vw;
  }
}

/* item */
.ni-content__item {
  display: block;
  width: 30.769%;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-content__item {
    width: 100%;
  }
}

.ni-content__item__detail {
  padding: 10px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-content__item__detail {
    padding: 4vw 0;
  }
}

.ni-content__item h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  color: #439AFF;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-content__item h3 {
    font-size: 3.888vw;
  }
}

.ni-content__item__ph {
  border: solid 2px #439AFF;
  border-radius: 4px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-content__item__ph {
    border: solid 0.555vw #439AFF;
    border-radius: 1.111vw;
  }
}

.ni-content__item__ph img {
  width: 100%;
  height: auto;
  display: block;
}

.ni-content__item__detail p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
  color: #439AFF;
  margin-top: 8px;
  opacity: 0.5;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-content__item__detail p {
    font-size: 3.611vw;
    margin-top: 4.444vw;
  }
}

.ni-content__item__detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-content__item__detail ul {
    margin-top: 2.222vw;
    gap: 1.111vw;
  }
}

.ni-content__item__detail ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3em;
  border: solid 1px #d9ebff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  color: #439AFF;
  padding: 0.4em 0.5em 0.6em 0.5em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ni-content__item__detail ul li {
    border-radius: 1.111vw;
    font-size: 3.055vw;
  }
}

.ni-content__item__detail ul li::before {
  content: "#";
}

/* 一覧 */
.ni-news_list {
  display: flex;
  flex-flow: column;
}

.ni-news_list li {
  border-bottom: solid 1px #e5e5e5;
}

.ni-news_list__item {
  display: flex;
  align-items: start;
  padding: 20px 0;
}

.ni-news_list__item__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.825em;
  color: #999;
  width: 80px;
}

.ni-news_list__item__cat {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2em;
  background: #262626;
  border-radius: 2px;
  min-width: 80px;
  display: flex;
  justify-content: center;
  padding: 0.3em 0.8em 0.4em 0.8em;
  margin-left: 3%;
}

.ni-news_list__item__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.825em;
  margin-left: 4.5%;
}

/* right */
.ni-content__right {
  width: 20%;
  display: flex;
  flex-flow: column;
  gap: 80px 0;
  margin-top: 120px;
}
@media only screen and (max-width:750px) {
  .ni-content__right {
    width: 88.888vw;
    margin: 0 auto;
    gap: 8.888vw 0;
  }
}

.ni-content__right dl dt {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #439AFF;
  letter-spacing: 0;
  border-top: 4px solid #439AFF;
  padding: 24px 0 15px 0;
}
@media only screen and (max-width:750px) {
  .ni-content__right dl dt {
    font-size: 6.666vw;
    border-top: 1.111vw solid #439AFF;
    padding: 5.555vw 0;
  }
}

.ni-content__right dl dd {
  width: 78.125%;
  border-bottom: solid 1px #daecff;
}
@media only screen and (max-width:750px) {
  .ni-content__right dl dd {
    width: 100%;
    border-bottom: solid 0.277vw #daecff;
  }
}

.ni-content__right dl dd a {
  display: block;
  padding: 0.4em 20px 0.4em 0;
  font-size: 14px;
  font-weight: 400;
  color: #439AFF;
  line-height: 1.5em;
  position: relative;
  min-height: 20px;
}
@media only screen and (max-width:750px) {
  .ni-content__right dl dd a {
    font-size: 3.888vw;
    min-height: 5.555vw;
  }
}

.ni-content__right dl dd a::after {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_blu_20.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width:750px) {
  .ni-content__right dl dd a::after {
    width: 5.555vw;
    height: 5.555vw;
  }
}