/* common */
p {
    line-height: 1.9;
    letter-spacing: 1px;
}
br.sp_br {
    display: none;
}

/* button */
button.thirdBtn {
    background: var(--main-heading);
    color: #fff;
    font-size: 1rem;
    display: flex;
    width: 240px;
    padding: 10px 0 13px;
    justify-content: center;
    border-radius: 9999px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    align-items: center;
    gap: 10px;
	overflow: hidden;
	transition: 0.3s ease-in-out;
    z-index: 0;
}
a.thirdBtn:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 21px;
    top: 49%;
    color: #fff;
    transform: translateY(-50%);
    opacity: 0.7;
}
button.thirdBtn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #0600eb;
    transition: .3s;
    left: 0;
	pointer-events: none;
}
button.thirdBtn:hover:before {
    width: 100%;
    z-index: -1;
}
button.thirdBtn span {
    position: relative;
}

/* kv */
section#recru {
    background: url(/wp-content/uploads/2026/02/kv_pc2.jpg) no-repeat;
    background-size: cover;
    position: relative;
	overflow: hidden;
}
.recru__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100svh;
    min-height: 700px;
    max-height: 800px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.recru__inner--right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.recru__inner--rightTop {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}
p.recruSub {
    color: rgb(255, 255, 255, .5);
    font-size: 1rem;
}
.recru__inner--rightTop h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    font-weight: 600;
    gap: 18px;
    font-size: 2rem;
	letter-spacing: 2px;
}
.recru__inner--rightTop h2 span {
    background: var(--main-Gradient);
    display: inline-flex;
    width: fit-content;
    color: #fff;
    font-weight: 700;
    font-size: 5rem;
    padding: 4px 20px 13px;
    line-height: 1.1;
}
p.recruDesc {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
	margin-top: 10px;
}
.recru__inner--rightBottom {
    display: flex;
    justify-content: flex-end;
}
.recru__inner--rightBottom a.re_secondaryBtn {
    font-size: 1rem;
    width: 280px;
    height: 50px;
}

/* jobs */
section#recJobs {
    position: relative;
}
section#recJobs .shape {
    opacity: 0.05;
    background-color: #0097F9;
}
.recJobs__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 80px 0;
    gap: 60px;
}
.recJobs__inner--top {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}
.recJobs__inner--top h2 {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: 2rem;
    color: var(--main-heading);
    letter-spacing: 0.9px;
}
.recJobs__inner--top h2 span {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0 5px;
}
ul.recJobs__inner--lists {
    display: flex;
    justify-content: flex-start;
    gap: 60px 40px;
    flex-wrap: wrap;
}
li.recJobs__inner--listone {
    width: calc(100% / 4 - 40px);
    display: flex;
    flex-direction: column;
    position: relative;
}
.recJobsImg {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
}
.recJobsImg img {
    flex-grow: 4;
    object-fit: cover;
    height: 300px;
}
.recJobsImg p {
    position: absolute;
    top: 15px;
    font-size: 0.8rem;
    letter-spacing: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: var(--main-heading);
    font-weight: 400;
	display: none;
}
.recJobsText {
    display: flex;
    flex-direction: column;
    padding: 15px 15px;
    align-items: center;
    gap: 7px;
	height: auto;
    flex-grow: 1;
}
.recJobsText h3 {
    font-size: 1.2rem;
    line-height: 1.83;
    text-align: center;
    font-weight: 600;
	flex-grow: 2;
	display: flex;
    align-items: center;
}
.recJobsText p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.9rem;
    letter-spacing: 0;
    line-height: 1.73;
    margin-bottom: 10px;
    color: #707070;
}
.recJobsText a.thirdBtn {
    width: 200px;
    padding: 10px 0 13px;
}
a.recJobsText__modal {
    text-decoration: underline;
    color: var(--main-heading);
    font-size: 0.8rem;
    position: relative;
    margin-top: 8px;
}
a.recJobsText__modal:after {
    content: "\f2d2";
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    padding-left: 3px;
    opacity: 0.5;
}
li.recJobs__inner--listone.double {
    width: calc(100% / 2 - 40px);
}
.recJobsImg.wides p {
    color: #222;
    text-align: center;
    top: 35px;
    font-size: 0.9rem;
	display: block;
}
a.recJobsText__link {
    text-decoration: underline;
    color: var(--main-heading);
    font-size: 0.9rem;
    position: relative;
    margin-top: 8px;
}
a.recJobsText__modal:hover, a.recJobsText__link:hover {
    opacity: 0.7;
}
.modalInners {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
h3.recJobsModal__title {
    font-size: 1.2rem;
    font-weight: 600;
}
.recJobsModal__body {
    color: var(--main-text);
}
a.recJobsModal__all {
    text-decoration: underline;
    color: var(--main-heading);
    font-size: 0.8rem;
    position: relative;
}
button.recJobsModal__close {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    font-size: 26px;
    line-height: 40px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
}
button.recJobsModal__close:hover {
    opacity: 0.6;
}
a.recJobsModal__apply.thirdBtn {
    font-size: 1rem;
    width: 220px;
    padding: 11px 0 13px;
}

/* middle B */
section#middleB {
    position: relative;
    background: url(https://digirise.ai/wp-content/uploads/2026/02/middlejpg_.jpg) no-repeat;
    background-size: cover;
}
.middleB__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 80px 0;
    gap: 60px;
    align-items: flex-end;
}
.middleB__inner--right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.middleB__inner--right h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}
.middleB__inner--right h2 span {
    background: var(--main-Gradient);
    display: inline-flex;
    width: fit-content;
    color: #fff;
    font-weight: 700;
    font-size: 3.2rem;
    padding: 7px 0px 13px 26px;
    line-height: 1.1;
}
.middleB__inner--right p {
    text-align: right;
    color: #fff;
}

