html {
  overflow-y: scroll;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  color: #333;
}
.entryBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 70px 24px 0;
  background: #d10042;
  border-radius: 10px;
  box-shadow: 3px 3px 13px #888;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.entryBtn:hover,.entryBtn:focus {
  transform: scale(1.05);
}
.entryBtn:hover::before,.entryBtn:focus::before {
  left: 80%;
}
.entryBtn::before {
  content: "";
  background: rgba(255, 255, 255, .15);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -100%;
  transition: .5s ease-in-out;
  height: 100%;
  width: 110%;
}
.entryBtn::after {
  background: url(/resource/top/img/icon_allow_single_white_01.svg) no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 22px;
  width: 30px;
  transition: 0.2s;
}
.entryBtn__text1 {
  background: #fff;
  border-radius: 16.5px;
  color: #d10042;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 14px 4px;
  margin-right: 24px;
}
.entryBtn__text2 {
  font-size: 18px;
  margin: 2px 0 -2px;
}
@media screen and (max-width: 1060px) {
  .entryBtn {
    padding: 20px 8% 20px 0;
    font-size: 20px;
  }
  .entryBtn::after {
    right: 3%;
    width: 6%;
  }
  .entryBtn__text1 {
    font-size: 13px;
    padding: 4px 10px;
    margin-right: 2%;
  }
  .entryBtn__text2 {
    font-size: 16px;
  }
}

/* パンくず */
.pankuzu h3 {
  font-weight: 400;
  display: inline;
  color: #666;
}

/* セレクトボタン */
.buttonSelectWrap {
  position: relative;
}
.buttonSelectOuter {
  margin-top: 15px;
  position: relative;
}
.searchDetail__headingWrap--income .buttonSelectOuter,
.searchDetail__headingWrap--overtime .buttonSelectOuter {
  margin-top: 0px;
}
.buttonSelectOuter::after {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  right: 15px;
  border-top: 11px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  pointer-events: none;
}
.searchDetail__headingWrap--income .buttonSelectOuter::after,
.searchDetail__headingWrap--overtime .buttonSelectOuter::after {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  right: 35px;
  border-top: 11px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  pointer-events: none;
}
.buttonSelect {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #005eab;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 7px 40px 8px 14px;
  font-size: 15px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #9e9e9e;
  flex-shrink: 0;
  width: 210px;
  height: 42px;
  text-align: left;
  overflow: hidden;
  line-height: 2;
}
@media all and (-ms-high-contrast: none) {
  .buttonSelect {
    padding: 10px 40px 5px 14px;
  }
}
select::-ms-expand {
    display: none;
}
.buttonList {
  opacity: 0;
  position: absolute;
  border: solid 2px #005eab;
  z-index: 600;
  width: 205px;
  left: 10px;
}
.buttonItem {
  color: #005eab;
  background: #fff;
  z-index: 500;
  padding: 5px;
  font-size: 15px;
}
.buttonItem:hover,.buttonItem:focus {
  color: #fff;
  background: #005eab;
}

/* サブミットボタン */
.submitButton {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 6px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  box-shadow: 0px 1px 6px #808080;
  padding: 17px 0;
  font-size: 20px;
  color: #fff;
  background: #5ebc21;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: 0.3s;
}
.submitButton:hover,.submitButton:focus {
  opacity: 0.7;
}
.submitIcon {
  width: 22px;
  margin-right: 10px;
}

/*追従検索ボタン*/
.submitButton.js-submitButton {
  max-width: 526px;
  width: 100%;
}

