@charset "utf-8";

/*--------------------------------------------
header wrapper
--------------------------------------------*/
.l-header_wrapper {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 210;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header_wrapper {
    width: 100%;
    height: 15.555vw;
  }
}


/*--------------------------------------------
logo
--------------------------------------------*/
.l-logo {
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/logo_wh.svg) no-repeat;
  background-size: 100%;
  max-width: 351px;
  width: 45%;
  height: 32px;
  position: absolute;
  top: 31px;
  left: 35px;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-logo {
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/logo_wh.svg) no-repeat;
    background-size: 100%;
    max-width: none;
    width: 76.388vw;
    height: 6.9388vw;
    top: 3.888vw;
    left: 3.055vw;
  }
}

.l-logo a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}


/*--------------------------------------------
header
--------------------------------------------*/
.l-header {
  max-width: 353px;
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0 2.266%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header {
    max-width: none;
    width: 100vw;
  }

  /* home */
  .home .l-header {
    border-bottom: solid 0.277vw rgba(255, 255, 255, 0.4);
  }
}

.l-header__official {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  padding-left: 26px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__official {
    display: none;
  }

  /* home */
  .home .l-header__official {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41.666vw;
    height: 6.944vw;
    font-size: 3.333vw;
    color: #fff;
    padding: 0 2vw 0.1em 6.666vw;
    position: absolute;
    right: 0;
    bottom: -7.222vw;
    border-bottom: solid 0.277vw rgba(255, 255, 255, 0.4);
    border-left: solid 0.277vw rgba(255, 255, 255, 0.4);
  }
}

.l-header__official::before {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_officia_wh.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -1px;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__official::before {
    content: "";
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_officia_wh.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 3.594vw;
    height: 3.594vw;
    position: absolute;
    top: 1.6vw;
    left: 2vw;
  }
}

.l-header__entry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30.878%;
  height: 100%;
  background: rgba(41, 111, 198, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0 0 4px 4px;
  margin-left: auto;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 0 0.5em 5px 0.5em;
  cursor: pointer;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__entry {
    display: none;
  }
}

.l-header__nav {
  width: 20.679%;
  height: 100%;
  background: rgba(213, 213, 213 ,0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0 0 0 4px;
  position: relative;
  cursor: pointer;
}
/********* sp *********/
@media only screen and (max-width:750px) {
.l-header__nav {
    background: rgba(41, 111, 198, 1);
    width: 15.555vw;
    height: 100%;
    border-radius: 0;
    margin-left: auto;
  }
}

.l-header__nav::before {
  content: "";
  width: 43.835%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__nav::before {
    width: 6.666vw;
    height: 0.277vw;
    top: 6.638vw;
  }
}

.l-header__nav::after {
  content: "";
  width: 43.835%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 31px;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__nav::after {
    width: 6.666vw;
    height: 0.277vw;
    bottom: 6.638vw;
  }
}


/*--------------------------------------------
nav
--------------------------------------------*/
.l-nav {
  display: none;
  width: 100%;
  min-height: 514px;
  background: linear-gradient(to right, #144781, #2176d9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1900;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-nav {
    height: 100%;
    min-height: auto;
  }
}

.l-nav__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-nav__header {
    height: 15.555vw;
    border-bottom: solid 1px rgba(255, 255, 255, 0.24);
  }
}

.l-nav__logo {
  display: block;
  max-width: 351px;
  width: 45%;
  height: 32px;
  margin: 31px 0 0 35px;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/logo_wh.svg) no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-nav__logo {
    max-width: none;
    width: 76.388vw;
    height: 6.9388vw;
    margin: 3.888vw 0 0 3.055vw;
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/logo_wh.svg) no-repeat;
    background-size: 100%;
  }
}

.l-nav__close {
  width: 24px;
  height: 24px;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/close_wh.svg) no-repeat;
  background-size: cover;
  margin: 19px 24px 0 0;
  cursor: pointer;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-nav__close {
    width: 15.555vw;
    height: 15.555vw;
    background-color: #699dda;
    background-size: 6.65vw;
    background-position: center;
    margin: 0;
  }
}