/* message */
section#recMessage {
    position: relative;
}
section#recMessage:before {
    content: "";
    width: 380px;
    height: 530px;
    position: absolute;
    background: url(https://digirise.ai/wp-content/uploads/2026/02/blueshapes.svg) no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
}
.recMessage__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 100px 0 0;
    gap: 40px;
    justify-content: space-between;
	position: relative;
    z-index: 1;
}
.recMessage__inner--left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 12px;
	padding-top: 80px;
}
.recMessage__inner--right {
    width: 46%;
    display: flex;
    justify-content: flex-end;
    margin-top: -120px;
    padding-bottom: 80px;
}
.recMessage__inner--left p b {
    font-weight: 600;
}

/* rec about */
section#recAbouts {
    position: relative;
    background: linear-gradient(90deg, #3A34FF 0%, #2D28C5 71.5%, #231F99 100%);
	overflow: hidden;
}
section#recAbouts .shape {
    opacity: 0.04;
    background-color: #fff;
}
.recAbouts__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    justify-content: flex-start;
	position: relative;
}
.recAbouts__inner--left {
    position: relative;
    width: 65%;
    overflow: hidden;
    border-radius: 8px;
	height: 450px;
}
.recAbouts__inner--left img {
    vertical-align: bottom;
}
.recAbouts__inner--right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    padding: 30px 40px 35px;
	gap: 20px;
}
.recHeading {
    position: relative;
}
.recHeading h2 {
    color: var(--main-heading);
    font-weight: 600;
    font-size: 1.4rem;
    position: relative;
}
.recHeading span {
    color: var(--main-heading);
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    opacity: 0.12;
    letter-spacing: 2px;
}
ul.recAbouts__inner--rightLists {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
li.recAbouts__inner--rightList a {
    position: relative;
    padding-left: 20px;
}
li.recAbouts__inner--rightList a:before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 0.8rem;
    color: var(--main-heading);
    opacity: 0.4;
}
li.recAbouts__inner--rightList a:hover {
    color: var(--main-heading);
}

/* rec about */
.recNote__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 100px 0;
    gap: 60px;
}
.recNote__inner--top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
ul.recNote__inner--Lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
}
li.recNote__inner--List {
    width: 45%;
}
li.recNote__inner--List a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.noteEye {
    display: flex;
    overflow: hidden;
    border-radius: 5px;
}
.noteEye img {
    transition: 0.3s ease-in-out;
    vertical-align: bottom;
}
li.recNote__inner--List a h3 {
    font-size: 1.2rem;
    line-height: 1.83;
    font-weight: 500;
}
li.recNote__inner--List a p {
    color: var(--main-heading);
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}
li.recNote__inner--List a p:after {
    content: "\f2d2";
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    padding-left: 3px;
    opacity: 0.5;
}
li.recNote__inner--List a:hover .noteEye img {
    transform: scale(1.04);
	opacity: 0.85
}
li.recNote__inner--List a:hover p {
    opacity: 0.7;
}
.recNote__inner a.re_secondaryBtn {
    margin: 0 auto;
    border: solid 1px #ddd;
    padding: 12px 0 15px;
}

