
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
	
	/* ============================================================
 	main vi 
	==============================================================*/
    
	#main_sec_wrap{
		width: 100%;
		height: 440px;
		background: url(/guidance/data/img/slash_bg.gif);
		position: relative;
	}

	#main_sec_wrap .ttl_box{
		width:720px;
		box-sizing:border-box;
		position: absolute;
		top: 50%;
		left: 50%;
		background:#fff;
		padding:10px 150px 10px;
		transform:translate(-50%, -50%);
	}

	#main_sec_wrap .ttl_box img{
		margin:-26px 0 0;
	}

	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 120px 0 150px;
	}
	
	#sec01 .wrapper{
		width:1000px;
	}

	

	#sec01 ul{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}

	#sec01 li{
		width:32%;
	}


	#sec01 li:first-child{
		width:100%;
	}

	#sec01 h2{
		width:520px;
		margin:0 0 20px;
	}
	
	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		color: #727171;
		padding: 0 100px 50px 0;
		line-height: 2.0;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
	}


	#sec01 li a{
		display:block;
		box-sizing:border-box;
		padding: 0 10px;
		border:1px solid #ccc;
		border-radius: 20px;
	}
	#sec01 li a.no_link{
		pointer-events: none;
	}

	#sec01 li{
		position:relative;
	}

	#sec01 li span{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.8rem;
		color: #fff;
		line-height: 1;
		white-space: nowrap;
		padding: 46px 94px;
		letter-spacing: 0.1rem;
		background: #818181bd;
		border-radius: 15px;
		position:absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
	}
	
	#sec01 li a{
		transition: all 0.5s cubic-bezier(0.21, 0.68, 0.4, 1.02) 0s;
	}

	#sec01 li a:hover{
		transform: scale(1.1);
	}
	
}