/* pc */
.l-nav__content {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-nav__content {
    display: none;
  }
}

/* first */
.l-nav__content__first {
  width: 92.968%;
  max-width: 1190px;
  display: flex;
  justify-content: space-between;
  margin-top: 116px;
}

.l-nav__content__first__left {
  width: 48.319%;
}

.l-nav__content__first__right {
  width: 48.319%;
}

.l-nav__ttl {
  width: 100%;
  border-top: solid 1px #fff;
  padding-top: 16px;
}

.l-nav__ttl__en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  font-size: 13px;
  color: #fff;
}

.l-nav__ttl__jp,
.l-nav__ttl__jp a {
  display: block;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  margin-top: 5px;
  position: relative;
}

.l-nav__ttl__jp a::after {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_wh_20.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-nav__flex {
  display: flex;
  gap: 0 21px;
  margin-top: 64px;
}

.l-nav__list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.l-nav__list ul {
  width: 48.173%;
  display: flex;
  flex-flow: column;
  gap: 8px 0;
}

.l-nav__list ul li {
  border-bottom: solid 1px #4981c3;
}

.l-nav__list ul li a {
  display: block;
  padding: 0.4em 20px 0.4em 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
  min-height: 20px;
  color: #fff;
}

.l-nav__list ul li a::after {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_wh_20.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-nav__list ul li a span {
  display: inline-block;
  padding-right: 20px;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_outside.svg) no-repeat;
  background-size: 14px;
  background-position: top 0.3em right;
}

/* second */
.l-nav__content__second {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 12px 12px 12px;
}

.l-nav_entry {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 514px;
  width: 43.193%;
  height: 64px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(41,111,198,1);
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.l-nav__btn {
  display: flex;
  flex-flow: column;
  gap: 8px 0;
  margin-left: auto;
  margin-top: auto;
}

.l-nav__btn li {
  width: 194px;
  height: 41px;
}

.l-nav__btn li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: solid 1px rgba(255,255,255,0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  padding-left: 50px;
}

.l-nav__btn__official::before {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_officia_wh.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
}

.l-nav__btn__outside::before {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_outside_s.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
}

/* sp */
.l-nav__content_sp {
  display: none;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-nav__content_sp {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .l-nav__content_sp {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 26.694vw;
  }

  .l-nav__content_sp__first {
    width: 88.611vw;
    margin: 0 auto;
  }

  .l-nav_sp__ttl {
    display: block;
    width: 100%;
    border-top: solid 0.277vw #fff;
    padding: 5vw 0 5.6vw 0;
    cursor: pointer;
    position: relative;
  }

  .l-nav_sp__ttl__en {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    font-size: 3.611vw;
    color: #fff;
  }

  .l-nav_sp__ttl__jp {
    display: block;
    font-size: 4.772vw;
    font-weight: 300;
    color: #fff;
    margin-top: 1.5vw;
    position: relative;
  }

  .l-nav_sp__ttl.-link::after,
  .l-nav_sp__ttl__jp a::after {
    content: "";
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_wh_20.svg) no-repeat;
    background-size: cover;
    width: 5.555vw;
    height: 5.555vw;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .l-nav_sp__ttl.-acc::after {
    content: "";
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/acc_open.svg) no-repeat;
    background-size: cover;
    width: 7.222vw;
    height: 7.222vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .l-nav_sp__ttl.-acc.-current::after {
    content: "";
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/acc_close.svg) no-repeat;
    background-size: cover;
  }

  .l-nav_sp__submenu {
    display: none;
    width: 100%;
    flex-flow: column;
    gap: 1vw 0;
    padding-bottom: 5.555vw;
  }

  .l-nav_sp__submenu li {
    border-bottom: solid 1px #4981c3;
  }

  .l-nav_sp__submenu li a {
    display: block;
    padding: 0.4em 5.555vw 0.4em 0;
    font-size: 3.888vw;
    font-weight: 300;
    line-height: 1.5em;
    position: relative;
    min-height: 5.555vw;
    color: #fff;
  }

  .l-nav_sp__submenu li a::after {
    content: "";
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_wh_20.svg) no-repeat;
    background-size: cover;
    width: 5.555vw;
    height: 5.555vw;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .l-nav_sp__submenu li span {
    display: inline-block;
    padding-right: 5.555vw;
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_outside.svg) no-repeat;
    background-size: 3.888vw;
    background-position: top 0.3em right;
  }

  .l-nav_sp__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
    gap: 4.444vw 0;
  }

  .l-nav_sp__btn li {
    width: 48.888%;
  }

  .l-nav_sp__btn li:nth-child(1) {
    padding-left: 5.555%;
  }

  .l-nav_sp__btn li:nth-child(2) {
    padding-right: 5.555%;
  }

  .l-nav_sp__btn li a {
    width: 100%;
    height: 11.388vw;
    display: flex;
    align-items: center;
    border: solid 1px rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.1);
    border-radius: 1.111vw;
    font-size: 3.333vw;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    padding-left: 8.5vw;
  }

  .l-nav_sp__btn__official::before {
    content: "";
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_officia_wh.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 4.722vw;
    height: 4.722vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.5vw;
    margin: auto;
  }

  .l-nav_sp__btn__outside::before {
    content: "";
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_outside_s.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 4.261vw;
    height: 3.269vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.7vw;
    margin: auto;
  }

  .l-nav_sp__btn li.l-nav_sp_entry {
  width: 100%;
  }

  .l-nav_sp_entry p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 12.777vw;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(41,111,198,1);
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 3.888vw;
    color: #fff;
    cursor: pointer;
    padding-bottom: 0.22em;
  }
}


