/*===============================================
PC
===============================================*/
@media (min-width: 762px) {

	#main_ttl_wrap .bg_eng_txt{
		top: 30px;
	}
	
	/* ============================================================
 	section 01
	==============================================================*/
	#sec01 {
		width: 100%;
		padding: 120px 0;
	}

	#sec01 .p_wrap{
		padding: 0 0 90px;
	}

	#sec01 .txt_wrap_b{
		position:relative;
		padding: 0 0 71px 506px;
	}

	#sec01 h2{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size:3.0rem;
		letter-spacing: 0.3rem;
		font-feature-settings: 'palt';
		text-align:center;
		color:#000;
		line-height:1.4;
		padding: 0 0 32px;
	}

	#sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size:2.2rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		color:#000;
		line-height:1.4;
		padding: 0 0 20px;
	}

	#sec01 h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size:1.8rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		color:#000;
		line-height:1.4;
		padding: 20px 0 10px;
	}

	#sec01 h5{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size:1.8rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		color:#000;
		line-height:1.4;
		padding: 20px 0 10px;
	}


	#sec01 li{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 1.5rem;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		color:#000;
		line-height: 2.0;
		padding: 0 0 10px;
		margin:0 0 0 25px;
		list-style:decimal;
	}

	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size:1.5rem;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		color:#000;
		line-height: 2.0;
		padding:0 0 20px;
	}

	#sec01 p.body_txt{
		padding:0 0 100px;
	}

	#sec01 p span{
		display: inline-block;
		font-size:1.2rem;
		padding: 0 10px 0 0;
	}

	#sec01 .r_box{
		padding: 10px 0 30px 833px;
		margin: 0 0 -40px;
		border-bottom: 1px  solid #ccc;
	}
	
	
}