
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
	
	/* ============================================================
 	main vi 
	==============================================================*/
    
	#main_sec_wrap{
		width: 100%;
		border-top: 77px solid #e1e1e1;
		padding: 80px 0 80px;
		position: relative;
	}

	#main_sec_wrap .sh_ttl{
		width: 150px;
		position:absolute;
		top: 15px;
		right: 15px;
	}

	#main_sec_wrap .ttl_box{
		width: 380px;
		margin: 0 auto;
	}

	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 0 0 100px;
	}
	
	#sec01 .wrapper{
		
	}

	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 3.2rem;
		text-align:center;
		color: #535353;
		line-height: 1.0;
		letter-spacing: 0.1em;
		padding: 0 0 49px;
	}

	#sec01 h2 span{
		display:inline-block;
		font-weight: 600;
		padding:0 2px 0 0;
	}

	#sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size:1.6rem;
		text-align:center;
		color: #fff;
		background:#717171;
		line-height: 1.0;
		font-feature-settings: 'palt';
		letter-spacing: 0.1em;
		padding:8px 0 11px;
		width:180px;
		border-radius:20px;
		margin:0 auto;
	}

	#sec01 li:nth-child(n+4) h3{
		width:100%;
	}

	#sec01 p.b_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size:2.0rem;
		color:#000;
		text-align:center;
		padding: 2px 0 6px;
		font-feature-settings: 'palt';
	}

	#sec01 p.b_txt span{
		display:inline-block;
		font-weight: 500;
		font-size:1.4rem;
		padding:0 0 0 10px;
		letter-spacing:0.1rem;
	}

	#sec01 p.note_txt{
		font-size:1.2rem;
		/* letter-spacing:0.05rem; */
		color:#000;
		text-indent:-1em;
		padding:0 0 0 1em;
		margin: 0 14px 10px;
		line-height: 1.5;
		font-feature-settings: 'palt';
	}

	#sec01 p.c_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		color:#000;
		text-align:center;
		padding: 2px 0 14px;
		font-feature-settings: 'palt';
	}

	#sec01 .img_box{
		padding:0 0 10px;
	}

	#sec01 ul{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}

	#sec01 li{
		width:33.3%;
		box-sizing:border-box;
		border-right:1px solid #ccc;
		padding: 16px 0 6px;
		margin: 0 0 40px;
		position:relative;
	}

	#sec01 li:before{
		content: "";
		display: block;
		width: calc(100% + 1px);
		height: 1px;
		background:#ccc;
		position: absolute;
		top:-18px;
		left:0;
	}

	#sec01 li:after{
		content: "";
		display: block;
		width: calc(100% + 1px);
		height: 1px;
		background:#ccc;
		position: absolute;
		bottom:-18px;
		left:0;
	}

	#sec01 li:nth-child(3),#sec01 li:last-child{
		border-right:none;
	}

	#sec01 li:nth-child(n+4){
		width:16.6%;
		padding: 10px 20px 0;
	}

	#sec01 li:nth-child(n+4) .img_box{
		padding:0 10px 10px;
	}

	#sec01 li:nth-child(n+4):before{
		display: none;
	}

	#sec01 li:nth-child(n+4):after{
		bottom:-22px;
	}

	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 30px 0 150px;
	}
	
	#sec02 .wrapper{
		
	}

	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 3.2rem;
		text-align:center;
		color: #535353;
		line-height: 1.0;
		letter-spacing: 0.1em;
		padding: 0 0 6px;
	}

	#sec02 h2 span{
		display:inline-block;
		font-weight: 600;
		padding:0 2px 0 0;
	}

	#sec02 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size:1.4rem;
		color:#535353;
		text-align:center;
		padding: 0 0 46px;
		font-feature-settings: 'palt';
	}

	#sec02 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		text-align:center;
		color: #000;
		line-height: 1.0;
		font-feature-settings: 'palt';
		letter-spacing: 0.1em;
		padding: 14px 0 28px;
	}
	

	#sec02 p.b_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.4rem;
		color:#000;
		text-align:center;
		padding: 2px 0 0;
		font-feature-settings: 'palt';
	}

	#sec02 p.b_txt span{
		display:inline-block;
		font-weight: 500;
		font-size:1.4rem;
		padding:0 0 0 10px;
		letter-spacing:0.1rem;
	}

	#sec02 p.note_txt{
		font-size:1.2rem;
		/* letter-spacing:0.05rem; */
		color:#000;
		text-indent:-1em;
		padding:0 0 0 1em;
		margin: 0 0 10px 40px;
		line-height: 1.5;
		font-feature-settings: 'palt';
	}

	#sec02 ul{
		display: flex;
		justify-content: space-between;
	}

	#sec02 li{
		width: 20%;
		box-sizing:border-box;
		border-right:1px solid #ccc;
		padding: 16px 30px 0;
		margin: 0 0 40px;
		position:relative;
	}

	#sec02 li:before{
		content: "";
		display: block;
		width: calc(100% + 1px);
		height: 1px;
		background:#ccc;
		position: absolute;
		top:-18px;
		left:0;
	}

	#sec02 li:after{
		content: "";
		display: block;
		width: calc(100% + 1px);
		height: 1px;
		background:#ccc;
		position: absolute;
		bottom:-18px;
		left:0;
	}

	#sec02 li:last-child{
		/* padding: 16px 0 0; */
		border-right:none;
	}


	/* ============================================================
 	sec_nav
	==============================================================*/

	#sec_nav{
		width:100%;
		background:url(/guidance/data/img/slash_bg.gif);
		position:relative;
	}

	#sec_nav:before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background:rgb(255 255 255 / 50%);
		position: absolute;
		top: 0;
		left:0
	}
	
	#sec_nav ul{
		display:flex;
		justify-content:space-between;
		padding:50px 150px;
	}

	#sec_nav ul{
		justify-content:space-evenly;
	}

	#sec_nav ul li{
		width:46%;
	}

	#sec_nav ul li a{
		display:block;
		background:#fff;
		border-radius:20px;
		padding:0 20px;
		line-height:0;
		border:2px solid #ccc;
	}

	#sec_nav li a{
		transition: all 0.5s cubic-bezier(0.21, 0.68, 0.4, 1.02) 0s;
	}

	#sec_nav li a:hover{
		transform: scale(1.1);
	}

	
}