/*--------------------------------------------
entry
--------------------------------------------*/
.l-entry {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 2000;
}

/*
content
*/
.l-entry__content {
  height: 100%;
}

.l-entry__content__inner {
  margin: 0 auto;
  width: calc(100% - 3.75vw * 2);
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -5%;
  padding-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__content__inner {
    margin: 0 auto;
    width: calc(100% - 5.56vw * 2);
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: auto;
    padding-bottom: 4.17vw;
  }
}

.l-entry__content__inner__ttl {
  font-size: 28px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-entry__content__inner__ttl {
    font-size: 6.67vw;
  }
}

.l-entry__content__inner__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-entry__content__inner__lead {
    margin-top: 1.39vw;
    font-size: 3.61vw;
  }
}

.l-entry__content__link__container {
  width: 100%;
  margin-top: 48px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-entry__content__link__container {
    margin-top: 11.11vw;
  }
}

.l-entry__content__link__list {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 16px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__content__link__list {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: center;
    gap: 3.33vw;
  }
}

.l-entry__content__link__list li {
  width: calc((100% - 16px * 2) / 3);
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__content__link__list li {
    width: 100%;
  }
}

.l-entry__content__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 20px 14px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__content__link {
    width: 100%;
    padding: 2.22vw 3.33vw 2.22vw 4.44vw;
    border-radius: 1.11vw;
  }
}

.l-entry__content__link span {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.778;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__content__link span {
    font-size: 4.44vw;
  }
}

.l-entry__content__link .arrow_r {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  pointer-events: none;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-entry__content__link .arrow_r {
    width: 8.89vw;
    height: 8.89vw;
  }
}

.l-entry__content__link .arrow_r::before,
.l-entry__content__link .arrow_r::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: right center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-entry__content__link .arrow_r::before,
  .l-entry__content__link .arrow_r::after {
    width: 1.87vw;
  }
}

.l-entry__content__link .arrow_r::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-entry__content__link .arrow_r::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-entry__close {
  width: 24px;
  height: 24px;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/close_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 19px;
  right: 24px;
  cursor: pointer;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__close {
    width: 15.555vw;
    height: 15.555vw;
    top: 0;
    right: 0;
    background-size: 6.65vw;
    background-position: center;
  }
}

