#page_title {
	background: #e2e2e2 url('../images/service/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-size:28px;
	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 article{
	text-align:center;
}
#section3 dt{
	font-size:54px;
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
}
#section3 article{
	text-align:center;
	display:flex;
	gap:40px;
}
#section3 article dl{
	width:calc((100% - 40px) / 2);
	border:2px solid #222;
	border-radius:20px;
	padding:30px;
	box-sizing:border-box;
	display:flex;
	gap:20px;
	flex-direction:column;
}