@charset "utf-8";
*{
  border:0;
	margin:0;
	padding:0;
  box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
html{
  font-size:62.5%;
  height:100%;
  -ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
  -webkit-overflow-scrolling: touch;
}
body{
  font-size: 1.4rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
  line-height:1.5;
  height:100%;
}
body.active{
  overflow: hidden;
}
body.active:before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.content{
  padding-top: 80px;
}
.cf:before,
.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}
.fruid{
	width:100%;
	height:auto;
}
li{
  list-style:none;
}
img{
  border: 0;
  vertical-align: bottom;
}
option{
  padding:10px;
}

.bg_border{
  background: url(../../images/feature/taikennyuten/bg_strip_slider_pickUp.png);
  border:2px solid #333;
  box-shadow: 0 2px 0 #fff inset, -2px 0 0 #fff inset, 0 -2px 0 #fff inset, 2px 0 0 #fff inset;
}
.content{
  overflow-x: hidden;
}

@media (min-width: 768px) {
  body{
    /*overflow-x: auto;*/
    overflow-x: hidden !important;
  }
  .content{
    padding-top: 120px;
  }
}

/*------------------------------------------------------------
　header
-------------------------------------------------------------*/ 
header{
  width: 100%;
  background: #000;
  border-bottom: 1px solid #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  transition:.2s ease;
}
header h1{
  color: #fff;
}
header .hidden-md h1{
  font-size: 1rem;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #808080;
  margin-right: -10px;
  margin-left: -10px;
}
header .box{
  white-space: nowrap;
  display: table;
}
header .hidden-md .box{
  height: 50px;
  line-height: 50px;
  padding-right: 10px;
  padding-left: 10px;
}
.logo{
  display: table-cell;
  vertical-align: middle;
}
header .hidden-md .logo{
  width:100%;
}
header .logo img{
  width: 202px;
  height: auto;
  vertical-align: middle;
  transition:.2s ease;
}

/* scroll */
header.scroll{
  top:-30px;
}

@media (min-width: 768px) {
  header{
    height: 100px;
    line-height: 100px;
  }
  header.scroll{
    height: 60px;
    line-height: 60px;
  }
  header.scroll .logo img{
    width: 179px;
  }
  header .logo img{
    width: 358px;
  }
  .hidden-sm h1{
    font-size: 1.2rem;
    width:100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  header.scroll{
    top:0;
  }
}

/* nav */
/* side */
.btn_side_nav{
  cursor: pointer;
  color:#fff;
  font-weight:bold;
  text-align:center;
  width:30px;
  height:30px;
  line-height:30px;
  background:#ff3494;
  border-radius:30px;
  vertical-align: middle;
  position:relative;
}
.hamburger{
  width:10px;
  height:10px;
  position:absolute;
  top:50%;
  left:10px;
  margin-top:-5px;
}
.btn_side_nav,
.hamburger span{
  display:inline-block;
  vertical-align: middle;
  box-sizing:border-box;
  transition:all .2s linear;
}
.hamburger span{
  width:100%;
  height:2px;
  background:#fff;
  border-radius:2px;
  position:absolute;
  left:0;
}
.hamburger span:nth-of-type(1){
  top:0; 
}
.hamburger span:nth-of-type(2){
  top:4px; 
}
.hamburger span:nth-of-type(3){
  bottom:0; 
}
.btn_side_nav.active span:nth-of-type(1) {
  transform:translateY(4px) rotate(-45deg);
}
.btn_side_nav.active span:nth-of-type(2) {
  opacity:0;
}
.btn_side_nav.active span:nth-of-type(3) {
  transform:translateY(-4px) rotate(45deg);
}

@media (min-width: 768px) {
  .btn_side_nav{
    background: none;
  }
  .btn_side_nav:before{
    content: "Menu";
    text-transform: uppercase;
    position: absolute;
    right:30px;
  }
  .hamburger{
    width: 15px;
  }
  .hamburger span{
    background: #ff3494;
  }
}

/* float */
.float_nav{
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0,0,0,.2);
  padding: 20px 0;
  position: fixed;
  top: -112px;
  z-index: 2;
  transition: .5s ease;
}
.float_nav.active{
  top: 60px;
}
.li_float_nav li{
  float: left;
  text-align: center;
  width: 25%;
}
.li_float_nav li:first-child a{
  border-left: 1px solid #ccc;
}
.li_float_nav li a{
  color: #333;
  font-weight: bold;
  text-decoration: none;
  display: block;
  border-right: 1px solid #ccc;
}
.li_float_nav li a:before{
  display: block;
	overflow: hidden;
	width: 37px;
	height: 38px;
  margin: 0 auto 10px;
	background-image: url(../../images/feature/dekasegi/float-nav.png);
	background-repeat: no-repeat;
  content: "";
}
.float_nav_special a:before{
	background-position: 0 0;
}
.float_nav_jobSearch a:before{
  background-position: 0 -38px;
}
.float_nav_schedule a:before{
  background-position: 0 -76px;
}
.float_nav_knowhow a:before{
  background-position: 0 -115px;
}
.float_nav_pageTop a:before{
  background-position: 0 -153px;
}