/*--------------------------------------------
breadcrumb
--------------------------------------------*/
.l-breadcrumb {
  display: flex;
  position: absolute;
  top: 105px;
  right: 32px;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-breadcrumb {
    display: none;
  }
}

.l-breadcrumb li {
  padding-left: 28px;
  position: relative;
}

.l-breadcrumb li:first-child {
  padding-left: 0;
}

.l-breadcrumb li::after {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/breadcrumb_punctuation_wh.svg) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.3em;
  left: 8px;
}

.l-breadcrumb li:first-child::after {
  background: none !important;
}

.l-breadcrumb li a {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
  color: #fff;
}


/*--------------------------------------------
pagination
--------------------------------------------*/
.l-pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto 0 auto;
  width: fit-content;
  gap: 5px;
}
@media only screen and (max-width:750px) {
  .l-pagination {
    margin-top: 13.333vw;
    gap: 2.222vw;
  }
}

.l-pagination li {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width:750px) {
  .l-pagination li {
    width: 8.888vw;
    height: 8.888vw;
  }
}

.l-pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #d5d5d5;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 0.1em;
  overflow: hidden;
  color: #283B71;
}
@media only screen and (max-width:750px) {
  .l-pagination li a {
    border: solid 0.277vw #d5d5d5;
    font-size: 3.888vw;
  }
}

/* ブルー */
.l-pagination.-blue li a {
  border: solid 1px #a0ccff;
  color: #439AFF;
  background-color: rgba(255,255,255,0.5);
}

.l-pagination li span.-current,
.l-pagination li a.-current {
  background: #283B71;
  border: solid 1px #283B71;
  color: #fff;
}

/* ブルー */
.l-pagination.-blue li span.-current,
.l-pagination.-blue li a.-current {
  background: #439AFF;
  border: solid 1px #439AFF;
  color: #fff;
}

/* … */
.l-pagination li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width:750px) {
  .l-pagination li span {
    font-size: 4.444vw;
  }
}

.l-pagination li span.page-numbers.dots {
  color: #283B71;
}

/* ブルー */
.l-pagination.-blue li span.page-numbers.dots {
  color: #439AFF;
}

.l-pagination li a.l-pagination__prev,
.l-pagination li a.l-pagination__next {
  border: solid 1px #283B71;
}

/* ブルー */
.l-pagination.-blue li a.l-pagination__prev,
.l-pagination.-blue li a.l-pagination__next {
  border: solid 1px #439AFF;
}

.l-pagination li a.prev.page-numbers {
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/arrow_pagination_navy.svg) no-repeat;
  background-position: center;
  background-size: 4px;
  transform: rotate(180deg);
  text-indent: -9999px;
}
@media only screen and (max-width:750px) {
  .l-pagination li a.prev.page-numbers {
    background-size: 1.5vw;
  }
}

.l-pagination li a.next.page-numbers {
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/arrow_pagination_navy.svg) no-repeat;
  background-position: center;
  background-size: 4px;
  text-indent: -9999px;
}
@media only screen and (max-width:750px) {
  .l-pagination li a.next.page-numbers {
    background-size: 1.5vw;
  }
}

/* ブルー */
.l-pagination.-blue li a.prev.page-numbers {
  background: rgba(255,255,255,0.5) url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/arrow_pagination_blue.svg) no-repeat;
  background-position: center;
  background-size: 4px;
  transform: rotate(180deg);
  text-indent: -9999px;
}
@media only screen and (max-width:750px) {
  .l-pagination.-blue li a.prev.page-numbers {
    background-size: 1.5vw;
  }
}

/* ブルー */
.l-pagination.-blue li a.next.page-numbers {
  background: rgba(255,255,255,0.5) url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/arrow_pagination_blue.svg) no-repeat;
  background-position: center;
  background-size: 4px;
  text-indent: -9999px;
}
@media only screen and (max-width:750px) {
  .l-pagination.-blue li a.next.page-numbers {
    background-size: 1.5vw;
  }
}



