#lead{
	padding-bottom: 0;
}
.lead-txt{
	text-align: left;
}
.lead-txt p:not(:last-child){

}
.lead-copy{
	margin-top: 30px;
}
.lead-copy .label{
	display: block;
	font-size: 1.4rem;
	font-family: "Hiragino Mincho Pro", "MS PMincho", serif;
}
.lead-copy .label02{
	display: block;
	font-size: 1.2rem;
	font-family: 'Archivo Narrow', sans-serif;
}
.lead-img{
	margin-top: 50px;
	text-align: center;
	width: 150%;
	margin-left: -25%;
	height: 26vw;
}
.lead-img img{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.lead-img--frame01{
	z-index: 1;
	position: relative;
}
.lead-img--frame02{
	position: relative;
	z-index: -1;
}
.lead-img--frame03,
.lead-img--frame04
{
	z-index: 1;
	position: relative;
}

#point{
	background: #c8c8c8;
	padding: 50px 15px 15px;
}
.point-secs{
	background: #fff;
	padding: 40px 20px;
}
.point-sec{
	display: grid;
	gap: 20px;
	font-family: "Hiragino Mincho Pro", "MS PMincho", serif;
	position: relative;
}
.point-sec:not(:last-child){
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.point-sec:not(:last-child):after{
	content:"";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 100%;
	background: repeating-linear-gradient(
	-45deg,
	#fff,
	#fff 4px,
	#c8c8c8 4px,
	#c8c8c8 6px
	);
}
.point-sec-head{
	display: flex;
	gap: 20px;
}
.point-sec-num{
	font-size: 1.6rem;
	color: #05bfcb;
	font-family: 'Archivo Narrow', sans-serif;
}
.point-sec-body{
	flex: 1;
}
.point-sec-txt br{
	display: none;
}
.point-sec-h{
	font-size: 1.7rem;
	margin-bottom: 0.4em;
	line-height: 1.4;
}
.point-sec-h em{
	color: #05bfcb;
	margin-bottom: 0.5em;
}
.point-sec-img{
	text-align: center;
}
.point-sec-img img{
	width: 80%;
}


#works{
	padding: 30px 15px;
}