
/* ============================================================
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(../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: 250px;
		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 ----------------------------- */
	#sec01 {
		background: #f6f6f6;
		padding: 50px 0 16px;
		text-align: center;
	}

	#sec01 .wrapper{
		width: 940px;
	}

	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		width: 232px;
		font-size: 2.7rem;
		letter-spacing: 1px;
		margin: 0 0 42px;
		text-align:left;
		position:relative;
		line-height:4.0rem;
		background: linear-gradient(110deg, #28679e , #28679e 45%, #5aa5a1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgba(255,255,255,0.0);
	}

	#sec01 h2:before{
		content:"";
		height:1px;
		width:40px;
		top:60px;
		position:absolute;
		background: linear-gradient(110deg, #28679e , #28679e 45%, #5aa5a1);

	}

	#sec01 p{
		width:460px;
		font-size:1.5rem;
		letter-spacing: 0.1rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin: 0 0 37px;
	}

	#sec01 p span{
		color:#ff9600;
	}
	
	
	/* =========================================================================
 	sec02
	===========================================================================*/
	
	/* sec02 ----------------------------- */
	#sec02 {
		padding: 50px 0 16px;
	}

	#sec02 .wrapper{
		width: 940px;
	}

	#sec02 .flex{
		display:flex;
		justify-content: space-between;
	}

	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		letter-spacing: 1px;
		color:#459bd2;
		position:relative;
		line-height: 3rem;
		margin: 0 0 9px;
	}

	#sec02 p{
		font-size:1.5rem;
		letter-spacing: 0.1rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin: 0 0 16px;
		line-height: 160%;
	}

	#sec02 .box_02{
		margin: 68px 0 34px;
		height:250px;
		position:relative;
	}

	#sec02 .box_02 .img_box{
		width:462px;
		position:absolute;
		top: 0;
		right: 36px;
	}

	#sec02 .box_03{
		margin: 107px 0 0;
		height: 260px;
	}

	#sec02 .box_03 .img_box{
		width: 450px;
		position: absolute;
		top: -52px;
		right: 0;
	}

	#sec02 .box_02 p,#sec02 .box_03 p{
		line-height: 160%;
		width: 385px;
	}

	#sec02 li{
		width:450px;
	}
	
	/* ============================================================
 	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;
	}
	

}