/*--------------------------------------------
footer entry
--------------------------------------------*/
.l-footer_entry {
  display: block;
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_entry {
    height: 133.333vw;
  }
}

.l-footer_entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/entry_ph.jpg) no-repeat center center;
  background-size: cover;
  transition: transform 0.2s ease;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_entry::before {
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/entry_ph_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.l-footer_entry:hover::before {
  transform: scale(1.1);
}

.l-footer_entry__inner {
  max-width: 1066px;
  width: 83.281%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: column;
  gap: 30px 0;
  padding-bottom: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_entry__inner {
    max-width: none;
    width: 83.333vw;
    gap: 4.333vw 0;
  }
}

.l-footer_entry__inner h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 125px;
  letter-spacing: 0;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_entry__inner h2 {
    font-size: 27.5vw;
  }
}

.l-footer_entry__inner p {
  padding-left: 0.4em;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_entry__inner p {
    font-size: 5.555vw;
  }
}

.l-footer_entry__inner::after {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_wh_72.svg) no-repeat;
  background-size: cover;
  width: 72px;
  height: 72px;
  position: absolute;
  right: -59px;
  bottom: 60px;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
.l-footer_entry__inner::after {
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_wh_72.svg) no-repeat;
    background-size: cover;
    width: 20vw;
    height: 20vw;
    right: -6.111vw;
    bottom: 2.333vw;
  }
}


/*--------------------------------------------
footer
--------------------------------------------*/
.l-footer_bg {
  background: linear-gradient(to right, #144781, #2176d9);
  padding: 73px 0;
  position: relative;
  z-index: 200;
}
@media only screen and (max-width:750px) {
  .l-footer_bg {
    display: none;
  }
}

.l-footer {
  max-width: 1151px;
  width: 89.921%;
  margin: 0 auto;
  position: relative;
}

.l-footer__logo {
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/logo_wh.svg) no-repeat;
  background-size: 100%;
  max-width: 340px;
  width: 45%;
  height: 32px;
  position: absolute;
  top: 0;
  left: 23px;
}

.l-footer__logo a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

/* footer btn */
.l-footer__btn {
  position: absolute;
  bottom: 0;
  left: 16px;
  display: flex;
  flex-flow: column;
  gap: 8px 0;
}

.l-footer__btn li {
  width: 194px;
  height: 41px;
}

.l-footer__btn li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: solid 1px rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.13);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  padding-left: 50px;
}

.l-footer__btn__official::before {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_officia_wh.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
}

.l-header__btn__outside::before {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_outside_s.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
}

/* footer nav */
.l-footer__nav {
  max-width: 575px;
  width: 50%;
  margin-left: auto;
  display: flex;
  flex-flow: column;
  gap: 55px 0;
}

/* flex */
.l-footer__nav__flex {
  display: flex;
  gap: 0 21px;
}

.l-footer__nav__content {
  width: 100%;
  border-top: solid 1px #fff;
  padding-top: 16px;
}

.l-footer__nav__flex .l-footer__nav__content {
  width: 48.173%;
}

.l-footer__nav__content__ttl__en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  font-size: 13px;
  color: #fff;
}

.l-footer__nav__content__ttl__jp,
.l-footer__nav__content__ttl__jp a {
  display: block;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  margin-top: 5px;
  position: relative;
}

.l-footer__nav__content__ttl__jp a::after {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_wh_20.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-footer__nav__content__list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.l-footer__nav__content__list ul {
  width: 48.173%;
  display: flex;
  flex-flow: column;
  gap: 4px 0;
}

.l-footer__nav__content__list ul li {
  border-bottom: solid 1px #4981c3;
}

.l-footer__nav__content__list ul li a {
  display: block;
  padding: 0.4em 20px 0.4em 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
  min-height: 20px;
  color: #fff;
}

.l-footer__nav__content__list ul li a::after {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_wh_20.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-footer__nav__content__list ul li a span {
  display: inline-block;
  padding-right: 20px;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_outside.svg) no-repeat;
  background-size: 14px;
  background-position: top 0.3em right;
}


/*--------------------------------------------
copyright
--------------------------------------------*/
.l-copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  background: #262626;
  position: relative;
  z-index: 200;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-copyright {
    height: 25.555vw;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: start;
    gap: 3.611vw 0;
    text-align: left;
  }
}

