
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){

	/* ============================================================
 	g_cv_btn 
	==============================================================*/
	
	.g_cv_btn li:nth-child(1){
		display:none;
	}
	.g_cv_btn li:nth-child(2){
		display:block;
	}


	/* ============================================================
 	main_numttl_wrap
	==============================================================*/

	#main_numttl_wrap{
		width:100%;
		padding: 120px 0 0;
	}

	#main_numttl_wrap h1{
		width: 92vw;
		box-sizing: border-box;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		text-indent: 20px;
		color: #fff;
		background:#48474d;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		line-height: 1;
		border-radius:40px 0 0 40px;
		padding: 12px 0 17px 52px;
		margin: 0 0 0 8vw;
		position:relative;
		z-index: 2;
	}


	#main_numttl_wrap h1:before{
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: #e6b907;
		border-radius:50%;
		position: absolute;
		top: 50%;
		left: 6px;
		transform:translate(0, -50%);
	}


	#main_numttl_wrap h1 .num_txt{
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		position:absolute;
		left: -2px;
		top: 15px;
	}

	#main_numttl_wrap h1 .nn{
		width: 82px;
		position:absolute;
		left: -56px;
		top: -32px;
	}

	
	
	/* ============================================================
 	main vi 
	==============================================================*/
    
    
	#main_t_wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		background: url("../img/mv_bg_sp.jpg") no-repeat center bottom;
		background-size: 134% auto;
		padding: 20px 0 236px;
	}

	#main_t_wrap:after{
		content: "";
		display: block;
		width: 100%;
		height: 70px;
		background: linear-gradient( to bottom,  #f7f7f700 0%, #f7f7f7 90% );
		position: absolute;
		bottom: -1px;
		left:0;
		z-index:10;
	}


	#main_t_wrap .mv_p_wrap{
		width: 78vw;
		position:absolute;
		line-height:0;
		left: calc(50%);
		bottom: 2px;
		z-index:10;
		transform: translate(-50%, 0);
	}

	#main_t_wrap .mv_p_box{
		position: relative;
	}

	#main_t_wrap .mv_p_box span{
		width: 100%;
		display: block;
		position:absolute;
		left:0;
		top:0;
	}

	#main_t_wrap h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.55rem;
		/* text-align:center; */
		padding: 0 0 0 5vw;
		letter-spacing: 0.05rem;
		line-height: 2.2;
		font-feature-settings: 'palt';
		color:#fff;
	}

	#main_t_wrap h2 span{
		background: #e6b907;
		padding: 0 8px 2px;
	}


	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 20px 0 50px;
		background:#f7f7f7;
	}

	#sec01 .wrapper{
		
	}

	#sec01 .f_wrap{
		background:#fff;
		border-radius:16px;
		padding: 26px;
		margin:0 0 50px;
		box-shadow: 0 0 16px 0 #dedede;
	}

	

	#sec01 .img_box{
		line-height:0;
		overflow:hidden;
		border-radius:10px;
		margin: 7vw 7vw 48px;
	}

	
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.55rem;
		letter-spacing: 0rem;
		line-height: 1.4;
		color: #fff;
		font-feature-settings: 'palt';
	}

	#sec01 h2 span{
		font-family: 'Roboto', sans-serif;
		font-size: 1.5rem;
		display: block;
		background: #e6b907;
		border-radius: 6px 6px 0 0;
		padding: 2px 6px 1px 8px;
	}

	#sec01 h2 i{
		display: block;
		font-style:normal;
		background:#343434;
		border-radius: 0 0 6px 6px;
		padding: 6px 12px 7px 10px;
	}


	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing:0.1rem;
		color: #343434;
		font-feature-settings: 'palt';
		padding: 10px 0 10px;
	}


	

	/* ============================================================
 	sec_nav
	==============================================================*/
	
	#sec_nav{
		width: 100%;
		padding: 0 0 120px;
		background:#f7f7f7;
	}

	#sec_nav h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		line-height: 1.4;
		letter-spacing:0.1rem;
		text-align:center;
		color:#5a9b5c;
		font-feature-settings: 'palt';
		padding: 60px 0 14px;
	}
	
	#sec_nav .back_bnr_wrap{
		width:345px;
		margin:0 auto;
	}

	#sec_nav .back_bnr_wrap a{
		display:block;
		line-height:0;
	}

	#sec_nav .gakubu_bnr_wrap{
		width:345px;
		margin: 24px auto 0;
	}

	#sec_nav .gakubu_bnr_wrap a{
		display:block;
		line-height:0;
	}

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