.searchTopWrap {
  box-shadow: 0 3px 4px 0px rgba(0,0,0,0.1);
  position: relative;
  margin-top: 20px;
}
.searchTop {
  width: 1000px;
  margin: 17px auto 0;
  padding-bottom: 30px;
  position: relative;
}
.searchTop__titWrap {
  display: flex;
  align-items: flex-start;
}
.searchTop__tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  cursor: pointer;
}
.searchTop__tit--chat {
  border-top: #0a9fc2 solid 2px;
  border-left: #0a9fc2 solid 2px;
  border-right: #0a9fc2 solid 2px;
  border-bottom: #0a9fc2 solid 2px;
  border-radius: 0 10px 0 0;
  background: #0a9fc2;
  color: #fff;
  transform: translateY(2px);
  padding: 9px 0;
  box-shadow: none;
}
.searchTop__tit--easy {
  border-top:#0a9fc2 solid 2px;
  border-right: #0a9fc2 solid 2px;
  border-left: #0a9fc2 solid 2px;
  border-bottom: #0a9fc2 solid 2px;
  border-radius: 10px 0 0 0;
  background: #0a9fc2;
  color: #fff;
  transform: translateY(2px);
  padding: 9px 0;
  box-shadow: 4px -2px 6px -2px rgba(0,0,0,0.3) inset;
}
.searchTop__tit--chat.active {
  border-top: #0a9fc2 solid 2px;
  border-left: #0a9fc2 solid 2px;
  border-right: #0a9fc2 solid 2px;
  border-bottom: #a8dce8 solid 2px;
  border-radius: 0 10px 0 0;
  background: #fff;
  color: #0a9fc2;
  transform: translateY(0);
  box-shadow: none;
  padding: 10px 0;
}
.searchTop__tit--easy.active {
  border-top: #0a9fc2 solid 2px;
  border-right: #0a9fc2 solid 2px;
  border-left: #0a9fc2 solid 2px;
  border-bottom: #a8dce8 solid 2px;
  border-radius: 10px 0 0 0;
  background: #fff;
  color: #0a9fc2;
  transform: translateY(0);
  box-shadow: -4px -2px 6px -2px rgba(0,0,0,0.3) inset;
  padding: 10px 0;
}
.searchTop__tit--chatIcon {
  width: 30px;
  margin-right: 10px;
}
.searchTop__tit--easyIcon {
  width: 20px;
  margin-right: 5px;
}
.searchTop__titInner {
  font-size: 20px;
  margin: 2px 0 -2px;
}
.searchTop__progress {
  position: absolute;
  top: 54px;
  left: 2px;
  display: flex;
  width: 996px;
  align-items: center;
  justify-content: center;
  z-index: 8;
  box-shadow: 0px 3px 3px rgba(158, 158, 158, 0.4);
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.7);
}
@media all and (-ms-high-contrast: none) { /* IEのみ適用 */
  .searchTop__progress {
      position: static;
      width: 996px;
      border-right:solid 2px #0a9fc2;
      border-left:solid 2px #0a9fc2;
  }
}
.searchTop__chat {
  height: 500px;
  border-right: solid 2px #0a9fc2;
  border-left: solid 2px #0a9fc2;
  border-bottom: solid 2px #0a9fc2;
  border-radius: 0 0 10px 10px;
  position: relative;
  background: url(/jobsearch/img/searchTop__chat_img_pc.png) no-repeat 0 0/cover;
  padding: 35px 70px 30px  0;
  box-sizing: border-box;
  overflow: scroll;
  overflow-x: hidden;
}
@media all and (-ms-high-contrast: none) { /* IEのみ適用 */
  .searchTop__chat {
    height: 462px;
  }
}
.searchTop__progressNum {
  font-size: 18px;
  color: #0a9fc2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
_:-ms-lang(x)::-ms-backdrop, .searchTop__progressNum {
  padding-top: 5px;
  box-sizing: border-box;
}
.searchTop__progressNum.active {
  color: #fff;
  background: #0a9fc2;
}
.searchTop__progressBar {
  background: #0a9fc2;
  height: 2px;
  width: 150px;
  display: block;
  margin: 0 2%;
}
.searchTop__chatCA {
  padding: 30px 30px 0;
  align-items: center;
  display: none;
}
.searchTop__chat1 {
  display: flex;
}
.searchTop__chatCAImg {
  width: 130px;
}
.searchTop__serifArea {
  font-size: 15px;
  color: #333;
  margin-left: 40px;
  border: solid 2px #0a9fc2;
  border-radius: 20px;
  background: #e6eff6;
  padding: 20px;
  position: relative;
}
.searchTop__serifArea::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%,-50%);
  content: url(/jobsearch/img/searchTop__serifArea_01.png);
}
.searchTop__serif2 {
  display: block;
  margin-top: 20px;
}
.searchTop__serifInner {
  font-size: 20px;
  letter-spacing: 1px;
  color: #003b6b;
  margin-right: 5px;
}
.searchTop__serifIcon {
  display: inline-block;
  background-size: 100%;
  margin-right: 5px;
  background-image: url(/jobsearch/img/spritesheet_icon1.png);
  transform: translateY(3px);
}
.searchTop__serifIcon--occupation {
  width: 25px;
  height: 22px;
  background-position: 0px -52px;
  margin-right: 10px;
  transform: translateY(0);
}
.searchTop__serifIcon--location {
  width: 25px;
  height: 28px;
  background-position: 0px -162.5px;
}
.searchTop__serifIcon--income, .searchTop__serifIcon--overtime {
  width: 30px;
  height: 29px;
  background-position: 0px -166px;
}
.searchTop__serifIcon--industry {
  width: 25px;
  height: 27px;
  background-position: 0px -400px;
}
.searchTop__chatUserWrap {
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  display: none;
}
.searchTop__chat3 {
  display: flex;
}
.searchTop__chat12 {
  width: 90%;
  margin: 0 0 0 auto;
  padding-top: 15px;
}
@media all and (-ms-high-contrast:none) {
  .searchTop__chatUserWrap {
    margin-bottom: 30px;
  }
}
@supports (-ms-ime-align:auto) {
  .searchTop__chatUserWrap {
    margin-bottom: 30px;
  }
}
@-moz-document url-prefix() {
  .searchTop__chatUserWrap {
    margin-bottom: 30px;
  }
}
.searchTop__chatUser {
  display: flex;
  padding: 30px 30px 20px;
  align-items: center;
  justify-content: flex-end;
  border: solid 2px #005eab;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.searchTop__chatUser.lock::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0,0,0,0.4);
  height: 100%;
  width: 100%;
  content: "";
  z-index: 9;
  border-radius: 18px;
}
.searchTop__chatUser::after {
  position: absolute;
  top: 20px;
  right: 0;
  transform: translateX(100%);
  content: url(/jobsearch/img/searchTop__serifArea_02.png);
}
.searchTop__chatUser.lock::after {
  content: url(/jobsearch/img/searchTop__serifArea_03.png);
}
.searchTop__chatUserButtonSelectWrap--commit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.searchTop__chatUserButtonSelect {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #005eab;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 8px 20px;
  font-size: 15px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #9e9e9e;
  width: 400px;
  text-align: left;
  position: relative;
  display: block;
  line-height: 1;
  height: 45px;
  margin-bottom: 10px;
}
.searchTop__buttonLink {
  color: #FFF;
  text-decoration: none;
  margin: 2px 0 -2px;
}
.searchTop__chatUserButtonSelect--submit {
  background: #5ebc21;
}
.searchTop__chatUserButtonSelect--submit:disabled {
  border-color: #6a6a6a;
  background: #6a6a6a;
  color: #ffffff;
}
.searchTop__chatUserButtonSelect--ca {
  background: #d10042;
}
.searchTop__chatUserButtonSelect--reset {
  background: #fff;
  border: solid 1px #8b8b8b;
  color: #8b8b8b;
}
.searchTop__chatUserButtonSelect--reset:disabled {
  border-color: #6a6a6a;
  background: #6a6a6a;
  color: #ffffff;
  cursor: default;
}
.searchTop__chatUserButtonSelect::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  position: absolute;
  top: 19px;
  right: 15px;
  transform: rotate(45deg);
}
.searchTop__chatUserButtonSelect--reset::after {
  border-right: solid 2px #8b8b8b;
  border-top: solid 2px #8b8b8b;
}
.searchTop__chatUserButtonSelect--location {
  background: #e6eff6;
  color: #005eab;
}
.searchTop__chatUserButtonSelect--location::after {
  border-right: solid 2px #005eab;
  border-top: solid 2px #005eab;
  top: 17px;
  right: 12px;
  transform: rotate(135deg);
}
.searchTop__chatUserButtonSelect--location.open::after {
  top: 22px;
  transform: rotate(-45deg);
}
.searchTop__chatUserButtonSelect--locationItem {
  width: 380px;
  margin: 0 0 5px auto;
}
.searchTop__chatUserButtonSelectList {
  display: none;
  margin-bottom: 10px;
}
/* .searchTop__chatUserButtonList {
  width: 396px;
  left: 0;
  height: 200px;
  background: #fff;
} */
.searchTop__contentWrap {
  display: none;
  background: #e6f5f9;
  padding: 64px 0;
  border-left: #0a9fc2 solid 2px;
  border-right: #0a9fc2 solid 2px;
}
.searchTop__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.searchTop__item {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.searchTop__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 40px;
  right: 0;
  top: 96px;
  background: #868888;
  transform: rotate(-45deg);
}
.searchTop__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 40px;
  right: 0;
  top: 96px;
  background: #868888;
  transform: rotate(45deg);
}
.searchTop__item:last-of-type::before {
  display: none;
}
.searchTop__item:last-of-type::after {
  display: none;
}
.searchTop__heading {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #005eab;
  text-align: center;
  margin: 2px 0 -2px;
}
.searchTop__img {
  width: 150px;
}
.searchTop__buttonSelect {
  margin: 20px 0 1px;
  padding: 7px 30px 10px 20px;
}
.searchTop__buttonSelect::after {
  top: 35px;
  right: 12px;
}
.searchTop__buttonList {
  height: 300px;
  padding-right: 20px;
  background: #fff;
  left: 0;
}
.searchTop__buttonList--occupation {
  width: 370px;
  overflow-y: scroll;
}
.searchTop__buttonList--location {
  width: 187px;
  overflow-y: scroll;
}
.searchTop__buttonList--income, .searchTop__buttonList--overtime {
  width: 187px;
  overflow-y: scroll;
}
.searchTop__submitButtonWrap {
  display: none;
  border-left: #0a9fc2 solid 2px;
  border-right: #0a9fc2 solid 2px;
  border-bottom: #0a9fc2 solid 2px;
  padding: 30px 0;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 900px) {
  .searchTop {
    width: 95%;
  }
  .searchTop__progress {
    width: 100%;
  }
  .searchTop__progressBar {
    width: 100px;
  }
  .buttonSelect {
    width: 190px;
  }
  .searchTop__buttonList--location {
    width: 167px;
  }
  .searchTop__buttonList--income, .searchTop__buttonList--overtime {
    width: 167px;
  }
}
.searchTop__text {
  font-size: 13px;
  text-align: right;
  margin-top: 10px;
}
.searchTop__checkbox {
  align-items: center;
  width: calc(50% - 5px);
  background: #005eab;
  line-height: 1;
  height: 50px;
  cursor: pointer;
  padding: 0 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #9e9e9e;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 10px;
}
.searchTop__checkboxInput {
  display: none;
}
.searchTop__checkboxText {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}
.searchTop__checkboxText::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
}
.searchTop__checkboxInput:checked + .searchTop__checkboxText::after{
  content: "";
  display: block;
  position: absolute;
  top: 33%;
  left: 6px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #005eab;
  border-right: 3px solid #005eab;
}
.searchTop__checkboxBtn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  cursor: pointer;
  outline: none;
  border: solid 1px #ffc000;
  padding: 11px 20px;
  font-size: 15px;
  color: #005eab;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #d4d4d4;
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
  line-height: 1;
  height: 50px;
  margin: 10px 0;
}
.searchTop__checkboxBtn:disabled {
  border-color: #6a6a6a;
  background: #6a6a6a;
  color: #ffffff;
}
.searchTop__result {
  padding: 30px 0px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 0 20px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
}
.searchTop__resultItem {
  border: solid 2px #005eab;
  background: #fff;
  padding: 20px 15px 30px;
  box-sizing: border-box;
  font-size: 15px;
  width: 280px;
  position: relative;
  border-radius: 6px;
  height: 178px;
}
.searchTop__resultTit {
  color: #003b6b;
  line-height: 1;
  font-weight: 700;
}
.searchTop__resultText {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 5px;
  font-weight: 700;
  height: 50px;
  letter-spacing: -1.2px;
  color: #333;
}
.searchTop__resultData {
  display: flex;
  font-weight: 700;
  margin-top: 5px;
}
.searchTop__resultDataHeading {
  padding-left: 25px;
  width: 60px;
  color: #003b6b;
  position: relative;
}
.resultDataText {
  letter-spacing: -1.3px;
  color: #333;
}
_:-ms-lang(x)::-ms-backdrop, .resultDataText {
  letter-spacing: -1.6px;
  color: #333;
}
.searchTop__icon {
  background: url(/jobsearch/img/spritesheet_icon1.png) no-repeat;
  display: block;
  background-size: 100%;
  width: 20px;
  position: absolute;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
}
.searchTop__icon--income {
  height: 19px;
  background-position: 0 0px;
}
.searchTop__icon--location {
  height: 23px;
  background-position: 0px -19px;
}
.searchTop__resultItemImg {
  width: 100%;
}
.searchTop__resultNoItem {
  position: absolute;
  top: 60px;
  left: 0;
  background: rgba(209, 0, 66, 0.5);
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.searchTop__resultNoItemIcon {
  width: 40px;
}
.searchTop__resultNoItemInner {
  display: inline-block;
  line-height: 1.2;
  font-size: 14px;
  margin-left: 5px;
}
.searchTop__resultLink {
  text-decoration: none;
  margin-right: 15px;
}
.searchTop__resultLink:last-child {
    margin-right: 0px;
}
.searchTop__resulPush {
  position: absolute;
  bottom: -30px;
  right: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 6px;
  color: #fff;
  background: #005eab;
  border: solid #005eab 2px;
  width: 180px;
  box-shadow: 0px 0px 5px #9e9e9e;
  line-height: 1;
  height: 50px;
}
.searchTop__resulPush--hidden {
  color: #d10042;
  background: #fff;
  border: solid #d10042 2px;
}
.searchTop__resulPush::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  position: absolute;
  top: 19px;
  right: 15px;
  transform: rotate(45deg);
}
.searchTop__resulPush--hidden::after {
  border-right: solid 2px #d10042;
  border-top: solid 2px #d10042;
}

