
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	
	
	/* ============================================================
 	sec_c_nav
	==============================================================*/
	
	#sec_c_nav{
		width: 100%;
		background: #fff;
		padding: 50px 0 20px;
		position:relative;
	}
	
	#sec_c_nav .wrapper{
		text-align:center;
		position:relative;
	}

	#sec_c_nav:before{
		content: "";
		display: block;
		width: 100%;
		height: calc(100% - 250px);
		background:#333333;
		position: absolute;
		bottom:0;
		left:0;
	}
	
	#sec_c_nav h2{
		display:inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.2rem;
		color: #333333;
		font-feature-settings: 'palt';
		margin: 0 0 30px;
		letter-spacing:0.2rem;
		position:relative;
	}

	#sec_c_nav h2 span.gakubu{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.8rem;
		color:#fff;
		background:#974481;
		padding: 0px 14px 2px;
		border-radius: 4px;
		vertical-align: text-top;
		margin: -1px 5px 0 0;
		display: inline-block;
		font-weight: 500;
		letter-spacing: 0.1rem;
	}

	#sec_c_nav h2 span.sb1{
		font-weight: 600;
		font-size: 3.0rem;
	}

	
	#sec_c_nav ul{
		/* display:flex; */
		/* justify-content:space-between; */
		padding: 0 4vw 80px;
	}

	#sec_c_nav ul li{
		width: 100%;
		margin: 0 0 10px;
	}

	#sec_c_nav ul li a{
		display:block;
		border-radius: 10px;
		padding: 0;
		overflow: hidden;
		border: 2px solid #974481;
		position: relative;
	}

	#sec_c_nav ul li a .img_box{
		line-height:0;
	}

	#sec_c_nav ul li a h3{
		width:105%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 2.2rem;
		line-height: 1.3;
		text-align:center;
		color:#fff;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		background: #974481c7;
		padding: 0 0 14px;
		position:absolute;
		left:0;
		bottom:0;
	}

	#sec_c_nav ul li a h3 span.gakubu{
		font-size:1.2rem;
		display: inline-block;
		border:1px solid #fff;
		padding: 1px 10px 0;
	}

	#sec_c_nav ul li a h3 span.sb{
		font-weight: 500;
	}

	#sec_c_nav ul li a p{
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		line-height:1;
		text-align: center;
		color:#ce93b9;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		padding: 8px 0 0 9px;
	}

	#sec_c_nav ul li a p:after{
		content: '\3009';
		display:inline-block;
		padding:0 0 0 7px;
		font-weight: 600;
		font-size: 1.4rem;
	}

	
	
	

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

