
/* ============================================================
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: 800px;
		height: 382px;
		background-size: cover;
		position: relative;
		margin: 87px auto 0;
		overflow: hidden;
	}
	
	#main_wrap h1{
		letter-spacing: 2px;
		font-size: 3.3rem;
		line-height: 4.8rem;
		font-weight: 700;
		width: 500px;
		text-align: left;
		position:absolute;
		top: 40%;
		left: 32%;
		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: 500;
		font-family: 'Roboto', sans-serif;
		margin: 0px 4px 0px;
		font-size: 1.8rem;
		text-align: left;
		color: #ff9600;
	}
	#main_wrap h1 span image{
		width:100%;
	}
	
	#main_wrap .top_img img{
		height:auto;
		width: 220px;
		position:absolute;
		right: 0;
	}
	
	#main_wrap h2{
		letter-spacing: 2px;
		font-size: 1.4rem;
		font-weight: 500;
		width: 350px;
		text-align: left;
		position:relative;
		top: 80%;
		left: 25%;
		color: #1d1d1d;
		font-family: 'Noto Sans JP', sans-serif;
		transform: translate(-50%, -50%);
	}
	
	#main_wrap h2:before{
		content:"";
		position:absolute;
		background-color: #ff9600;
		width: 4px;
		height: 50px;
		top: 0;
		left: -17px;
	}
	
    
   
	
	
	/* =========================================================================
 	interview
	===========================================================================*/
	
	/* sec01 ----------------------------- */
	.interview #sec01 {
		/* background: #f6fbff; */
		padding: 40px 0 30px;
		text-align: center;
	}

	.interview #sec01 .wrapper{
		width:800px;
	}

	.interview .int_box{
		position: relative;
		margin: 0 0 83px;
	}
	.interview #sec01 h2 {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.4rem;
		letter-spacing: 1px;
		position: relative;
		margin: 0 0 14px 31px;
		text-align:left;
		line-height:4.0rem;
		background: linear-gradient(110deg, #4479a9 , #33759f 45%, #5aa5a1);
		-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 h2:before{
		content:"";
		position:absolute;
		background-color: #4379a8;
		width: 4px;
		height: 25px;
		top: 10px;
		left: -23px;
	}
	.interview #sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 1.5rem;
		color:#5f5f5f;
		line-height:3.0rem;
		padding: 0 5px 0;
	}
	
	/* ============================================================
 	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;
	}
	

}



