@charset "UTF-8";
/*
* WordPress テーマフォルダパス
****************************************************************/
/*
* 横幅
************************************************/
/*
* 文字色
************************************************/
/*
* 色
************************************************/
/*
* フォント
************************************************/
.staffHead {
  padding-top: 85px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffHead {
    padding: 51px 5% 0;
  }
}
.staffHead .staffHeadInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1260px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffHead .staffHeadInner {
    -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;
  }
}
.staffHead .staffHeadInner::before {
  content: "";
  position: absolute;
  left: 3%;
  top: -8.7%;
  width: 52.8%;
  height: 131%;
  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) {
  .staffHead .staffHeadInner::before {
    width: 42.4936386768vw;
    height: 178.3715012723vw;
    background: url("/wp-content/themes/kineka-corp/assets/images/interview_texture_sp.svg") center/cover no-repeat;
  }
}
.staffHead .staffHeadInner .staffHeadText {
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffHead .staffHeadInner .staffHeadText {
    display: contents;
  }
}
.staffHead .staffHeadInner .staffHeadTitle {
  font-family: "Barlow", sans-serif;
  font-size: min(9.6rem, 96px);
  letter-spacing: 0.02em;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffHead .staffHeadInner .staffHeadTitle {
    font-size: 5.6rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 32px;
  }
}
.staffHead .staffHeadInner .staffHeadLead {
  font-size: min(3.2rem, 32px);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 72px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffHead .staffHeadInner .staffHeadLead {
    font-size: 1.8rem;
    margin-top: 26px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.staffHead .staffHeadInner .staffHeadData {
  margin-top: 40px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffHead .staffHeadInner .staffHeadData {
    margin-top: 24px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.staffHead .staffHeadInner .staffHeadData dt {
  font-size: min(2.2rem, 22px);
  font-weight: 600;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffHead .staffHeadInner .staffHeadData dt {
    font-size: 1.6rem;
  }
}
.staffHead .staffHeadInner .staffHeadData dd {
  font-size: min(1.5rem, 15px);
  line-height: 1.8;
  margin-top: 16px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffHead .staffHeadInner .staffHeadData dd {
    font-size: 1.1rem;
    margin-top: 8px;
  }
}
.staffHead .staffHeadInner .staffHeadThumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 55.7%;
  margin-left: 40px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffHead .staffHeadInner .staffHeadThumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 94.9109414758vw;
    margin-left: 0;
    margin-top: 24px;
  }
}

.staffContent {
  margin-top: 32px;
  padding: 0 5% 20px;
  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%);
}
.staffContent .staffContentInner {
  padding: 72px;
  width: 100%;
  max-width: 1260px;
  margin-inline: 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) {
  .staffContent .staffContentInner {
    padding: 15px;
  }
}
.staffContent .staffBox:not(:first-child) {
  margin-top: 72px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffContent .staffBox:not(:first-child) {
    margin-top: 64px;
  }
}
.staffContent .staffBox:nth-child(odd) .staffBoxArticle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffContent .staffBox:nth-child(odd) .staffBoxArticle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.staffContent .staffBox:nth-child(odd) .staffBoxArticle .staffBoxThumb {
  margin-right: 44px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffContent .staffBox:nth-child(odd) .staffBoxArticle .staffBoxThumb {
    margin-right: 0;
  }
}
.staffContent .staffBox:nth-child(even) .staffBoxArticle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffContent .staffBox:nth-child(even) .staffBoxArticle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.staffContent .staffBox:nth-child(even) .staffBoxArticle .staffBoxThumb {
  margin-left: 44px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffContent .staffBox:nth-child(even) .staffBoxArticle .staffBoxThumb {
    margin-left: 0;
  }
}
.staffContent .staffBoxArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.staffContent .staffBoxArticle .staffBoxThumb {
  width: 41.7%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffContent .staffBoxArticle .staffBoxThumb {
    width: 100%;
    margin-block: 8px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.staffContent .staffBoxArticle .staffBoxText {
  font-size: min(1.6rem, 16px);
  line-height: 2;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffContent .staffBoxArticle .staffBoxText {
    display: contents;
    font-size: 1.4rem;
  }
}
.staffContent .staffBoxArticle .staffBoxText p {
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffContent .staffBoxArticle .staffBoxText p {
    margin-block: 8px;
  }
  .staffContent .staffBoxArticle .staffBoxText p:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .staffContent .staffBoxArticle .staffBoxText p:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .staffContent .staffBoxArticle .staffBoxText p:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .staffContent .staffBoxArticle .staffBoxText p:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.staffContent .staffBoxArticle .staffBoxText p:not(:first-child) {
  margin-top: 24px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .staffContent .staffBoxArticle .staffBoxText p:not(:first-child) {
    margin-top: 0;
  }
}

.interviewOther {
  padding: 28px 5%;
  margin-top: 120px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .interviewOther {
    padding: 20px 5%;
    margin-top: 16.2849872774vw;
  }
}
.interviewOther .interviewOtherTitle {
  font-size: min(4.2rem, 42px);
  text-align: center;
  letter-spacing: 0.05em;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .interviewOther .interviewOtherTitle {
    font-size: 2.4rem;
  }
}
.interviewOther .swiper {
  width: 100%;
  max-width: 1260px;
  margin-inline: auto;
  padding-top: 48px;
  overflow: visible;
}
.interviewOther .recruitInterviewList .recruitInterviewListItem {
  width: 34.5138888889vw;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .interviewOther .recruitInterviewList .recruitInterviewListItem {
    width: 90.0763358779vw;
  }
}
.interviewOther .recruitInterviewList .recruitInterviewListItem a {
  position: relative;
  width: 100%;
  height: 100%;
}
.interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemThumb {
  position: relative;
}
.interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemThumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent {
    padding: 16px;
  }
}
.interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent dl {
  position: absolute;
  top: 65px;
  color: #fff;
  line-height: 1.5;
  padding-top: 4px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent dl {
    top: 25px;
  }
}
.interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent dl::before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  width: calc(100% + 25px);
  height: 1px;
  background: #fff;
}
.interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent dl dt {
  font-size: min(1.6rem, 16px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent dl dt {
    font-size: 1.4rem;
  }
}
.interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent dl dd {
  font-size: min(1.6rem, 16px);
  line-height: 1.5;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent dl dd {
    font-size: 1.4rem;
  }
}
.interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent p {
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: min(2.8rem, 28px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.65;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent p {
    bottom: 14px;
    font-size: 1.6rem;
  }
}
.interviewOther .recruitInterviewList .recruitInterviewListItem a .recruitInterviewListItemContent p span {
  background: rgba(0, 0, 0, 0.72);
}
.interviewOther .swiper-controller {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
}
.interviewOther .swiper-controller > div {
  position: relative;
  width: 56px;
  height: 56px;
  margin-left: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.interviewOther .swiper-controller > div::after {
  content: none;
}
.interviewOther .swiper-controller > div > img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.interviewOther .swiper-controller > div:hover .default {
  opacity: 0;
}
.interviewOther .swiper-controller > div.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.interviewStaff {
  padding: 28px 0;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 212, 214)), color-stop(78%, rgb(17, 212, 214)), color-stop(78%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(17, 212, 214) 0%, rgb(17, 212, 214) 78%, rgb(255, 255, 255) 78%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  .interviewStaff {
    padding: 20px 0;
  }
}
.interviewStaff .interviewStaffTitle {
  position: relative;
  padding-top: 148px;
  color: #fff;
  font-size: min(4.2rem, 42px);
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .interviewStaff .interviewStaffTitle {
    font-size: 2.4rem;
    padding-top: 80px;
  }
}
.interviewStaff .interviewStaffTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .interviewStaff .interviewStaffTitle::before {
    width: 2px;
    height: 60px;
  }
}
.interviewStaff .interviewStaffContent {
  overflow: hidden;
  padding: 16px 5% 64px;
  background: #11d4d6;
  margin-top: 18px;
  /* 出力する文字列の設定 */
  /* 内容によって書き出す内容を条件分岐する */
  /* もし第一引数が`max`だったら */
}
@media screen and (max-width: 767px) {
  .interviewStaff .interviewStaffContent {
    padding: 0 5% 32px;
    margin-top: 0;
  }
}
.interviewStaff .swiper {
  width: 100%;
  max-width: 1260px;
  margin-inline: auto;
  padding-top: 48px;
  overflow: visible;
}
.interviewStaff .swiper-slide {
  background: #fff;
  padding: 20px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interviewStaff .swiper-slide:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 4px 36px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 36px rgba(0, 0, 0, 0.3);
}
.interviewStaff .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.interviewStaff .swiper-slide-catch {
  font-size: min(1.6rem, 16px);
  font-weight: bold;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: auto;
}
.interviewStaff .swiper-slide-person {
  border-top: 1px solid #333;
  margin-top: 12px;
  padding-top: 12px;
  font-size: min(1.2rem, 12px);
  line-height: 1.5;
}
.interviewStaff .swiper-slide-person .name {
  margin-top: 4px;
}
.interviewStaff .swiper-controller {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
}
.interviewStaff .swiper-controller > div {
  position: relative;
  width: 56px;
  height: 56px;
  margin-left: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.interviewStaff .swiper-controller > div::after {
  content: none;
}
.interviewStaff .swiper-controller > div > img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.interviewStaff .swiper-controller > div:hover .default {
  opacity: 0;
}
.interviewStaff .swiper-controller > div.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.recruitCta {
  margin-top: 0;
}