<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {

	
	
	
	/* ============================================================
 	sec_c_nav
	==============================================================*/
	
	#sec_c_nav{
		width: 100%;
		background: #fff;
		padding: 100px 0 20px;
		position:relative;
	}
	
	#sec_c_nav .wrapper{
		text-align:center;
		position:relative;
	}

	#sec_c_nav:before{
		content: "";
		display: block;
		width: 100%;
		height: 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.8rem;
		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:#ca7439;
		padding: 0px 14px 2px;
		border-radius: 4px;
		vertical-align: text-top;
		margin: 5px 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.6rem;
	}

	
	#sec_c_nav ul{
		display:flex;
		justify-content:space-between;
		padding:0 100px 80px;
	}

	#sec_c_nav ul li{
		width: 49%;
	}

	#sec_c_nav ul li a{
		display:block;
		border-radius: 10px;
		padding: 0;
		overflow: hidden;
		border: 2px solid #ca7439;
		position: relative;
	}

	#sec_c_nav ul li a .img_box{
		line-height:0;
	}

	#sec_c_nav ul li a h3{
		width:100%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 2.8rem;
		line-height: 1.3;
		text-align:center;
		color:#fff;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		background: #ca7439eb;
		padding: 0 0 14px;
		position:absolute;
		left:0;
		bottom:0;
	}

	#sec_c_nav ul li a h3 span.gakubu{
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		display: inline-block;
		border:1px solid #fff;
		padding: 2px 10px 1px;
	}

	#sec_c_nav ul li a h3 span.sb{
		font-weight: 500;
	}

	#sec_c_nav ul li a h3 span.ss{
		font-size:2.0rem;
	}

	#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;
	}

	#sec_c_nav ul  a img{
		transition: all 0.5s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}

	#sec_c_nav ul  a:hover img {
		transform: scale(1.1);
	}


	#sec_c_nav ul  a {
		transition: all 0.5s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}
	
	#sec_c_nav ul  a:hover {
		transform: scale(1.05);
		background:#fff;
	}

	

	
}




</pre></body></html>