
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
	
	/* ============================================================
 	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: 358px;
		background: url(/recruit/career/interview/img/main_bg.jpg) no-repeat center;
		background-size: cover;
		position: relative;
		margin: 87px 0 0;
		overflow: hidden;
	}
	
	#main_wrap h1{
		text-align: center;
		letter-spacing: 2px;
		font-size: 3.3rem;
		font-weight: 700;
		width: 210px;
		position:absolute;
		top: 53%;
		left:50%;
		color: #ff9600;
		font-family: 'Noto Sans JP', sans-serif;
		transform: translate(-50%, -50%);
		background: linear-gradient(90deg , #ff9600 , #fca309 45%, #f7b817);
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgba(255,255,255,0.0);
	}
	#main_wrap h1 span{
		display: block;
		font-weight: 400;
		font-family: 'Roboto', sans-serif;
		margin: 0px 0 -12px;
		font-size: 1.8rem;
		text-align: center;
		color: #ff9600;
	}
	#main_wrap h1 span image{
		width:100%;
	}
	
    
   
	
	
	/* =========================================================================
 	interview
	===========================================================================*/
	
	/* sec01 ----------------------------- */
	.interview #sec01 {
		/* background: #f6fbff; */
		padding: 40px 0 30px;
		text-align: center;
	}

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

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

	.interview .int_box:nth-child(2){
		background: url(/recruit/career/interview/img/ppl02.png) no-repeat center;
		background-position: left 42% bottom 0;
		padding: 40px 0 170px 614px;
	}

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

	.interview .int_box:nth-child(4){
		background: url(/recruit/career/interview/img/ppl04.png) no-repeat center;
		background-position: left 42% bottom 0;
		padding: 40px 0 170px 614px;
	}

	.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;
	}

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

	.interview .btn_more a{
		width:380px;
		position: absolute;
		left: 0;
		top: 35px;
	}
	
	/* ============================================================
 	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;
	}
	

}



