
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
    
    /* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap:before{
		content: "";
        display: block;
        width: 100%;
        height: 300px;
        background:url("../../img/main_bg2.png") no-repeat top center;
        position: absolute;
        top: 0;
        left: 50%;
        transform:translate(-50%, 0);
	}

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

	#sec_main_wrap .bg_grade{
		width: 64vw;
		height: 228px;
		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: 54%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 1000px;
	}
    
    
	/* ==============================================================
     *
     * message
     *
     * ============================================================== */
     
     .message{
         background: url("/global/img/body_bg.jpg") no-repeat;
         background-position-x: center;
         background-position-y: 188px;
     }

     .box01{
		width: 290px;
		position:absolute;
		left: -90px;
		top: 250px;
     }
    
    .box02{
		width:230px;
		position:absolute;
		right:-20px;
		top: 180px;
     }
		
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	.message #sec01{
		width: 100%;
		padding: 100px 0 160px;
		position:relative;
	}

	.message #sec01 .wrapper{
		width:780px;
	}
	
	
	.message #sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		color:#005292;
		padding: 40px 0 10px;
	}

	.message #sec01 .img_box{
		margin:0 0 40px;
	}

	.message #sec01 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		line-height: 220%;
		font-size: 1.5rem;
		letter-spacing: 2px;
		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: 40px 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: 0.2rem;
		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.25rem;
	}
    
    
    
	
    
    
    


}



