
/*===============================================
　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: -509px;
		background-position-y: -41px;
		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: 58%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	
    
	/* ==============================================================
     *
     * message
     *
     * ============================================================== */
     
     .message{
         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: 90px;
	}
	
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	.message #sec01{
		width: 100%;
		padding: 100px 0 160px;
		position:relative;
	}

	.message #sec01 .wrapper{
	padding: 0 10%;
	}
	
	
	.message #sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		letter-spacing: 2px;
		color:#005292;
		padding: 40px 0 20px;
		line-height: 160%;
	}

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

	.message #sec01 p.name_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 200%;
		font-size: 1.3rem;
		letter-spacing: 2px;
		text-align: right;
		padding: 40px 0 0;
		margin: 0 0 0 auto;
		width: 50%;
	}

	.message #sec01 p.name_txt span{
		display:block;
		font-size: 2.25rem;
	}

	
}



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

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

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

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