#page_title {
	background: url('../images/about/pagetitle.webp') no-repeat center center;
}
main section{
	max-width:1340px;
	padding:0 20px;
	box-sizing:border-box;
}

#section1 h3{
	font-size:36px;
	margin-bottom:20px;
	background:transparent;
	box-shadow:0 0 0 rgba(0,0,0,0);
}
#section1 h4{
	text-align:center;
	margin-bottom:50px;
}
#section1 dl{
	display:flex;
	gap:40px;
	margin-bottom:20px;
}
#section1 dt{
	color:#2055a3;
	white-space:nowrap;
	font-size:24px;
	width:315px;
	flex:none;
}
#section1 dt .number{
	font-size:36px;
}
#section2 figure{
	width:300px;
	flex:none;
	text-align:center;
}
#section3 article{
	border:5px solid #2055a3;
	padding:40px;
	border-radius:20px;
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}
#section3 article h4{
	width:100%;
}
#section3 article .fll,
#section3 article .flr{
	width:calc((100% - 40px) / 2);
	flex:none;
}
.gallery{
	display:flex;
	flex-wrap:wrap;
	gap:40px 20px;
}
.gallery figure{
	width:calc((100% - 60px) / 4);
}
.gallery figure img{
	display:block;
	width:100%;
	height:190px;
	object-fit:cover;
}