@media screen and (max-width: 900px) {
  .searchTop__resultItem {
    width: 190px;
  }
  .searchTop__resultItem {
    padding: 10px 10px 30px;
  }
  .searchTop__resultText {
    font-size: 15px;
  }
  .searchTop__resultText {
    font-size: 15px;
  }
  .searchTop__resulPush {
    bottom: -33px;
    padding: 2px 12px;
    width: 120px;
    height: 37px;
  }
  .searchDetailModal__largeCategoryItem {
    padding-left: 15px;
  }
}

.backgroundColor {
  background: url(/resource/top/img/bg_stripes_01.png) #E6EFF6;
}

.jobOfferHeading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-bottom: solid 2px #005eab;
  color: #005eab;
  padding-bottom: 28px;
  font-size: 28px;
  font-weight: 400;
  margin: 2px 0 0;
}
.jobHeadding-txt {
  font-size: 16px;
  color: #333;
  margin-top: 8px;
}
.jobOfferHeading__icon {
  width: 57px;
  margin: -2px 10px 2px 0;
}
.jobOfferHeading__icon--private {
  margin-right: 0;
}
/*floatingBtn*/
.floatingSearch__Btn.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.floatingSearch__Btn {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    z-index: 100;
    width: 100%;
    padding: 15px 0;
    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
.footerFixArea__box {
  display: none;
}
}
.searchDetail {
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 30px 60px;
  position: relative;
}
.searchDetail__list {
  border-radius: 20px;
  background: #fff;
  margin-top: 30px;
  padding: 0 30px;
}
.searchDetail__item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  margin: 0 auto;
  border-bottom: solid 1px #005eab;
}
.searchDetail__item--keyword {
  align-items: center;
}
.searchDetail__item:last-of-type {
  border-bottom: none;
}
.searchDetail__headingWrap {
  width: 39%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .footerFixArea__box {
    display: none!important;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .searchDetail__headingWrap {
    width: 70%;
  }
}
.searchDetail__headingWrap--income, .searchDetail__headingWrap--overtime {
  width: 50%;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .searchDetail__headingWrap--income, .searchDetail__headingWrap--overtime {
    width: 66%;
  }
}
.searchDetail__heading {
  width: 20%;
  color: #003b6b;
  font-size: 18px;
  position: relative;
  padding-left: 50px;
  flex-shrink: 0;
  white-space: nowrap;
  padding-top: 2px;
}
.searchDetail__icon {
  background: url(/jobsearch/img/spritesheet_icon1.png) no-repeat;
  display: block;
  background-size: 100%;
  width: 27px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.searchDetail__icon--occupation {
  height: 24px;
  background-position: 0 -56px;
}
.searchDetail__icon--location {
  height: 30px;
  background-position: 0px -175.5px;
}
.searchDetail__icon--industry {
  height: 30px;
  background-position: 0px -432px;
}
.searchDetail__icon--income {
  height: 25.5px;
  background-position: 0px -150px;
}
.searchDetail__icon--overtime {
	height: 26.5px;
	background-position: 0px -523.5px;
}
.searchDetail__icon--skill {
  height: 30px;
  background-position: 0px -327px;
}
.searchDetail__icon--feature {
  height: 24px;
  background-position: 0px -407px;
}
.searchDetail__icon--commit {
  height: 31px;
  background-position: 0px -462px;
}
.searchDetail__icon--keyword {
  height: 31px;
  background-position: 0px -493px;
}
.searchDetail__button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #005eab;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 8px 14px;
  font-size: 15px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  border-radius: 6px;
  margin-right: 20px;
  box-shadow: 0px 0px 5px #9e9e9e;
  flex-shrink: 0;
}
.searchDetail__headingWrap--income .buttonSelect,
.searchDetail__headingWrap--overtime .buttonSelect {
  margin: 0 20px 1px 10px;
}
.searchDetail__selectList {
  padding-top: 11px;
  width: 61%;
}
.searchDetail__selectList--income, .searchDetail__selectList--overtime {
  width: initial;
}
.searchDetail__checkboxWrap {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  padding-top: 5px;
}
.searchDetail__checkbox {
  width: 33.3%;
  margin-top: 25px;
}
.searchDetail__checkbox:nth-of-type(-n + 3) {
  margin-top: 0;
}
.searchDetail__checkboxInput {
  display: none;
}
.searchDetail__checkboxText {
  padding-left: 30px;
  position:relative;
  font-size: 15px;
  display: inline-block;
}
.searchDetail__checkboxText::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #dadad7;
  border-radius: 4px;
}
.searchDetail__checkboxInput:checked + .searchDetail__checkboxText::after{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #005eab;
  border-right: 3px solid #005eab;
}
.searchDetail__selectItem {
  font-size: 15px;
  margin-bottom: 10px;
}
.searchDetail__selectItem:last-of-type {
  margin-bottom: 0;
}
.searchDetail__keywordWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  padding-right: 30px;
  box-sizing: border-box;
}
.searchDetail__keyword {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 48%;
  background: #f7f7f7;
  border: solid 1px #dadad7;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  font-size: 15px;
}
.searchDetail__keyword::placeholder {
  color: #757575;
}
.searchDetail__clear {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  border: solid 1px #8c8c8c;
  background: #fff;
  border-radius: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  color: #8c8c8c;
  padding: 2px 20px;
  display: block;
  margin: 10px 0 0 auto;
}
.ps__rail-y {
  background-color: #e7f0f8 !important;
  width: 20px;
  opacity: 1 !important;
  display: block !important;
  z-index: 7;
}
.searchTop .ps__rail-y {
  background-color: #fff !important;
}
.ps__rail-x {
  display: none !important;
}
.ps__rail-y .ps__thumb-y {
  background-color: #bdd8f1;
  width: 15px;
  right: 2px;
  border-radius: 10px;
}
.searchTop .ps__rail-y .ps__thumb-y {
  background-color: #0a9fc2;
}
.ps__rail-x, .ps__rail-y {
	opacity: 1!important;
}

