@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
--------------------------------------------*/
.ns-wrapper {
  position: relative;
  overflow: hidden;
}


/*--------------------------------------------
ttl
--------------------------------------------*/
.ns-ttl {
  width: 444px;
  height: 190px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}
@media only screen and (max-width:750px) {
  .ns-ttl {
    align-items: end;
    width: 88.888vw;
    height: 42.055vw;
    padding-bottom: 0;
  }
}

.ns-ttl img {
  width: 382px;
}
@media only screen and (max-width:750px) {
  .ns-ttl img {
    width: 65.833vw;
    position: relative;
    top: 2.222vw;
  }
}


/*--------------------------------------------
header
--------------------------------------------*/
.ns-header {
  width: 100%;
  position: relative;
  margin-bottom: 73px;
}
@media only screen and (max-width:750px) {
  .ns-header {
    margin-bottom: 10vw;
  }
}

/* bg */
.ns-header__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 490px;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width:750px) {
  .ns-header__bg {
    height: 111.111vw;
  }
}

.ns-header__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(67,154,255,0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ns-header__bg__inner {
  width: 100%;
  height: 100%;
  -ms-filter: blur(10px);
  filter: blur(10px);
}

/* ph */
.ns-header__ph {
  max-width: 1020px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width:750px) {
  .ns-header__ph {
    max-width: none;
    width: 88.888vw;
  }
}

.ns-header__ph::after {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_single/header_border.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
}
@media only screen and (max-width:750px) {
  .ns-header__ph::after {
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_single/header_border_sp.svg) no-repeat;
  }
}

.ns-header__ph img {
  width: 100%;
  height: auto;
  mask-image: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_single/header_mask.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  /* WebKit用（Safariなど） */
  -webkit-mask-image: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_single/header_mask.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}
@media only screen and (max-width:750px) {
  .ns-header__ph img {
    mask-image: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_single/header_mask_sp.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    /* WebKit用（Safariなど） */
    -webkit-mask-image: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/now_single/header_mask_sp.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
  }
}

/* item */
.ns-header__content {
  width: 98%;
  max-width: 1280px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 219px;
  margin: auto;
  z-index: +2;
}
@media only screen and (max-width:750px) {
  .ns-header__content {
    width: 88.888vw;
    max-width: none;
    position: static;
    margin: 0 auto;
  }
}

/* txt */
.ns-header__content__txt {
  max-width: 424px;
  width: 100%;
  position: relative;
  z-index: +1;
}
@media only screen and (max-width:750px) {
  .ns-header__content__txt {
    max-width: none;
    margin-top: -9vw;
  }
}

.ns-header__content__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;
}
@media only screen and (max-width:750px) {
  .ns-header__content__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;
  }
}

.ns-header__content__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: 22px;
  line-height: 1.8em;
  font-weight: 500;
  color: #439AFF;
  padding: 0.8em 1em 0.9em 1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ns-header__content__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;
  }
}

.ns-header__content__txt__cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  text-align: center;
  min-width: 260px;
  max-width: 360px;
  width: fit-content;
  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 22px 1.2em 22px;
  position: relative;
  top: -1px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
.ns-header__content__txt__cat {
    gap: 0.5em;
    min-width: 61.111vw;
    max-width: 82.5vw;
    width: fit-content;
    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;
  }
}

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

.ns-header__content__txt__cat li::before {
  content: "#";
}

.ns-header__lead {
  height: 258px;
  max-width: 768px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 2em 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 2em;
  color: #fff;
  position: relative;
  z-index: +1;
}
@media only screen and (max-width:750px) {
  .ns-header__lead {
    height: auto;
    max-width: none;
    width: 88.888vw;
    margin: 0 auto;
    padding: 6.666vw 0 20vw 0;
    font-size: 4.722vw;
  }
}



/*--------------------------------------------
profile
--------------------------------------------*/
.ns-profile {
  max-width: 1020px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width:750px) {
  .ns-profile {
    max-width: none;
    width: 88.888vw;
    flex-flow: column;
    gap: 9.722vw 0;
    padding-bottom: 26.666vw;
  }
}

.ns-profile.-none {
  display: none;
}

.ns-profile.-one,
.ns-profile.-two,
.ns-profile.-three {
  display: flex;
}

