
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ============================================================
 	main vi 
	==============================================================*/
	
     .cover{
		width:100%;
		height:100vh;
		left:0;
		top:0;
		background:#fff;
		position:absolute;
		z-index:20;
		transition: all 1.5s cubic-bezier(0, 0, 0, 0) 0.25s;
	}
	.cover_act{
		opacity:0
	}

	#main_wrap{
		width: 100%;
		height: 100vh;
		position: relative;
		overflow: hidden;
		background: url("../../../recruit/career/img/main_bg_sp.jpg") no-repeat center;
		background-size: cover;
	}
	
	#main_wrap h1{
		text-align: center;
		width: 100%;
		position:absolute;
		top: 50%;
	}
	
	#main_wrap h1 span{
		display: block;
		margin: -40px 2% 0;
		width: 96%;
	}

	#main_wrap h1 span image{
		width:100%;
	}
    
    /* ============================================================
 	main vi swiper
	==============================================================*/
	#main_wrap .swiper_bg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		transition: all 14s cubic-bezier(0.38, 0.36, 0.6, 0.6) 0s;
		transform: scale(1);
	}
	
	#main_wrap .notransition{
		transition:none !important;
		transform: scale(1) !important;
	}

	#main_wrap .swiper-slide-active .swiper_bg{	
		transform: scale(1.2);
	}
	#main_wrap .swiper-slide-prev .swiper_bg{	
		transform: scale(2);
	}
	#main_wrap #progress_wrap{
		position: absolute;
		left: 5%;
		bottom: 50px;
		background: rgba(255,255,255,0.3);
		height: 1px;
		z-index: 10;
		width: 90%;
	}
	#main_wrap #progress {
		background: #fff;
		height: 1px;
	}
	
	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		background: #fff;
		padding: 60px 0 0;
	}
	
	#sec01 .wrapper{
		padding: 0 0;
	}
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 2.5rem;
		line-height: 3.6rem;
		margin: 0 0 20px;
		background: linear-gradient(110deg, #28679e , #28679e 45%, #5aa5a1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgba(255,255,255,0.0);
		text-align: center;
		letter-spacing: 1px;
	}

	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		color: #999999;
		padding:0 5%;
		margin: 0 0 24px;
	}
	
	
	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		background: #fff;
		padding: 54px 0 6px;
	}
	
	#sec02 .wrapper{
		padding: 0 0;
	}
	
	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 2.5rem;
		line-height: 3.6rem;
		margin: 0 0 24px;
		background: linear-gradient(110deg, #28679e , #28679e 45%, #5aa5a1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgba(255,255,255,0.0);
		text-align: center;
		letter-spacing: 1px;
	}

	#sec02 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		color: #999999;
		padding:0 5%;
		margin: 0 0 24px;
	}

		
	
	/* ============================================================
 	section 03
	==============================================================*/
	
	#sec03{
		width: 100%;
		padding: 52px 0;
		background: url(../../../recruit/career/img/bg_recruit.jpg) no-repeat center;
		background-size: cover;
		overflow: hidden;
	}

	.btn_more_orange_box{
		text-align:center;
	}

	.btn_more_orange_box a:before{
		content:"";
		position:absolute;
		height: 26px;
		width: 26px;
		top: 28px;
		left: 10%;
		background: url(../../../recruit/career/img/icon_search.png) no-repeat center;
	}

	.btn_more_orange_box a{
		display:inline-block;
		position:relative;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 2.0rem;
		letter-spacing:0.1rem;
		line-height:100%;
		padding: 30px 0 30px;
		width: 94%;
		border-radius: initial;
		color:#fff;
		box-shadow: 14px 20px 20px 0 rgba(16,36,71,0.2);
		background: linear-gradient( to right,  #ff9600 25%, #f7b817 75% );
		transition: all 0.5s cubic-bezier(0, 0, 0.31, 1.66) 0s;
	}

	.btn_more_orange_box a:hover{
		transform: scale(1.1);
	}
	.btn_more_orange.ptn02{
		margin-top: 10px;
	}
	.btn_more_orange.ptn02 a:before{
		content: none;
	}

	
	/* ============================================================
 	btn
	==============================================================*/
	
	#sec01 .btn_more a span{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-size: 1.1rem;
		text-align: center;
		margin:0 0 2px;
	}
		
	#sec02 .btn_more a span{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-size: 1.1rem;
		text-align: center;
		margin:0 0 2px;
	}

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