/*------------------------------------------------------------
　hero_slider
-------------------------------------------------------------*/ 
.hero_wrapper{
  overflow:hidden;
}
.hero_wrapper .hero{
  max-width:1020px;
  width:100%;
  margin:0 auto;
}
.hero .bx-wrapper{
  margin-bottom: 40px;
  border:0;
  box-shadow:none;
  background:none;
}
.hero ul li img{
  width:100%;
  height:auto;
}
.hero .bx-viewport{
  overflow:visible !important;
}
.hero .bx-wrapper .bx-controls-direction a{
  width:20px;
  height:20px;
  background:#000;
  border-radius:100%;
  z-index: 1;
}
.hero .bx-wrapper .bx-controls-direction a:before{
  content:"";
  width:7px;
  height:7px;
  border-top:2px solid #fff;
  position:absolute;
  top:50%;
  left:50%;
  transition:.2s ease;
}
.hero .bx-prev:before{
  border-left:2px solid #fff;
  margin:-4px 0 0 -3px;
  transform:rotate(-45deg);
}
.hero .bx-next:before{
  border-right:2px solid #fff;
  margin:-4px 0 0 -5px;
  transform:rotate(45deg);
}
.hero .bx-wrapper .bx-controls-direction a:hover:before{
  border-top:2px solid #ff3494;
}
.hero .bx-prev:hover:before{
  border-left:2px solid #ff3494;
}
.hero .bx-next:hover:before{
  border-right:2px solid #ff3494;
}
.hero .bx-wrapper .bx-pager.bx-default-pager a{
  background:#ccc;
  transition:.2s ease;
}
.hero .bx-wrapper .bx-pager.bx-default-pager a:hover,
.hero .bx-wrapper .bx-pager.bx-default-pager a.active,
.hero .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background:#ff3494;
}

/* load時*/
.hero li {
  display: none;
}
.hero .bx-viewport li {
  display: block !important;
}