.ns-profile__left {
  width: 25%;
  padding-top: 10px;
}
@media only screen and (max-width:750px) {
  .ns-profile__left {
    width: 100%;
    padding-top: 2.777vw;
  }
}

.ns-profile__en {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: 51px;
  font-weight: 400;
  color: #439AFF;
}
@media only screen and (max-width:750px) {
  .ns-profile__en {
    font-size: 14.166vw;
    text-align: center;
  }
}

.ns-profile__jp {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #439AFF;
  margin-top: 25px;
}
@media only screen and (max-width:750px) {
  .ns-profile__jp {
    font-size: 4.722vw;
    margin-top: 5vw;
    text-align: center;
  }
}

.ns-profile__right {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
@media only screen and (max-width:750px) {
  .ns-profile__right {
    flex-flow: column;
    gap: 9.722vw;
    width: 100%;
  }
}

.ns-profile__content {
  background: #439AFF;
  display: flex;
  border-radius: 10px;
  padding: 35px 0;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width:750px) {
.ns-profile__content {
    flex-flow: column;
    gap: 4.444vw 0;
    border-radius: 2.777vw;
    padding: 0;
  }
}

.ns-profile__content__heading {
  width: 30%;
  position: relative;
  margin-top: -70px;
}
@media only screen and (max-width:750px) {
  .ns-profile__content__heading {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 6.666vw;
    align-items: center;
    margin: -2.777vw 0 0 -2.777vw;
  }
}

.ns-profile__content__heading__ph {
  width: 72.314%;
  max-width: 175px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 2px #439AFF;
  margin: 0 auto;
}
@media only screen and (max-width:750px) {
.ns-profile__content__heading__ph {
    width: 33.333vw;
    max-width: none;
    border: solid 0.555vw #439AFF;
    margin: 0;
  }
}

@media only screen and (max-width:750px) {
  .ns-profile__content__heading__txt {
    width: 46.111vw;
    margin-top: 5vw;
  }
}

.ns-profile__position {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width:750px) {
  .ns-profile__position {
    font-size: 4.166vw;
    margin: 0;
    text-align: left;
  }
}

.ns-profile__name {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-top: 16px;
}
@media only screen and (max-width:750px) {
  .ns-profile__name {
    font-size: 5.733vw;
    margin-top: 4vw;
    text-align: left;
  }
}

.ns-profile__content__data {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 8%;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 2em;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width:750px) {
  .ns-profile__content__data {
    width: 77.777vw;
    height: auto;
    margin: 0 auto;
    padding: 5.555vw 0;
    font-size: 4.166vw;
  }
}

.ns-profile__content__data::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width:750px) {
  .ns-profile__content__data::before {
    content: "";
    width: 100%;
    height: 0.555vw;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
  }
}

/* -two , -three */
@media only screen and (min-width:751px) {
  .ns-profile.-two .ns-profile__content__heading,
  .ns-profile.-three .ns-profile__content__heading {
    width: 100%;
    margin-top: -17px;
  }

  .ns-profile.-two .ns-profile__content,
  .ns-profile.-three .ns-profile__content {
    flex-flow: column;
    align-items: center;
    padding: 0;
  }

  .ns-profile.-two .ns-profile__content__data,
  .ns-profile.-three .ns-profile__content__data {
    display: block;
    width: 100%;
    padding: 24px 10% 35px 10%;
    margin-top: 16px;
    font-size: 14px;
  }

  .ns-profile.-two .ns-profile__content__data::before,
  .ns-profile.-three .ns-profile__content__data::before {
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
  }
}

/* -one */
.ns-profile.-one .ns-profile__content::after {
  content: "PROFILE";
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 17px;
  color: #fff;
  position: absolute;
  top: 7px;
  right: 12px;
  z-index: +1;
}
@media only screen and (max-width:750px) {
  .ns-profile.-one .ns-profile__content::after {
    content: "";
  }
}

/* -two , -three */
@media only screen and (min-width:751px) {
  .ns-profile.-two .ns-profile__content {
    width: 48.437%;
  }

  .ns-profile.-three .ns-profile__content {
    width: 31.25%;
  }

  .ns-profile.-three .ns-profile__content__heading__ph {
    max-width: 145px;
  }
}


