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

@media (max-width:761px){
	
	/* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap{
		background:url("../img/mv_bg_sp.jpg") no-repeat top center;
		background-size:cover;
	}

    
    
	/* ==============================================================
     *
     * busi
     *
     * ============================================================== */
     
     
		
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	#sec01{
		width: 100%;
		padding: 68px 0 60px;
		position:relative;
	}

	#sec01 .box02{
		width: 20%;
		position:absolute;
		right:-20px;
		top: 30px;
	}

	#sec01 h2{
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 5.0rem;
		letter-spacing: 0.2rem;
		line-height:100%;
		text-align:center;
		background: linear-gradient( to right,  #005292 25%, #0096D7 75% );
		-webkit-background-clip: text;
		color: transparent;
		position:relative;
	}

	#sec01 h2 span{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		display:block;
		font-size:2.0rem;
		letter-spacing: 0;
		line-height:1.4;
		padding: 3px 0 28px;
		margin: 0 0 20px;
	}

	#sec01 h2:before{
		width:70px;
		 height: 1px;
		content: "";
        display: block;
        background:#005292;
        position: absolute;
        bottom: 0;
        left:50%;
		transform:translate(-50%,0);
	}

	#sec01 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		letter-spacing: 0.3rem;
		line-height:200%;
		padding: 20px 0 0;
	}

	#sec01 .table_wrap{
		position:relative;
	}

	#sec01 .table_wrap h3{
		width:100%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.4rem;
		letter-spacing: 0.1rem;
		line-height:1.4;
		color:#005292;
		text-align: center;
		padding: 50px 0 20px;
	}

	#sec01 .table_wrap .table_box{
		width: 100%;
		padding: 0 0 24px;
	}

	#sec01 .table_wrap .ttl_wrap{
		display:flex;
		justify-content:space-between;
		padding: 0 0 10px;
	}

	#sec01 .table_wrap ul{
		display:flex;
		justify-content:space-between;
		gap:0 5px;
	}

	#sec01 .table_wrap li{
		text-align:center;
	}

	#sec01 .table_wrap ul p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		line-height: 1.2;
		color: #000;
		text-align:center;
		padding: 0 0 0;
	}

	#sec01 .table_wrap h4{
		width: 49%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		letter-spacing: 0rem;
		line-height:1.4;
		padding: 6px 0;
		text-align:center;
		color:#fff;
		background: linear-gradient( to right,  #00528f 0%, #088dc8 100% );
	}

	#sec01 .img_box{
		width: 90%;
		margin: 20px 0 0;
		position:relative;
	}
	#sec01 .img_box:before{
		content: "";
		display: block;
		width: 95vw;
		height: 120%;
		background:#dddddf;
		position: absolute;
		top: 70%;
		left: 15%;
		transform:translate(0, -50%);
		opacity:0.5;
		z-index:-2;
	}

	#sec01 .bg_line{
		display:none;
	}

	#sec01 .bg_line2{
		display:none;
	}
    
    
    #sec01 .img_box{
	}
    
    
    /* --------------------------------------------------------------
 	   section 02
	----------------------------------------------------------------- */
	
	#sec02{
		width: 100%;
		padding: 80px 0;
		background:#f5f6f7;
		position: relative;
		overflow: hidden;
	}

	#sec02 .wrapper{
		padding:0 4vw;
	}
    
   
   #sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.8rem;
		letter-spacing: 0rem;
		line-height:1.4;
		padding: 8px 0 10px;
		margin: 0 0 20px;
		text-align:center;
		color:#fff;
		background: linear-gradient( to right,  #00528f 0%, #088dc8 100% );
	}

	#sec02 h2 span{
		font-weight: 500;
		font-size: 1.4rem;
		letter-spacing: 0.2rem;
		line-height: 1;
		display:inline-block;
	}
	
	#sec02 .img_box{
		margin: 0 -2vw;
	}

	

	
    
    
    /* --------------------------------------------------------------
 	   section 03
	----------------------------------------------------------------- */
	
	#sec03{
		width: 100%;
		padding: 50px 0;
	}
    
    #sec03 .bg_line{
		width:220px;
		position:absolute;
		left: -163px;
		top: 0;
	}

    #sec03 .eng_txt{
   	    font-family: 'Roboto', sans-serif;
   	    font-weight: 700;
   	    font-size: 2.2rem;
   	    letter-spacing: 0rem;
   	    color:#e6e9ed;
   	    line-height: 200%;
   	    padding:0 0 10px;
   	    position:absolute;
   	    top: 77px;
   	    left: 42%;
   }

   #sec03 .eng_txt span{
   	    display: block;
   	    font-size: 9rem;
   }
    
	
	#sec03 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 6.0rem;
		line-height:80%;
		color: #005292;
		position:relative;
		padding:0 0 70px;
	}


	#sec03 h2 span{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 2.8rem;
		letter-spacing:0.2rem;
	}

	#sec03 ul#reason_wrap{
		/* display: flex; */
		/* justify-content:space-between; */
	}

	#sec03 ul#reason_wrap li{
		padding:26px 30px 34px;
		margin: 0 0 50px;
		box-sizing: border-box;
		background: #005292;
		position:relative;
	}

	#sec03 ul#reason_wrap .reason_txt{
		font-family: 'Roboto', sans-serif;
   	    font-weight: 700;
   	    font-size: 2.0rem;
   	    color:#005292;
   	    position:absolute;
   	    left:0;
   	    top:-34px;
	}


	#sec03 ul#reason_wrap h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 3.0rem;
		letter-spacing:0rem;
		padding: 0 0 20px;
		color: #fff;
		line-height: 140%;
		border-bottom:1px solid #fff;
	}

	#sec03 ul#reason_wrap h3 span{
		display:block;
		font-size: 1.4rem;
		line-height: 140%;
		margin: 4px 0 0;
	}

	#sec03 ul#reason_wrap p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height:180%;
		letter-spacing:0.1rem;
		padding: 20px 0 0;
		color:#fff;
	}

    
    #sec03 ul#reason_wrap .photo_box{
	margin: 30px 0 0;
	}

	
}



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

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

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

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