
/*===============================================
　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/interview/img/main_bg_sp.jpg") no-repeat center;
		background-size: cover;
	}
		
	#main_wrap h1{
		text-align: center;
		letter-spacing: 2px;
		font-size: 3.3rem;
		font-weight: 500;
		width: 80%;
		position:absolute;
		top: 50%;
		left:50%;
		font-family: 'Noto Sans JP', sans-serif;
		transform: translate(-50%, -50%);
		background: linear-gradient(90deg, #ff9600 , #ff9701 5%, #f7b817);
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgb(255 150 0);
	}
	#main_wrap h1 span{
		display: block;
		font-weight: 400;
		font-family: 'Roboto', sans-serif;
		margin: -64px 0 -12px;
		font-size: 1.8rem;
		text-align: center;
		color: #ff9600;
	}
    
    /* ============================================================
 	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;
	}
	
	
	
	/* =========================================================================
 	interview
	===========================================================================*/
	
	/* sec01 ----------------------------- */
	.interview #sec01 {
		/* background: #f6fbff; */
		padding: 40px 0 30px;
		text-align: center;
	}

	.interview .int_box{
		padding: 40px 0 20px;
		position: relative;
	}

	.interview .int_box:nth-child(1){
		background: url(/recruit/career/interview/img/ppl01.png) no-repeat center;
		background-position: right 0% bottom 90px;
		background-size: 50%;
	}

	.interview .int_box:nth-child(2){
		background: url(/recruit/career/interview/img/ppl02.png) no-repeat center;
		background-position: right 0% bottom 90px;
		background-size: 50%;
	}

	.interview .int_box:nth-child(3){
		background: url(/recruit/career/interview/img/ppl03.png) no-repeat center;
		background-position: right 0% bottom 90px;
		background-size: 50%;
	}

	.interview .int_box:nth-child(4){
		background: url(/recruit/career/interview/img/ppl04.png) no-repeat center;
		background-position: right 0% bottom 90px;
		background-size: 50%;
	}
	.interview #sec01 h2 {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.7rem;
		letter-spacing: 1px;
		margin: 0 auto 30px;
		text-align:left;
		line-height:4.0rem;
		background: linear-gradient(110deg, #ff9600 , #fca309 45%, #f7b817);
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgba(255,255,255,0.0);
	}

	.interview #sec01 h2 span{
		display:block;
		font-size:1.8rem;
	}

	.interview #sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		text-align:left;
		letter-spacing: 1px;
		padding: 0 0 0 17px;
		position: relative;
		margin: 0 0 25px;
	}

	.interview #sec01 h3:before{
		content:"";
		position: absolute;
		width: 2px;
		height: 49px;
		left: 1px;
		background-color: #ff9701;
	}

	
	/* ============================================================
 	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) {
	
}