/* insights */
section#recInsights {
    position: relative;
    background: #EBF5FA;
}
.recInsights__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 120px 0;
    gap: 100px;
}
.recInsights__inner--top {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.recInsights__inner--topblock {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.recInsights__inner--topblockLeft {
    width: 48%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.verticalcard {
    display: flex;
    flex-direction: column;
}
.verticalcard__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; 
  overflow: hidden;
}

.verticalcard__inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.reccardTextx {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 25px;
}
.reccardTextx h3 {
    font-size: 1.3rem;
    font-weight: 600;
	transition: 0.3s ease-in-out;
}
.reccardTextx p {
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 1.73;
}
.reccardTextx button#slideView {
    margin-top: 6px;
	margin-bottom: 8px;
}
button#slideView:after {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 21px;
    top: 49%;
    color: #fff;
    transform: translateY(-50%);
    opacity: 0.7;
}


.recInsights__inner--topblockRight {
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.horizencard {
    background: #fff;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
	height: calc(100% / 2 - 30px);
}
.horizencard__left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    padding: 0 20px;
    border-right: solid 1px #ddd;
}

.horizencard__right.reccardTextx {
    padding: 0 30px;
    width: calc(100% - 220px);
    justify-content: center;
}
.horizencard__left img {
    transition: 0.3s ease-in-out;
}
a.horizencard:hover img {
    transform: scale(1.04);
}
a.horizencard:hover h3 {
    color: var(--main-heading);
}


/* ===============================
   Slide Modal
================================= */

.slideModal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}

.slideModal.is-active {
  opacity: 1;
  visibility: visible;
}