/*--------------------------------------------
content
--------------------------------------------*/
.ns-content {
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  gap: 0 10%;
  padding: 96px 0 120px 0;
}
@media only screen and (max-width:750px) {
  .ns-content {
    display: flex;
    flex-flow: column;
    max-width: none;
    width: 88.888vw;
    margin: 5.638vw auto 0 auto;
    gap: 26.611vw 0;
    padding: 0 0 40vw 0;
  }
}

/* left */
.ns-content__left {
  width: 65%;
  max-width: 768px;
  margin-left: auto;
}
@media only screen and (max-width:750px) {
  .ns-content__left {
    width: 100%;
    max-width: none;
  }
}

.ns-content__left__inner {
  width: 100%;
  margin-left: auto;
}

/* 編集エリア用 */
.ns-detail h1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 21px;
  border-bottom: solid 2px #439AFF;
  color: #439AFF;
}
@media only screen and (max-width:750px) {
  .ns-detail h1 {
    font-size: 7.222vw;
    padding-bottom: 5.555vw;
    border-bottom: solid 0.555vw #439AFF;
    margin-top: 8vw;
  }
}

.ns-detail h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 3em;
  margin-bottom: 2em;
  text-align: center;
  padding-bottom: 0.8em;
  position: relative;
  color: #439AFF;
}
@media only screen and (max-width:750px) {
  .ns-detail h2 {
    font-size: 6.111vw;
  }
}

.ns-detail h2::after {
  content: "";
  background: #439AFF;
  width: 32px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width:750px) {
  .ns-detail h2::after {
    width: 8.888vw;
    height: 0.555vw;
  }
}

.ns-detail h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 3em;
  margin-bottom: 2em;
  padding: 0 0 0 1em;
  position: relative;
  color: #439AFF;
}
@media only screen and (max-width:750px) {
  .ns-detail h3 {
    font-size: 5.555vw;
  }
}

.ns-detail h3::before {
  content: "";
  background: #439AFF;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.4em;
  left: 0;
}
@media only screen and (max-width:750px) {
  .ns-detail h3::before {
    width: 4.444vw;
    height: 4.444vw;
  }
}

.ns-detail p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  margin-top: 1.8em;
  margin-bottom: 1em;
}
@media only screen and (max-width:750px) {
  .ns-detail p {
    font-size: 4.166vw;
  }
}

/* 小サイズ */
.ns-detail .has-small-font-size {
  font-size: 13px;
  line-height: 1.5em;
}
@media only screen and (max-width:750px) {
  .ns-detail .has-small-font-size {
    font-size: 3.611vw;
  }
}

/* 通常サイズ */
.ns-detail .has-normal-font-size {
  font-size: 15px;
  line-height: 2em;
}
@media only screen and (max-width:750px) {
  .ns-detail .has-normal-font-size {
    font-size: 4.166vw;
  }
}

/* 大サイズ */
.ns-detail .has-large-font-size {
  font-size: 20px;
  line-height: 1.5em;
}
@media only screen and (max-width:750px) {
  .ns-detail .has-large-font-size {
    font-size: 5.555vw;
  }
}

/* 特大サイズ */
.ns-detail .has-huge-font-size,
.ns-detail .has-x-large-font-size {
  font-size: 22px;
  line-height: 1.5em;
}
@media only screen and (max-width:750px) {
  .ns-detail .has-huge-font-size,
  .ns-detail .has-x-large-font-size {
    font-size: 6.111vw;
  }
}

.ns-detail .ns-detail b,
.ns-detail .ns-detail strong {
  font-weight: 500;
}

.ns-detail .wp-block-image {
  margin: 6em 0 4em 0;
}

.ns-detail .wp-block-image figcaption {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 1.2em;
  font-weight: 400;
  color: #999;
}
@media only screen and (max-width:750px) {
  .ns-detail .wp-block-image figcaption {
    font-size: 3.611vw;
  }
}

.ns-detail .has-red-color {
  color: #DE0000;
}

.ns-detail .has-blue-color {
  color: #296FC6;
}

/* Q. */
.ns-q_block {
  width: 100%;
  min-height: 70px;
  background: #439AFF;
  border-radius: 35px 35px 0 35px;
  display: flex;
  margin-top: 36px;
}
@media only screen and (max-width:750px) {
  .ns-q_block {
    min-height: auto;
    border-radius: 6.944vw 6.944vw 0 6.944vw;
    margin-top: 8.888vw;
  }
}

