/*
--------------------------------------------
shokushu
--------------------------------------------
*/
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fefefe;
  opacity: 0.4;
  z-index: -1;
}
.Triangle {
  background-image: linear-gradient(45deg, #f7f7f7 50%, #fefefe 50%);
  background-size: 20px 20px;
}
section{
  padding: 1rem 0;
}
.syokushu .container{
  max-width: 1000px;
  margin: auto;
}
.main-visual{
  height: 480px;
  width: 100%;
  background-position: center;
  position: relative;
}
.lp_medical .main-visual{
  background: url(/images/lp/nurse/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_care .main-visual{
  background: url(/images/lp/kaigo/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_juku .main-visual{
  background: url(/images/lp/juku/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_keibi .main-visual{
  background: url(/images/lp/keibi/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_delivery .main-visual{
  background: url(/images/lp/delivery/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_pachinko .main-visual{
  background: url(/images/lp/pachinko/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_ribiyou .main-visual{
  background: url(/images/lp/ribiyou/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_keisagyou .main-visual{
  background: url(/images/lp/keisagyou/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_officework .main-visual, .lp_callcenter .main-visual{
  background: url(/images/lp/officework/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_food .main-visual{
  background: url(/images/lp/food/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_food-delivery .main-visual{
  background: url(/images/lp/food-delivery/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_soko .main-visual{
  background: url(/images/lp/soko/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_manufacturing .main-visual{
  background: url(/images/lp/manufacturing/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp_nursery .main-visual{
  background: url(/images/lp/nursery/icatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.trapezoid {
  width: 190px;
  border-bottom: 46px solid #fff;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  margin: auto;
  position: relative;
}
.logo_link {
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 150;
}
.logo_link a{
  display: inline-block;
  width: 140px;
}
.shokushu .title__head{
  position  : absolute;
	top       : 27%;
	left      : 16%;
  transform: inherit;
}
.cl_nurse{
  color: #f94370;
}
.cl_kaigo{
  color: #19a286;
}
.cl_juku{
  color: #cf0915;
}
.cl_delivery{
  color: #0690e4;
}
.cl_ribiyou{
  color: #ea6273;
}
.cl_officework{
  color: #034291;
}
.title__head .title01 {
  display: inline-block;
  font-size: 23px;
  transform: none;
  font-weight: bold;
}
.title__head .title01 em{
  font-style: normal;
  color: #ffffff;
  padding: 6px 13px;
  margin: 0 6px 10px 0;
  border-radius: 5px;
  background-color: #f94370;
}
.title__head .title02{
  text-align: center;
  font-size: 34px;
  color: #222;
  margin-bottom: 12px;
  text-shadow: 0 0 4px #fff;
  font-weight: bold;
}
.lp_food .title__head .title01, .lp_food .title__head .title02 {
  color: #fff;
  text-shadow: 0 0 4px #222;
}
.shokushu .title__head .title_strong {
  font-size: 62px;
  display: block;
  margin: 10px 0 4px;
  font-weight: bold;
}
.lp_medical .title__head .title01{
  color: #f94370;
}
.lp_medical .title__head .title01 em{
  background-color: #f94370;
}
.lp_care .title__head .title01{
  color: #19a286;
}
.lp_care .title__head .title01 em{
  background-color: #19a286;
}
.lp_juku .title__head .title01{
  color: #cf0915;
}
.lp_juku .title__head .title01 em{
  background-color: #cf0915;
}
.lp_keibi .title__head .title01{
  color: #1a4ea9;
}
.lp_keibi .title__head .title01 em{
  background-color: #1a4ea9;
}
.lp_delivery .title__head .title01{
  color: #0690e4;
}
.lp_delivery .title__head .title01 em{
  background-color: #0690e4;
}
.lp_pachinko .title__head .title01{
  color: #f63c29;
}
.lp_pachinko .title__head .title01 em{
  background-color: #f63c29;
}
.lp_keisagyou .title__head .title01 em{
  background-color: #209293;
}
.lp_officework .title__head .title01 em, .lp_callcenter .title__head .title01 em{
  background-color: #034291;
}
.lp_food .title__head .title01 em{
  background-color: #ee8b0c;
  text-shadow: none;
}
.lp_food-delivery .title__head .title01 em{
  background-color: #e25a07;
  text-shadow: none;
}
.lp_soko .title__head .title01 em{
  background-color: #01753c;
  text-shadow: none;
}
.lp_manufacturing .title__head .title01 em{
  background-color: #394395;
  text-shadow: none;
}
.lp_nursery .title__head .title01 em{
  background-color: #ea5d63;
}
.lp_medical .title__head .title_strong {
  color: #f94370;
}
.lp_care .title__head .title_strong {
  color: #19a286;
}
.lp_juku .title__head .title_strong {
  color: #cf0915;
}
.lp_keibi .title__head .title_strong {
  color: #1a4ea9;
}
.lp_delivery .title__head .title_strong {
  color: #0690e4;
}
.lp_pachinko .title__head .title_strong {
  color: #f63c29;
}
.lp_food .title__head .title_strong {
  color: white;
}
.lp_ribiyou .title__head .title01, .lp_ribiyou .title__head .title_strong {
  color: #ea6273;
}
.lp_keisagyou .title__head .title01, .lp_keisagyou .title__head .title_strong {
  color: #209293;
}
.lp_officework .title__head .title01, .lp_callcenter .title__head .title_strong {
  color: #034291;
}
.lp_ribiyou .title__head .title01 em{
  background-color: #ea6273;
}
.lp_keisagyou .title__head .title01 em{
  background-color: #209293;
}
.lp_food-delivery .title__head .title01, .lp_food-delivery .title__head .title_strong {
  color: #e25a07;
}
.lp_soko .title__head .title01, .lp_soko .title__head .title_strong {
  color: white;
  text-shadow:1px 1px 3px #01753c;
}
.lp_soko .title__head .title02{
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.lp_manufacturing .title__head .title01, .lp_manufacturing .title__head .title_strong {
  color: #394395;
}
.lp_nursery .title__head .title01, .lp_nursery .title__head .title_strong{
  color: #ea5d63;
}
.lp_nursery .title__head .title02{
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
/* 既存LP以外（info系ページ等）用 */
main:not(.lp_medical):not(.lp_care):not(.lp_juku):not(.lp_keibi):not(.lp_delivery):not(.lp_pachinko):not(.lp_ribiyou):not(.lp_keisagyou):not(.lp_officework):not(.lp_callcenter):not(.lp_food):not(.lp_food-delivery):not(.lp_soko):not(.lp_manufacturing):not(.lp_nursery) .title__head,
main:not(.lp_medical):not(.lp_care):not(.lp_juku):not(.lp_keibi):not(.lp_delivery):not(.lp_pachinko):not(.lp_ribiyou):not(.lp_keisagyou):not(.lp_officework):not(.lp_callcenter):not(.lp_food):not(.lp_food-delivery):not(.lp_soko):not(.lp_manufacturing):not(.lp_nursery) .title__head .title02{
  text-shadow: 0 0 4px #000;
  color: white;
}
.lp_tanki .title__head, .lp_tanki .title__head .title02, 
.lp_senior .title__head,.lp_senior .title__head .title02, 
.lp_yakin .title__head, .lp_yakin .title__head .title02, 
.lp_spot .title__head, .lp_spot .title__head .title02{
  text-shadow: 0 0 4px #000;
  color: white;
}
.lp_part .title__head .title01, .lp_part .title__head .title_strong {
  color: #f44f79;
  text-shadow: none;
}
.lp_kokosei .title__head .title01, .lp_kokosei .title__head .title_strong {
  color: #1285d9;
  text-shadow: none;
}
.lp_gakusei .title__head .title01, .lp_gakusei .title__head .title_strong {
  color: #ee740f;
  text-shadow: none;
}
.lp_rirekisyo .title__head, .lp_rirekisyo .title__head .title02 {
  color: #444;
}
.lp_nail .title__head, .lp_nail .title__head .title02 {
  color: white;
  text-shadow: none;
}
.lp_rirekisyo .title__head .title_strong {
  color: #ee740f;
  text-shadow: none;
}
.sec_title{
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
.sec_title span{
  display: block;
  color: var(--blue-color);
  font-size: 14px;
  position: relative;
}
.link__keyword li{
  padding: 0 10px 10px 0;
}
.link__keyword li a{
  display: block;
  position: relative;
  box-shadow: 0px 4px 0px 0px #cfcfcf;
  padding: 5px 12px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #ccc;
}
.modal-fullscreen .modal-body, .modal-fullscreen-sm-down .modal-body{
  padding: 0;
}
.pref__box{
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}
/*
.pref__box .card{
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-color: #ccc;
}
*/
.pref__box li{
  border-bottom: 1px solid #ddd;
}
.pref__box li h3{
  line-height: 1.4;
  margin: 0;
}
.pref__box li .accordion_link{
  font-size: 16px;
  font-weight: bold;
  color: #303030;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.pref__box li .accordion_link a{
  color: #333;
}
.pref__box li .accordion_link a:hover{
  text-decoration: none;
}
.pref__box li .accordion_link .ensen-name-child{
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
}
.jobarea-inner .pref__box li .accordion_link a:after, .areaSearch ul.searchtype-checklist .checklist-parent a[aria-expanded="false"]:after, 
#modal_areaselect .pref__box li .accordion_link:after {
  content: "\f055";
  font-family: "Font Awesome 5 pro";
  float: right;
  color: var(--blue-color);
  font-size: 18px;
}
.jobarea-inner .pref__box li .accordion_link.is-active a:after, .areaSearch ul.searchtype-checklist .checklist-parent a[aria-expanded="true"]:after, 
#modal_areaselect .pref__box li .accordion_link.is-active:after{
  content: "\f056";
  font-family: "Font Awesome 5 pro";
  float: right;
  color: var(--blue-color);
  font-size: 18px;
  font-weight: normal;
}
.jobarea-inner .pref__box.ensen-lists li .accordion_link:after{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pref__box .summary_lists{
  display: none;
  border-top: 1px solid #ddd;
}
.pref__box .summary_lists li{
  border-bottom: 1px solid #ddd;
}
.pref__box .summary_lists li:last-child{
  border-bottom: none;
}
.pref__box .summary_lists li a{
  color: #444;
  padding: 12px 20px 12px 32px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.4;
  text-align: left;
}
.pref__box .summary_lists li a:before{
  display: inline-block;
  font-family: "Ionicons";
  content: "\f10a";
  margin-right: 8px;
  font-weight: bold;
}
.pref__sch-box .pref__sch-list{
  border-radius: 8px;
}
.pref__sch-box .pref__sch-list dt{
  display: table-cell;
  vertical-align: middle;
  border-radius: 8px 0 0 8px;
  width: 210px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px;
  text-align: center;
}
.pref__sch-box .pref__sch-list dt a{
  color: #fff;
}
.pref__sch-box .pref__sch-list.kantou {
  background: #fae2e1;
}
.pref__sch-box .pref__sch-list.kantou dt{
  background: #e97875;
}
.pref__sch-box .pref__sch-list.kansai {
  background: #faeccc;
}
.pref__sch-box .pref__sch-list.kansai dt{
  background: #efbb4c;
}
.pref__sch-box .pref__sch-list.toukai dt{
  background: #adc100;
}
.pref__sch-box .pref__sch-list.toukai {
  background: #f2f6d8;
}
.pref__sch-box .pref__sch-list.hokkaidou {
  background: #e3f3ec;
}
.pref__sch-box .pref__sch-list.hokkaidou dt{
  background: #40ab86;
}
.pref__sch-box .pref__sch-list.koushinetsu {
  background: #E0F1F4;
}
.pref__sch-box .pref__sch-list.koushinetsu dt{
  background: #4bbece;
}
.pref__sch-box .pref__sch-list.chugoku {
  background: #E1E6F1;
}
.pref__sch-box .pref__sch-list.chugoku dt{
  background: #627cb6;
}
.pref__sch-box .pref__sch-list.shikoku {
  background: #F4DFED;
}
.pref__sch-box .pref__sch-list.shikoku dt{
  background: #a465a9;
}
.pref__sch-box .pref__sch-list.kyuusyu {
  background: #F7E5EF;
}
.pref__sch-box .pref__sch-list.kyuusyu dt{
  background: #c75099;
}
.pref__sch-box .pref__sch-list dd{
  display: table-cell;
  vertical-align: middle;
  width: calc( 100% - 210px );
}
.pref__sch-box .pref__sch-list dd ul{
  display: flex;
  padding: 0 20px;
}
.pref__sch-box .pref__sch-list dd ul li{
  width: 82px;
  margin-right: 8px;
}
.pref__sch-box .pref__sch-list dd ul li a {
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: #cfcfcf 0 -4px 0 inset;
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 42px;
  line-height: 37px;
}
.pref__sch-box .pref__sch-list dd ul li a:hover{
  text-decoration: underline;
}
.pref__sch-box .pref__sch-list.kantou dd ul li a:hover{
  color: #e97875;
}
.pref__sch-box .pref__sch-list.kansai dd ul li a:hover{
  color: #efbb4c;
}
.pref__sch-box .pref__sch-list.toukai dd ul li a:hover{
  color: #adc100;
}
.pref__sch-box .pref__sch-list.hokkaidou dd ul li a:hover{
  color: #40ab86;
}
.pref__sch-box .pref__sch-list.koushinetsu dd ul li a:hover{
  color: #4bbece;
}
.pref__sch-box .pref__sch-list.chugoku dd ul li a:hover{
  color: #627cb6;
}
.pref__sch-box .pref__sch-list.shikoku dd ul li a:hover{
  color: #a465a9;
}
.pref__sch-box .pref__sch-list.kyuusyu dd ul li a:hover{
  color: #c75099;
}
@media only screen and (min-width: 768px){
  .modal-lg{
    min-width: 800px;
  }
  .jobarea-inner{
    min-height: 82vh;
    padding-bottom: 100px;
  }
  .pref__box{
    border-radius: 0px;
  }
  #modal_areaselect .pref__box{
    border-radius: 8px;
  }
  .pref__box li:last-child{
    border: none;
  }
  #modal-area-pc .pref__box li .accordion_link{
    font-size: 15px;
    padding: 0;
    position: relative;
  }
  .pref__box li .accordion_link a{
    display: block;
    padding: 15px 20px;
  }
  .pref__box li .accordion_link a:after{
    position: absolute;
    right: 0;
    top: 20px;
  }
  .pref__box.ensen-lists:not(:first-child){
    border-top: 1px solid #ddd;
  }
  .pref__box .sch-single-link:before{
    display: none;
  }
  .areaSearch .all-chk-ttl{
    font-size: 14px;
  }
  .SmallCategoryList ul{
    padding: 0 0 10px 30px;
  }
  .SmallCategoryList ul li, #modal_areaselect .SmallCategoryList ul li{
    width: calc( 100% / 4 );
    border: none;
    padding: 0;
  }
  .SmallCategoryList ul li label{
    padding: 6px 0 6px 10px;
  }
  .modal-btn-footer{
    position: fixed;
    bottom: 1.75rem;
    right: 0;
    left: 0;
    margin: auto;
    padding-bottom: 1rem !important;
    width: 800px;
    background: rgb(0 0 0 / 80%);
    border-radius: 0 0 7px 7px;
  }
  .modal-btn-footer .job-count{
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }
  .modal-btn-footer .btn-entry{
    font-size: 1.2rem;
    width: 260px;
  }
  .modal-btn-footer .btn-entry:hover{
    background-color: #2da559;
    color: white;
  }
  #modal_areaselect .pref__box li .accordion_link{
    font-size: 16px;
    padding: 15px 20px;
  }
  #modal_areaselect .SmallCategoryList ul{
    display: flex;
    flex-wrap: wrap;
  }
  #modal_areaselect .sch-single-link:before{
    display: none;
  }
  .type__lists li a, .link__keyword li a{
    transition: transform .6s ease;
  }
  .type__lists li a:hover, .link__keyword li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    z-index: 2;
  }
}
#modal_areaselect .close{
  position: absolute;
  background-color: inherit;
  border: none;
  font-size: 1.6rem;
  right: 10px;
  top: 10px;
  z-index: 10;
  color: #000;
}
#modal_areaselect .modal-content{
  border: none;
}
#modal_areaselect .carousel-item.active {
  display: block;
}
#modal_areaselect .modal-header{
  border: none;
  padding-bottom: 0;
  position: relative;
}
#modal_areaselect .back-link{
  position: absolute;
  top: 0;
}
#modal_areaselect .back-link a{
  cursor: pointer;
}
#modal_areaselect .modal-title{
  display: table;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto 15px;
  font-size: 18px;
  line-height: 1.4;
}
.search-modal-footer{
  position: sticky;
  bottom: 0;
}
.search-modal-footer .btn{
  font-size: 1.2rem;
  border-radius: 5px;
  color: #fff;
  height: 46px;
  line-height: 44px;
  padding: 0 1.5rem;
  opacity: 0;
}
.search-modal-footer .btn.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime; /*アニメーションの名前*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /*アニメーションの実行時間*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*アニメーション後、要素が表示されたままにする*/
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateY(0);
            transform: translateY(0); /*元の位置*/
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateY(0);
            transform: translateY(0); /*元の位置*/
  }
}

.sec__pref .select-btn-wrap li{
  list-style-type: none;
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 100%;
}
.sec__pref .select-btn-wrap li a{
  display: block;
  position: relative;
  padding: 0;
  border-radius: 50vh;
  color: #444;
  background-color: white;
  font-size: 18px;
  font-weight: bold;
  height: 76px;
  line-height: 74px;
  box-shadow: 0px 4px 0px 0px #cfcfcf;
}
.sec__pref .select-btn-wrap li a:after {
  content: "\f125";
  font-family: "Ionicons";
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 3px;
  display: none;
}
.type__lists li{
  padding: 8px;
}
.type__lists li a{
  display: block;
  height: 52px;
  line-height: 48px;
  position: relative;
  color: #222 !important;
  border: 1px solid #1860a4;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px -4px 0px 0px #cfcfcf inset;
  padding: 0 22px 0 20px;
  cursor: pointer;
}
.type__lists li a:after {
  content: "\f125";
  font-family: "Ionicons";
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  color: #2183df;
}
.floating-banner{
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 100;
}
.floating-banner-inner{
  width: 160px;
}
.floating-banner .banner-img{
  z-index: 1000;
}
.floating-banner .close{
  position: absolute;
  top: 10px;
  left: 10px;
}

.areaSearch ul.searchtype-checklist li {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.areaSearch ul.searchtype-checklist .checklist-parent a {
  color: #393939;
  font-weight: bold;
  padding: 0 20px;
}
/*
.areaSearch ul.searchtype-checklist .checklist-parent a.collapsed:after, .areaSearch ul.searchtype-checklist .checklist-parent a.toggleLink:after{
  color: #ea5604;
}*/
.areaSearch .all-chk-ttl label {
  display: block;
  padding: 8px 10px 8px 20px;
}
.areaSearch .SmallCategoryList .all-chk-ttl label input {
  vertical-align: middle;
  margin-right: 10px;
}
.areaSearch .all-chk-ttl {
  color: #444;
  border-top: 1px solid #ddd;
  margin: 0;
  position: relative;
}
#carousel-eki-slide .areaSearch .all-chk-ttl{
  border: none;
}
input.large[type=checkbox]{
  width: 20px;
  height: 20px;
}
.areaSearch ul.searchtype-checklist li{
  background-color: inherit;
}
.carousel-item .areaSearch .SmallCategoryList.searchtype-checklist li.hull-list:last-child{
  border-bottom: 1px solid #ddd;
}
.carousel-item .areaSearch .searchtype-checklist li.hull-list, .SmallCategoryList li.hull-list{
  display: block;
  font-size: 1.1rem;
  border-radius: 0;
  border: none;
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 7px 20px 7px 43px;
  position: relative;
}
.SmallCategoryList li.hull-list label{
  width: 90%
}
.carousel-item .searchtype-checklist li label span, .SmallCategoryList li.hull-list label span, 
.carousel-item .searchtype-checklist li label span, .SmallCategoryList li.hull-list label span.disp_count{
  font-size: 1rem;
  color: #444;
  font-weight: normal;
}
.SmallCategoryList ul li label .disp_count{
  font-size: 13px;
}
.SmallCategoryList li.hull-list label input{
  vertical-align: middle;
  margin-right: 10px;
}
.areaSearch .sch-single-link {
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: 100%;
  top: 2px;
  white-space: nowrap;
}
.sch-single-link:before{
  display: inline-block;
  content: "\f125";
  font-family: "Ionicons";
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 21px;
  top: 6px;
  color: #ccc;
}
ul.searchtype-checklist li.hull-list label input[type=checkbox]:checked + span, 
.areaSearch .all-chk-ttl label input[type=checkbox]:checked + span, 
.SmallCategoryList li.hull-list label input[type=checkbox]:checked + span{
  color: #ea5604;
  font-weight: bold;
}
input.large[type=checkbox]{
  border: inherit;
  background-color: #e6e6e6;
}
input.large[type=checkbox]:checked{
  background-color: #ea5604;
}
input.large[type=checkbox]:checked:after {
  width: 7px;
  height: 13px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin: -8px 0 0 -4px;
}
#modal-area-pc .modal-body{
  padding: 1rem;
}
#modal-area-pc .modal-title{
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.btn-lists {
  padding: 1.5rem 0;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-lists li {
  width: 25%;
  padding: 6px 3px;
  text-align: center;
}
.btn-lists li .link-btn {
  width: 100%;
  height: 56px;
  padding: 0;
  display: block;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: #cfcfcf 0 -4px 0 inset;
  box-sizing: border-box;
  border: 1px solid #ccc;
  line-height: 52px;
}
.btn-lists li span:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  margin-right: 5px;
}
.btn-lists li .icon01:before{
  width: 22px;
  height: 24px;
  background: url(/images/common/icons/sch_icon_train.svg) no-repeat 50% 0;
}
.btn-lists li .icon02:before{
  width: 22px;
  height: 24px;
  background: url(/images/common/icons/sch_icon_area.svg) no-repeat 50% 0;
}
#modal-area-pc .return {
  font-size: 13px;
  text-align: right;
  margin: 0;
}
#modal-area-pc .return a{
  cursor: pointer;
}
#modal-area-pc .check-list {
  padding: .75rem;
}
.check-list li {
  width: 25%;
  line-height: 1.8rem;
}
.check-list li label {
  padding: 6px 5px 6px 25px;
  text-indent: -20px;
  font-size: 14px;
}
.modal-btn-footer {
  border-top: 1px solid #ccc;
  padding: 1rem 2rem 0;
}
a.btn-blue, button.btn-blue{
  border: 1px solid #1576dd;
  width: 280px;
  line-height: 1.6;
}
button.btn-blue:hover{
  background-color: #1576dd;
  color: #fff;
  border: 1px solid #114678;
}
.modal-header.m-ttl{
  background-color: var(--blue-color);
  color: white;
  padding: 15px;
}
.carousel-back{
  border-bottom: 1px solid #ddd;
}
.carousel-back a{
  display: block;
  padding: 12px 10px;
  color: #303030 !important;
}
.free-word{
  background-color: #eee;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.free-word-inner{
  position: relative;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.free-word input{
  height: 42px;
  border: none;
  border-radius: 7px;
}
.free-word input::placeholder{
  color: #ccc;
}
.free-word .btn-blue{
  width: 48px;
  border-radius: 0 7px 7px 0;
}
@media only screen and (max-width: 767px){
  .main-visual{
    height: 240px;
  }
  .lp_medical .main-visual{
    width: 100%;
    background: url(/images/lp/nurse/icatch-sp.jpg) no-repeat center bottom -20px/110%;
    height: 418px;
  }
  .lp_care .main-visual{
    width: 100%;
    background: url(/images/lp/kaigo/icatch-sp.jpg) no-repeat center bottom -20px/110%;
    height: 418px;
  }
  .lp_juku .main-visual{
    width: 100%;
    background: url(/images/lp/juku/icatch-sp.jpg) no-repeat center bottom -20px/110%;
    height: 418px;
  }
  .lp_keibi .main-visual{
    width: 100%;
    background: url(/images/lp/keibi/icatch-sp.jpg) no-repeat center bottom -20px/110%;
    height: 418px;
  }
  .lp_delivery .main-visual{
    width: 100%;
    background: url(/images/lp/delivery/icatch-sp.jpg) no-repeat center bottom -20px/110%;
    height: 418px;
  }
  .lp_pachinko .main-visual{
    width: 100%;
    background: url(/images/lp/pachinko/icatch-sp.jpg) no-repeat center bottom -20px/110%;
    height: 418px;
  }
  .lp_ribiyou .main-visual{
    width: 100%;
    background: url(/images/lp/ribiyou/icatch-sp.jpg) no-repeat center bottom -20px/110%;
    height: 418px;
  }
  .lp_keisagyou .main-visual{
    width: 100%;
    background: url(/images/lp/keisagyou/icatch-sp.jpg) no-repeat center bottom -11px/111%;
    height: 430px;
  }
  .lp_officework .main-visual, .lp_callcenter .main-visual{
    width: 100%;
    background: url(/images/lp/officework/icatch-sp.jpg) no-repeat center bottom -11px/111%;
    height: 430px;
  }
  .lp_food .main-visual{
    width: 100%;
    background: url(/images/lp/food/icatch-sp.jpg) no-repeat center bottom -13px/113%;
    height: 430px;
  }
  .lp_food-delivery .main-visual{
    width: 100%;
    background: url(/images/lp/food-delivery/icatch-sp.jpg) no-repeat center bottom -13px/113%;
    height: 430px;
  }
  .lp_soko .main-visual{
    width: 100%;
    background: url(/images/lp/soko/icatch-sp.jpg) no-repeat center bottom -13px/113%;
    height: 430px;
  }
  .lp_manufacturing .main-visual{
    width: 100%;
    background: url(/images/lp/manufacturing/icatch-sp.jpg) no-repeat center bottom -11px/113%;
    height: 430px;
  }
  .lp_nursery .main-visual{
    width: 100%;
    background: url(/images/lp/nursery/icatch-sp.jpg) no-repeat center bottom -11px/113%;
    height: 430px;
  }

  .trapezoid {
    width: 150px;
    border-bottom: 36px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  .logo_link{
    top: 7px;
  }
  .logo_link a {
    width: 118px;
  }
  .title__head{
    width: 100%;
  }
  .shokushu .title__head {
    position: absolute;
    top: 12%;
    left: 0;
  }
  .lp_keisagyou .title__head {
    top: 12%;
  }
  .title__head .title01{
    font-size: 18px;
    margin: 0;
  }
  .lp_keisagyou .title__head .title01{
    line-height: 1.6;
  }
  .lp_medical .title__head .title01{
    background-color: inherit;
  }
  .lp_juku .title__head .title01{
    font-size: 16px;
  }
  .title__head .title02{
    font-size: 23px;
  }
  .shokushu .title__head .title_strong{
    margin: 8px 0 0;
    font-size: 38px;
  }
  .lp_nail .title__head, .lp_nail .title__head .title02{
    color: #444;
  }
  .lp_nail .title__head .title_strong{
    color: #f44f79;
  }
  .sec_title{
    font-size: 20px;
  }
  .type_lists, .merit_lists, .article_box{
    flex-wrap: wrap;
  }
  .type_lists li, .merit_lists li, .article_box .article_title, .article_box .article_contents{
    width: 100%;
  }
  .shokushu .modal-title, .lp_info .modal-title{
    width: 100%;
    font-size: 16px;
  }
  .shokushu .modal-header button.close {
    position: absolute;
    top: -2px;
    right: 10px;
    opacity: 1;
  }
  .type__lists li{
    padding: 10px 0;
  }
  .type__lists li a{
    height: 52px;
    line-height: 48px;
    font-weight: 400;
  }
  .type__lists li a:after{
    right: 12px;
    font-size: 13px;
  }
  .floating-banner{
    right: 0;
    bottom: 30px;
  }
  .floating-banner-inner{
    width: 110px;
  }
  .floating-banner .close{
    top: 0;
    left: 0;
    text-shadow:
           1px 1px 0px #fff, -1px -1px 0px #fff,
          -1px 1px 0px #fff,  1px -1px 0px #fff,
           1px 0px 0px #fff, -1px  0px 0px #fff,
           0px 1px 0px #fff,  0px -1px 0px #fff;
  }
  .areaSearch ul.searchtype-checklist li {
    background-color: #fff;
    border-radius: 0;
  }
  #modal_areaselect .back-link {
    top: -2rem;
  }
  #modal_areaselect .back-link a{
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
  }
  #modal_areaselect .areaSearch{
    min-height: 80vh;
    padding-bottom: 90px;
    overflow-y: scroll;
  }
  .search-modal-footer{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: white;
    padding: 10px 0 15px;
    /* opacity: 0; */
    display: none
  }
  .search-modal-footer .btn{
    height: 54px;
    line-height: 52px;
    margin: 0;
  }
  .lp_soko .title__head .title01, .lp_soko .title__head .title_strong {
    color: #01753c;
    text-shadow:1px 1px 3px white;
  }
  .pref__box li .accordion_link:after, .areaSearch ul.searchtype-checklist .checklist-parent a[aria-expanded="false"]:after {
    content: "\f078";
    font-family: "Font Awesome 5 pro";
    float: right;
    color: #ccc;
    font-size: 18px;
    font-weight: normal;
  }
  .pref__box li .accordion_link.is-active:after, .areaSearch ul.searchtype-checklist .checklist-parent a[aria-expanded="true"]:after {
    content: "\f077";
    font-family: "Font Awesome 5 pro";
    float: right;
    color: #ccc;
    font-size: 18px;
    font-weight: normal;
  }
  .pref__box.ensen-lists li .accordion_link:after{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .sec__pref .select-btn-wrap li a .icon:before, .sp-select-station-btn .icon:before, .sp-select-city-btn .icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -2px;
  }
  .sec__pref .select-btn-wrap li a .icon01:before, .sp-select-station-btn .icon01:before {
    width: 28px;
    height: 26px;
    background: url(/images/info/train.png) no-repeat;
    background-size: cover;
  }
  .sec__pref .select-btn-wrap li a .icon02:before, .sp-select-city-btn .icon02:before {
    width: 28px;
    height: 30px;
    background: url(/images/info/map.png) no-repeat;
    background-size: cover;
  }
  .pref__box .summary_lists{
    margin: 0;
  }
  .modal-btn-footer .job-count:after, .search-modal-footer .job-count:after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background-color: white;
    margin: 0 10px;
  }
}

.lp_delivery .sec__salary{
  display: none;
}
.lp_pachinko .sec__type {
  display: none;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}
.btn-blue:disabled {
  cursor: not-allowed;
  background-color: #1a69b3;
  color: white;
}
.btn.fadeUp:disabled {
  cursor: not-allowed;
  background-color: #227d43;
  border-color: #227d43;
  opacity: 1;
}
.btn.fadeUp {
  background-color: #34c067;
}
