
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap:before{
		content: "";
		display: block;
		width: 100%;
		height: 300px;
		background: url("../../../img/main_bg2.png") no-repeat;
		background-size: 2966px auto;
		background-position-x: -971px;
		background-position-y: -36px;
		position: absolute;
		top: 0;
		left: 0;
	}



	/* =========================================================================
 	second main title
	===========================================================================*/
	

	#sec_main_wrap{
		width:100%;
		height: 240px;
		margin: 100px 0 0;
		position: relative;
	}


	#sec_main_wrap .bg_grade{
		width: 64vw;
		height: 180px;
		background: url("/img/bg_c2.png") repeat;
		background-size: 100% auto;
		position: absolute;
		bottom: 0;
		right:0;
		z-index: -1;
	}

	
	#sec_main_wrap #copy_box{
		position: absolute;
		top: 49%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#sec_main_wrap #copy_box p{
		font-family: 'Roboto', sans-serif;
		font-weight:600;
		font-size: 6.4rem;
		color:#000;
		line-height: 90%;
		letter-spacing: 1px;
		padding:0 0 10px;
		white-space: nowrap;
	}

	
    
	/* ==============================================================
     *
     * philosophy_c
     *
     * ============================================================== */
     
     .philosophy_c{
         background: url("/global/img/body_bg.jpg") no-repeat;
         background-position-x: center;
         background-position-y: 188px;
     }

     .box01{
		width: 32%;
		position:absolute;
		left: -19px;
		bottom: -84px;
     }
    
     .box02{
		width: 20%;
		position:absolute;
		right:-20px;
		top: 52px;
     }
	
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	
	#sec01{
		width: 100%;
		padding: 100px 0 100px;
		position:relative;
	}

	#sec01 .wrapper{
		padding:0 10%;
	}
	
	#sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		letter-spacing: 1px;
		color:#005292;
		padding:30px 0 10px;
	}

	#sec01 .img_box{
	}


	#sec01 .ttl_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		line-height:160%;
		letter-spacing: 0;
		color:#005292;
		padding:0 0 10px;
		margin:60px 0 30px;
		border-bottom:1px solid #005292;
	}


	#sec01 .body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 1px;
		line-height:220%;
	}

	/* --------------------------------------------------------------
 	   xj
	----------------------------------------------------------------- */
	

    .is-governance-link a{
    	display:inline-block;
    	font-family: 'Noto Sans JP', sans-serif;
    	font-weight: 400;
    	font-size: 1.4rem;
    	color:#fff;
    	margin:20px 0 0;
    	padding: 10px 30px 10px 16px;
    	background:#0096d7;
    	/* border-radius: 80px; */
    	position:relative;
    	transition: all 0.5s cubic-bezier(0, 0, 0.22, 0.99) 0s;
    }

    .is-governance-link a:before{
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-right:solid 1px #fff;
		border-bottom:solid 1px #fff;
		position: absolute;
		top: 50%;
		right: 13px;
		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;
    }

    

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width:413px) {
	
}