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;
  }
}

/* セレクトボタン */
.buttonSelectWrap {
  position: relative;
}
.buttonSelectOuter {
  margin-top: 15px;
  position: relative;
}
.searchDetail__headingWrap--income .buttonSelectOuter,
.searchDetail__headingWrap--overtime .buttonSelectOuter {
  margin-top: 0;
}
.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: 0 0 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;
}
.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: 0 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 0 rgba(0,0,0,0.1);
  position: relative;
  margin-top: 20px;
}
.searchTop__buttonLink {
  color: #FFF;
  text-decoration: none;
  margin: 2px 0 -2px;
}
@media screen and (max-width: 900px) {
  .buttonSelect {
    width: 190px;
  }
}
.resultDataText {
  letter-spacing: -1.3px;
  color: #333;
}
_:-ms-lang(x)::-ms-backdrop, .resultDataText {
  letter-spacing: -1.6px;
  color: #333;
}

@media screen and (max-width: 900px) {
  .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: 0 -175.5px;
}
.searchDetail__icon--industry {
  height: 30px;
  background-position: 0 -432px;
}
.searchDetail__icon--income {
  height: 25.5px;
  background-position: 0 -150px;
}
.searchDetail__icon--overtime {
	height: 26.5px;
	background-position: 0 -523.5px;
}
.searchDetail__icon--skill {
  height: 30px;
  background-position: 0 -327px;
}
.searchDetail__icon--feature {
  height: 24px;
  background-position: 0 -407px;
}
.searchDetail__icon--commit {
  height: 31px;
  background-position: 0 -462px;
}
.searchDetail__icon--keyword {
  height: 31px;
  background-position: 0 -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: 0 0 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;
}

.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: 0 0 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: 0 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: 0 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;
}

.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 0;
}
#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);
  box-shadow: 1px 3px 7px #a2a2a2;
  transition: 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);
}
.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;
}

.searchOccupation {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 30px;
}
