@charset "UTF-8";
/*sec01*/
#sec01{
	padding: 15vh 0 0;
}
#sec01 .wrap{
	max-width: 895px;
}
#sec01 .sub_title{
	margin-bottom: 1em;
	font-size: 1.2rem;
	font-weight: bold;
}
#sec01 .title_area{
	margin-bottom: 5%;
}
#sec01 .title_area p{
	margin-right: 0.5em;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
}
#sec01 .title_area .main_title{
	font-size: 1.2rem;
	font-weight: bold;
}
#sec01 .txt{
	margin-bottom: 10%;
}
#sec01 .txt p{
	line-height: 2.2;
	letter-spacing: 1.2px;
}
#sec01 .txt p.fwl{
	font-weight: bold;
	font-size: 1.5rem;
}
#sec01 .photo{
	width: 100%;
}
#sec01 .photo img{
	width: 100%;
}

/*sec02*/
#sec02{
	padding: 5% 0 5%;
}
#sec02 .wrap{
	max-width: 863px;
}
#sec02 h2{
	margin-bottom: 0.3em;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0;
}
#sec02 h3,
#sec02 h4{
	margin-bottom: 0.2em;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0;
}
#sec02 .txt p{
	margin-bottom: 2em;
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0;
}
#sec02 ul li .fwl{
	font-size: 1.5rem;
	font-weight:bold;
}

#sec02 ul li{
	position: relative;
	padding-bottom: 5%;
}
#sec02 ul li p{
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0;
}
#sec02 ul li p.check{
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 1030px){
	#sec01{
		padding: 10vh 0 0;
	}
}

@media screen and (max-width: 896px){
	#sec01{
		padding: 25% 0 0;
	}
	#sec01 .title_area{
		display: block;
	}
	#sec01 .title_area p{
		margin-bottom: 0.2em;
	}
	#sec01 .sub_title{
		margin-bottom: 0.5em;
	}
}

@media screen and (max-width: 480px){
	#sec01{
		padding: 30% 0 0;
	}
	#sec01 .title_area p{
		font-size: 2rem;
	}
	#sec01 .txt p{
		line-height: 1.8;
	}
	#sec01 .txt p.fwl{
		font-size: 1.2rem;
	}

	#sec02 h2,
	#sec02 .txt p,
	#sec02 h3, #sec02 h4,
	#sec02 ul li p{
		font-size: 1rem;
		line-height: 1.8;
	}
	#sec02 ul li{
		padding-bottom: 10%;
	}
}

@media screen and (max-width: 320px){
	#sec01 .title_area p{
		font-size: 1.7rem;
	}
}






