.searchCompanyList {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 30px;
}
.searchCompanyList__head {
  position: relative;
}
.searchCompanyList__annotation {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 13px;
}
.searchCompanyList__sliderWrap {
  overflow: hidden;
  height: 76px;
  border-bottom: solid 2px #005eab;
  position: relative;
  padding: 15px 0 0;
  background: #FFF;
}
.searchCompanyList__sliderWrap::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  background: linear-gradient(to left, rgba(255,255,255,0), #fff 95%);
  left: 0;
  z-index: 10;
}
.searchCompanyList__sliderWrap::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  background: linear-gradient(to right, rgba(255,255,255,0), #fff 95%);
  right: 0;
}
.searchCompanyList__slide {
  width: auto !important;
  margin-right: 40px;
  margin-bottom: 10px;
}
.searchCompanyList__img {
  height: 65px !important;
}
.searchCompanyList__link {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #005eab;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  padding: 10px 0;
  font-size: 15px;
  color: #005eab;
  background: #fff;
  width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  text-decoration: none;
  box-sizing: border-box;
}
.searchCompanyList__link:hover,.searchCompanyList__link:focus {
  text-decoration: none;
}

.feature {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 30px 60px;
}
.feature__swiper {
  position: relative;
}
.feature__cardsWrap {
  position: relative;
}
.feature__cards {
  padding: 30px 0;
}
.feature__card {
  box-shadow: 0px 0px 6px #b7b5b5;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  width: 200px !important;
  margin-right: 30px;
}
.feature__card:hover {
  opacity: .7;
}
.feature__card:first-of-type {
  margin-left: 5px;
}
.feature__card:last-of-type {
  margin-right: 5px;
}
.feature__link {
  text-decoration: none;
}
.feature__img {
  width: 100%;
}
.feature__prev {
  width: 30px;
  height: 30px;
  border: solid 2px #005eab;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 1px 6px #808080;
  transition: 0.3s;
  left: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.feature__prev.swiper-button-disabled {
  opacity: 0;
}
.feature__prev::after {
  padding: 2px 3px 0 0;
  font-weight: 700;
  font-size: 16px;
  color: #005eab;
}
_:-ms-lang(x)::-ms-backdrop, .feature__prev::after {
  content: "<";
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  font-size: 22px;
  padding: 2px 3px 0 0;
}
.feature__next.swiper-button-disabled {
  opacity: 0;
}
.feature__next {
  width: 30px;
  height: 30px;
  border: solid 2px #005eab;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 1px 6px #808080;
  transition: 0.3s;
  right: 0;
  transform: translateX(50%);
  z-index: 5;
}
.feature__next::after {
  padding-left: 3px;
  font-weight: 700;
  font-size: 15px;
  color: #005eab;
}
@media all and (-ms-high-contrast: none) {
  .feature__next::after {
    padding-top: 2px;
  }
}
_:-ms-lang(x)::-ms-backdrop, .feature__next::after {
  content: ">";
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  font-size: 22px;
}
.feature__textArea {
  padding: 10px;
}
.feature__heading {
  font-size: 15px;
  margin-bottom: 10px;
  color: #005eab;
  height: 38px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.feature__text {
  font-size: 13px;
  line-height: 1.5;
  height: 57px;
  color: #333;
}
.feature__scrollbar {
  width: 300px !important;
  margin: 0 auto;
  position: relative !important;
  border: 1px solid #005eab;
  background: #fff;
  height: 8px !important;
  overflow: hidden;
}
.feature__scrollbar .swiper-scrollbar-drag {
  background: #005eab;
  border-radius: 0;
}

.searchOccupation {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 30px;
}
.searchOccupation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.searchOccupation__item {
  width: 315px;
  border-radius: 6px;
  box-shadow: 0px 1px 6px #808080;
  background: #0a9fc2;
  height: 75px;
  margin-bottom: 30px;
}
.searchOccupation__item:hover,.searchOccupation__item:focus {
  opacity: 0.7;
}
.searchOccupation__link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  color: #fff;
  height: 100%;
  text-decoration: none;
  padding: 10px 50px 10px 20px;
  box-sizing: border-box;
  align-items: center;
}
.searchOccupation__text {
  font-size: 15px;
  width: 100%;
  line-height: 1.2;
  letter-spacing: -0.6px;
}
.searchOccupation__subtext {
  font-size: 12px;
  width: 100%;
  letter-spacing: -0.1px;
  padding-top: 5px;
  color: #b8dae2;
  letter-spacing: 1.2;
}
.searchOccupation__button.sp {
  display: none;
}
.searchOccupation__button.pc {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #005eab;
  background-color: #FFF;
  cursor: pointer;
  outline: none;
  border-radius: 0 6px 6px 0;
  font-size: 12px;
  border: #0a9fc2 2px solid;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  width: 30px !important;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.searchOccupation__button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 35%;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-right: solid 2px #0a9fc2;
  border-top: solid 2px #0a9fc2;
}
@media screen and (max-width: 1060px) {
  .searchOccupation__list {
    justify-content: center;
  }
  .searchOccupation__item:nth-of-type(2n+1) {
    margin-right: 30px;
  }
}

.private {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 30px 30px;
}
.private__content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.private__imgWrap {
  max-width: 500px;
  display: flex;
  align-items: center;
}
.private__img {
  width: 100%;
  border-radius: 10px;
}
.private__textArea {
  width: 470px;
  margin-left: 20px;
}
.private__heading {
  font-size: 26px;
  color: #0a9fc2;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 2px 0 13px;
}
.private__text {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 17px;
}
@media screen and (max-width: 1060px) {
  .private__text {
    margin-bottom: 10px;
  }
}

.flowWrap {
  padding: 0 30px 100px;
}
.flow {
  border-radius: 10px;
  background: #fff;
  border: solid 2px #005eab;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.flow__heading {
  font-size: 18px;
  color: #005eab;
  text-align: center;
  font-weight: 400;
  margin: 2px 0 -2px;
}
.flow__list {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.flow__itemWrap {
  display: flex;
  margin-right: 20px;
}
.flow__itemWrap:last-child {
  margin-right: 0;
}
.flow__item {
  width: 100px;
  margin-right: 20px;
  text-align: center;
  position: relative;
}
.flow__item:last-of-type {
  margin-right: 0;
}
.flow__imgWrap {
  position: relative;
}
.flow__imgWrap::after {
  content: "";
  border: solid 10px transparent;
  border-left: solid 12px #0a9fc2;
  position: absolute;
  top: 40px;
  right: -29px;
  width: 0;
  height: 0;
}
.flow__itemWrap:last-of-type .flow__item:last-of-type .flow__imgWrap::after {
  display: none;
}
.flow__img {
  width: 95px;
}
.flow__text {
  font-size: 16px;
  color: #005eab;
  margin: 2px 0 -2px;
}

#tabArea .pankuzu {
  width: 960px;
  margin: 20px auto 0px;
}
#tabArea .pankuzu a {
  text-decoration: none;
}