.ns-q_block dt {
  width: 11%;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  font-size: 48px;
  color: #fff;
  padding: 0.13em 0.5em 0 0.75em;
}
@media only screen and (max-width:750px) {
  .ns-q_block dt {
    font-size: 12.777vw;
    padding: 0.17em 0.8em 0.35em 0.5em;
  }
}

.ns-q_block dd {
  width: 89%;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.833em;
  color: #fff;
  padding: 1.35em 4em 0.7em 0.2em;
}
@media only screen and (max-width:750px) {
  .ns-q_block dd {
    font-size: 4.444vw;
    line-height: 1.6em;
    padding: 1.5em 1em 1.4em 0;
  }
}

/* A. */
.ns-a_block {
  width: 100%;
  min-height: 70px;
  background: #F5F5F5;
  border-radius: 35px 35px 35px 0;
  display: flex;
  margin-top: 16px;
}
@media only screen and (max-width:750px) {
  .ns-a_block {
    min-height: auto;
    border-radius: 6.944vw 6.944vw 0 6.944vw;
    margin-top: 3.333vw;
  }
}

.ns-a_block dt {
  width: 11%;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  font-size: 48px;
  color: #439AFF;
  padding: 0.13em 0.5em 0 0.75em;
}
@media only screen and (max-width:750px) {
  .ns-a_block dt {
    font-size: 12.777vw;
    padding: 0.17em 0.8em 0.35em 0.5em;
  }
}

.ns-a_block dd {
  width: 89%;
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  color: #439AFF;
  padding: 1.35em 4em 1.5em 0.2em;
}
@media only screen and (max-width:750px) {
  .ns-a_block dd {
    font-size: 3.888vw;
    line-height: 1.821em;
    padding: 1.5em 1em 1.4em 0;
  }
}

/* A. ph */
.ns-a_ph_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
@media only screen and (max-width:750px) {
  .ns-a_ph_block {
    margin-top: 4.444vw;
  }
}

.ns-a_ph_block dt {
  width: 9.11%;
}
@media only screen and (max-width:750px) {
  .ns-a_ph_block dt {
    width: 19.444vw;
  }
}

.ns-a_ph_block__ph {
  border-radius: 50%;
  overflow: hidden;
}

.ns-a_ph_block__name {
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
  color: #439AFF;
  text-align: center;
  margin-top: 7px;
}
@media only screen and (max-width:750px) {
  .ns-a_ph_block__name {
    font-size: 4.166vw;
    margin-top: 1.5vw;
  }
}

.ns-a_ph_block dd {
  width: 88.671%;
  background: #F5F5F5;
  border-radius: 35px 35px 35px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  color: #439AFF;
  padding: 1.35em 4em 1.5em 4em;
}
@media only screen and (max-width:750px) {
  .ns-a_ph_block dd {
    width: 65vw;
    border-radius: 6.944vw 6.944vw 6.944vw 0;
    font-size: 3.888vw;
    line-height: 1.814em;
    padding: 1.35em 1.5em 1.5em 1.5em;
  }
}

/* 最初のQのmargin-topは「0」 */
.ns-q_block:nth-of-type(1) {
  margin-top: 0;
}

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

.ns-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) {
  .ns-content__right dl dt {
    font-size: 6.666vw;
    border-top: 1.111vw solid #439AFF;
    padding: 5.555vw 0;
  }
}

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

.ns-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) {
  .ns-content__right dl dd a {
    font-size: 3.888vw;
    min-height: 5.555vw;
  }
}

.ns-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) {
  .ns-content__right dl dd a::after {
    width: 5.555vw;
    height: 5.555vw;
  }
}

/*--------------------------------------------
list btn
--------------------------------------------*/
.ns-content__btn {
  display: none;
}
@media only screen and (max-width:750px) {
  .ns-content__btn {
    display: block;
    margin-top: 19.444vw;
  }
}

.ns-foot_btn {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 160px 0;
}
@media only screen and (max-width:750px) {
  .ns-foot_btn {
    display: none;
  }
}

.ns-list_btn {
  width: 100%;
  height: 100px;
  background: #439AFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width:750px) {
  .ns-list_btn {
    border-radius: 1.111vw;
    font-size: 4.166vw;
    box-shadow: 2.777vw 2.777vw 5.555vw rgba(0, 0, 0, 0.1);
  }
}