@charset "UTF-8";
.rucruitment__header__logo .jptitle__number {
  color: var(--color-perple);
}
.rucruitment__header__logo .jptitle__number::first-letter {
  color: var(--color-white);
}
.rucruitment__header__logo .jptitle {
  /*
  & span.rucruitment_txt {
  	&::after {
  		content: 'データで知るキャリア採用';
  		transform: translate(-250px, -50%);
  	}
  }*/
}
@media only screen and (max-width: 430px) {
  .rucruitment .common__desc dl dd {
    text-align: center;
  }
}
.rucruitment__info {
  width: 960px;
  margin: 0 auto 80px;
}
.rucruitment__info dl {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.rucruitment__info dl dt {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .rucruitment__info dl dt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .rucruitment__info dl dt {
    font-size: 18px;
  }
}
.rucruitment__info dl dt {
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.rucruitment__info dl dt::before {
  position: absolute;
  left: 0;
  content: "";
  z-index: 10;
  -webkit-mask-image: url(../../../assets/img/basic_yaji.svg);
          mask-image: url(../../../assets/img/basic_yaji.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 28px;
  height: 28px;
}
.rucruitment__info dl dt.orange::before {
  background-color: var(--color-orange);
}
.rucruitment__info dl dt.green::before {
  background-color: var(--color-green);
}
.rucruitment__info dl dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .rucruitment__info dl dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .rucruitment__info dl dd {
    font-size: 14px;
  }
}
.rucruitment__info dl dd {
  text-align: justify;
}
.rucruitment__list {
  width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .rucruitment__list {
    width: 90%;
  }
}
.rucruitment__list__attention {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .rucruitment__list__attention {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .rucruitment__list__attention {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.rucruitment__list__attention {
  margin-bottom: 8px;
  text-align: right;
}
.rucruitment__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rucruitment__list ul li {
  border: 1px solid var(--color-blue);
  margin-bottom: 4%;
  padding: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-white);
}
.rucruitment__list ul li.yellow {
  background-color: var(--color-yellow);
}
.rucruitment__list ul li.pink {
  background-color: var(--color-pink);
  color: var(--color-white);
}
.rucruitment__list ul li.pink dl dt::after {
  background-color: var(--color-white);
}
.rucruitment__list ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rucruitment__list ul li dl dt {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .rucruitment__list ul li dl dt {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .rucruitment__list ul li dl dt {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.rucruitment__list ul li dl dt {
  font-weight: 700;
  position: relative;
  margin-bottom: 48px;
}
.rucruitment__list ul li dl dt::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 60px;
  height: 1px;
  margin-left: -30px;
  background-color: var(--color-black);
}
.rucruitment__list ul li dd .parallel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  border-bottom: solid 1px var(--color-white);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.rucruitment__list ul li dd .parallel:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.rucruitment__list ul li dd .parallel p:nth-of-type(1) {
  white-space: nowrap;
}
.rucruitment__list ul.one {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4%;
}
.rucruitment__list ul.one li {
  width: 100%;
}
.rucruitment__list ul.second {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
@media only screen and (max-width: 430px) {
  .rucruitment__list ul.second {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rucruitment__list ul.second li {
  width: 48%;
}
@media only screen and (max-width: 430px) {
  .rucruitment__list ul.second li {
    width: 100%;
  }
}
.rucruitment__list ul.secondplus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 430px) {
  .rucruitment__list ul.secondplus {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rucruitment__list ul.secondplus li {
  width: 48%;
}
@media only screen and (max-width: 430px) {
  .rucruitment__list ul.secondplus li {
    width: 100%;
  }
}
.rucruitment__list ul.secondplus li.padding-reset {
  padding: 0;
  margin-bottom: 0;
}
.rucruitment__list ul.secondplus li.border-reset {
  border: none;
  background: none;
}
.rucruitment__list ul.secondplus li .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6%;
  width: 100%;
}
@media only screen and (max-width: 430px) {
  .rucruitment__list ul.secondplus li .block {
    row-gap: 20px;
  }
}
.rucruitment__list ul.secondplus li .block dl {
  padding: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--color-blue);
  background-color: var(--color-white);
}
.rucruitment__list ul.secondplus li .block dl.border-reset {
  border: none;
  background: none;
}
.rucruitment__list ul.secondplus li .block dl.green {
  background-color: var(--color-green);
}
.rucruitment__list ul.secondplus li .block dl.green .text p {
  border-bottom: solid 1px var(--color-white);
}
.rucruitment__list ul.secondplus li .block dl dd .text {
  text-align: center;
}
.rucruitment__list ul.secondplus li .block dl dd .text p {
  border-bottom: solid 1px var(--color-black);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.rucruitment__list ul.secondplus li .block dl dd .text p:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.rucruitment__list ul.secondplus li:nth-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 430px) {
  .rucruitment__list ul.secondplus li:nth-of-type(2) {
    margin-top: 20px;
  }
}
.rucruitment__list ul.secondplus li:nth-of-type(2) .block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0;
}