
/* ============================================================
PC
==============================================================*/

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


	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 80px 0 380px;
		position:relative;
	}

	#sec01:before{
		content: "";
		display: block;
		width: 100%;
		height: 470px;
		background:#222e2f;
		position: absolute;
		top:0;
		left: 0;
	}
	
	#sec01 .wrapper{
		width:1020px;
	}
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 3.0rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		color:#fff;
		display: block;
		letter-spacing: 0.1rem;
		padding:0 0 26px;
		margin:0 0 40px;
		position:relative;
	}

	#sec01 h2:before{
		content: "";
		display: block;
		width: 56px;
		height: 3px;
		background:#ff8f06;
		position: absolute;
		bottom: 0;
		left:0;
	}


	#sec01 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		line-height:2.0;
		color:#fff;
		letter-spacing: 0.2rem;
	}

	

	#sec01 .img_box{
		width: 610px;
		line-height: 0;
		position: absolute;
		top: -150px;
		left: 43%;
	}

	/* ============================================================
 	section 02
	==============================================================*/
	
	
	#sec02{
		width: 100%;
		padding: 100px 0 120px;
		position:relative;
	}

	#sec02:before{
		content: "";
		display: block;
		width: 70%;
		height: 500px;
		background:#222e2f;
		position: absolute;
		top:40px;
		left:0;
	}
	
	#sec02 .wrapper{
		width: 1090px;
	}

	#sec02 .txt_wrap{
		width:360px;
	}

	#sec02 .img_box{
		width: 776px;
		line-height: 0;
		position: absolute;
		top: -139px;
		left: 50%;
	}
	
	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		color:#fff;
		background:#28956e;
		text-align: center;
		display: inline-block;
		letter-spacing: 0.1rem;
		padding: 4px 20px 6px;
		margin:0 0 20px;
	}

	

	#sec02 h3{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 3.2rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		color:#fff;
		letter-spacing: 0.2rem;
		padding:0 0 30px;
	}

	#sec02 h3 span{
		color:#a3b0b1;
		font-weight: 400;
		display:block;
		font-size:1.8rem;
	}


	#sec02 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		line-height:2.0;
		color:#fff;
		letter-spacing: 0.2rem;
	}

	#sec02 ul{
		display:flex;
		background:#fff;
		padding:50px;
		border-radius:26px;
		margin:80px 0 0;
		justify-content:space-between;
	}

	#sec02 li{
		width:30%;
	}


	#sec02 li h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.8rem;
		font-feature-settings: 'palt';
		text-align:center;
		line-height:1.4;
		color:#fff;
		letter-spacing: 0.1rem;
		background:#ff8f06;
		border-radius:30px;
		padding:4px 0 4px;
		margin:0 0 20px;
		
	}

	#sec02 li p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		line-height:1.8;
		color:#222e2f;
		letter-spacing: 0.2rem;
		padding:0 10px;
	}

	
	
	/* ============================================================
 	section 03
	==============================================================*/
	
	
	#sec03{
		width: 100%;
		padding: 100px 0 120px;
		position:relative;
	}

	#sec03:before{
		content: "";
		display: block;
		width: 70%;
		height: 500px;
		background:#222e2f;
		position: absolute;
		top:40px;
		right:0;
	}
	
	#sec03 .wrapper{
		width: 1090px;
	}

	#sec03 .txt_wrap{
		width: 420px;
		margin:0 0 0 auto;
	}

	#sec03 .img_box{
		width: 740px;
		line-height: 0;
		position: absolute;
		top: -139px;
		right: 50%;
	}
	
	#sec03 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		color:#fff;
		background: #4a9e96;
		text-align: center;
		display: inline-block;
		letter-spacing: 0.1rem;
		padding: 4px 20px 6px;
		margin:0 0 20px;
	}

	

	#sec03 h3{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 3.2rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		color:#fff;
		letter-spacing: 0.2rem;
		padding:0 0 30px;
	}

	#sec03 h3 span{
		color:#a3b0b1;
		font-weight: 400;
		display:block;
		font-size:1.8rem;
	}


	#sec03 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		line-height:2.0;
		color:#fff;
		letter-spacing: 0.2rem;
	}

	#sec03 ul{
		display:flex;
		background:#fff;
		padding:50px 110px;
		border-radius:26px;
		margin:80px 0 0;
		justify-content:space-between;
	}

	#sec03 li{
		width:44%;
	}


	#sec03 li h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.8rem;
		font-feature-settings: 'palt';
		text-align:center;
		line-height:1.4;
		color:#fff;
		letter-spacing: 0.1rem;
		background:#ff8f06;
		border-radius:30px;
		padding:4px 0 4px;
		margin:0 0 20px;
		
	}

	#sec03 li p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		line-height:1.8;
		color:#222e2f;
		letter-spacing: 0.2rem;
		padding:0 10px;
	}


	/* ============================================================
 	section 04
	==============================================================*/
	
	
	#sec04{
		width: 100%;
		padding: 100px 0 120px;
		position:relative;
	}

	#sec04:before{
		content: "";
		display: block;
		width: 70%;
		height: 500px;
		background:#222e2f;
		position: absolute;
		top:40px;
		left:0;
	}
	
	#sec04 .wrapper{
		width: 1090px;
	}

	#sec04 .txt_wrap{
		width: 380px;
	}

	#sec04 .img_box{
		width: 776px;
		line-height: 0;
		position: absolute;
		top: -139px;
		left: 50%;
	}
	
	#sec04 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		color:#fff;
		background: #5fa857;
		text-align: center;
		display: inline-block;
		letter-spacing: 0.1rem;
		padding: 4px 20px 6px;
		margin:0 0 20px;
	}

	

	#sec04 h3{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 3.2rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		color:#fff;
		letter-spacing: 0.2rem;
		padding:0 0 30px;
	}

	#sec04 h3 span{
		color:#a3b0b1;
		font-weight: 400;
		display:block;
		font-size:1.8rem;
	}


	#sec04 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		line-height:2.0;
		color:#fff;
		letter-spacing: 0.2rem;
	}

	#sec04 ul{
		display:flex;
		background:#fff;
		padding:50px 110px;
		border-radius:26px;
		margin:80px 0 0;
		justify-content:space-between;
	}

	#sec04 li{
		width:44%;
	}


	#sec04 li h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.8rem;
		font-feature-settings: 'palt';
		text-align:center;
		line-height:1.4;
		color:#fff;
		letter-spacing: 0.1rem;
		background:#ff8f06;
		border-radius:30px;
		padding:4px 0 4px;
		margin:0 0 20px;
		
	}

	#sec04 li p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		line-height:1.8;
		color:#222e2f;
		letter-spacing: 0.2rem;
		padding:0 10px;
	}
	

	/* ============================================================
 	section 05
	==============================================================*/
	
	
	#sec05{
		width: 100%;
		padding: 100px 0 120px;
		position:relative;
	}

	#sec05:before{
		content: "";
		display: block;
		width: 70%;
		height: 500px;
		background:#222e2f;
		position: absolute;
		top:40px;
		right:0;
	}
	
	#sec05 .wrapper{
		width: 1090px;
	}

	#sec05 .txt_wrap{
		width: 420px;
		margin:0 0 0 auto;
	}

	#sec05 .img_box{
		width: 740px;
		line-height: 0;
		position: absolute;
		top: -139px;
		right: 50%;
	}
	
	#sec05 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		color:#fff;
		background: #8ec298;
		text-align: center;
		display: inline-block;
		letter-spacing: 0.1rem;
		padding: 4px 20px 6px;
		margin:0 0 20px;
	}

	

	#sec05 h3{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 3.2rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		color:#fff;
		letter-spacing: 0.2rem;
		padding:0 0 30px;
	}

	#sec05 h3 span{
		color:#a3b0b1;
		font-weight: 400;
		display:block;
		font-size:1.8rem;
	}


	#sec05 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		line-height:2.0;
		color:#fff;
		letter-spacing: 0.2rem;
	}

	#sec05 ul{
		display:flex;
		background:#fff;
		padding:50px 110px;
		border-radius:26px;
		margin:80px 0 0;
		justify-content:space-between;
	}

	#sec05 li{
		width:44%;
	}


	#sec05 li h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.8rem;
		font-feature-settings: 'palt';
		text-align:center;
		line-height:1.4;
		color:#fff;
		letter-spacing: 0.1rem;
		background:#ff8f06;
		border-radius:30px;
		padding:4px 0 4px;
		margin:0 0 20px;
		
	}

	#sec05 li p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		line-height:1.8;
		color:#222e2f;
		letter-spacing: 0.2rem;
		padding:0 10px;
	}
	

	
}



