
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ============================================================
 	main vi 
	==============================================================*/
    
	#main_sec_wrap{
		width: 100%;
		margin: 60px 0 0;
	}

	#main_sec_wrap .ttl_box{
		width: 100vw;
	}

	#main_sec_wrap .ttl_box h1{
		line-height:0;
	}


	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		background:#EBEBEB;
		padding: 40px 0 0;
	}
	
	#sec01 .wrapper{
		padding:0;
	}

	

	#sec01 ul{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		padding:10px 0 0;
	}

	#sec01 li{
		width:100%;
		margin:0 6% 10px;
	}
	
	#sec01 ul li:nth-child(1){ 
		order:4;
		background:#fff;
		margin:0;
		padding:70px 0;
		position:relative;
	}

	#sec01 ul li:nth-child(1):before{
		content: "";
		display: block;
		width: 100%;
		height: 30px;
		background: url(/guidance/data/img/slash_bg.gif);
		background-size:20px auto;
		position: absolute;
		top:0;
		left:0;
	}

	#sec01 ul li:nth-child(1):after{
		content: "";
		display: block;
		width: 100%;
		height: 30px;
		background: url(/guidance/data/img/slash_bg.gif);
		background-size:20px auto;
		position: absolute;
		bottom:0;
		left:0;
	}
	
	#sec01 ul li:nth-child(2){ order:1;}
	#sec01 ul li:nth-child(3){ order:2;}
	#sec01 ul li:nth-child(4){ order:3; padding:0 0 40px;}

	#sec01 h2{
		margin:0 6% 20px;
	}
	
	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		color: #727171;
		padding:0 6%;
		line-height: 2.0;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
	}


	#sec01 li a{
		display:block;
		box-sizing:border-box;
		padding: 0 10px;
		background:#fff;
		border-radius: 20px;
	}

	#sec01 li a.no_link{
		pointer-events: none;
	}

	#sec01 li{
		position:relative;
	}

	#sec01 li span{
		display: block;
		width: 94%;
		box-sizing: border-box;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.8rem;
		color: #fff;
		line-height: 1;
		white-space: nowrap;
		text-align: center;
		padding: 34px 0;
		letter-spacing: 0.1rem;
		background: #818181bd;
		border-radius: 15px;
		position:absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
	}

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

