
/*===============================================
　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: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

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

	
    
	/* ==============================================================
     *
     * 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: 52px;
     }
	
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	.message #sec01{
		width: 100%;
		padding: 120px 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: 0.1rem;
		color:#005292;
		padding: 40px 0 10px;
	}

	.message #sec01 .img_box{
	}

	.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;
		padding: 0 0 20px;
	}
    
    .message #sec01 p.day_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: 10px 0 0;
		margin: 0 0 0 auto;
	}

	.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: 10px 0 0;
		margin: 0 0 0 auto;
		width: 169px;
	}

	.message #sec01 p.name_txt span{
		font-size: 2.2rem;
		display:block;
		margin: 0 0 0;
		letter-spacing: 0.24rem;
	}
    
    
	
}



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

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

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

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