
/* ============================================================
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: 100vh;
    	background: url(/recruit/career/img/main_bg.jpg) no-repeat center;
    	background-size: cover;
		position: relative;
        overflow: hidden;
	}
	
	#main_wrap h1{
		text-align: center;
		letter-spacing: 2px;
		width:610px;
		position:absolute;
		top: 59%;
		left:50%;
		transform: translate(-50%, -50%);
	}
	#main_wrap h1 span{
		display: block;
		letter-spacing:-16px;
		margin: -64px 0 0;
	}
	#main_wrap h1 span image{
		width:100%;
	}
	
    
   
	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		background: #fff;
		padding: 120px 0 0;
	}
	
	#sec01 .wrapper{
	}
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 3.2rem;
		background: linear-gradient(110deg, #28679e , #28679e 45%, #5aa5a1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgba(255,255,255,0.0);
		width: 246px;
		text-align: left;
		line-height:150%;
		margin:0 0 20px;
	}

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

	#sec01 .l_box{
		float:left;
		margin: 34px 0 0;
	}

	#sec01 .r_box{
		float:right;
		margin: 0 -221px 0 0;
	}
	
	
	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		background: #fff;
		padding: 120px 0;
	}
	
	#sec02 .wrapper{
		
	}
	
	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 3.2rem;
		background: linear-gradient(110deg, #28679e , #28679e 45%, #5aa5a1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgba(255,255,255,0.0);
		width: 352px;
		text-align: left;
		line-height:150%;
		margin:0 0 20px;
	}

	#sec02 p{
		width:460px;
		font-size:1.4rem;
		letter-spacing: 0.1rem;
		color: #999999;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		margin: 0 0 37px;
	}

	#sec02 .l_box{
		float:left;
		margin: 0 0 0 -221px;
	}

	#sec02 .r_box{
		float:right;
		margin: 34px 0 0;
	}
	
	
	/* ============================================================
 	section 03
	==============================================================*/
	
	#sec03{
		width: 100%;
		background: #fff;
		padding: 120px 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: 104px;
		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 157px 30px;
		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
	==============================================================*/
	
	#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;
	}
	

}



