#page_title {
	background: #e2e2e2 url('../images/service1/bg_pagetitle.webp') no-repeat center center;
}

#section1 {
	text-align: center;
	padding:100px 0;
	background:url('../images/index/bg2.svg') no-repeat center center;
	background-size:200% 100%;
}
#section1 article{
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:60px;
	text-align:center;
	line-height:1.8em;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
#section2 h3{
	font-size:54px;
}
#section2 article{
	max-width:960px;
}
#section2 article .comment_photo .comment{
	width:calc(100% - 340px);
}
#section2 article .comment_photo figure{
	width:300px;
}
.service_wrap{
	border:4px solid #999999;
	padding:36px;
	box-sizing:border-box;
	margin:0 auto 40px;
	border-radius:20px;
	display:flex;
	gap:40px;
}
.service_wrap .fll{
	width:490px;
	flex:none;
}
.service_wrap .fll figure{
	gap:10px;
	align-items:center;
	display:flex;
}
.service_wrap .fll figure img{
	display:block;
	width:180px;
	height:180px;
	flex:none;
	border-radius:50%;
}
.service_wrap .fll figcaption{
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:36px;
}
.service_wrap .flr{
	width:calc(100% - 530px);
	flex:none;
}
.service_wrap .flr dt{
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:28px;
	color:#1f9405;
	margin-bottom:10px;
}
.service_wrap .flr dl{
	margin-bottom:30px;
}
#section3 h3,
#section4 h3,
#section5 h3{
	font-size:54px;
}
#flow{
	display:flex;
	gap:20px;
}
#flow dl{
	width:calc((100% - 80px) / 5);
	padding:15px;
	border-radius:15px;
	box-sizing:border-box;
	text-align:center;
	background: linear-gradient(to bottom, rgba(44,132,38,1) 0%,rgba(219,234,182,1) 36%,rgba(219,234,182,1) 100%);
}
#flow dt{
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:24px;
}