.tablet {
  display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tablet {
    display: block;
  }
}
.jobsearch__titleOuter {
  display: flex;
  align-items: center;
  max-width: 1060px;
  margin: 20px auto 0;
  padding: 0 30px;
}
.jobsearch__titleOuter,
.jobsearch__titleOuter * {
  box-sizing: border-box;
}
.jobsearch__titleOuter span {
  width: 100%;
}
.jobsearch__titleOuter span::before, .jobsearch__titleOuter span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #015faa;
}
.jobsearch__titleOuter span::after {
  margin-top: 5px;
}
.jobsearch__title {
  flex-shrink: 0;
  margin: 0 15px;
  font-weight: bold;
  font-size: 32px;
  color: #005eab;
}

.contentArea {
  max-width: 1000px;
  margin: 0 auto;
}

.contentArea * {
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .contentArea {
    width: 676px;
  }
}
.tabBox--linkBox {
  margin-top: 30px;
}

.tabList {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.tabList__item {
  display: inline-block;
  width: calc((100% - 10px) / 3);
  height: 60px;
  margin-bottom: 4px;
  background: #0a9fc2;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.tabList__item:first-child {
  border-radius: 20px 0 0 0;
}
.tabList__item:first-child .tab__label {
  padding-left: 60px;
}
.tabList__item:first-child .tab__label::before {
  width: 35px;
  height: 32px;
  background: url(/resource/top/img/icon_search_occupation_white_01.svg) no-repeat 0 center;
}
.tabList__item:first-child:hover .tab__label::before {
  background: url(/resource/top/img/icon_search_occupation_blue_01.svg) no-repeat 0 center;
}
.tabList__item:nth-child(2) .tab__label {
  padding-left: 44px;
}
.tabList__item:nth-child(2) .tab__label::before {
  width: 23px;
  height: 31px;
  background: url(/resource/top/img/icon_search_location_white_01.svg) no-repeat 0 center;
}
.tabList__item:nth-child(2):hover .tab__label::before {
  background: url(/resource/top/img/icon_search_location_blue_01.svg) no-repeat 0 center;
}
.tabList__item:last-child {
  border-radius: 0 20px 0 0;
}
.tabList__item:last-child .tab__label {
  padding-left: 54px;
}
.tabList__item:last-child .tab__label::before {
  width: 40px;
  height: 32px;
  background: url(/resource/top/img/icon_search_industry_white_01.svg) no-repeat 0 center;
}
.tabList__item:last-child:hover .tab__label::before {
  background: url(/resource/top/img/icon_search_industry_blue_01.svg) no-repeat 0 center;
}
.tabList__item:hover {
  background: #c5e8f1;
  color: #005eab;
}
.tabList__item.selected {
  color: #005eab;
  background: #ffc000;
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  box-shadow: 1px 3px 7px #a2a2a2;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tabList__item.selected::before {
  content: "";
  width: 40px;
  height: 16px;
  margin: auto;
  background: url(/resource/top/img/parts_tail_yellow_01.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.tabList__item.selected:first-child .tab__label::before {
  background: url(/resource/top/img/icon_search_occupation_blue_01.svg) no-repeat 0 center;
}
.tabList__item.selected:nth-child(2) .tab__label::before {
  background: url(/resource/top/img/icon_search_location_blue_01.svg) no-repeat 0 center;
}
.tabList__item.selected:last-child .tab__label::before {
  background: url(/resource/top/img/icon_search_industry_blue_01.svg) no-repeat 0 center;
}

.tab__label {
  position: relative;
  cursor: pointer;
}
.tab__label::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

input[name=tab__label] {
  display: none;
}

.contentList {
  height: 100%;
  background: #fff;
  border: 2px solid #005eab;
  border-radius: 0 0 14px 14px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.contentList::-webkit-scrollbar {
  display: none;
}
.contentList__item {
  display: none;
}
.contentList__item.selected {
  display: block;
}
.contentList__item--industry .linkList__link--summary, .contentList__item--location .linkList__link--summary {
  height: 100%;
}
.contentList__item--location .linkList__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  width: auto;
  min-height: auto;
  height: 33px;
  margin-right: 11px;
  padding: 4px 0 0;
  background: #d2d2d2;
  border-radius: 6px 0 0 6px;
}
.contentList__item--location .linkList__link:hover {
  background: #616161;
  color: #fff;
}
.contentList__item--location .linkList__link::after {
  display: none;
}
.contentList__item--location .smallLinkList {
  display: flex;
}
.contentList__item--location .smallLinkList__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 100%;
  margin-right: 4px;
  padding-top: 4px;
  background: #eeeeee;
  font-size: 15px;
  color: #333;
  text-decoration: none;
}
.contentList__item--location .smallLinkList__link:hover {
  background: #ccc;
  transition: all 0.3s;
}

.linkList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px;
}
.linkList__item {
  display: flex;
  flex-basis: calc((100% - 36px) / 3);
}
.linkList__link {
  position: relative;
  display: block;
  width: 100%;
  min-height: 74px;
  padding: 8px 30px 8px 10px;
  background: #eeeeee;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
}
.linkList__link:hover {
  background: #ccc;
  transition: background 0.3s;
}
.linkList__link::after {
  content: "";
  background: url(/resource/top/img/icon_arrow_brackets_blue_01.svg) no-repeat center;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  height: 14px;
  width: 11px;
  z-index: 1;
}
.linkList__link--summary {
  display: flex;
  align-items: center;
  min-height: 41px;
  font-size: 14px;
}
.linkList__link--detail {
  display: block;
  font-size: 12px;
  color: #909090;
}

.contentList__item--location .linkList {
  grid-template-columns: repeat(1, 1fr);
}

#wrap > div:nth-last-of-type(4){
  background: none;  
}

