
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	
	/* ============================================================
 	main_wrap
	==============================================================*/
    
    
	#main_sec_wrap{
		width:100%;
		padding: 48px 5vw 0;
		box-sizing: border-box;
		overflow:hidden;
	}

	#main_sec_wrap .img_bg{
		margin:0 -5vw;
	}
	

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 6.0rem;
		line-height: 1.4;
		color: #565656;
		font-feature-settings: 'palt';
		letter-spacing: 0.3rem;
		text-indent:-3px;
		padding:20px 0 10px;
	}

	#main_sec_wrap h1 span{
		display:inline-block;
		font-weight: 300;
		font-size: 3.2rem;
	}

	#main_sec_wrap h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.2em;
		line-height: 1.6;
		color: #565656;
		font-feature-settings: 'palt';
		letter-spacing: 0.3rem;
		padding:0 0 20px;
	}

	

	#main_sec_wrap p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1.8;
		color: #565656;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
	}



	/* ============================================================
 	sec01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 80px 0 50px;
		position:relative;
		overflow:hidden;
	}
	
	#sec01 .wrapper{
		
	}

	#sec01 .h_wrap{
		display:flex;
		justify-content:space-between;
		flex-wrap: wrap;
		box-sizing:border-box;
		border-top:2px solid #ccc;
		padding: 50px 2vw;
		gap: 30px 0;
	}

	#sec01 .h_wrap .img_box{
		line-height: 0;
		border-radius: 10px;
		overflow: hidden;
	}


	#sec01 .h_wrap .txt_wrap{
		width:100%;
	}

	#sec01 .h_wrap .full_wrap{
		width:100%;
	}
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.4rem;
		line-height: 1.4;
		font-feature-settings: 'palt';
		padding: 0 0 12px;
		letter-spacing:0.2rem;
	}

	#sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 1.4;
		color:#63b33b;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		padding: 0 0 0 44px;
		margin: 0 0 20px;
		position:relative;
	}

	#sec01 h3 span{
		display:block;
		position:absolute;
		width:34px;
		left:0;
		top: 52%;
		transform:translate(0,-50%);
	}

	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1.6;
		font-feature-settings: 'palt';
		letter-spacing:0.1rem;
		padding: 0 0 20px;
	}

	#sec01 a{
		display:inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.4;
		color:#2a99d1;
		background:#ebf8ff;
		border-radius:40px;
		font-feature-settings: 'palt';
		letter-spacing:0.1rem;
		padding:10px 30px 12px;
	}

	#sec01 a span:first-child{
		display:none;
	}

	#sec01 a span:last-child{
		display:inline-block;
		width:17px;
		vertical-align:text-top;
		margin: -2px 0 0 0;
	}

	#sec01 .h_wrap .txt_wrap th{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 1.4;
		background:#f5f5f5;
		font-feature-settings: 'palt';
		letter-spacing:0.1rem;
		padding: 4px 6px 6px;
		border-bottom:4px solid #fff;
		white-space:nowrap;
	}

	#sec01 .h_wrap .txt_wrap td{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 1.6;
		font-feature-settings: 'palt';
		letter-spacing:0.1rem;
		padding: 4px 0 6px 10px;
		border-bottom:4px solid #fff;
	}

	#sec01 .h_wrap .txt_wrap td span{
		display:block;
		font-size: 1.3rem;
	}

	#sec01 .h_wrap .full_wrap table{
		width:100%;
		border-top:2px solid #e5e5e5;
		border-left:2px solid #e5e5e5;
		margin: 0 0 20px;
	}

	#sec01 .h_wrap .full_wrap th{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 1.4;
		background:#f5f5f5;
		font-feature-settings: 'palt';
		letter-spacing:0.1rem;
		padding: 14px 8px 16px;
		border-bottom:2px solid #e5e5e5;
		border-right:2px solid #e5e5e5;
		white-space:nowrap;
	}

	#sec01 .h_wrap .full_wrap td{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 1.4;
		font-feature-settings: 'palt';
		letter-spacing:0.1rem;
		padding: 14px 10px 16px;
		border-bottom:2px solid #e5e5e5;
		border-right:2px solid #e5e5e5;
	}

	#sec01 .h_wrap:nth-of-type(4) .full_wrap td{
		text-align:center;
	}

	#sec01 .h_wrap .full_wrap td span{
		display:block;
		font-size: 1.3rem;
		text-indent: -1em;
		padding: 10px 0 0 1em;
	}

	

	/* ============================================================
 	sec02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 70px 0 100px;
		position:relative;
		background: #f5f5f5;
	}
	
	#sec02 .wrapper{
	}

	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 3.2rem;
		line-height: 1.4;
		font-feature-settings: 'palt';
		letter-spacing:0.2rem;
		padding: 0 0 7px;
		margin: 0 0 48px;
		border-bottom: 1px solid #ccc;
	}

	#sec02 ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		gap: 36px 0;
	}

	#sec02 ul li{
		width: 100%;
	}

	#sec02 ul h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.6rem;
		line-height: 1.4;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		padding: 0 0 10px 6px;
	}


	#sec02 ul p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.6;
		color:#000;
		background:#fff;
		border-radius:10px;
		font-feature-settings: 'palt';
		text-align: left;
		letter-spacing: 0.1rem;
		padding: 20px 20px;
	}

	#sec02 ul p span{
		display:block;
		padding:5px 0;
	}

	#sec02 a{
		color:#0b99e0;
	}

	

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

