
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
    
    /* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap{
		height: 280px;
		background:url("../../img/mv_bg2_pc.jpg") no-repeat top center;
		background-size:cover;
	}

	#sec_main_wrap #copy_box{
		top: 62%;
	}
    
    
	/* ==============================================================
     *
     * disclaimer
     *
     * ============================================================== */
     
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	
	#sec01{
		width: 100%;
		padding: 100px 0 150px;
		position:relative;
	}

	#sec01 .wrapper{
		width:780px;
	}
	

	#sec01 .body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		letter-spacing: 2px;
	}

	#sec01 .body_txt a{
		color:#557bb3;
		border-bottom:solid 1px #557bb3;
		transition: all 0.5s cubic-bezier(0, 0, 0.44, 1) 0s;
	}

	#sec01 .body_txt a:hover{
		color:#0096d7;
        opacity: 0.5;
	}


	/* --------------------------------------------------------------
 	   xj
	----------------------------------------------------------------- */
	

    .is-governance-link a{
    	display:inline-block;
    	font-family: 'Noto Sans JP', sans-serif;
    	font-weight: 400;
    	font-size: 1.4rem;
    	letter-spacing: 1px;
    	color:#fff;
    	margin:20px 0 50px;
    	padding:10px 20px 10px 40px;
    	background:#a7c3cf;
    	border-radius:40px;
    	position:relative;
    	transition: all 0.5s cubic-bezier(0, 0, 0.22, 0.99) 0s;
    }

    .is-governance-link a:before{
		content: "";
		display: block;
		width: 6px;
		height:6px;
		border-right:solid 1px #fff;
		border-bottom:solid 1px #fff;
		position: absolute;
		top: 50%;
		left: 20px;
		transform:translate(0, -50%) rotate(-45deg);
		
	}


	.is-governance-link a span.u-ir-icon-pdf{
    	display:inline-block;
    	background: url("/global/img/pdf_pc.png") no-repeat 10px 2px;
    	background-size:18px auto;
    	padding: 0 0 0 33px;
    	font-size:1.2rem;
    }

    .is-governance-link a:hover{
    	transform: translate(-5px,-5px);
    	box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.4);
    }

}