#wrap > div:nth-last-of-type(2){
    background: none;
}

#wrap > div:nth-last-of-type(4):before {
  background: none;
}

#wrap > div:nth-last-of-type(6):before {
  background: #FFF;
}

#wrap > div:nth-last-of-type(2) .flow{
   background-color:#e6f5f9; 
}
 .feature {
      position: relative;
    }

    .feature::before {
      content: "";
      background: url(/resource/top/img/bg_stripes_01.png) #E6EFF6;
      width: 100vw;
      min-width: 1100px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
    }
    #recruitment .feature__cards{
      display: flex;
    align-items: stretch;
    }
    #recruitment .feature__card{
      height: auto;
    }
    #recruitment .feature__text{
      display: inline-block;
    margin-bottom: 6px;
    padding: 3px 10px;
    border-radius: 9px;
    height: auto;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    color: #fff;
    }
    #recruitment .feature__heading{
      height: auto;
    }

    #recruitment .feature__img{
      width: 200px;
      height: 125px;
      object-fit: cover;
    }

    p.feature__text.feature__text--it {
      background-color: #135da7;
    }

    p.feature__text.feature__text--maker {
      background-color: #0C6B5C;
    } 

    p.feature__text.feature__text--creative {
      background-color: #F59D11;
    } 

    p.feature__text.feature__text--sales {
      background-color: #003B6B;
    }

    p.feature__text.feature__text--finance {
      background-color: #CBAA6B;
    } 

    .floating__nav .submitButton.js-submitButton {
      max-width: 562px;
      width: 100%;
  }


