@charset "UTF-8";


#kv{
	margin: 0 auto 60px;
	padding: 0 0 0 0;
	position:relative;
	height: 280px;
	min-width: auto;
	background: linear-gradient(270deg, #ff8c00 11%, #fdc84a 80%);
display: flex;
align-items:center;
justify-content:center;
}

#kv h2{
	margin: 0 auto;
	padding: 60px 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #fff;
}

#document{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	overflow: visible;
	z-index:10;
}

.mask_inner{
	margin: 0 auto 0;
	padding: 0 30px 0;
	width: auto;
	position:relative;
	text-align:center;
}

.block1{
	margin: -90px auto 0;
	padding: 60px 0 40px;
	min-width: auto;
	position:relative;
	text-align:center;
	background-image: url(../images/news/bg.svg);
	background-repeat: nrepeat;
	background-position: top center;
	background-size: 375px auto;
}

.mask_style1 {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
background: #fff;
mask-image: linear-gradient(#000, #000), url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201400.26%205779.95%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M1400.26%2C52.95S1164.15-22.61%2C877.22%2C6.79c-286.93%2C29.4-359.08%2C90.68-545.3%2C90.68S0%2C53.05%2C0%2C53.05V5779.95H1399.92l.34-5727Z%22%2F%3E%3C%2Fsvg%3E");
mask-repeat: no-repeat, repeat-x;
mask-position:0 0,center top;
mask-size:100% auto,375px auto;
mask-composite: intersect;
z-index:-1;
}


.block1 h3{
	margin: 0 0 20px ;
	padding: 0 0;
	position:relative;
	font-weight: 600;
	font-size: 19px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: left;
	color: #222;
}

.block1 p{
	margin: 0 0 30px ;
	padding: 0 0;
	position:relative;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: left;
	color: #222;
}

ul.agree_list{
	margin: 0 0 ;
	padding: 0 0;
	position:relative;
	text-align: left;
}

ul.agree_list li{
	margin: 0 0 ;
	padding: 0 0;
	position:relative;
	text-align: left;
}

ul.agree_list li h4{
	margin: 0 0 5px;
	padding: 0 0;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: left;
	color: #222;
}