.l-copyright p {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0;
  font-size: 13px;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-copyright p {
    font-size: 4.166vw;
    margin-left: 4.722vw;
  }
}

.l-copyright a {
  display: none;
}
@media only screen and (max-width:750px) {
  .l-copyright a {
    color: #fff;
    display: inline-block;
    font-size: 3.333vw;
    margin-right: 0;
    margin-left: 4.722vw;
  }
}

/*--------------------------------------------
pagetop
--------------------------------------------*/
.l-pagetop {
  display: none;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_wh_50.svg) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 300;
  transform: rotate(-90deg);
}
/********* sp *********/
@media only screen and (max-width:750px) {
.l-pagetop {
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_wh_50.svg) no-repeat;
    background-size: cover;
    width: 13.888vw;
    height: 13.888vw;
    right: 2.222vw;
    bottom: 2.222vw;
  }
}


/*--------------------------------------------
黒バージョン
--------------------------------------------*/
/* logo */
body.post-type-archive-news .l-logo,
body.tax-news_cat .l-logo,
body.single-news .l-logo,
body.post-type-archive-onozonow .l-logo,
body.tax-onozonow_cat .l-logo,
body.single-onozonow .l-logo,
body.error404 .l-logo {
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/logo.svg) no-repeat;
  background-size: 100%;
}

/* インスタ フォントカラー */
body.post-type-archive-news .l-header__official,
body.tax-news_cat .l-header__official,
body.single-news .l-header__official,
body.post-type-archive-onozonow .l-header__official,
body.tax-onozonow_cat .l-header__official,
body.single-onozonow .l-header__official,
body.error404 .l-header__official {
  color: #000;
}

/* インスタ アイコン */
body.post-type-archive-news .l-header__official::before,
body.tax-news_cat .l-header__official::before,
body.single-news .l-header__official::before,
body.post-type-archive-onozonow .l-header__official::before,
body.tax-onozonow_cat .l-header__official::before,
body.single-onozonow .l-header__official::before,
body.error404 .l-header__official::before {
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/ic_officia.svg) no-repeat;
  background-size: cover;
}

/* パンくず スラッシュ */
body.post-type-archive-news .l-breadcrumb li::after,
body.tax-news_cat .l-breadcrumb li::after,
body.single-news .l-breadcrumb li::after,
body.post-type-archive-onozonow .l-breadcrumb li::after,
body.tax-onozonow_cat .l-breadcrumb li::after,
body.single-onozonow .l-breadcrumb li::after,
body.error404 .l-breadcrumb li::after {
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/breadcrumb_punctuation.svg) no-repeat;
  background-size: cover;
}

/* パンくず フォントカラー */
body.post-type-archive-news .l-breadcrumb li a,
body.tax-news_cat .l-breadcrumb li a,
body.single-news .l-breadcrumb li a,
body.post-type-archive-onozonow .l-breadcrumb li a,
body.tax-onozonow_cat .l-breadcrumb li a,
body.single-onozonow .l-breadcrumb li a,
body.error404 .l-breadcrumb li a {
  color: #07132C;
}

/* ページTOPボタン */
body.post-type-archive-news .l-pagetop,
body.tax-news_cat .l-pagetop,
body.single-news .l-pagetop,
body.post-type-archive-onozonow .l-pagetop,
body.tax-onozonow_cat .l-pagetop,
body.single-onozonow .l-pagetop,
body.error404 .l-pagetop  {
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_50.svg) no-repeat;
  background-size: cover;
}


/*--------------------------------------------
スクロール禁止
--------------------------------------------*/
body.l-body-fixed {
  position: fixed;
  width: 100%;
}