@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;
}
.bg_border_inner{
  background:#fff;
  padding: 23px 13px;
  margin: 5px;
}
.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: 242px;
  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: 242px;
  }
  header .logo img{
    width: 319px;
  }
  .hidden-sm h1{
    font-size: 1.2rem;
    width:100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  header.scroll{
    top:0;
  }
}

@media (min-width: 992px) {
  header .logo img{
    width: 484px;
  }
}

/* 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: 20%;
}
.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: 38px;
	height: 38px;
  margin: 0 auto 10px;
	background-image: url(../../images/feature/taikennyuten/float-nav.png);
	background-repeat: no-repeat;
  content: "";
}
.float_nav_guide a:before{
  background-position: 0 -38px;
}
.float_nav_qa a:before{
  background-position: 0 -76px;
}
.float_nav_knowhow a:before{
  background-position: 0 -114px;
}
.float_nav_pageTop a:before{
  background-position: 0 -152px;
}

/*------------------------------------------------------------
　hero
-------------------------------------------------------------*/ 
.row .hero_wrapper{
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .row .hero_wrapper{
    margin-bottom: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/*------------------------------------------------------------
　about
-------------------------------------------------------------*/ 
.sec_about{
  background: rgba(122,85,112,.9);
  padding: 20px 10px;
}
.sec_about h2{
  max-width: 260px;
  margin:0 auto 20px;
}
.sec_about .txt{
  color:#fff;
}

@media (min-width: 768px) {
  .sec_about{
    background: rgba(122,85,112,.9);
    padding: 40px 20px;
    margin: 0 10px;
    position: absolute;
    bottom: 0;
    left:0;
  }
}

/*------------------------------------------------------------
　pickUp
-------------------------------------------------------------*/ 
.sec_pickUp .bx-viewport {
	height: 100% !important;
}
.ttl_pickUp{
  color: #ff3494;
  font-size: 1.4rem;
  font-weight: bold;
  border-top:2px solid #333;
  border-right:2px solid #333;
  border-left:2px solid #333;
}
.ttl_pickUp:before{
  content: "";
  width:63px;
  height:29px;
  background: url(../../images/feature/taikennyuten/ttl_pickUp.png) no-repeat;
  background-size:63px 29px;
  display: inline-block;
  vertical-align: middle;
  margin-right:10px;
}
.item_pickUp>*+*{
  margin-top: 10px;
}
.img_pickUp:hover{
  cursor: pointer;
}
.item_pickUp .ttl a{
  color:#5f96e8;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}
.item_pickUp .ttl a:hover{
  text-decoration: none;
}
.table_pickUp{
  font-size: 1.2rem;
  border:1px solid #ff3494;
}
.table_pickUp table{
  width:100%;
}
.table_pickUp tr+tr{
  border-top:1px solid #d7d7d7;
}
.table_pickUp .caption{
  width:25px;
  background: #ff3494;
  padding:5px 0;
	color: #fff;
	font-size: 1.2rem;
	writing-mode: vertical-rl;
}
.table_pickUp tr>*{
  vertical-align: middle;
}
.table_pickUp .th{
  color: #ff3494;
  font-weight: bold;
  width:60px;
  padding:5px;
}
.table_pickUp .td{
  max-width: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sec_pickUp.sec{
    padding-top:0;
  }
  .ttl_pickUp{
    font-size:1.6rem;
  }
  .ttl_pickUp:before{
    width: 126px;
    height: 58px;
    background-size: 126px 58px;
  }
  .li_pickUp{
    overflow: hidden;
    padding:0 5px;
  }
  .li_pickUp .row{
    margin:0;
  }
  .hidden-sm .li_pickUp .row div:nth-child(1){
    padding-left:0;
  }
  .hidden-sm .li_pickUp .row div:nth-child(2){
    padding-right: 0;
    padding-left: 0;
  }
  .li_pickUp>*{
    border-bottom: 1px dashed #d7d7d7;
    padding: 20px 0;
    margin:0;
  }
  .li_pickUp>*:first-child{
    padding-top: 0;
  }
  .li_pickUp>*:last-child{
    border-bottom: 0;
    padding-bottom: 0;
  }
  .table_pickUp{
    position: relative;
  }
  .table_pickUp:before{
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 5px solid #ff3494;
    position: absolute;
    top: 50%;
    left: -11px;
    margin-top: -5px;
  }
	.table_pickUp .caption{
		font-size: 1.4rem;
	}
  .li_pickUp .ttl a{
    font-size:1.6rem;
  }
  .li_pickUp .txt{
    font-size:1.4rem;
  }
  .table_pickUp table{
    font-size: 1.2rem;
    height: 112px;
  }
  .table_pickUp .th{
    width:60px;
  }
  .li_pickUp .shop>*+*{
    margin-top:10px;
  }
}

@media (min-width: 992px) {
  .ttl_pickUp{
    font-size:1.8rem;
  }
  .table_pickUp .th{
    font-size: 1.4rem;
    width:68px;
  }
  .table_pickUp .td{
    font-size: 1.4rem;
  }
}

/* slider */
.pickUp .bx-wrapper{
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.pickUp .bx-wrapper .bx-pager{
  line-height: 10px;
  padding-top: 0;
  bottom: -50px;
}
.pickUp .bx-wrapper .bx-pager.bx-default-pager a{
  background: #ccc;
}
.pickUp .bx-wrapper .bx-pager.bx-default-pager a:hover,
.pickUp .bx-wrapper .bx-pager.bx-default-pager a.active,
.pickUp .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background: #ff3494;
}

.pickUp .bx-wrapper .bx-controls-direction a{
  width:20px;
  height: 20px;
  background: #ffea59;
  border: 1px solid #333;
  border-radius: 20px;
  margin-top:-10px;
  z-index: 1;
}
.pickUp .bx-wrapper .bx-next{
  right:-30px;
}
.pickUp .bx-wrapper .bx-prev{
  left:-30px;
}
.pickUp .bx-wrapper .bx-next:before{
  background:url(../../images/feature/taikennyuten/arrow_slider_r.png) no-repeat;
}
.pickUp .bx-wrapper .bx-prev:before{
  background:url(../../images/feature/taikennyuten/arrow_slider_l.png) no-repeat;
}
.pickUp .bx-wrapper .bx-controls-direction a:before{
  content: "";
  width:6px;
  height: 9px;
  background-size:6px 9px;
  position:absolute;
  top:50%;
  right:50%;
  margin: -4px -3px 0 0;
}
/* load時*/
.slider_pickUp li {
  display: none;
}
.bx-viewport .slider_pickUp li {
  display: block !important;
}

@media (min-width: 768px) {
  .pickUp .bx-wrapper .bx-pager{
    bottom:-47px;
  }
  .pickUp .bx-wrapper .bx-controls-direction a{
    width:30px;
    height: 30px;
    border-radius: 30px;
    margin-top:-15px;
  }
  .pickUp .bx-wrapper a.bx-next{
    right:-35px;
  }
  .pickUp .bx-wrapper a.bx-prev{
    left: -35px;
  }
  .pickUp .bx-wrapper .bx-controls-direction a:before{
    width:12px;
    height: 18px;
    background-size:12px 18px;
  }
  .pickUp .bx-wrapper a.bx-prev:before{
    margin: -8px -4px 0 0;
  }
  .pickUp .bx-wrapper a.bx-next:before{
    margin: -8px -8px 0 0;
  }
}

/*------------------------------------------------------------
　jobSearch
-------------------------------------------------------------*/ 
.ttl_jobSearch:before{
  background-position: 0 0;
}
.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) {
	.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;
  }
}

/*------------------------------------------------------------
　guide
-------------------------------------------------------------*/ 
.sec_guide{
  background:#fff6a5;
}
.ttl_guide:before{
  background-position: 0 -67px;
}
.li_guide > li{
  margin-bottom: 10px;
}
.li_guide > li:last-child{
  margin-bottom: 0;
}
.li_guide > li:before{
  position: absolute;
  top:0;
  left:10px;
	overflow: hidden;
  width:50px;
  height: 50px;
  background-image: url(../../images/feature/taikennyuten/guide-step.png);
  background-size:50px 200px;
  content: "";
}
.guide2:before{
	background-position: 0 -50px;
}
.guide3:before{
	background-position: 0 -100px;
}
.guide4:before{
	background-position: 0 -150px;
}
.li_guide .ttl{
  font-size:1.6rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent 50%, #ffea59 50%);
  display: inline-block;
  margin-top:30px;
  margin-bottom:20px;
}
.li_guide .ttl:before{
  display: block;
  position: absolute;
  top:30px;
  left:50%;
	overflow: hidden;
	background-image: url(../../images/feature/taikennyuten/guide-ttl.png);
	background-repeat: no-repeat;
	background-size: 95px 42px;
  content: "";
}
.guide1 .ttl:before{
  width:52px;
  height: 10px;
  margin-left: -26px;
	background-position: 0 0;
}
.guide2 .ttl:before{
  width:50px;
  height: 10px;
  margin-left: -25px;
	background-position: 0 -10px;
}
.guide3 .ttl:before{
  width:95px;
  height: 12px;
  margin-left: -47px;
	background-position: 0 -20px;
}
.guide4 .ttl:before{
  top: 0;
  width:55px;
  height: 10px;
  margin-left: -27px;
	background-position: 0 -32px;
}
.li_guide .txt{
  text-align: left;
  border-bottom: 1px dashed #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.li_guide_point{
  text-align: left;
}
.li_guide_point>*{
  font-weight: bold;
}
.li_guide_point>*:before{
  content: "";
  width:16px;
  height: 13px;
  background:url(../../images/feature/taikennyuten/guide_check.png) no-repeat;
  background-size:16px 13px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.li_id{
  margin-right:-5px;
  margin-left:-5px;
}
.li_id>*[class^="col-"]{
  padding-right: 5px;
  padding-left:5px;
  margin-bottom: 10px;
}
.li_id>*:nth-last-child(-n+2){
  margin-bottom:0;
}
.li_id>* p{
  font-size: 1.2rem;
  text-align: center;
  height: 25px;
  line-height: 25px;
  background:#ffea59;
  border-top:1px solid #333;
  border-right:1px solid #333;
  border-bottom:1px solid #333;
  border-left:5px solid #333;
}

@media (min-width: 768px) {
	.ttl_guide:before{
		background-position: 0 -134px;
	}
  .guide4_l{
    padding-right: 20px;
  }
  .guide4_r{
    border-left: 1px dashed #d7d7d7;
    padding-left: 20px;
  }
  .li_guide>*{
    margin-bottom: 20px;
  }
  .guide4 .txt{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .li_id{
    border-top: 0;
    margin-top: 0;
  }
  .li_id>*:nth-last-child(-n+3){
    margin-bottom:0;
  }
  .li_id>* p{
    font-size: 1.4rem;
    height: 35px;
    line-height: 35px;
  }
  .li_id>* p{
  }
  .li_guide_point>*{
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .li_guide_point>*{
    font-size: 1.4rem;
  }
  .guide1:after,
	.guide3:after,
	.guide4:after{
    position:absolute;
    z-index: 1;
		overflow: hidden;
		background-image: url(../../images/feature/taikennyuten/guide-img.png);
		background-repeat: no-repeat;
    content: "";
  }
  .guide1:after{
    right:0;
    bottom:-20px;
    width:130px;
    height: 98px;
  }
  .guide3:after{
    top:-80px;
    right:-20px;
    width:130px;
    height: 136px;
		background-position: 0 -98px
  }
  .guide4:after{
    bottom: -60px;
    left: 240px;
    width:128px;
    height: 98px;
		background-position: 0 -234px
  }
}

/*------------------------------------------------------------
　qa
-------------------------------------------------------------*/ 
.ttl_qa:before{
  background-position: 0 -134px;
}
.sec_qa .txt_lead{
  padding-bottom: 40px;
}
.li_qa li{
  margin-bottom: 35px;
}
.li_qa li:last-child{
  margin-bottom: 0;
}
.li_qa li:before{
  position:absolute;
  top:-25px;
  right:10px;
	overflow: hidden;
  width:63px;
  height:25px;
	background-image: url(../../images/feature/taikennyuten/qa.png);
  background-size:63px 198px;
  content: "";
}
.qa2:before{
  background-position: 0 -25px;
}
.qa3:before{
  background-position: 0 -50px;
}
.qa4:before{
  background-position: 0 -75px;
}
.qa5:before{
  background-position: 0 -100px;
}
.qa6:before{
  background-position: 0 -125px;
}
.li_qa .ttl{
  color: #ff3494;
  font-weight: bold;
  border-bottom: 1px dashed #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.li_qa .ttl,
.li_qa .txt{
  padding-left: 40px;
  position:relative;
}
.li_qa .ttl:before,
.li_qa .txt:before{
  position: absolute;
	left: 0;
	overflow: hidden;
	background-image: url(../../images/feature/taikennyuten/qa.png);
  background-size:63px 198px;
  content: "";
}
.li_qa .ttl:before{
  top: -2px;
  width:29px;
  height: 26px;
  background-position: 0 -150px;
}
.li_qa .txt:before{
	top: 0;
  width:29px;
  height: 22px;
  background-position: 0 -176px;
}

@media (min-width: 768px) {
	.ttl_qa:before{
		background-position: 0 -268px;
	}
  .sec_qa .txt_lead{
    padding-bottom: 20px;
  }
  .li_qa>*{
    margin-bottom: 45px;
  }
  .li_qa>*:nth-last-child(-n+3){
    margin-bottom: 0;
  }
  .li_qa .ttl{
    font-size: 1.8rem;
  }
  .li_qa .ttl:before{
    top: 0;
  }
}
@media (min-width: 992px) {
  .qa1:after,
	.qa3:after,
	.qa5:after{
    position: absolute;
    z-index: 1;
		overflow: hidden;
		width: 78px;
		height: 82px;
		background-image: url(../../images/feature/taikennyuten/qa-img.png);
		background-repeat: no-repeat;
    content: "";
  }
  .qa1:after{
    bottom:0;
    left:-30px;
  }
  .qa3:after{
    top:40px;
    right:-40px;
		background-position: 0 -82px;
  }
  .qa5:after{
    right:-30px;
    bottom:-60px;
		background-position: 0 -164px;
  }
}

/*------------------------------------------------------------
　search
-------------------------------------------------------------*/ 
.sec_search{
  background: #fff6a5;
  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;
}
.search_r{
	text-align: right;
}
.sec_search .img_search{
  max-width: 302px;
  width: 100%;
	height: auto;
}
.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;
  }
  .search_l{
    padding-bottom: 20px;
  }
  .search_r{
    position: static;
  }
  .sec_search .img_search{
    min-width: 360px;
    width: 35%;
    position: absolute;
    bottom: 0;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .sec_search .img_search{
    min-width: 442px;
  }
}

/*------------------------------------------------------------
　knowhow
-------------------------------------------------------------*/ 
.ttl_knowhow:before{
  background-position: 0 -201px;
}
.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{
		background-position: 0 -402px;
	}
  .li_knowhow_inner{
    border-width: 5px;
  }
  .li_knowhow_inner:before,
  .li_knowhow_inner:after{
    height:5px;
  }
  .li_knowhow>*{
    margin-bottom:20px;
  }
  .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 span{
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin: 5px 0 10px;
}
@media (min-width: 768px) {
  .footer_about{
    margin-bottom: 0;
  }
}

/* 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-bottom: 2px solid 10px;
    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;
}
.p_r{
  position: relative;
}

/* 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;
	width: 69px;
	height: 67px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
	background-image: url(../../images/feature/taikennyuten/ttl-icon.png);
	background-repeat: no-repeat;
	background-size: 69px 268px;
  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{
		width: 138px;
		height: 134px;
    margin-bottom: 20px;
		background-size: 138px 536px
  }
  .h2 span:before,
  .h2 span:after{
    content: "";
    width: 215px;
    height: 22px;
    background: url(../../images/feature/taikennyuten/bg_ttl_pc.png) repeat-x 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
  }
  .h2 span:before{
    margin-right: 30px;
  }
  .h2 span:after{
    margin-left: 30px;
  }
  .txt_lead{
    margin-bottom: 40px;
  }
  .not_found_404{
    margin-right: inherit;
    margin-left: inherit;
  }
}

.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: .2s ease;
}
.li_side_nav1 li a:before{
  display: inline-block;
	overflow: hidden;
  margin: -2px 10px 0 0;
	background-image:url(../../images/feature/taikennyuten/side-nav.png);
	background-repeat: no-repeat;
	background-size: 21px 82px;
  vertical-align: middle;
  content: "";
}
.side_nav1_jobSearch a:before{
  width: 20px;
  height: 17px;
}
.side_nav1_guide a:before{
  width: 21px;
  height: 13px;
  background-position: 0 -17px;
}
.side_nav1_qa a:before{
  width: 14px;
  height: 18px;
  background-position: 0 -30px;
}
.side_nav1_knowhow a:before{
  width: 17px;
  height: 17px;
  background-position: 0 -48px;
}
.side_nav1_pageTop a:before{
  width: 19px;
  height: 17px;
  background-position: 0 -65px;
}
.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;
  }
}