.keepFixed--pc {
  margin-left: 10px;
}
.keepFixed__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 8px 0;
  border: 1px solid #1262B2;
  border-radius: 8px;
  box-shadow: none;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  color: #1262b2;
  line-height: 1;
}
.keepFixed__button_icon {
  position: relative;
  margin-right:10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.keepFixed__button_icon + span {
  margin: 0 5px;
}
img.keep_icon {
  width: 24px;
  height: 20px;
  margin: 0;
}
#wrap img.keep_icon {
  width: 24px;
  height: 20px;
  margin: 0;
}
.keep_icon_count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  background: #FFF700;
  position: absolute;
  top: -6px;
  right: -9px;
  font-size: 8px;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
}

.keep_list_button_box {
    margin: 25px 0 0 0;
}
.keep_list_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 8px 0;
    border: 1px solid #1262B2;
    border-radius: 8px;
    box-shadow: none;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    color: #1262b2;
    text-decoration: none;
    margin: auto;
    line-height: 1;
}
.keep_list_button_icon {
    position: relative;
    margin-right:10px;
}
.keep_list_button_icon + span {
    margin: 0 5px;
}
.keep_float_box {
  width: calc(100% - 600px);
  min-width: 142px;
}
.changeHeaderBtn .keepFixed__button {
  width: auto;
  max-width: 200px;
  height: 100%;
  text-decoration: none;
  padding: 8px;
  margin: auto 10px auto auto;
}
.keepFixed__button_text {
  margin: 0 5px;
}
@media screen and (max-width:835px){
  .keepFixed__button_text {
      font-size: 13px;
  }
}
@media screen and (max-width:820px){
  .keepFixed__button_text {
      font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .keepFixed__button:hover, .keep_list_button:hover {
      opacity: 0.7;
      filter: alpha(opacity = 70);
  }
}
.keep_list_banner {
  background: url(/resource/jobsearch/img/keep_list_PC_banner.webp) no-repeat;
  width: 800px;
  height: 180px;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.keep_list_banner_new_feature_picture, .keep_list_banner_text_picture {
  height: 60px;
}
.keep_list_banner_button {
  width: 230px;
  position: relative;
}
.keep_list_banner_button::before {
  content: "";
  background-image: url(/resource/jobsearch/img/keep_list_PC_banner_balloon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 22px;
  height: 24px;
}
.keep_list_banner_button .keep_list_button_icon {
  margin-right: 5px;
}