@media (min-width: 768px) {
  .hero_wrapper{
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero .bx-wrapper .bx-controls-direction a{
    width: 40px;
    height: 40px;
  }
}

/*------------------------------------------------------------
　about
-------------------------------------------------------------*/ 
.sec_about h2{
  text-align: center;
}
.sec_about h2 img{
  max-width: 300px;
  height: auto;
}
.li_about>*{
  margin-bottom: 10px;
}
.item_about{
  background-image: url(../../images/feature/dekasegi/bg_about_l.png) , url(../../images/feature/dekasegi/bg_about_r.png);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 129px 160px, 129px 160px;
  border:2px solid #333;
  border-radius: 5px;
  padding: 20px;  
}
.item_about .ttl{
  text-align: center;
  margin-bottom: 20px;
}
.item_about .ttl img{
  width: 159px;
  height: auto;
}
.item_about .txt{
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.li_about_data>*{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  border: 1px solid #000;
  padding-right: 5px;
}
.li_about_data>*+*{
  margin-top: 10px;
}
.li_about_data>*:not(span){
  color: #ff3494;
}
.li_about_data>* span{
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  width:75px;
  background: #000;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .sec_about h2 img{
    max-width: 600px;
  }
  .item_about .ttl img{
    width: 318px;
  }
  .txt_about{
    padding-bottom: 40px;
  }
  .li_about_data>*{
    height: 40px;
    line-height: 40px;
    border: 2px solid #000;
  }
  .li_about_data>* span{
    font-size: 1.4rem;
    width: 100px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .li_about_data>*{
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
　special
-------------------------------------------------------------*/ 
.sec_special{
  background-size: 20px 20px;
  background-color: #fee4f0;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fed9ed), color-stop(.5, transparent), to(transparent));
  background-image: linear-gradient(left, #fed9ed 50%, transparent 50%, transparent);
}
.ttl_special:before{
  width: 86px;
  height: 84px;
  background-position: 0 0;
}
.li_special{
  margin-right: -5px;
  margin-left: -5px;
}
.li_special>*{
  margin-bottom: 20px;
}
.li_special>*:nth-last-child(-n+2){
  margin-bottom: 0;
}
.li_special .ttl{
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.li_special .ttl img{
  width:100%;
  border-radius: 100%;
}
.li_special .ttl a{
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(255,47,145,.8);
  display: block;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.li_special .ttl:hover{
  cursor: pointer;
}
.li_special .ttl:hover a{
  text-decoration: none;
}
.li_special .txt{
  padding: 0 10px;
}

@media (min-width: 768px) {
  .ttl_special:before{
    width: 172px;
    height: 168px;
  }
  .li_special{
    margin-right: -10px;
    margin-left: -10px;
  }
  .li_special>*{
    margin-bottom: 40px;
  }
  .li_special>*:nth-last-child(-n+3){
    margin-bottom: 0;
  }
  .li_special .ttl{
    margin-bottom: 20px;
  }
  .li_special .ttl a{
    font-size: 1.8rem;
    height: 80px;
    border-radius: 0 0 100% 100%;
    line-height: 80px;
    margin-top: -80px;
  }
}

/*------------------------------------------------------------
　jobSearch
-------------------------------------------------------------*/ 
.ttl_jobSearch:before{
  width: 95px;
  height: 84px;
  background-position: 0 -84px;
}
.sec_jobSearch .box{
  background: #fff4f9;
  border: 1px solid #ff7fb2;
  padding: 5px;
}
.jobSearch2,
.jobSearch3{
  background: #fff;
  padding: 5px;
}
.jobSearch3>*+*{
  margin-top: 10px;
}
.jobSearch2{
  margin-bottom: 5px;
}

/* jobsearch1 */
.jobSearch1_select{
  cursor: pointer;
  color:#fff;
  font-size: 1.8rem;
  width: 100%;
  height: 40px;
  background:#ff3494 url(../../images/feature/common/arrow_searchJob.png) no-repeat right center;
  background-size: 25px 9px;
  border-radius: 5px;
  padding: 0 10px;
  margin-bottom: 10px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.jobSearch1_select option{
  color: #333;
  background: #fff;
}
.jobSearch1_li{
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
.jobSearch1_li>*{
  cursor: pointer;
  color:#fff;
  text-align:center;
  width:10%;
  height:60px;
  background:#000;
  display:table-cell;
  vertical-align:middle;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  transition:.2s ease;
}
.jobSearch1_li>* span{
  display: block;
  font-size: 1.2rem;
}
.jobSearch1_li>*.on,
.jobSearch1_li>*:not(.on):hover{
  background:#ff3494;
}
.jobSearch1_li>*+*{
  border-left:1px solid #fff;
}

/* jobsearch2 */
.btn_jobSearch{
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  background: #ff3494;
  border-radius: 5px;
  display: block;
  margin-top:10px;
  transition: .2s ease;
}
.btn_jobSearch:before{
  display: inline-block;
	overflow: hidden;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  background: url(../../images/feature/common/icon.png) no-repeat 0 -20px;
  background-size: 20px 59px;
  vertical-align: middle;
  content: "";
}
.selectbox_jobSearch2{
  cursor: pointer;
  font-size: 1.2rem;
  width: 100%;
  height: 40px;
  background: url(../../images/feature/common/arrow_selectbox_jobSearch2.png) no-repeat right center;
  background-size: 17px 5px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.and_jobSearch2{
  text-align: center;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
.and_jobSearch2>*{
  vertical-align: inherit;
}

/* jobsearch3 */
.ttl_jobSearch3{
  color: #ff3494;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background:#ffeef6;
  border: 1px solid #ff3494;
  padding: 0 10px;
}
.ttl_jobSearch3:before{
  display: inline-block;
	overflow: hidden;
  width: 20px;
  height: 20px;
  background: url(../../images/feature/common/icon.png) no-repeat;
  background-size: 20px 59px;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  content: "";
}
.jobSearch3 h3{
  font-weight: bold;
  border-bottom: 3px solid #ff3494;
  padding-bottom: 5px;
  margin-bottom:10px;
}
.li_jobSearch{
  border-left:1px solid #d6d6d6;
}
.li_jobSearch>*{
  display: table;
  padding-right: 0;
  padding-left: 0;
}
.li_jobSearch>*:nth-child(-n+2) a{
  border-top: 1px solid #d6d6d6;
}
.li_jobSearch a{
  color: #5f96e8;
  font-size: 1.2rem;
  height: 40px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  display: table-cell;
  vertical-align: middle;
  padding:0 10px;
}
.li_jobSearch a:hover{
  text-decoration: none;
}
.li_jobSearch a span{
  color:#333;
  display: inline-block;
  margin-left: 2px;
}
a.not_jobSearch{
  cursor: default;
  color: #999;
  text-decoration: none;
}
.disabled.btn_jobSearch{
  background: #ccc;
}
.disabled.btn_jobSearch:hover{
  cursor: default;
}
.btn_jobSearch:not(.disabled):hover{
  opacity: .8;
}
.hr_jobSearch{
  border-top: 1px dashed #d6d6d6;
  margin: 10px 0;
}
.jobSearch3 .notFind{
  margin: 20px 0;
  padding-bottom: 114px;
  background: url(../../images/feature/common/notFind_jobSearch3_spn.png) no-repeat center bottom;
  background-size: 113px 94px;
  color: #ff3494;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .sec_jobSearch.sec{
    padding-bottom:120px;
  }
  .ttl_jobSearch:before{
    width: 190px;
    height: 168px;
    background-position: 0 -168px;
  }
  .li_jobSearch>*:nth-child(-n+4) a{
    border-top: 1px solid #d6d6d6;
  }
  .li_jobSearch>*:nth-child(8n+5),
  .li_jobSearch>*:nth-child(8n+6),
  .li_jobSearch>*:nth-child(8n+7),
  .li_jobSearch>*:nth-child(8n+8){
    background: #fffbfd;
  }

  .sec_jobSearch .box{
    padding: 10px;
  }
  .jobSearch2,
  .jobSearch3{
    padding: 10px;
  }
  .jobSearch3>*+*{
    margin-top: 20px;
  }
  .jobSearch2{
    margin-bottom: 10px;
  }
  .jobSearch3 .container{
    padding-right: 10px;
    padding-left: 10px;
  }
  .btn_jobSearch{
    margin-top:0;
  }
  .jobSearch3 .notFind{
    margin: 40px 0;
    padding-bottom: 144px;
    background: url(../../images/feature/common/notFind_jobSearch3_pc.png) no-repeat center bottom;
    background-size: 124px 104px;
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
　schedule
-------------------------------------------------------------*/ 
.sec_schedule{
  background: #fdeaf3;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ttl_schedule:before{
  width: 66px;
  height: 65px;
  background-position: 0 -168px;
}
.li_schedule>*{
  margin-bottom: 20px;
}
.li_schedule>*:last-child{
  margin-bottom: 0;
}
.item_schedule{
  background:#fff;
  border:2px solid #fff;
  border-radius:10px;
  box-shadow:0 1px 0 #ffc6e1 inset,-1px 0 0 #ffc6e1 inset,0 -1px 0 #ffc6e1 inset,1px 0 0 #ffc6e1 inset;
  padding:0 10px 20px;
}
.item_schedule .ttl{
  overflow: hidden;
	width: 53px;
	height: 52px;
	margin: -10px auto 10px;
}
.item_schedule .ttl img{
  width: 53px;
  height: 364px;
}
.li_schedule>*:nth-of-type(2) .item_schedule .ttl img{
	margin-top: -52px;
}
.li_schedule>*:nth-of-type(3) .item_schedule .ttl img{
	margin-top: -104px;
}
.li_schedule>*:nth-of-type(4) .item_schedule .ttl img{
	margin-top: -156px;
}
.li_schedule>*:nth-of-type(5) .item_schedule .ttl img{
	margin-top: -208px;
}
.li_schedule>*:nth-of-type(6) .item_schedule .ttl img{
	margin-top: -260px;
}
.li_schedule>*:nth-of-type(7) .item_schedule .ttl img{
	margin-top: -312px;
}
.item_schedule dd>*+*{
  margin-top: 10px;
}
.schedule_check{
  text-align: center;
}
.schedule_check img{
  width: 126px;
  height: auto;
}

@media (min-width: 768px) {
  .sec_schedule{
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .sec_schedule:before{
    content: "";
    width: 488px;
    height: 73px;
    background: url(../../images/feature/dekasegi/bg_schedule.png) no-repeat center bottom;
    position: absolute;
    top: -73px;
    left: 50%;
    margin-left: -244px;
  }
  .ttl_schedule:before{
    width: 132px;
    height: 130px;
    background-position: 0 -336px;
  }
  .li_schedule>*{
    margin-bottom: 40px;
  }
  .item_schedule{
  padding:0 20px 40px;
  }
	.item_schedule .ttl{
		width: 106px;
		height: 104px;
    margin: -20px auto 20px;
	}
  .item_schedule .ttl img{
    width: 106px;
    height: 728px;
  }
	.li_schedule>*:nth-of-type(2) .item_schedule .ttl img{
		margin-top: -104px;
	}
	.li_schedule>*:nth-of-type(3) .item_schedule .ttl img{
		margin-top: -208px;
	}
	.li_schedule>*:nth-of-type(4) .item_schedule .ttl img{
		margin-top: -312px;
	}
	.li_schedule>*:nth-of-type(5) .item_schedule .ttl img{
		margin-top: -416px;
	}
	.li_schedule>*:nth-of-type(6) .item_schedule .ttl img{
		margin-top: -520px;
	}
	.li_schedule>*:nth-of-type(7) .item_schedule .ttl img{
		margin-top: -624px;
	}
  .item_schedule dd>*+*{
    margin-top: 20px;
  }
  .schedule_check img{
    max-width: 252px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .li_schedule>*:nth-last-child(-n+3){
    margin-bottom: 0;
  }
  .li_schedule>*:nth-child(5){
    margin-left: 12.5%;
  }
}

/*------------------------------------------------------------
　pay
-------------------------------------------------------------*/ 
.sec_pay{
  padding-top:40px;
}
.pay_l{
  padding-bottom: 20px;
}
.ttl_pay{
  color: #ff3494;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.sec_pay .txt{
  margin-bottom: 20px;
}
.table_pay{
  width: 100%;
  border-top: 1px solid #ff3494;
  margin-bottom: 10px;
}
.table_pay tr{
  height: 30px;
  border-bottom: 1px solid #ff3494;
}
.table_pay tr>*{
  vertical-align: middle;
  padding: 0 10px;
}
.table_pay th{
  text-align: left;
  width: 70px;
  background: #fff5fa;
}

@media (min-width: 768px) {
  .sec_pay .container{
    position: relative;
  }
  .ttl_pay{
    font-size: 1.8rem;
  }
  .table_pay tr{
    height: 40px;
  }
  .table_pay th{
    width: 120px;
  }
  .table_pay td{
    font-size: 1.6rem;
  }
  .pay_r{
    position: static;
  }
  .img_pay{
    min-width: 400px;
    width: 55%;
    position: absolute;
    bottom: 0;
    left: 51%;
  }
}

/*------------------------------------------------------------
　search
-------------------------------------------------------------*/ 
.sec_search{
  background: #fdeaf3;
  padding-top: 20px;
  padding-bottom: 20px;
}
.item_search{
  background: #fff;
  border: 1px solid #ff3494;
  border-radius: 5px;
  padding: 20px;
}
.item_search dt{
  color: #ff3494;
  font-weight: bold;
  border-bottom: 1px solid #ff3494;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.jobSearch2_chiiki{
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_search{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .item_search_row{
    margin-right: -60px;
  }
  .item_search dt{
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------------
　knowhow
-------------------------------------------------------------*/ 
.ttl_knowhow:before{
  width: 65px;
  height: 72px;
  background-position: 0 -233px
}
.txt_knowhow{
  text-align: center;
  margin: 20px 20px 40px;
}
.li_knowhow>*{
  cursor: pointer;
  margin-bottom: 10px;
}
.li_knowhow>*:last-child{
  margin-bottom: 0;
}
.li_knowhow_inner{
  border-right:2px solid #b8ede3;
  border-left:2px solid #ff749b;
}
.li_knowhow_inner:before,
.li_knowhow_inner:after{
  content:"";
  width:100%;
  height:2px;
  background: rgb(255,115,155);
  background: -moz-linear-gradient(left, rgba(255,115,155,1) 0%, rgba(241,174,130,1) 50%, rgba(212,237,133,1) 75%, rgba(189,237,208,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,115,155,1) 0%,rgba(241,174,130,1) 50%,rgba(212,237,133,1) 75%,rgba(189,237,208,1) 100%);
  background: linear-gradient(to right, rgba(255,115,155,1) 0%,rgba(241,174,130,1) 50%,rgba(212,237,133,1) 75%,rgba(189,237,208,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff739b', endColorstr='#bdedd0',GradientType=1 );  display:block;
}
.li_knowhow_content{
  display: table;
  padding: 18px;
}
.li_knowhow_content>*{
  display: table-cell;
  vertical-align: top;
}
.li_knowhow_l{
  width:70px;
  height: 70px;
}
.li_knowhow_r{
  padding-left: 20px;
}
.li_knowhow_r .ttl{
  margin-bottom: 10px;
}
.li_knowhow_r .ttl a{
  font-weight: bold;
}
.knowhow_bottom_link{
  text-align: center;
  margin-top: 20px;
}
.knowhow_bottom_link a:hover{
  text-decoration: none;
}
.li_knowhow>* img{
  opacity: 1;
  transition:.8s ease;
}
.li_knowhow>*:hover img{
  opacity: .8;
}
.li_knowhow>*:hover a{
  text-decoration: none;
}

@media (min-width: 768px) {
.ttl_knowhow:before{
    width: 130px;
    height: 144px;
    background-position: 0 -466px;
  }
  .li_knowhow_inner{
    border-width: 5px;
  }
  .li_knowhow_inner:before,
  .li_knowhow_inner:after{
    height:5px;
  }
  .li_knowhow>*{
    margin-bottom:20px;
  }
  /*.li_knowhow>*:nth-last-child(-n+2){
    margin-bottom: 0;
  }*/
  .li_knowhow_l{
    width:140px;
    height: 140px;
  }
  .li_knowhow_content{
    padding: 25px;
  }
  .li_knowhow_r{
    padding-left: 30px;
  }
  .li_knowhow_r .ttl a{
    font-size:1.8rem;
  }
  .knowhow_bottom_link{
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .li_knowhow_l{
    width:140px;
    height: 140px;
  }
  .li_knowhow_content{
    padding: 35px;
  }
  .li_knowhow_r{
    padding-left: 40px;
  }
}

/*------------------------------------------------------------
　breadcrumb
-------------------------------------------------------------*/ 
.breadcrumb{
  border-top:1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumb li{
  font-size: 1.2rem;
  display:inline-block;
}
.breadcrumb li:after{
  content:">";
}
.breadcrumb ul>li:last-child:after{
  content:"";
}
.breadcrumb a{
  color:#5f96e8;
}
.breadcrumb a:hover{
  text-decoration: none;
}

/*------------------------------------------------------------
　pageTop
-------------------------------------------------------------*/ 
.pageTop{
  text-align:center;
  height:40px;
  line-height:40px;
  background:#e9e9e9;
}
.pageTop a{
  display:block;
}
.pageTop img{
  width:15px;
  height:auto;
  vertical-align:middle;
}

@media (min-width: 768px) {
.pageTop{
  height:60px;
  line-height:60px;
}
  .pageTop img{
    width:24px;
  }
}

/*------------------------------------------------------------
　フッター
-------------------------------------------------------------*/ 
footer{
  color:#fff;
  background:#000;
  padding-top:20px;
}
.copyright{
  font-size: 1.2rem;
  text-align:center;
  border-top:2px solid #d89d37;
  padding: 20px 10px;
}

@media (min-width: 768px) {
  footer .container{
    margin-bottom: 20px;
  }
}

/* about */
.footer_about{
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.footer_about .ttl{
}
.footer_about .ttl span{
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin: 5px 0 10px;
}
@media (min-width: 768px) {
  .footer_about{
    margin-bottom: 0;
  }
}

/* bnr */
/*.footer_bnr{
  background: #ff3494;
  padding-top: 10px;
  margin-bottom: 20px;
}
.li_bnr>*{
  margin-bottom: 10px;
}
*/

/* footer共通 */ 
.btn_arrow:before{
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #e32e84;
  border-right: 2px solid #e32e84;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.li_footer_nav a:hover,
.footer_search a:hover{
  text-decoration: underline;
}

/* footer_nav */
.li_footer_nav{
  border-top:1px solid #4d4d4d;
  margin-bottom: 20px;
}
.li_footer_nav>*{
  height:40px;
  line-height:40px;
  border-bottom:1px solid #4d4d4d;
}
.li_footer_nav>*:nth-child(odd){
  border-right:1px solid #4d4d4d;
}
.li_footer_nav>*:nth-last-child(2){
  border-right: 1px solid #4d4d4d;
}
.li_footer_nav a{
  color:#fff;
  font-size: 1.2rem;
  text-decoration:none;
  white-space: nowrap;
  display: block;
}

/* footer_search */
.footer_search{
  margin-bottom: 10px;
}
.footer_search h2{
  color:#fff;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  background: #801a4a;
  border-top:2px solid #ff3494;
  border-bottom:2px solid #ff3494;
  padding-left:10px;
  position:relative;
}
.footer_search h2:before{
  display: inline-block;
	overflow: hidden;
  width:20px;
  height: 20px;
  margin: -2px 10px 0 0;
  background: url(../../images/feature/common/icon.png) no-repeat 0 -20px;
  background-size:20px 59px;
  vertical-align: middle;
  content: "";
}
.accordion:after{
  content: "";
  width:27px;
  height: 27px;
  background:url(../../images/feature/common/arrow_accordion.png) no-repeat;
  background-size:27px 54px;
  position:absolute;
  top:50%;
  right:10px;
  margin-top:-14px;
}
.accordion_on:after{
  background-position: 0 bottom;
}
.a_c{
  display: none;
  padding-top:20px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.footer_search dt{
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width:140px;
  height:20px;
  line-height: 20px;
  background:#ff3494;
  border-radius: 20px;
  margin-bottom: 20px;
}
.footer_search .ttl{
  border-left:2px solid #ff3494;
  padding-left:10px;
  margin-bottom: 10px;
}
.footer_search a{
  color:#fff;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
}

.li_footer_search_spn{
  border-top:1px solid #4d4d4d;
  border-left:1px solid #4d4d4d;
  margin-bottom: 20px;
}
.li_footer_search_spn>*{
  float: left;
  width:50%;
  height:40px;
  line-height: 40px;
  border-bottom:1px solid #4d4d4d;
  border-right:1px solid #4d4d4d;
  padding:0 10px;
  position:relative;
}
.li_footer_search_spn .btn_arrow:before{
  position: absolute;
  top:50%;
  right: 7px;
}

@media (min-width: 768px) {
  .footer_search{
    background: #333;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 0;
  }
  .footer_search a{
    display: inline;
  }
}

/* footer_nav_admin */
.footer_nav_admin{
  margin-bottom: 20px;
}
.footer_nav_admin>*{
  text-align: center;
  height: 40px;
  line-height: 40px;
  background:#fff;
  border-radius: 5px;
}
.footer_nav_admin>*+*{
  margin-top: 20px;
}
.footer_nav_admin>* a{
  color:#ff3494;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

@media (min-width: 768px) {
  .icon_admin:before{
    display:inline-block;
		overflow: hidden;
    width:19px;
    height:20px;
    margin:-2px 10px 0 0;
    background:url(../../images/feature/common/icon.png) no-repeat 0 -98px;
    vertical-align:middle;
    content:"";
  }
}

@media (min-width: 768px) {
  .li_footer_nav{
    border-top:0;
  }
  .li_footer_nav>*{
    border-bottom:0;
  }
  .li_footer_nav>*:nth-child(odd){
    border-right:0;
  }
  .li_footer_nav>*:nth-last-child(2){
    border-right: 0;
  }
  .footer_search h2{
    font-size:1.6rem;
    background:none;
    border-top: 0;
    border-bottom: 2px solid #4d4d4d;
    padding-left: 0;
    margin-bottom: 20px;
  }
  
  .footer_search .ttl{
    font-size:1.6rem;
  }
  .li_footer_search{
    font-size: 0;
    margin-bottom: 20px;
  }
  .li_footer_search>*{
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
  }
  .li_footer_search>*:after{
    content: "|";
    color: #4d4d4d;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 2px;
  }
  .li_footer_search>*:last-child:after{
    content: "";
  }
}

@media (min-width: 992px) {
  .li_footer_nav a{
    display: inline;
  }
}

/* ftr_nav1 */
@media (min-width: 768px) {
  .ftr_nav1{
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    margin-right: 0;
    margin-left: 0;
  }
  .ftr_nav1>*{
    border-bottom: 1px solid #4d4d4d;
  }
  .ftr_nav1>*:nth-last-child(-n+1){
    border-bottom: 0;
  }
  .ftr_nav1 a{
    padding: 0;
  }
  .ftr_nav2{
    background: #333;
    border-radius: 5px;
    padding: 10px 20px;
  }
  .ttl_ftr_nav2{
    border-bottom: 2px solid #4d4d4d;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ttl_ftr_nav2:before{
    display: inline-block;
		overflow: hidden;
    width: 18px;
    height: 18px;
    margin: -2px 10px 0 0;
    background: url(../../images/feature/common/icon.png) no-repeat 0 -80px;
    vertical-align: middle;
    content: "";
  }
}
@media (min-width: 992px) {
  .ftr_nav1>*:nth-last-child(-n+2){
    border-bottom: 0;
  }
}

/*------------------------------------------------------------
　共通
-------------------------------------------------------------*/ 
.center{
  text-align: center;
}
.sec{
  padding-top: 20px;
  padding-bottom: 40px;
}
.box{
  position: relative;
}
.content{
}
.txt_lead{
  text-align: center;
  padding: 20px 0;
}
.c_5f96e8{
  color:#5f96e8;
}
.c_ff0000{
  color:#ff0000;
}
.h_o{
  opacity: 1;
  transition:.8s ease;
}
.h_o:hover{
  cursor: pointer;
  opacity: .8;
}

/* ttl */
.h2{
  font-size:1.6rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  padding-top:60px;
  margin-top:-60px;
}
.h2:before{
  display: block;
	overflow: hidden;
	background-image: url(../../images/feature/dekasegi/ttl-icon.png);
	background-repeat: no-repeat;
	background-size: 95px 305px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  content: "";
}

/* 404 */
.not_found_404{
  margin-right: -10px;
  margin-left: -10px;
}
.hidden-md.not_found_404>*+*{
  margin-top: 10px;
  padding: 0 10px;
}
.not_found_404 .btn{
  cursor: pointer;
  color: #a02200;
  text-align: center;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  background: #f0e9de;
  border: 1px solid #d3c6af;
  border-radius: 5px;
  box-shadow: 0 2px 0 #fff inset, -2px 0 0 #fff inset, 0 -2px 0 #fff inset, 2px 0 0 #fff inset;
  display: block;
}
.not_found_404 .btn:before{
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 8px solid #a02200;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

@media (min-width: 768px) {
  .sec{
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .h2{
    font-size: 2.4rem;
    padding-top: 192px;
    margin-top: -192px;
  }
  .h2:before{
    margin-bottom: 20px;
		background-size: 190px 610px;
  }
  .h2 span{
    position: relative;
  }
  .h2 span:before,
  .h2 span:after{
    content: "";
    position: absolute;
  }
  .bg_ttl1:before,
  .bg_ttl1:after{
    width: 314px;
    height: 64px;
    background: url(../../images/feature/dekasegi/bg_ttl1_pc.png) no-repeat;
    bottom: 10px;
  }
  .bg_ttl1:before{
    left: -344px;
  }
  .bg_ttl1:after{
    right: -344px;
  }
  .bg_ttl2:before,
  .bg_ttl2:after{
    width: 224px;
    height: 30px;
    background: url(../../images/feature/dekasegi/bg_ttl2_pc.png) no-repeat;
    bottom: 50%;
    margin-bottom: -15px;
  }
  .bg_ttl2:before{
    left: -254px;
  }
  .bg_ttl2:after{
    right: -254px;
  }
  .txt_lead{
    max-width: 1060px;
    margin-bottom: 40px;
  }
  .not_found_404{
    margin-right: inherit;
    margin-left: inherit;
  }
}

/* icon */
.icon_search_ff3494:before{
  display: inline-block;
	overflow: hidden;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  background: url(../../images/feature/common/icon.png) no-repeat;
  background-size: 20px 59px;
  vertical-align: middle;
  content: "";
}

/*------------------------------------------------------------
　side_nav
-------------------------------------------------------------*/ 
.side_nav{
  width:260px;
  height: 100%;
  background:rgba(0,0,0,.8);
  padding-top:10px;
  padding-bottom: 100px;
  overflow: scroll;
  opacity: 0;
  position:fixed;
  top:80px;
  right: -260px;
  z-index: 3;
  transition: .2s ease;
}
.side_nav.active{
  opacity: 1;
  right:0;
}
.side_nav>*+*{
  margin-top: 10px; 
}
.side_nav.scroll{
  top: 50px;
}
.li_side_nav1{
  padding-right:10px;
  padding-left:10px;
}
.li_side_nav1 li{
  height: 50px;
  line-height: 50px;
  background:#fff;
}
.li_side_nav1 li + li{
  margin-top:10px;
}
.li_side_nav1 li a{
  color:#333;
  text-decoration: none;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
  transition: 0.2s ease;
}
.li_side_nav1 li a:before{
  display: inline-block;
	overflow: hidden;
  margin: -2px 10px 0 0;
	background-image:url(../../images/feature/dekasegi/side-nav.png);
	background-repeat: no-repeat;
	background-size: 21px 93px;
  vertical-align: middle;
  content: "";
}
.side_nav1_special a:before{
  width: 16px;
  height: 19px;
  background-position: 0 0;
}
.side_nav1_jobSearch a:before{
  width: 21px;
  height: 16px;
	background-position: 0 -19px;
}
.side_nav1_schedule a:before{
  width: 17px;
  height: 17px;
  background-position: 0 -35px;
}
.side_nav1_knowhow a:before{
  width: 20px;
  height: 22px;
  background-position: 0 -52px;
}
.side_nav1_pageTop a:before{
  width: 20px;
  height: 19px;
  background-position: 0 -74px;
}
.li_side_nav2>*{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}
.li_side_nav2>*:first-child{
  border-top: 1px solid #fff;
}
.li_side_nav2>* a{
  color: #fff;
  text-decoration: none;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}
.li_side_nav2>* a:before{
	border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.li_side_nav3{
  padding-right: 10px;
  padding-left: 10px;
}
.btn_side_nav_close{
  cursor: pointer;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 2px solid #fff;
}
.btn_side_nav_close:before{
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../images/feature/common/icon_side_nav_close.png) no-repeat;
  background-size: 12px 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.bk{
  display: none;
  width:100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.bk.active{
  display: block;
}

@media (min-width: 768px) {
  .side_nav{
    top: 89px;
  }
  .side_nav.scroll{
    top:49px;
  }
  .li_side_nav2{
    margin-top: 0;
  }
  .li_side_nav2>*{
    height: 60px;
    line-height: 60px;
  }
  .li_side_nav2>*:first-child{
    border-top: 0;
  }
  .li_side_nav2>*:hover a{
    color: #333;
    background: #fff;
  }
  .li_side_nav2>*:hover a:before{
		border-top: 1px solid #333;
		border-right: 1px solid #333;
  }
}

@media (min-width: 992px) {
  .li_side_nav1>* a:hover{
    opacity: .8;
  }
  .li_side_nav2>* a:hover{
    text-decoration: underline;
  }
  .btn_close:hover{
    cursor: pointer;
  }
}

.hide {
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: opacity .45s linear;
}
.fade {
  opacity: 0;
  transition: opacity .45s linear;
}
.fade.in {
  opacity: 1;
}


@media (max-width: 767px) {
.show-sm{
  display: block;
}
.hidden-sm{
  display: none;
}
}
@media (min-width: 768px) {
  .hidden-md{
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-xl{
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-xl{
    display: none;
  }
}