@charset "UTF-8";
/*
* WordPress テーマフォルダパス
****************************************************************/
/*
* 横幅
************************************************/
/*
* 文字色
************************************************/
/*
* 色
************************************************/
/*
* フォント
************************************************/
.positionHead {
  padding: 110px 5% 50px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionHead {
    padding: 51px 5% 0;
  }
}
.positionHead .positionHeadInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1260px;
  margin-inline: auto;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionHead .positionHeadInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.positionHead .positionHeadInner::before {
  content: "";
  position: absolute;
  left: 3%;
  top: -23.7%;
  width: 52.8%;
  height: 215%;
  background: url("/wp-content/themes/kineka-corp/assets/images/interview_texture.svg") center/cover no-repeat;
  z-index: -1;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionHead .positionHeadInner::before {
    width: 42.4936386768vw;
    height: 178.3715012723vw;
    background: url("/wp-content/themes/kineka-corp/assets/images/interview_texture_sp.svg") center/cover no-repeat;
  }
}
.positionHead .positionHeadInner .positionHeadText {
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionHead .positionHeadInner .positionHeadText {
    display: contents;
  }
}
.positionHead .positionHeadInner .positionHeadTitle {
  font-family: "Barlow", sans-serif;
  font-size: 9.6rem;
  letter-spacing: 0.02em;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionHead .positionHeadInner .positionHeadTitle {
    font-size: 5.6rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 32px;
  }
}
.positionHead .positionHeadInner .positionHeadTitle span {
  display: block;
  font-size: 2.8rem;
}
.positionHead .positionHeadInner .positionHeadLead {
  font-size: 2.56rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 5vw;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionHead .positionHeadInner .positionHeadLead {
    font-size: 1.8rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.positionHead .positionHeadInner .positionHeadData {
  margin-top: 1.6666666667vw;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionHead .positionHeadInner .positionHeadData {
    margin-top: 24px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.positionHead .positionHeadInner .positionHeadData dt {
  font-size: 1.8rem;
  font-weight: 600;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionHead .positionHeadInner .positionHeadData dt {
    font-size: 1.6rem;
  }
}
.positionHead .positionHeadInner .positionHeadData dd {
  font-size: 1.28rem;
  line-height: 1.8;
  margin-top: 0.8333333333vw;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionHead .positionHeadInner .positionHeadData dd {
    font-size: 1.1rem;
    margin-top: 8px;
  }
}
.positionHead .positionHeadInner .positionHeadThumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 51.6666666667vw;
  margin-left: 2.7777777778vw;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionHead .positionHeadInner .positionHeadThumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 94.9109414758vw;
    margin-left: 0;
    margin-top: 24px;
  }
}

.positionContent {
  padding: 0 5% 60px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgb(255, 255, 255)), color-stop(90%, rgb(17, 212, 214)), to(rgb(17, 212, 214)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgb(17, 212, 214) 90%, rgb(17, 212, 214) 100%);
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent {
    margin-top: 48px;
  }
}
.positionContent .positionContentInner {
  padding: 48px 40px;
  max-width: 1260px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .positionContentInner {
    padding: 30px 15px;
  }
}
.positionContent .positionBox:not(:first-child) {
  margin-top: 72px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .positionBox:not(:first-child) {
    margin-top: 64px;
  }
}
.positionContent .positionBoxHead .positionBoxTitle {
  font-size: min(3rem, 30px);
  font-weight: bold;
  letter-spacing: 0.05em;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .positionBoxHead .positionBoxTitle {
    font-size: 1.8rem;
  }
}
.positionContent .positionAppeal {
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.positionContent .positionAppeal:not(:first-child) {
  margin-top: 32px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .positionAppeal:not(:first-child) {
    margin-top: 24px;
  }
}
.positionContent .positionAppeal dt {
  font-size: 20px;
  font-weight: bold;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .positionAppeal dt {
    font-size: 1.6rem;
  }
}
.positionContent .positionAppeal dd {
  font-size: 16px;
  margin-top: 12px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .positionAppeal dd {
    font-size: 1.3rem;
  }
}
.positionContent .jobRecruitWrap {
  margin-top: 4.1666666667vw;
}
.positionContent .jobRecruitWrap .jobRecruitData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #a3a3a3;
  padding: 32px 20px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .jobRecruitWrap .jobRecruitData {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 4px;
  }
}
.positionContent .jobRecruitWrap .jobRecruitData:last-child {
  border-bottom: 1px solid #a3a3a3;
}
.positionContent .jobRecruitWrap .jobRecruitData dt {
  width: 22.2222222222vw;
  font-size: 18px;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .jobRecruitWrap .jobRecruitData dt {
    font-size: 1.5rem;
    width: 100%;
  }
}
.positionContent .jobRecruitWrap .jobRecruitData dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .jobRecruitWrap .jobRecruitData dd {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li {
  position: relative;
  padding-left: 0.9722222222vw;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .jobRecruitWrap .jobRecruitData dd > ul > li {
    padding-left: 3.0534351145vw;
  }
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li:not(:first-child) {
  margin-top: 30px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .jobRecruitWrap .jobRecruitData dd > ul > li:not(:first-child) {
    margin-top: 20px;
  }
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li .annotation {
  display: block;
  font-size: 14px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .jobRecruitWrap .jobRecruitData dd > ul > li .annotation {
    font-size: 1.2rem;
  }
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li > ul {
  font-size: 15px;
  margin-top: 10px;
  padding-left: 0.5555555556vw;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .jobRecruitWrap .jobRecruitData dd > ul > li > ul {
    font-size: 1.2rem;
    padding-left: 1.272264631vw;
  }
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li > ul > li {
  position: relative;
  padding-left: 0.9722222222vw;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .jobRecruitWrap .jobRecruitData dd > ul > li > ul > li {
    padding-left: 3.0534351145vw;
  }
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li > ul > li:not(:first-child) {
  margin-top: 24px;
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li > ul > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li > ul > li > .moreList {
  font-size: 14px;
  padding-left: 5px;
  margin-top: 4px;
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li > ul > li > .moreList > li {
  position: relative;
  padding-left: 0.9722222222vw;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .jobRecruitWrap .jobRecruitData dd > ul > li > ul > li > .moreList > li {
    padding-left: 3.0534351145vw;
  }
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li > ul > li > .moreList > li:not(:first-child) {
  margin-top: 4px;
}
.positionContent .jobRecruitWrap .jobRecruitData dd > ul > li > ul > li > .moreList > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
.positionContent .jobRecruitWrap .jobRecruitData dd ol li:not(:first-child) {
  margin-top: 18px;
}
.positionContent .jobRecruitWrap .jobRecruitData dd > div:not(:first-child) {
  margin-top: 18px;
}
.positionContent .jobRecruitWrap .jobRecruitData dd > div .annotation {
  display: block;
  font-size: 14px;
}
.positionContent .contentButtonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.positionContent .contentButtonWrap .contentButton {
  width: 320px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .contentButtonWrap .contentButton {
    width: 71.2468193384vw;
  }
}
.positionContent .contentButtonWrap .contentButton a {
  font-size: 24px;
  padding: 32px 0;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .positionContent .contentButtonWrap .contentButton a {
    font-size: 1.8rem;
    padding: 24px 0;
  }
}

.footer {
  margin-top: 0;
}