@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
--------------------------------------------*/
.n-wrapper {
  background: #F0F0F0;
  padding-bottom: 160px;
  position: relative;
}
@media only screen and (max-width:750px) {
  .n-wrapper {
    padding-bottom: 14.166vw;
  }
}

/*--------------------------------------------
ttl
--------------------------------------------*/
.n-ttl {
  height: 380px;
  max-width: 1152px;
  width: 90%;
  margin: 0 auto;
  padding-top: 170px;
  position: relative;
}
@media only screen and (max-width:750px) {
  .n-ttl {
    height: 112.5vw;
    max-width: none;
    width: 100%;
    padding-top: 41vw;
  }
}

.n-ttl h2 span.n-ttl__en {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 88px;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width:750px) {
  .n-ttl h2 span.n-ttl__en {
    font-size: 24.444vw;
  }
}

.n-ttl h2 span.n-ttl__jp {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width:750px) {
  .n-ttl h2 span.n-ttl__jp {
    font-size: 5.555vw;
    margin-top: 4vw;
  }
}

.n-ttl h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5em;
  position: absolute;
  left: 10px;
  bottom: 20px;
}
@media only screen and (max-width:750px) {
  .n-ttl h3 {
    font-size: 7.777vw;
    left: 5vw;
    bottom: 2vw;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.n-content {
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  gap: 0 5%;
}
@media only screen and (max-width:750px) {
.n-content {
    flex-flow: column;
    margin: 0 auto;
    max-width: none;
    gap: 13.333vw 0;
  }
}

/* left */
.n-content__left {
  width: 70%;
  margin-left: auto;
}
@media only screen and (max-width:750px) {
.n-content__left {
    width: 100%;
    margin-left: 0;
  }
}

.n-content__left__inner {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-left: auto;
  padding: 35px 7% 70px 7%;
}
@media only screen and (max-width:750px) {
  .n-content__left__inner {
    border-radius: 2.777vw;
    padding: 4.555vw 5.555vw 8.888vw 5.555vw;
  }
}

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

.n-news_list li {
  border-bottom: solid 1px #e5e5e5;
}
@media only screen and (max-width:750px) {
  .n-news_list li {
    border-bottom: solid 0.277vw #e5e5e5;
  }
}

.n-news_list__item {
  display: flex;
  align-items: start;
  padding: 20px 0;
}
@media only screen and (max-width:750px) {
.n-news_list__item {
    padding: 4.444vw 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.333vw 0;
  }
}

.n-news_list__item__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.825em;
  color: #999;
  width: 80px;
}
@media only screen and (max-width:750px) {
  .n-news_list__item__date {
    font-size: 3.888vw;
    width: auto;
  }
}

.n-news_list__item__cat {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2em;
  background: #262626;
  border-radius: 2px;
  flex: 0 0 120px;
  display: flex;
  justify-content: center;
  padding: 0.3em 0.8em 0.4em 0.8em;
  margin-left: 3%;
}
@media only screen and (max-width:750px) {
  .n-news_list__item__cat {
    font-size: 3.611vw;
    border-radius: 0.555vw;
    min-width: 22.222vw;
    margin-left: auto;
    padding: 0.15em 0.8em 0.3em 0.8em;
  }
}

.n-news_list__item__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.825em;
  margin-left: 4.5%;
}
@media only screen and (max-width:750px) {
  .n-news_list__item__txt {
    font-size: 3.888vw;
    line-height: 1.6em;
    margin-left: 0;
    width: 100%;
  }
}

/* detail */
.n-detail_data {
  width: 100%;
  display: flex;
  gap: 0 26px;
  align-items: center;
}
@media only screen and (max-width:750px) {
  .n-detail_data {
    gap: 0 4vw;
    width: 100%;
    justify-content: space-between;
    margin-top: 12vw;
  }
}

.n-detail_data__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.825em;
  color: #999;
  width: 80px;
}
@media only screen and (max-width:750px) {
.n-detail_data__date {
    font-size: 4.166vw;
    width: auto;
  }
}

.n-detail_data__cat {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2em;
  background: #262626;
  border-radius: 2px;
  min-width: 120px;
  width: fit-content;
  display: flex;
  justify-content: center;
  padding: 0.3em 0.8em 0.4em 0.8em;
  margin-left: 3%;
}
@media only screen and (max-width:750px) {
  .n-detail_data__cat {
    font-size: 3.611vw;
    border-radius: 0.555vw;
    min-width: 22.222vw;
    padding: 0.15em 0.8em 0.3em 0.8em;
  }
}

/* ttl */
.n-detail_ttl {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5em;
  padding-bottom: 21px;
  border-bottom: solid 1px #e5e5e5;
  margin-top: 40px;
}
@media only screen and (max-width:750px) {
  .n-detail_ttl {
    font-size: 7.222vw;
    padding-bottom: 5.555vw;
    border-bottom: solid 0.277vw #e5e5e5;
    margin-top: 8vw;
  }
}

.n-detail {
  margin-top: 45px;
}
@media only screen and (max-width:750px) {
  .n-detail {
    margin-top: 10vw;
    padding-bottom: 16vw;
  }
}

/* 編集エリア用 */
.n-detail h2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 2.5em 0 1.7em 0;
  text-align: center;
  padding-bottom: 0.8em;
  position: relative;
}
@media only screen and (max-width:750px) {
  .n-detail h2 {
    font-size: 6.111vw;
  }
}

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

.n-detail h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 2.5em;
  color: #296FC6;
  padding: 0 0 0 1em;
  position: relative;
}
@media only screen and (max-width:750px) {
  .n-detail h3 {
    font-size: 5.555vw;
  }
}

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

.n-detail p {
  font-size: 15px;
  font-weight: 300;
  line-height: 2em;
  margin-top: 2.5em;
}
@media only screen and (max-width:750px) {
  .n-detail p {
    font-size: 4.166vw;
  }
}

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

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

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

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

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

.n-detail .wp-block-image {
  margin-top: 4em;
}

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

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

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

.n-go_list {
  width: 198px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px #D5D5D5;
  border-radius: 4px;
  margin: 77px auto 0 auto;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 0.2em;
}
@media only screen and (max-width:750px) {
.n-go_list {
    width: 55vw;
    height: 11.666vw;
    border: solid 0.277vw #D5D5D5;
    border-radius: 1.111vw;
    margin: 12.777vw auto 0 auto;
    font-size: 3.333vw;
  }
}

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

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

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

.n-content__right dl dd 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;
}
@media only screen and (max-width:750px) {
  .n-content__right dl dd a {
    font-size: 3.888vw;
    min-height: 5.555vw;
  }
}

.n-content__right dl dd a::after {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_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) {
  .n-content__right dl dd a::after {
    width: 5.555vw;
    height: 5.555vw;
  }
}