/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";
.bx-wrapper .bx-loading {
	background: none;
}

.sp{
  display: none;
}

.content{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.content02{
	width: 100%;
	max-width: 1080px;
	margin: auto;
}


/* head */
body{
	padding-top: 100px;
}

	header{
		position: fixed;
		width: 100%;
		z-index: 10;
		background: #000000;
		top:0;
		left: 0;
		height: 100px;
	}


	header .content{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}


	/* Toggle Button */
	#nav-toggle {
		position: absolute;
		width: 40px;
        height: 40px;
		cursor: pointer;
		z-index:99999;
        background-size: cover;
        right: calc(50% - 585px);
        top: 30px;
        background: initial;
		border:1px solid #ffffff;
		border-radius: 100px;
		
	}
	
	.btnWrap{
		display: flex;
		margin-right: 50px;
	}
	
	.headBtn01 a{
		display: flex;
		justify-content: center;
		align-items: center;
		background: linear-gradient(to bottom,#FF9933,#FF7066);
		height: 40px;
		width: 140px;
		font-size: 14px;
		font-weight: bold;
		border-radius: 100px;
		line-height: 0;
		color:#ffffff;
		margin-right: 20px;
	}	

.submitBtn{
  background: linear-gradient(to bottom,#FF9933,#FF7066) !important;
}
	
	.headBtn01 span{
		display: flex;
		justify-content: center;
		align-items: center;
	}	
	
	.headBtn01 span img{
		margin-right: 8px;
	}
	
	.headBtn02 a{
		display: flex;
		justify-content: center;
		align-items: center;
		background: #00B900;
		height: 40px;
		width: 205px;
		font-size: 14px;
		font-weight: bold;
		border-radius: 100px;
		line-height: 0;
		color:#ffffff;
		margin-right: 20px;
	}	

	
	.headBtn02 span{
		display: flex;
		justify-content: center;
		align-items: center;
	}	
	
	.headBtn02 span img{
		margin-right: 8px;
	}

    .headBtn03 a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border : solid 1px #000000;
    height: 40px;
    width: 205px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 100px;
    line-height: 0;
    color:#000000;
    margin-right: 20px;
  } 
  
  
  .headBtn03 span{
    display: flex;
    justify-content: center;
    align-items: center;
  } 
  
  .headBtn03 span img{
    margin-right: 8px;
  }
	
    
	#nav-toggle div {
		position: relative;
        width: 40px;
	}
    
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 1px;
		width: 50%;
		background: #ffffff;
		left: 25%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
        border-radius: 50px;
	}
    
	#nav-toggle span:nth-child(1) {
		top: 16px;
	}
    
	#nav-toggle span:nth-child(2) {
		top: 20px;
	}
    
    .nav-in {
        padding: 0px;
    }
	   
    #global-nav {
        position: absolute;
		background:#1C1C1C;
    color: #fff;
        width: 700px;
        height: 100vh;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        right: -700px;
        top:0;
        z-index: 9999;
		box-sizing: border-box;
		padding-top: 60px;
		line-height: 2.5em;
    }
	
	
    .open #nav-toggle {
        right: 30px;
        border: 1px solid #fff;
    }
    
    .open #nav-toggle span {
        background: #fff;
    }
    
    .open #nav-toggle span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    
    .open #nav-toggle span:nth-child(2) {
        top: 18px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-700px);
        -webkit-transform: translateX(-700px);
        transform: translateX(-700px);
        opacity: 1;
    }

	.open:after{
		content:" ";
		display: block;
		position: fixed;
		z-index: 1;
		background: rgba(255 255 255 / 0.5);
		width: 100vw;
		height: 100vh;
		top:0;
		left: 0;
	}

	.menuBox {
		display: block;
		margin: auto;
    margin-top: 40px;
	}
	
	.menuBox li {
		text-align:center;
		width: 90% !important;
		max-width:340px;
		margin: auto;
		line-height: 1.25em;
		border-radius:100px;
	}
	
	.menuBox li a{
		width: 100%;
		border-radius:100px;
	}


	.menuBox a{
		color:#fff;
		font-size:20px;
    font-weight: bold;
		text-align:center;
		display:block;
		padding:0 10px;
    margin-bottom: 30px;
	}

	.menuBox .pt01{
		width:100%;
    margin-top: 20px;
	}

	.menuBox .pt02{
		width:100%;
	}

	.menuBox .pt02 a{
    margin-top:80px;
	}

  #wraper{
    overflow: hidden;
  }