.slideModal__inner {
  position: relative;
  width: 95vw;
  height: 95vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideModal__iframe {
  width: 100%;
  height: 100%;
}

.slideModal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 28px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.slideModal__close:hover {
  opacity: .7;
}

/* 背景スクロール停止 */
body.is-modal-open {
  overflow: hidden;
}

/* hiring */
.hiring__inner {
    display: flex;
    overflow: hidden;
    border-radius: 5px;
}
.hiring__inner--left {
    width: 48%;
    display: flex;
}
.hiring__inner--left img {
    width: 100%;
}
.hiring__inner--right {
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    background: var(--main-heading);
    padding: 0 45px;
}
.hiring__inner--right p, .hiring__inner--right h2 {
    color: #fff;
}
p.hiringEng {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 1.8px;
}
.hiring__inner--right h2 {
    font-size: 2.2rem;
    letter-spacing: 1.6px;
    font-weight: 600;
}
p.hiringDesc {
    letter-spacing: 0.3px;
}
.hiring__inner--right a.re_secondaryBtn {
    padding: 13px 0 16px;
    border: solid 1px rgb(255, 255, 255, .2);
	margin-top: 12px;
}

/* api job */
#recJobCategories {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.recjob__inner--section {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.recjob__inner--section h3 {
    color: var(--main-heading);
    font-weight: 600;
    font-size: 1.8rem;
}
h3.is-biz, h3.is-dev {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: 2.2rem;
    letter-spacing: 1px;
}
ul.recjobLists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 50px;
}
li.recjobList {
    width: calc(100% / 2 - 25px);
}
li.recjobList a {
    display: flex;
    flex-direction: column;
    padding: 20px 45px 20px 10px;
    border-bottom: solid 1px #ddd;
    position: relative;
    gap: 3px;
    line-height: 1.83;
    height: 100%;
    flex-grow: 2;
    justify-content: center;
	color: var(--main-text);
}
li.recjobList a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 1rem;
    opacity: 0.4;
    transform: translateY(-50%);
}
li.recjobList a:hover {
    color: var(--main-heading);
    background: rgb(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {
	/* （ここに1200px以下のスタイルを記述） */
	.recru__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.recru__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.middleB__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.recJobs__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.recMessage__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.recAbouts__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.recAbouts__inner--right {
    right: 4%;
	}
	.recNote__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.recInsights__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
}

@media screen and (max-width: 1100px) {
	/* （ここに1100px以下のスタイルを記述） */
	ul.recJobs__inner--lists {
    justify-content: center;
	}
	li.recJobs__inner--listone {
    width: calc(100% / 3 - 40px);
	}
	li.recJobs__inner--listone.double {
    width: 100%;
	}
	.recJobsImg img {
    height: 340px;
	}
	.recMessage__inner {
    flex-direction: column-reverse;
    padding-bottom: 80px;
    gap: 0;
	}
	.recMessage__inner--right {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 20px;
	}
	.recAbouts__inner {
    flex-direction: column;
	}
	.recMessage__inner--left {
    width: 100%;
    padding: 0;
	}
	.recAbouts__inner--left {
    width: 100%;
	}
	.recAbouts__inner--right {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 80%;
    margin: -60px auto 0;
	}
	ul.recNote__inner--Lists {
    gap: 40px;
	}
	li.recNote__inner--List {
    width: calc(100% / 2 - 20px);
	}
}

@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
	/* common */
	br.sp_br {
    display: block;
	}
	/* mv */
	section#recru {
    background: url(/wp-content/uploads/2026/02/sp_vis_.jpg) no-repeat;
    background-position: bottom;
	background-size: cover;
	}
	.recru__inner {
    justify-content: center;
	}
	.recru__inner--rightTop {
    text-align: center;
    align-items: center;
	margin-top: -160px;
	gap: 6px;
	}
	.recru__inner--rightTop h2 {
    font-size: 1.6rem;
	align-items: center;
	gap: 8px;
	}
	.recru__inner--rightTop h2 span {
    font-size: 2.8rem;
	}
	p.recruDesc {
    margin-top: 0;
    line-height: 1.53;
	}
	.recJobs__inner--top p {
    text-align: left;
	}
	.recru__inner--rightBottom {
    justify-content: center;
	}
	/* mv under */
	ul.recJobs__inner--lists {
    flex-direction: column;
	gap: 40px;
	}
	li.recJobs__inner--listone {
    width: 100%;
	}
	.recJobs__inner {
    gap: 35px;
	}
	.recJobsImg.wides p {
    white-space: normal;
    width: 92%;
	}
	.recJobs__inner--top p {
    font-size: 1rem;
	}
	.recJobsImg.wides p br {
    display: none;
	}
	.recJobsImg img {
    height: 280px;
	}
	/* middleb */
	section#middleB {
    background: url(https://digirise.ai/wp-content/uploads/2026/02/cta_bgs_.jpg) no-repeat;
	}
	section#middleB:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
	}
	.middleB__inner {
    height: 100svh;
    min-height: 650px;
    max-height: 680px;
    overflow: hidden;
	}
	.middleB__inner--right h2 {
    align-items: center;
	}
	.middleB__inner--right h2 span {
    font-size: 2.2rem;
    padding: 4px 0px 9px 18px;
	}
	.middleB__inner--right p {
    text-align: left;
	}
	.middleB__inner--right p br {
    display: none;
	}
	.recMessage__inner {
    padding-bottom: 60px;
	}
	.recAbouts__inner {
    padding-top: 60px;
    padding-bottom: 60px;
	}
	section#recMessage:before {
    width: 320px;
    height: 430px;
	}
	/* middle under */
	.recMessage__inner--right {
    width: 100%;
	}
	.recMessage__inner--left p {
    font-size: 1rem;
	}
	/* about */
	.recAbouts__inner--left {
    height: auto;
    border-radius: 0;
	}
	.recAbouts__inner--right {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
	padding: 30px 25px 30px;
	}
	p.recDiscription {
    font-size: 1rem;
	}
	.recNote__inner--top p {
    font-size: 1rem;
	}
	.recNote__inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 40px;
	}
	/* note */
	ul.recNote__inner--Lists {
    flex-direction: column;
	}
	li.recNote__inner--List {
    width: 100%;
	}
	li.recNote__inner--List a {
    gap: 8px;
	}
	/* insights */
	.recInsights__inner {
    padding-top: 60px;
    padding-bottom: 80px;
	gap: 60px;
	}
	.recInsights__inner--topblock {
    flex-direction: column;
	}
	/* slide */
	.recInsights__inner--topblockLeft {
    width: 100%;
	}
	.reccardTextx button#slideView {
    margin-left: auto;
    margin-right: auto;
	}
	.recInsights__inner--topblockRight {
    width: 100%;
	}
	a.horizencard {
    flex-direction: column;
	}
	.horizencard__left {
    width: 100%;
    padding: 40px 40px;
    border: none;
    border-bottom: solid 1px #ddd;
	}
	.horizencard__right.reccardTextx {
    width: 100%;
    padding: 10px 20px 18px;
	}
	/* hiring */
	.hiring__inner {
    flex-direction: column;
	}
	.hiring__inner--left {
    width: 100%;
	}
	.hiring__inner--right {
    width: 100%;
    padding: 22px 25px 28px;
    gap: 8px;
	}
	.hiring__inner--right h2 {
    font-size: 1.7rem;
	}
	p.hiringDesc {
    font-size: 1rem;
    line-height: 1.63;
	}
	.hiring__inner--right a.re_secondaryBtn {
    margin-left: auto;
    margin-right: auto;
	}
	/* recjob */
	ul.recjobLists {
    flex-direction: column;
	}
	li.recjobList {
    width: 100%;
	}
	li.recjobList a {
    padding: 15px 30px 15px 10px;
    line-height: 1.63;
	}
}