@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  min-width: 1160px;
  width: 100%;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

s {
  text-decoration: none;
}

ins {
  text-decoration: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, textarea {
  margin: 0;
  padding: 0;
  border-width: 1px;
  box-sizing: border-box;
  vertical-align: top;
  font: inherit;
  color: inherit;
  outline: none;
}

input[type="radio"], input[type="checkbox"], input[type="submit"] {
  cursor: pointer;
}

input[type="submit"] {
  border: none;
  background-color: transparent;
  font-size: 0;
}

input,
select,
textarea {
  border-radius: 0;
}

select {
  background-color: #fff;
}

textarea {
  min-width: 100%;
  resize: vertical;
  -webkit-appearance: none;
  appearance: none;
}

textarea:disabled {
  opacity: 1;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  outline: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
label {
  cursor: pointer;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

/* ============================================================================

		base

============================================================================ */
html {
  font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック";
  font-size: 12px;
  color: #222;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
}

a:hover,
button:hover {
  opacity: 0.7;
}

/* ============================================================================

		汎用クラス (utility)

============================================================================ */
.u-clearfix:before,
.u-clearfix:after {
  content: "";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-space {
  margin-top: -10px;
}

.u-fL {
  float: left;
}

.u-fR {
  float: right;
}

.u-ellipsis {
  overflow: hidden;
  max-width: 100%;
  padding: 2px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-imgCenter {
  display: block;
  text-align: center;
  font-size: 0;
}

.u-imgFixedCenter {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.u-imgFixedCenter img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.u-imgFixedCenter.cover-150 img {
  right: -25%;
  left: -25%;
  width: 150%;
  max-width: none;
  max-height: none;
}

.u-imgFixedCenter.cover-180 img {
  right: -40%;
  left: -40%;
  width: 180%;
  max-width: none;
  max-height: none;
}

.u-imgFixedCenter.cover-200 img {
  right: -50%;
  left: -50%;
  width: 200%;
  max-width: none;
  max-height: none;
}

.u-hoverOpacity {
  transition: all 0.2s ease;
}

.u-hoverOpacity:hover {
  opacity: 0.7;
}

.u-container {
  width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.u-bgGray {
  background: #F6F6F6;
}

/* ============================================================================

		header

============================================================================ */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}

.l-header .titleHead {
  background-color: rgba(255,255,255,.15);
}

.l-header .titleText {
  padding: 5px 0;
  text-align: center;
  line-height: 14px;
  color: #fff;
}

.l-header .logo {
  display: block;
  width: 384px;
  margin: 49px auto 0;
}

.l-nav,
.mod-opinion-box {
  display: none;
}

/* ============================================================================

		footer

============================================================================ */
.l-footer {
  margin: 70px auto 0;
  max-width: 1920px;
}

.l-footer .searchRow {
  background: url(/assets/img/user/pc/common/footer/bg_searchRow.png) 50% 100% no-repeat,
              linear-gradient(156deg, #52BCFF 0%, #F6F6F6 49%, #4696FF 100%);
  padding: 70px 0;
  background-blend-mode: soft-light;
}

.l-footer .searchRow-inner {
  background: #fff;
  padding: 38px 20px 24px;
}

.l-footer .searchRow .col {
  vertical-align: top;
  padding: 0 10px;
}

.l-footer .searchRow .col + .col {
  margin-top: 32px;
}

.l-footer .searchRow .col.single {
  margin-top: 0;
}

.l-footer .searchRow .col-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 7px;
}

.l-footer .searchRow .divide {
  display: flex;
  flex-wrap: wrap;
}

.l-footer .searchRow .anchor,
.l-footer .searchRow .item-anchor {
  display: inline-block;
}

.l-footer .searchRow .item {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 2;
  height: 26px;
}

.l-footer .searchRow .item:not(:last-child):after {
  content: "|";
  display: block;
  width: 1em;
  text-align: center;
  color: #4294FF;
}

.l-footer .footer-bottom {
  background: #6A727D;
  color: #fff;
  padding: 34px 0 30px;
}

.l-footer .logo {
  display: block;
  width: 180px;
  margin: 0 auto;
}

.l-footer .bottomRow .menu {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.l-footer .bottomRow .item {
  margin-left: 8px;
  font-size: 12px;
}

.l-footer .bottomRow .item + .item {
  margin-left: 20px;
}

.l-footer .bottomRow .item .link {
  display: block;
}

.l-footer .copyright {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
}

.l-footer .copyright .link:hover {
  text-decoration: underline;
}

/*
	トップへ戻る
------------------------------------------------- */
.mod-pageToTop {
  display: none;
  position: fixed;
  z-index: 49;
  left: 50%;
  margin-left: 600px;
  bottom: 10px;
  width: 80px;
  height: 80px;
  background: transparent;
}

/* ============================================================================

		index

============================================================================ */
.f-topContent {
  position: relative;
  padding: 302px 0 59px;
  background: url(/assets/img/user/pc/index/bg_topContent.png) 50% 0 no-repeat #009bfa;
  max-width: 1920px;
	height: 871px;
  margin: 0 auto;
}

.f-topContent .topContent-inner {
  position: absolute;
  top: 302px;
  left: 0;
  z-index: 3;
  width: 100%;
}

.f-topContent .bg {
	width: 100%;
}

.f-topContent .bg .man {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -355px;
  z-index: 2;
}

.bg-animation{
  position: absolute;
  top: 0;
  width: 1920px;
  height: 880px;
  background: linear-gradient(90deg, rgb(106 203 253), rgb(134 164 250));
  -webkit-mask-image: url(/assets/img/user/pc/index/bg_topContent_txt.svg);
  -webkit-mask-size: cover;
  mask-image: url(/assets/img/user/pc/index/bg_topContent_txt.svg);
  mask-size: cover;
  opacity: .78;
  will-change: transform;
  animation-name: bg_animation;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes bg_animation {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: -1848px 0;
    mask-position: -1848px 0;
  }
}

/*
	インタビュー
----------------------------------------------------------*/
.mod-inteviewSlider {
  padding: 4px 0 30px;
}

.mod-inteviewSlider .swiper-wrapper {
  padding-left: calc((100% - 670px) / 2);
  padding-right: calc((100% - 670px) / 2);
}

.mod-inteviewSlider .item {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  width: 670px;
  height: 320px;
  border-radius: 5px;
  box-shadow: 0px 8px 12px rgba(0, 25, 61, 0.4);
  margin-right: 20px;
}

.mod-inteviewSlider .textBlock {
  position: absolute;
  top: 0;
  left: 190px;
  width: 480px;
  height: 100%;
  padding: 30px 26px 0 104px;
  background: url(/assets/img/user/pc/index/ico_check.png) 100% 100% no-repeat,
  transparent linear-gradient(270deg, #fff 60%, rgba(255,255,255,0) 100%) 0% 0% no-repeat;
}

.mod-inteviewSlider .commentWrap {
  height: 153px;
  display: flex;
  align-items: center;
}

.mod-inteviewSlider .comment {
  font-size: 28px;
  line-height: 51px;
  margin: 37px 0 0;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
}

.mod-inteviewSlider .shop {
  font-size: 15px;
  margin: 34px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  line-height: 1.2;
}

.mod-inteviewSlider .profile {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 350px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1.2;
}

.mod-inteviewSlider .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
}

.mod-inteviewSlider .swiper-pagination-bullet-active {
  background: #FF9D23;
}

.rectuitUpdate {
  color: #fff;
  text-align: right;
  font-size: 15px;
  margin: 17px 0 6px;
}
/*
	特別バナー枠（スライダー）
----------------------------------------------------------*/
.pr-swiper-container {
  position: relative;
  width: 960px;
  height: 200px;
}
.pr-swiper-container .swiper-slide {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.pr-swiper-container .pr-mark {
  position: absolute;
  left: 45px;
  top: 10px;
}
.pr-swiper-container .pr-mark div {
  width: 870px;
  text-align: right;
  margin: 0 auto;
}
.pr-swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c7c7c7'%2F><%2Fsvg>");
  margin-top: -24px;
}
.pr-swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c7c7c7'%2F><%2Fsvg>");
  margin-top: -24px;
}
.pr-swiper-container .swiper-pagination {
  bottom: 0px;
}
/*
	検索パネル
----------------------------------------------------------*/
.mod-searchPannel {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #F1F5F7;
  overflow: hidden;
  box-shadow: 0px 8px 15px rgba(0, 25, 61, 0.25);
}

/* 全国掲載求人数 */
.mod-searchPannel .recruitNumber{
  width: 151px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

.mod-searchPannel .recruitNumber .number{
  font-size: 24px;
  color: #E22929;
  display: inline-block;
  margin: 0 2px 0 4px;
}
.mod-searchPannel .recruitNumber .text{
  font-size: 16px;
}

/* ○○から探す */
.mod-searchPannel .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 240px;
  height: 90px;
  border-left: 2px solid #e3eaf1;
  color: #555;
  font-size: 20px;
  font-weight: bold;
}

.mod-searchPannel .btn::after {
  position: absolute;
  top: 41px;
  right: 14px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #279aff transparent transparent transparent;
}

.mod-searchPannel .btn[data-searchtype="job"] {
  padding-left: 46px;
  background: url(/assets/img/user/pc/index/ico_trunk.svg) no-repeat 14px 49%/ 28px auto #fff;
}

.mod-searchPannel .btn[data-searchtype="area"] {
  padding-left: 44px;
  background: url(/assets/img/user/pc/index/ico_pin.svg) no-repeat 14px 49%/ 22px auto #fff;
}

.mod-searchPannel .btn[data-searchtype="detail"] {
  width: 270px;
  padding-left: 44px;
  background: url(/assets/img/user/pc/index/ico_checkmark.svg) 14px 49%/24px auto no-repeat #fff;
}

.mod-searchPannel .btn.is-selected {
  font-size: 16px;
  padding-right: 34px;
}

.mod-searchPannel .btn .selectedTxt {
  display: block;
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.mod-searchPannel .btn .type {
  font-size: 25px;
  color: #222;
  margin-right: 2px;
}

.mod-searchPannel .btn:hover {
  opacity: 1;
  background-color: #ECF4FF;
}

.mod-searchPannel .btnSubmitWrap {
  width: 258px;
  height: 90px;
  border-left: 2px solid #e3eaf1;
  background: #fff;
}

.mod-searchPannel .btnSubmitWrap .btnSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 210px;
  height: 56px;
  margin: 17px auto 0;
  background: url(/assets/img/user/pc/index/ico_arrow_r_white.svg) 187px 50% no-repeat,
              linear-gradient(105deg, #279CFF, #2453D8);
  box-shadow: 0 0 6px rgba(48, 107, 196, 0.5);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 23px 0 0;
}

.mod-searchPannel .btnSubmit .num {
  font-size: 22px;
  color: #FFFB82;
  margin-right: 3px;
}

.mod-searchPannel .btnSubmitWrap .btnSubmit.zeroCnt{
  background: #EDEDED;
  padding-right: initial;
  color: #DBDBDB;
  box-shadow: initial;
  cursor: default;
}

.mod-searchPannel .btnSubmit .num.zeroCnt {
  color: #DBDBDB;
}

/* 検索モーダル */
.mod-modal {
  display: none;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(66, 148, 255, .7);
  overflow: auto;
}

.mod-modal .modalInner {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.mod-modal .modalInner .u-container {
  position: relative;
  background: #fff;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  min-width: 1160px;
}
@media screen and (min-width: 1160px) {
  .mod-modal .modalInner .u-container {
    margin-left: calc((100vw - 1160px) /2);
    margin-right: initial;
  }
}

.mod-modal .tabList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #C8D6E3;
  padding: 6px 0 13px;
}

.mod-modal .tabItem {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #4294FF;
  background: transparent;
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #C8D6E3;
}

.mod-modal .tabItem.is-active {
  order: -1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #555;
  font-size: 20px;
  line-height: 35px;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  pointer-events: none;
}

.mod-modal .tabItem.is-active:hover {
  opacity: 1;
}

.mod-modal .tabItem.is-active .type {
  font-size: 26px;
  color: #222;
  margin-right: 2px;
}

.mod-modal .tabItem[data-searchtype="job"].is-active {
  background: url(/assets/img/user/pc/index/ico_trunk.svg) no-repeat 0 49%/ 28px auto #fff;
  padding-left: 36px;
}

.mod-modal .tabItem[data-searchtype="area"].is-active {
  background: url(/assets/img/user/pc/index/ico_pin.svg) no-repeat 0 49%/ 23px auto #fff;
  padding-left: 29px;
}

.mod-modal .tabItem[data-searchtype="detail"].is-active {
  background: url(/assets/img/user/pc/index/ico_checkmark.svg) no-repeat 0 49%/ 27px auto #fff;
  padding-left: 33px;
}

.mod-modal .searchType {
  display: none;
}

.mod-modal .searchType.is-active {
  display: flex;
}

.mod-modal .searchType .rsltNum {
  color: #FF9D23;
  margin-left: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

.mod-modal .searchType .rsltTxt {
  font-size: 12px;
}

.mod-modal .searchMenu {
  width: 330px;
  margin-bottom: 30px;
}

.mod-modal .searchMenu .btn {
  position: relative;
  display: block;
  background: #F6FBFF;
  width: 100%;
  border-bottom: 1px solid #C8D6E3;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  color: #4294FF;
  padding: 20px 23px;
  text-align: left;
}

.mod-modal .searchMenu .btn.is-active {
  background: #fff;
  pointer-events: none;
}

.mod-modal .searchMenu .btn:hover {
  opacity: .7;
}

.mod-modal .searchMenu .btn.is-active:hover {
  opacity: 1;
}

.mod-modal .searchMenu .btn.is-active::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 5px;
  height: 100%;
  background: #4294FF;
}

.mod-modal .searchMenu .subText {
  display: block;
  font-size: 11px;
  color: #222;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: -4px;
}

.mod-modal .searchContents {
  margin-bottom: 35px;
}

.mod-modal .searchContent {
  display: none;
  margin-left: 40px;
  width: 730px;
}

.mod-modal .searchContent.is-active {
  display: block;
}

.mod-modal .searchTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #4294FF;
  margin: 30px 0 15px;
}

.mod-modal .searchSubTitle {
  font-size: 11px;
  line-height: 14px;
  margin-top: -10px;
  margin-bottom: 13px;
}
/* 【○○から探す】チェックリスト（共通） */
.mod-modal .labelCb {
  position: relative;
  padding: 15px 0 15px 21px;
  display: inline-block;
  line-height: 17px;
}

.mod-modal .labelCb:not(.is-disabled):hover {
  opacity: .7;
}

.mod-modal .labelCb.is-disabled:hover {
  cursor: initial;
}

.mod-modal .labelCb.is-disabled {
  color: #aaa;
}

.mod-modal .labelCb-all {
  font-weight: bold;
  padding-left: 32px;
}

/* 【職種から探す】チェックリスト */
.mod-modal .jobList,
.mod-modal .jobSubList {
  padding: 0 25px 0 30px;
  border-top: 1px solid #F6F6F6;
}

.mod-modal .jobItem {
  font-size: 14px;
  line-height: 17px;
}

.mod-modal .jobList > .jobItem + .jobItem {
  border-top: 1px solid #F6F6F6;
}

.mod-modal .inputCb {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #B7C9DA;
  border-radius: 1px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background: #fff;
}

.mod-modal .labelCb-all .inputCb {
  left: 10px;
}

.mod-modal .inputCb[type="checkbox"]:checked {
  border: none;
  background: url(/assets/img/user/pc/common/ico_checkbox.svg) 50% 50%/cover no-repeat;
}

.mod-modal .jobList .rsltNum {
  margin-left: 20px;
}

/* 【エリアから探す】チェックリスト */
.mod-modal .areaList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  width: 100%;
}

.mod-modal .areaList > .areaItem {
  width: 100%;
}

.mod-modal .areaList .areaSubList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  width: 100%;
}

.mod-modal .areaSubList .areaItem {
  width: 33.3%;
  font-size: 14px;
  line-height: 17px;
}

/* アコーディオン */
.mod-modal .searchAccordion {
  padding-left: 30px;
  border-top: 1px solid #F6F6F6;
}

.mod-modal .searchAccordion .labelCb-all {
  font-weight: normal;
}

.mod-modal .accordionBtn {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  padding: 17px 10px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #F6F6F6;
}

.mod-modal .accordionBtn::before {
  display: block;
  content: '';
  position: absolute;
  top: 19px;
  right: 53px;
  z-index: 2;
  width: 2px;
  height: 10px;
  background:  #fff;
}

.mod-modal .accordionBtn::after {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  right: 45px;
  width: 18px;
  height: 18px;
  background: linear-gradient(0deg ,#4294FF 44.5%, #fff 44.5%, #fff 55.5%, #4294FF 55.5%);
  border-radius: 50%;
  border: 4px solid #4294FF;
}

.mod-modal .accordionBtn.is-open::before {
  display: none;
}

.mod-modal .accordionBtn.is-disabled {
  color: #aaa;
  background-color: #F7F7F7;
}

.mod-modal .accordionBtn.is-disabled:hover {
  cursor: initial;
  opacity: 1;
}

.mod-modal .accordionBtn.is-disabled::after {
  background: linear-gradient(0deg ,#aaa 44.5%, #fff 44.5%, #fff 55.5%, #aaa 55.5%);
  border-radius: 50%;
  border: 4px solid #aaa;
}

.mod-modal .accordionBtn .rsltNum {
  margin-left: 20px;
}

.mod-modal .accordionBody {
  display: none;
}

/* 【詳細条件から探す】チェックリスト */
.mod-modal .detailList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 960px;
  margin: 35px auto 15px;
}

.mod-modal .detailList .detailItem {
  margin-bottom: 3px;
  font-size: 14px;
}

.mod-modal .detailList .detailItem.wide {
  width: 100%;
  font-size: 18px;
  color: #4294FF;
  font-weight: bold;
  border: 1px solid #97C4FF;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 16px;
}

.mod-modal .detailList .detailItem:nth-child(5n + 2) {
  width: 218px;
}

.mod-modal .detailList .detailItem:nth-child(5n + 3) {
  width: 208px;
}
.mod-modal .detailList .detailItem:nth-child(5n + 4) {
  width: 218px;
}

.mod-modal .detailList .detailItem:nth-child(5n + 5) {
  width: 186px;
}

.mod-modal .detailList .detailItem:nth-child(5n + 6) {
  width: 130px;
}

.mod-modal .detailList .detailItem.wide .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  border-radius: inherit;
}

.mod-modal .detailList .detailItem.wide .link:hover {
  background: #ECF4FF;
  opacity: 1;
}

.mod-modal .detailList .detailItem .update {
  display: inline-block;
  background: #009bfa;
  color: #FFFF88;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  padding: 0 9px;
  margin-right: 7px;
}

.mod-modal .modalFoot {
  border-top: 1px solid #C8D6E3;
}

.mod-modal .searchBtnList {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.mod-modal .searchBtnList .btn {
  border: 1px solid #97C4FF;
  border-radius: 5px;
  width: 140px;
  height: 56px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #4294FF;
  transition: all 0.2s ease;
}

.mod-modal .searchBtnList .btn:hover {
  opacity: 1;
  background: #ECF4FF;
}

.mod-modal .searchBtnList .btn.is-active {
  display: none;
}

.mod-modal .searchBtnList .btnSubmit {
  display: block;
  width: 230px;
  height: 56px;
  background: url(/assets/img/user/pc/common/ico_arrow_r_white.svg) 202px 50% no-repeat,
              linear-gradient(104deg, #279CFF, #2453D8);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 0 6px rgba(48, 107, 196, 0.5);
  border-radius: 5px;
  padding-right: 30px;
}

.mod-modal .searchBtnList .btnSubmit .num {
  color: #FFFB82;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.mod-modal .searchBtnList .btnSubmit.zeroCnt{
  background: none 202px 50% no-repeat #EDEDED;
  padding-right: initial;
  color: #DBDBDB;
  box-shadow: initial;
  cursor: default;
}

.mod-modal .searchBtnList .btnSubmit .num.zeroCnt {
  color: #DBDBDB;
}

.mod-modal .btn-close {
  position: absolute;
  top: 22px;
  right: 26px;
  width: 24px;
  height: 24px;
  background: transparent;
}

.mod-modal .btn-close::before,
.mod-modal .btn-close::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: -3px;
  width: 30px;
  height: 4px;
  background: #9CB6D0;
}

.mod-modal .btn-close::before {
  transform: rotate(45deg);
}

.mod-modal .btn-close::after {
  transform: rotate(-45deg);
}

/*
	18歳未満の方はこちら
----------------------------------------------------------*/
.mod-exit {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 23px;
}

.mod-exit .exitLink {
  text-decoration: underline;
}

/*
	メンズバニラ厳選求人
----------------------------------------------------------*/
.f-rbbanner {
  padding: 71px 0 36px;
  background: url(/assets/img/user/pc/index/bg_recommend.png) calc(50% - 580px) 0 no-repeat;
}

.f-rbbanner .title {
  font-size: 32px;
  font-weight: bold;
}

.mod-rbbannerSlider {
  padding: 17px 0 30px;
}

.mod-rbbannerSlider .swiper-wrapper {
  padding-left: calc((100% - 720px) / 2);
  padding-right: calc((100% - 720px) / 2);
}

.mod-rbbannerSlider .item {
  display: block;
  width: 720px;
  height: 90px;
  opacity: .5;
}

.mod-rbbannerSlider .item.swiper-slide-active {
  box-shadow: 0px 2px 5px rgba(0, 62, 96, 0.45);
  opacity: 1;
}

.f-rbbanner .swiper-pagination-bullet {
  width: 18px;
  height: 3px;
  background: #C8D6E3;
  opacity: 1;
  border-radius: 0;
}

.f-rbbanner .swiper-pagination-bullet-active {
  background: #FF9D23;
}

/*
	勤務地から探す
----------------------------------------------------------*/
.f-searchArea {
  padding: 40px 0 60px;
}

.f-searchArea .title {
  height: 35px;
  line-height: 35px;
  font-size: 26px;
  font-weight: bold;
}

.f-searchArea .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

.f-searchArea .item {
  width: 554px;
  height: 102px;
  background: #fff;
  display: flex;
  margin-top: 20px;
}

.f-searchArea .text {
  padding: 17px 0 0;
  width: 374px;
}

.f-searchArea .areaTitle {
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
}

.f-searchArea .sublist {
  display: flex;
  flex-wrap: wrap;
  margin: 1px 0 0;
}

.f-searchArea .subitem {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 7px;
  border-right: 1px solid #4294FF;
}

.f-searchArea .subitem:last-child {
  border-right: none;
}

.f-searchArea .subitem a {
  color: #4294FF;
}

.f-searchArea .subitem span {
  color: #aaa;
}

.f-searchArea .subitem a,
.f-searchArea .subitem span {
  display: block;
  padding: 0 18px;
  white-space: nowrap;
}

/*
	急募求人ピックアップ
----------------------------------------------------------*/
.f-jobOffer {
  margin: 0;
  padding: 91px 0 103px;
  background: url(/assets/img/user/pc/index/bg_joboffer.png) 50% 0 no-repeat,
              url(/assets/img/user/pc/index/bg_joboffer2.png) 50% 100% no-repeat;
}

.f-jobOffer .jobOffer-head {
  display: flex;
  align-items: start;
}

.f-jobOffer .title {
  width: 472px;
  height: 59px;
}

.f-jobOffer .subTitle {
  position: relative;
  background: #fff;
  font-weight: bold;
  margin-left: 33px;
  height: 22px;
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 2px 0 0;
  margin-top: 23px;
}

.f-jobOffer .subTitle .orange {
  color: #FF9D23;
}

.f-jobOffer .subTitle::before,
.f-jobOffer .subTitle::after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
}

.f-jobOffer .subTitle::before {
  left: -13px;
  border-style: solid;
  border-width: 0 0 22px 13px;
  border-color: transparent transparent #fff transparent;
}

.f-jobOffer .subTitle::after {
  right: -13px;
  border-style: solid;
  border-width: 22px 13px 0 0;
  border-color: #fff transparent transparent transparent;
}

.f-jobOffer .list {
  display: flex;
  margin-top: 60px;
}

.f-jobOffer .list .item {
  width: 375px;
  display: block;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.15);
}

.f-jobOffer .list .item + .item {
  margin-left: 18px;
}

.f-jobOffer .list .item .shopImg {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.f-jobOffer .list .item .shopImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.f-jobOffer .list .item .shopImg .shopImg_bg {
  display: block;
  width: auto;
  height: 110%;
  filter: blur(6px);
  background-position: 50% 50%;
}

.f-jobOffer .list .item .text {
  padding: 0 10px 10px;
}

.f-jobOffer .list .item .update {
  font-size: 14px;
  color: #777;
  margin: 12px 0 0;
  padding: 1px 0 0 18px;
  background: url(/assets/img/user/pc/index/ico_update.png) 0 0 no-repeat;
}

.f-jobOffer .list .item .jobTitle {
  color: #4294FF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  height: 48px;
  margin: 11px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}

.f-jobOffer .list .item .shop {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 6px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}

.f-jobOffer .list .item .area {
  font-size: 14px;
  line-height: 1.5;
  margin: 2px 0 7px;
}

.f-jobOffer .link-all {
  position: relative;
  display: block;
  float: right;
  font-size: 18px;
  font-weight: bold;
  color: #4294FF;
  margin-top: 35px;
}

.f-jobOffer .link-all::before {
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #4294FF;
  border-radius: 50%;
}

.f-jobOffer .link-all::after {
  position: absolute;
  top: 6px;
  left: -20px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #4294FF;
  border-right: 2px solid #4294FF;
  transform: rotate(45deg);
}

/*
	○○から探す
----------------------------------------------------------*/
.searchTypeWrap {
  padding: 40px 0 70px;
}

.f-searchType {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}

.f-searchType .title {
  height: 35px;
  line-height: 35px;
  font-size: 26px;
  font-weight: bold;
}

.f-searchType .list {
  display: flex;
  flex-wrap: wrap;
}

.f-searchType .list .item {
  width: 260px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #4294FF;
}

.f-searchType .list .item:nth-child(4n) {
  margin-right: 0;
}

.f-searchType .list.has-wide .item {
  margin-right: 20px;
}

.f-searchType .list.has-wide .item:nth-child(4n + 1) {
  margin-right: 0;
}

.f-searchType .list .item.wide {
  width: 100%;
  font-size: 18px;
}

.f-searchType .list .item a,
.f-searchType .list .item span {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #97C4FF;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-searchType .list .item a:hover {
  background: #ECF4FF;
  opacity: 1;
}

.f-searchType .list .item span {
  border: 1px solid #aaa;
  color: #aaa;
  background: #F7F7F7;
}

/* 給与から探す */
.f-searchType .paymentDivide {
  display: flex;
  margin-top: 20px;
}

.f-searchType .paymentDivide .title {
  width: 209px;
  height: 50px;
  background: #C9E0FF;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  padding: 0 36px;
  margin-right: 13px;
  border-right: 20px solid #fff;
  position: relative;
}

.f-searchType .paymentDivide .title::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #c9e0ff;
}

.f-searchType .paymentDivide .list {
  display: flex;
}

.f-searchType .paymentDivide .item {
  width: 209px;
  height: 50px;
  margin-top: 0;
  margin-right: 13px;
  font-size: 15px;
  font-weight: bold;
  color: #4294FF;
}

.f-searchType .paymentDivide .item:last-child {
  margin-right: 0;
}

.f-searchType .list .item a {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #97C4FF;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-searchType .list .item.is-disabled {
  background-color: #EDEDED;
  color: #DBDBDB;
}

/*
	SEOテキスト
----------------------------------------------------------*/
.f-seotexts {
  margin-top: 51px;
}

.f-seotexts .seotext + .seotext {
  margin-top: 42px;
}

.f-seotexts .title {
  position: relative;
  padding-bottom: 9px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #61B7FF 0%, #3F69DF 100%);
}

.f-seotexts .body {
  padding-top: 10px;
}

.f-seotexts .text {
  font-size: 14px;
  line-height: 1.5;
}

/*
	バナー一覧
----------------------------------------------------------*/
.mod-bannerList {
  position: relative;
  display: block;
  width: 800px;
  margin: 80px auto 0;
  padding-bottom: 160px;
}

.mod-bannerList .item {
  display: block;
}

.mod-bannerList .item + .item {
  margin-top: 30px;
}

/* 追従バナー */

.followBanner-box {
  position: fixed;
  bottom: 10px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  width: 1000px;
  opacity: 0;
  pointer-events: none;
}
.followBanner-box.is-loaded {
  opacity: 1;
  pointer-events: inherit;
}
.followBanner-box.is-displayModal {
	z-index: 2;
}
.mod-bannerList .item + .followBanner-box {
  margin-top: 0;
}
.followBanner-box.is-stay {
  position: absolute;
  bottom: 0;
}
.followBanner-box.is-stay .removeBtn {
  opacity: 0;
}
.followBanner-box.is-stop {
  position: absolute;
  bottom: 0;
}
.followBanner-link {
  position: relative;
  display: block;
}
.removeBtn {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  display: block;
  width: 28px;
  height: 28px;
  background: url(/assets/img/user/pc/index/ico_shut.svg) 50% 100% no-repeat;
  transition: 0.5s all;
  cursor: pointer;
}
.removeBtn.is-stop {
  opacity: 0;
  pointer-events: none;
}
.removeBtn.is-hidden {
  display: none;
}