/* main */
  .mainImage{
    height: 550px;
    background: url("image/mainImage@2x.png");
    background-size: 1200px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }

  /* sub */
  .subImage{
    height: 300px;
    background: url("image/present.png");
    background-size: 780px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 80px;
  }

  /*スクロールダウン全体の場所*/
  .scrolldown {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    right: 50%;
    bottom: 25px;
    /*全体の高さ*/
    height: 50px;
  }

  /*Scrollテキストの描写*/
  .scrolldown span {
    /*描画位置*/
    position: absolute;
    left: -17px;
    top: -17px;
    /*テキストの形状*/
    color: #000;
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  /* 線の描写 */
  .scrolldown::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    left:0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
  }

  /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 30px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 50px;
      opacity: 0;
    }
  }

  .sec01{
    padding: 30px 0;
    background: url("image/sec01Bg@2x.png") center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  h2.imgTitle{
    text-align: center;
  }
  
  .imgSubTitle{
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 32px;
  }

  .shopList{
    position: relative;
    padding-bottom: 112px;
  }

  .shopList .prev{
    position: absolute;
    bottom: 0;
    left: calc(50% - 106px);
    cursor: pointer;
  }

  .shopList .next{
    position: absolute;
    bottom: 0;
    left: calc((50% - 56px) + 70px);
    cursor: pointer;
  }
  .shopList div.list{
    border-radius: 10px;
    box-shadow: 12px 12px 24px 0 rgba(0 0 0 / 4%);
    background: #ffffff;
    width: 360px;
  }
  
  .listWrap{
    padding: 0 30px 30px;
  }
  
  .shopImg{
    height: 160px;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    background-position: center;
  }
  
  .shopWrap{
    padding: 10px 10px 30px;
  }
  
  .shopListIcon span{
    padding:2px 10px;
    display: inline-block;
    font-size: 12px;
    color:#ffffff;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .shopListIcon .color01{
    background-color: #E8B641;
  }  
  
  .shopListIcon .color02{
    background-color: #FB5151;
  }
  
  .shopListTitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  .shopListText01{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
  }
  
  .shopListText02{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7em;
  }
  
  .shopListBtn{
    text-align: center;
  }
  
  .shopListBtn a{
    display: inline-block;
    padding: 3px 20px;
    border-radius: 100px;
    background: #404040;
    color:#ffffff;
    font-weight: bold;
    font-size: 16px;
  }  
  
  .slick-slide img{
    display: inline;
  }

  .sec{
    padding: 80px 0;
  }
  
  .grd01{
    background:  linear-gradient(to bottom,#D8F5FE,#F6FFF0);
  }
  
  .messageTitle{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5em;
    background: url("image/sec02TextBg.png") no-repeat;
    background-position: calc(50% + 330px) 0px;
    padding-bottom: 40px;
  }
  
  .messageTitle span{
    display: block;
  }


  .sec02Cont{
    display: flex;
    justify-content: space-between;
  }
  
  .sec02Cont--Box02{
    padding-left: 80px;
    width: calc(100% - 363px);
  }
  
  .sec02Cont--Box02__text{
    font-weight: bold;
    font-size: 20px;
    line-height: 2em;
  }
  
  .sec02Cont--Box02__text span{
    color:#FB5151;
  }  

  .sec02Cont{
    display: flex;
    justify-content: space-between;
  }
  
  .sec02Cont--Box02{
    padding-left: 80px;
    width: calc(100% - 363px);
  }
  
  .sec02Cont--Box02__text{
    font-weight: bold;
    font-size: 20px;
    line-height: 2em;
  }
  
  .sec02Cont--Box02__text span{
    color:#FB5151;
  }  

  .contTitle{
    font-weight: bold;
    font-size: 48px;
    line-height: 0.75em;
    margin-bottom: 50px;
  }
  
  #whatwedo .contTitle{
    padding: 40px 0;
    background: url("image/sec03TextBg.png") no-repeat;
    background-position: calc(50% + 280px) 20px;
  }

  .contTitle .textWrap{
    display: block;
  }
  
  .contTitle .textWrap span{
    display: block;
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    line-height: 1em;
  }
  
  .contTitle .textWrap span:after{
   content:" ";
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    background: #000000;
    left: 0;
    top:10px;
  }  

  .bx-wrapper{
    margin: 0;
    max-width: 100% !important;
    margin-top: 20px;
  }
	
	.bxslider p{
		height: 226px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 40px;
		background: #ffffff;
		width: 226px;
    	padding: 20px;
	}

	.bx-viewport{
		height: 226px !important;
	}
	
  .sec03Cont01{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  
  .sec03Cont01--Box01{
    width: 800px;
    margin-right: 40px;
  }
  
  .sec03Cont01--Box02{
    max-width: 356px;
    width: 100%;
  }
  
  .sec03Cont01--Text{
    position: absolute;
    padding: 40px;
    padding-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #ffffff;
    max-width: 645px;
    bottom:0;
    right: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 2em;
    box-sizing: border-box;
  }
  
  .sec03_a .color_pt{
    color:#E8B641;
  }
  
  .sec03Title{
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
  }

  .sec03Cont02{
    padding: 20px 0 10px;
    padding-left: 60px;
    border-radius: 10px;
    margin-bottom: 100px;
  }
  
  .sec03_a .sec03Cont02{
    background: #F1F6F8;
  }
  
  .sec03Cont02--Box{
    display: flex;
    padding: 10px 0;
  }
  
  .sec03Cont02Title{
    width: 165px;
    font-weight: bold;
    font-size: 24px;
  }
  
  .sec03Cont02--Box ul{
    display: flex;
    flex-wrap: wrap;
  }
  
  .sec03Cont02--Box ul li{
    display: inline-block;
    font-size: 18px;
    padding: 5px 20px;
    background: #ffffff;
    border-radius: 100px;
    margin-right: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .sec03_a .sec03Cont02--Box ul li{
    border:1px solid #4595B9;
  }
  
  .sec03Cont02--Box.pt02{
    margin-top: 20px;
  }

  .sec03_b .color_pt{
    color: #FB5151;
  }
  
  .sec03_b .sec03Cont02{
    background: #F8F1F1;
  }
    
  .sec03_b .sec03Cont02--Box ul li{
    border:1px solid #FB5151;
  }
    
  .cvr{
    padding: 80px;
    background: url("image/cvnBg@2x.png") center;
    background-size: cover;
    text-align: center;
  }

  .cvrCont02{
    margin-bottom: 40px;
  }

  .cvrCont03{
    margin: 20px auto;
    font-weight: bold;
    font-size: 24px;
    width: 320px;
  }

 

  #feature .contTitle {
      background-image: url(image/sec05BgText.png);
      background-position: calc(50% - 400px) 0;
      padding: 30px 0;
    position: relative;
    margin-bottom: 40px;
  }

  #feature .contTitle:after {
      content: "なぜSPEEDYなのか？\A他社との違いや魅力を紹介します。";
      white-space: pre;
      font-size: 20px;
      line-height: 1.7em;
      position: absolute;
      top: 65px;
      right: calc(50% - 350px);
  }

  .sec05h3{
    display: inline-block;
    padding: 5px 20px;
    background: #ffffff;
    font-size: 32px;
    color:#E8B641;
  }
  
  .sec05List{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .sec05List li{
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
    border-radius: 10px;
    background: rgba(255 255 255 / 60%);
    padding: 20px;
  }
  
  .sec05List--Img{
    text-align: center;
    margin-bottom: 20px;
  }
  
  .sec05List--Text01{
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.4em;
    font-size: 24px;
  }
  
  .sec05List--Text02{
    font-weight: bold;
    line-height: 2em;
    font-size: 16px;
  }  

  .sec05udText{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 80px;
  }
  
  .sec05udText02{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  span.tri{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #1298bd transparent transparent transparent;
    display: inline-block;
    margin-top: 30px;
  }
  
  .sec05udBox{
    display: flex;
    justify-content: space-between;
  }
  
  .sec05udBox--inner{
    max-width: 500px;
    width: calc(50% - 40px);
  }


  .sec05_b{
    background: url("image/sec05Bg@2x.png") center;
    background-size: cover;
  }

  .sec05_b .content{
    position: relative;
    height: 468px;
  }

  .sec05_b--box{
    position: absolute;
    right: 0;
    bottom:30px;
  }
  
  .sec05_b--box .textBox{
    padding: 3px 10px;
    background: #ffffff;
    display: inline-block;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
  }
  
  .sec05_b--box .textBox span{
    color:#E8B641;
  }  
  
  .sec05_c{
    padding-top: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height:2em;
  }
  
  .sec05_c .textBox{
    padding: 3px 10px;
    background: #E8B641;
    display: inline-block;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 15px;
    color: #ffffff;
  }

  .sec06Title{
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5em;
  }
  
  .sec06Title span{
    color:#E8B641;
    font-size: 18px;
    line-height: 1.5em;
    display: inline-block;
    margin-bottom: 8px;
  }  

  .sec06List{
    display: flex;
    justify-content: space-between;
  }
  
  .sec06List li{
    width: calc(50% - 20px);
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
  }  
  
  .sec06List--Img{
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  
  .sec06List--Text{
    padding: 20px;
    font-weight: bold;
    line-height: 1.7em;
  }
  
  .sec06List--Text span{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    width: 100%;
  } 
  
  .sec06List--Text span.pt01{
    color:#E8B641;
  }   
  
  .sec06List--Text span.pt02{
    color:#FB5151;
  } 
  
  .sec06ListUd{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  
  .sec06ListUd span{
    text-align: left;
    width: calc(50% - 20px);
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
  }

  .sec06Wrap{
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 60px;
  }
  
  .sec06Wrap--Text{
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
  }

  #interview .contTitle{
    background-image: url("image/sec07TextBg.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 330px) 0;
    padding: 40px 0;
  }


  .sec07Cont{
    background: #F1F6F8;
  }
  
  .sec07Box{
    padding: 40px;
    padding-top: 0;
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 40px;
  }
  
  .sec07prf--Wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .sec07prf--Img{
    padding-left: 50px;
    padding-right: 30px;
    width: calc(100% - 600px);
  }
  
  .sec07prf--TextBox{
    width: 600px;
    background-repeat: no-repeat;
    background-position: right top;
  }
  
  .sec07prf--Text01 .name{
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: bold;
  }
  
  .sec07prf--Text01 .posi{
    font-size: 16px;
    font-weight: bold;
  }
  
  .sec07prf--Text02{
    margin-top: 70px;
  }
  
  .sec07prf--Text02 .massageBox{
    display: inline-block;
    padding: 3px 20px;
    background: #E8B641;
    font-size: 32px;
    font-weight: bold;
    color:#ffffff;
    margin-top: 10px;
  }
  
  .sec07int--Box dl{
    font-weight: bold;
    margin-top: 30px;
  }
  
  .sec07int--Box dt{
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.7em;
  }
  
  .sec07int--Box dd{
    font-size: 18px;
    line-height: 1.7em;
  }
  
  .sec07int--Box dd span{
    color: #E8B641;
  }

  .sec07Box_b_wrap{
    display: flex;
    justify-content: space-between;
  }
  
  .sec07Box_b{
    padding: 30px;
    padding-bottom: 50px;
    border-radius: 20px;
    background: #ffffff;
    width: calc(50% - 20px);
  }  
  
  .sec07prf--TextBox_b{
    width:100%;
    padding-top: 75px;
    background-repeat: no-repeat;
    background-position: right top;
  }
  
  
  .sec07prf--Text01_b .name{
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: bold;
  }
  
  .sec07prf--Text01_b .posi{
    font-size: 16px;
    font-weight: bold;
  }
  
  .sec07prf--Text02_b{
    margin-top: 15px;
  }
  
  .sec07prf--Text02_b .massageBox{
    display: inline-block;
    padding: 3px 20px;
    background: #E8B641;
    font-size: 24px;
    font-weight: bold;
    color:#ffffff;
    margin-top: 10px;
  }
  
  .sec07int--Box_b dl{
    font-weight: bold;
    margin-top: 20px;
  }
  
  .sec07int--Box_b dt{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.7em;
  }
  
  .sec07int--Box_b dd{
    font-size: 18px;
    line-height: 1.7em;
  }
  
  .sec07int--Box_b dd span{
    color: #E8B641;
  }

  #reqruit .contTitle{
    background-image: url("image/sec08TextBg.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 400px) 0;
  }

  #reqruit .contTitle .content{
    position: relative;
    padding: 0 0 60px;
  }

  #reqruit .contTitle .content:after{
    content:"正社員・アルバイトどちらも応募が可能です";
    left: 0;
    bottom:0;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
  }

  .reqWrap{
    padding:30px 50px 85px;
    border-radius: 10px;
    box-shadow: 24px 24px 48px 0 rgba(0 0 0 / 8%);
  }
  
	.tab-group{
		display: flex;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
	}
	
	.tabBox{
		font-size: 20px;
		color:#000000;
		transition: all 0.2s ease-out;
		cursor:pointer;
		position: relative;
		padding: 20px 0;
    background: #DDDDDD;
    width: calc(100% / 4);
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
	}
	
	.tabBox.is-active{
		color:#E8B641;
		transition: all 0.2s ease-out;
    background: #ffffff;
	}
  
  .tabBox:nth-child(n + 3).is-active{
		color:#FB5151;
	}

	.tab-panel{
		margin-top:50px;
	}
	

	.panel{
		display:none;
    background:#ffffff;
    border-radius: 0 0 10px 10px;
    padding: 50px 0 40px;
	}
	
	.panel.is-show{
		display:block;
	}
		
  .panelBox{
    padding: 10px 40px;
  }

  .panelBox:not(:first-of-type){
    border-top:1px solid #E0E0E0;
  }

  .panelBox:last-of-type{
    border-bottom:1px solid #E0E0E0;
  }
  
  .panelBox > dt{
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  
  .panelTitle{
    padding: 1px 20px;
    min-width: 140px;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 10px;
    background: #000000;
  }
  
  dd.panelinner{
    font-size: 16px;
    line-height: 2em;
  }
  
  dd.panelinner dt{
    font-weight: bold;
  }
  
  .panelBox .flex{
    display: flex;
    justify-content: space-between;
  }
  
  .panelBox .flex dl{
    width: 48%;
  }

  .panelNote {
    font-weight: bold;
    padding: 20px 40px 0;
  }
  
  dd.list ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  
  dd.list ul li{
    display: inline-block;
    margin-right: 10px;
    padding: 2px 5px;
    font-size: 14px;
    border:1px solid #000000;
  }
  
  .sec08Btn{
    margin-top: 60px;
    text-align: center;
  }
  
  .sec08Btn a{
    display: inline-flex;
    width: 100%;
    max-width:330px ;
    height: 67px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color:#ffffff;
    background: linear-gradient(to right,#FF9933,#FF7066);
    font-size: 20px;
    border-radius: 100px;
  }  


  #company .contTitle{
    background-image: url("image/sec09TextBg.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 270px) 0;
    padding: 40px 0;
  }


  .sec09{
    background: #F1F6F8;
    margin-top: 50px;
  }
  
  h3.compSubTitle{
    display: block;
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 30px;
  }
  
  h3.compSubTitle:after{
   content:" ";
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    background: #000000;
    left: 0;
    top:10px;
  } 
  
  .compList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  
  .compList > li{
    width: calc((100% - 90px) / 3);
    padding: 20px;
    padding-top: 0;
    background: #ffffff;
    box-shadow: 24px 24px 48px 0 rgba(0 0 0 / 8%);
    margin-bottom: 45px;
  }
  
  .compList--Text01{
    display: flex;
    margin: auto;
    width: 180px;
    height: 40px;
    background: #E8B641;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    color:#ffffff;
  }
  
  .compList--Img{
    display: flex;
    justify-content: center;
    align-items: center;   
    height: 140px;
  }
  
  .compList--Text02{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.9em;
    margin-top: 10px;
  }
  
  li:nth-child(n + 4) .compList--Img{ 
    height: 210px;
  }  

  .compCont01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .compCont01--Box01{
    width: 530px;
    padding-right: 40px;
  }
  
  .compCont01--Box02{
    width: calc(100% - 530px);
  }
  
  .compCont01--Box02__Text01{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.5em;
  }
  
  .compCont01--Box02__Text01 span{
    color:#E8B641;
  }  
  
  .compCont01--Box02__Text02{
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
  }

  .compCont02{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  } 
  
  .compCont02 li{
    width: calc((100% - 60px) / 3);
    padding: 20px;
    background: #ffffff;
    border:2px solid #4595B9;
  }  
  
  .compCont02 .num{
    font-size: 56px;
    color:#4595B9;
    margin-bottom: 20px;
    font-weight: bold;
  } 
  
  .compCont02Title{
    font-size: 22px;
    font-weight: bold;
    color:#4595B9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:1px solid #000000;
  }

  .compCont02Text{
    height: 135px;
    overflow: hidden;
    transition: 1s;
    font-weight: bold;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 20px;
  }

  .compCont02Text.moreText{
    height:auto;
  }

  button.more {
  width: 100%;
  margin: 20px auto;
  display: block;
  background-color: #E8B641;
  color: #fff;
  padding:10px 15px;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
  }

  button.more::after {
  content: "more";
  transition: .2s;
  -erbkit-transition: .2s;
  }

  button.more.on-click{
    display: none;
  }

  .compCont03{
    padding: 50px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
  
  .compCont03--Box01{
    width: 530px;
    margin-right: 120px;
  }
  
  .compCont03--Box02{
    width: calc(100% - 650px);
  }
  
  .compCont03--Box01--Text01{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.8em;
  }
  
  .compCont03--Box01--Text02{
    font-size: 16px;
    line-height: 2em;
    font-weight: bold;
  } 
  
  .compCont03--Box02{
    text-align: center;
  }
  
  .compCont03--Box01--Text03{
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.1em;
  }
  
  .compCont03--Box01--Text03 span{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 8px;
  }


  .compCont04 dl{
    padding: 15px 0;
  }
  
  .compCont04 dl:not(:first-child){
   border-top: 1px solid #DEDEDE;
  }
  
  .compCont04 dt{
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
  }
  
  .compCont04 dd{
    font-size: 16px;
    line-height: 1.7em;;
  }  

  #qa .contTitle{
    background-image: url("image/sec10TextBg.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 500px) 0;
    padding: 40px 0;
  }


.faqList{
		position: relative;
		margin-bottom: 30px;
		background: #ffffff;
		border-radius: 20px;
    box-shadow: 24px 24px 48px 0 rgba(0 0 0 / 8%);
	}
	
	.faqList dt{
		font-weight: bold;
		display: flex;
		align-items: center;
		height: 100px;
		position: relative;
		cursor: pointer;
    font-size: 24px;
    padding-left: 40px;
	}
	
	.faqList dd{
		padding: 40px;
    padding-left: 60px;
    padding-top: 0;
		position: relative;
		padding-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
	}
	
	.faqList:after{
		content:"+";
		font-weight: normal;
		position: absolute;
		top:30px;
		right: 30px;
		font-size: 35px;
		color:#ffffff;
    border-radius: 100px;
    background: #E8B641;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	}

	.faqList.on:after{
		content:"-";
	}


  #entry .contTitle{
    background-image: url("image/entry.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 500px) 0;
    padding-top: 40px;
  }

  #entry .contTitle .content:after{
    content:"以下のフォームより内容を入力し、送信してください。\A後日、採用担当よりご連絡いたします。";
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    white-space: pre;
  }

  footer{
    padding: 20px 0;
    background: #000000;
    text-align: center;
    color:#ffffff;
    font-size: 12px;
  }


#entry select{
    display: block;
    height: 100%;
    padding-left: 10px;
  width: 100%;
}

.selectWrap{
  position: relative;
}

.selectWrap:after{
  content:" ";
  position: absolute;
    display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  right: 20px;
  top:15px;
}
@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1200px){
	body{
		width:100vw;
		overflow-x: hidden;
	}
  
  #nav-toggle {
      right: 15px;
  }
  
  .open #nav-toggle {
      right: 15px;
  }
  
  .content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  header .content{
    width: 100%;
    padding-left:10px;
  }
  
  .contTitle{
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .sec03Cont01 {
      padding-bottom: 100px;
  }
  
}

@media screen and (max-width:1100px){
.mainImage {
    background-size: contain;
}
  
.subImage{
      background-size: contain;

}
  .content02{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media screen and (max-width:1000px){
  .mainImage {
      height: 40vw;
    margin-bottom:50px;
  }
  
  .subImage{
        height: 40vw;
    margin-bottom:50px;
    margin-top: 50px;

  }

  .content02{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .scrolldown {
      bottom: -15px;
  }
  
  .sec02Cont--Box02 {
      padding-left: 30px;
      width: 60vw;
  }
  
  .sec02Cont--Box02__text {
      font-size: 16px;
      line-height: 2em;
  }
  
  .sec03Cont01--Text {
      max-width: 500px;
      font-size: 16px;
  }
  
  .sec03Cont01 {
      padding-bottom: 200px;
  }
  
  .sec03Cont01--Box02 {
      max-width: 25vw;
  }
  
  .sec03Cont01--Box01 {
      width: 70vw;
      margin-right: 5vw;
  }
  
  .sec03Cont02--Box ul {
      width: calc(100% - 165px);
  }
  
  #feature .contTitle:after {
      position: inherit;
      top: 15px;
      right: inherit;
      left: 5%;
  }
  
  .sec05List--Text01 {
      font-size: 14px;
  }
  
  .sec05List--Text02 {
      font-size: 12px;
  }
  
  .sec07prf--Wrap {
      padding-top: 40px;
  }

  .sec07prf--Text02 .massageBox {
      font-size: 2.5vw;
  }
  
  .sec07prf--Img {
      width: 40vw;
  }
  
  .sec07prf--Text02 {
      margin-top: 20px;
  }
  
  .sec07prf--Text02_b .massageBox {
      font-size: 2.5vw;
  }
  
  .sec07Box_b {
      width: 100%;
    margin-bottom: 40px;
  }
  
  .sec07Box_b_wrap {
      display: block;
  }
  
  #reqruit .contTitle .content {
      margin: 0;
  }
  
  .compList > li {
      width: calc((100% - 60px) / 2);
  }
  
  .compCont01--Box01 {
      width: 35%;
      padding-right: 5%;
  }
  
  .compCont01 {
      align-items: inherit;
  }
  
  .compCont01--Box02 {
      width: 65%;
  }
  
  .compCont01--Box02__Text01 {
      font-size: 34px;
  }
  
  .compCont03--Box01 {
      width: 55vw;
      margin-right: 5vw;
  }
  
  .compCont03--Box02 {
      width: 40vw;
  }
  
  .compCont03--Box01--Text01 {
      font-size: 18px;
  }
  
  .compCont03--Box01--Text03 {
      font-size: 18px;
  }

}

@media screen and (max-width:800px){
  .compCont02 {
      display: block;
  }
  
  .compCont02 li {
      width: 100%;
      margin-bottom: 30px;
  }
  
  .compCont02Text {
      height: 80px;
      overflow: hidden;
      transition: 1s;
      font-weight: bold;
      font-size: 14px;
      line-height: 2em;
      margin-bottom: 20px;
  }
  
  .btnWrap{
    display: none;
  }
  
  #nav-toggle {
      top: 20px;
  }

  
}

@media screen and (max-width:700px){
  .sp{
    display: block;
  }
  
  .pc{
    display: none;
  }
  
  body {
      padding-top: 56px;
  }
  
  .sec {
  width: 100vw;
  overflow: hidden;
  }
  
  .content,
  .content02
  {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  
  header .content {
      margin: 0;
    height: 56px;
  }
  
  .contTitle{
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right:10px;
    font-size: 32px;
  }
  
  
	 #global-nav {
        width: 100%;
       right: -100%;
    }
	
  header .content {
      position: relative;
      z-index: 99991;
      background: #ffffff;
  }
  
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }

    .open #nav-toggle {
        border: 1px solid #707070;
    }

    .open #nav-toggle span {
        background: #707070;
    }
  
  header {
      height: 56px;
  }
  
  h1 img{
      width: 280px;
      padding-top: 5px;
  }
  
  #nav-toggle {
      top: 8px;
  }
  
  .mainImage {
      height: calc(100vh - 56px);
      margin-bottom: 0;
      background-image: url("image/sp_main@2x.png");
      background-size: contain;
  }
  
  .scrolldown {
      display: none;
  }
  
  .sec{
    padding: 40px 0;
  }
  
  .sec01 {
      background-size: cover;
  }
  
  .messageTitle {
      font-size: 24px;
      background-position: 18% 0;
      padding-bottom: 40px;
      padding-top: 90px;
      background-size: 330px;
  }
  
  .sec02Cont {
    display: block;
  }
  
  .sec02Cont--Box01{
    padding:0 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .sec02Cont--Box02 {
      padding-left: 0;
      width: 100%;
  }
  
  .sec02Cont--Box02__text {
      font-size: 18px;
  }


  .contTitle {
      padding-top: 100px !important;
  }
  
  .contTitle strong{
      line-height: 1.5em;
  }
  
  #whatwedo .contTitle {
      background-position: calc(50% + 280px) 20px;
  }

  #whatwedo .contTitle {
      background-position: 17px 0;
      background-size: 490px;
  }
  
  .sec03Cont01 {
      display: block;
  }
  
  .sec03Cont01--Box01 {
    width:calc(100% + 20px);
    margin-left: -10px;
		overflow-x: hidden;
    text-align: center;
  }
  
  .sec03Cont01--Box01 img{
		      width: 120%;
	}
  
  .sec03Cont01--Box02 {
      right: 0;
      max-width: 100%;
      width: 150px;
      position: absolute;
      top: -210px;
  }
  
  .sec03Cont01--Text {
      padding: 0;
      max-width: 100%;
      font-size: 18px;
      position: inherit;
      margin-top: 30px;
  }
  
  .sec03Cont01 {
      padding-bottom: 0;
  }
  
  .sec03 .imgTitle,
  .sec03 .imgSubTitle{
    padding-left: 5%;
    text-align: left;
  }
  
  .bxslider li{
    width: 226px !important;
  }
  
  .sec03Cont02 {
      padding: 20px;
  }
  
  .sec03Cont02--Box {
      display: block;
  }
  
  .sec03Cont02--Box ul {
      width: 100%;
      margin-top: 18px;
  }
  
  .sec03Cont02 {
      margin-bottom:0;
  }
  
  .sec03_a .sec03Cont02 {
      background: #F1F6F8;
      margin-bottom: 180px;
  }

  .cvr {
      padding: 0;
      background: none;
      background-size: cover;
      text-align: center;
  }
  
  .cvrCont03 img{
    width: 100%;
  }
  
  
  #feature .contTitle {
      background-position: 20px 0;
      background-size: 300px;
  }
  
  .sec05h3{
    padding: 0;
    background: initial;
    font-size: 28px;
  }
  
  .sec05h3 span{
    padding: 3px 8px;
    display: inline-block;
    margin-bottom: 10px;
    background: #ffffff;
  }  
  
  .sec05List {
      display: block;
  }
  
  .sec05List li {
      width: 100%;
  }
  
  .sec05List--Text01 {
      font-size: 24px;
  }
  
  .sec05List--Text02 {
      font-size: 16px;
  }
  
  .sec05udText {
      font-size: 14px;
      text-align: left;
      margin: 20px 0 40px;
  }
  
  .sec05udText02 {
      font-size: 24px;
  }
  
  .sec05udBox {
      display: block;
  }
  
  .sec05udBox--inner {
      margin-bottom: 15px;
      max-width: 100%;
      width: 100%;
  }
  
  .sec05udBox--inner img{
    width: 100%;
  }
  
  .sec05_b .content {
      position: relative;
      height: 400px;
      width: 100%;
  }
  
  .sec05_b--box {
      right: inherit;
      left: 0;
      bottom: 0;
  }
  
  .sec05_b--box .textBox {
      font-size: 22px;
  }
  
  .sec05_b {
      background: url(image/sec05Bg@2x.png) center;
      background-size: 1000px;
      background-repeat: no-repeat;
      background-position: 35% 0;
  }
  
  .sec05_c .textBox {
      font-size: 24px;
    width: 100%;
  }
  
  .sec06Title {
      font-size: 22px;
  }
  
  .sec06List {
      display: block;
  }
  
  .sec06List li {
      width: 100%;
      margin-bottom: 30px;
  }
  
  .sec06List--Img {
      height: 200px;
  }
  
  .sec06List--Text {
      font-size: 18px;
  }
  
  .sec06ListUd span {
      width: 100%;
  }
  
  .sec06Wrap {
      padding: 10px;
  }
  
  .overImg{
    overflow: scroll;
  }
  
  .overImg img{
    max-width: 680px;
    width: 680px;
  }
  
  .sec06Ud{
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    margin-bottom: 20px;
  }
  
  .sec06{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  #interview .contTitle {
      background-size: 330px;
      background-position: 10px 0;
    margin-bottom: 20px;
  }
  
  .sec07prf--Img {
      width: 100%;
      text-align: center;
      background-repeat: no-repeat;
      background-position: right top;
    position: absolute;
    left: 0;
    top:-130px;
  }
  
  .sec07prf--Img img{
      width:200px;
  }
  
  .sec07prf--Img.pt01 {
      background-image: url('image/sec07Int01.png');
  }  
  
  .sec07prf--Img.pt02 {
      background-image: url('image/sec07Int02.png');
  }  
  
  .sec07prf--Img.pt03 {
      background-image: url('image/sec07Int03.png');
  }    
  
  .sec07Box{
      padding: 10px;
      position: relative;
      padding-top: 60px;
    margin-top: 200px;
  }
  
  .sec07Box_b{
      padding: 10px;
      position: relative;
      padding-top: 60px;
    margin-top: 160px;
  }
  
  .sec07prf--Wrap {
      display: block;
  }
  
  .sec07prf--TextBox {
    width: 100%;
    background: none !important;
  }
  
  .sec07prf--Text01{
    text-align: center;
  }
  
  .sec07prf--Text02,
  .sec07prf--Text02_b {
    box-decoration-break: clone;	
    -webkit-box-decoration-break: clone;
    display: inline;
    border: 15px #E8B641 solid;
    line-height: 3.5em;
    background-color: #E8B641;
  }
  
  .sec07prf--Text02 .massageBox,
  .sec07prf--Text02_b .massageBox{
    display: inline;
    padding: 0;
    background: initial;
    font-size: 24px;
    margin-top: 0;
  }
  
  
  .sec07prf--TextBox_b {
      width: 100%;
      padding-top: 75px;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 300px;
    margin-top: -125px;
  }  
  
  #reqruit .contTitle .content:after {
    content: "正社員・アルバイト\Aどちらも応募が可能です";
    white-space: pre;
    left: 0;
    bottom: 0;
    font-size: 20px;
    font-weight: bold;
    position: inherit;
    margin-top: 20px;
    display: inline-block;
}
  
  #reqruit .contTitle {
      background-position: 10px 0;
      background-size: 300px;
  }
  
  #reqruit .contTitle .content {
      padding: 0;
  }
  
  .reqWrap{
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .tabBox {
      font-size: 14px;
      padding: 10px 0;
  }  
  
.panel {
    padding: 30px 0;
}

.panelBox {
    padding: 20px 10px;
}

.panelTitle {
    margin-left: 10px;
}
  
  dd.list ul li {
      margin-bottom: 10px;
  }

  #company .contTitle {
      background-size: 300px;
      background-position: 10px 0;
  }
  
  .compList > li {
      width: 100%;
  }
  
  .compCont01 {
      display: block;
  }
  
  .compCont01--Box01 {
      width: calc(100% + 20px);
      padding-right: 0;
      margin-left: -10px;
  }
  
  .compCont01--Box02 {
      width: 100%;
    margin-top: 20px;
  }
  
  .compCont01--Box02__Text01{
    text-align: center;
  }
  
  .compCont02Text {
      height: 160px;
  }

  .compCont02 .num {
      margin-bottom: 0;
  }
  
  .compCont02Title {
      line-height: 1.75em;
  }
  
  .compCont03 {
      padding: 10px;
      background: #ffffff;
      border-radius: 10px;
      display: block;
      margin-bottom: 60px;
    padding-top: 200px;
    margin-top: 160px;
    position: relative;
  }
  
  .compCont03--Box01 {
      width: 100%;
      margin-right: 0;
  }
  
  .compCont03--Box02 {
      font-size: 16px;
      width: 100%;
      position: absolute;
    text-align: center;
    top:-100px;
    left: 0;
  }
  
  .compCont03--Box02 img{
    width: 200px;
  }
  
  .compCont03--Box01--Text03 {
      font-size: 20px;
      text-align: center;
  }
  
  .compCont03--Box01--Text01 {
      font-size: 24px;
  }
  
  #qa .contTitle {
      background-size: 190px;
      background-position: 10px 0;
  }
  
  .faqList dt {
      font-size: 16px;
      padding-left: 20px;
      padding-right: 110px;
      line-height: 2em;
  }
  
  .faqList dd {
      padding: 10px;
      padding-left: 10px;
      padding-top: 0;
      position: relative;
      padding-bottom: 20px;
      color: #E8B641;
      font-size: 16px;
      font-weight: bold;
  }
  
  #entry .contTitle .content:after {
      content: "以下のフォームより内容を入力し、\A送信してください。\A後日、採用担当よりご連絡いたします。";
      margin-top: 20px;
    text-align: left;
  }
  
  #entry .contTitle {
      background-size: 230px;
      background-position: 10px 0;
  }
  
  
  
}


