#section1{
	max-width:1400px;
	margin:0 auto 200px;
}
#section1 ul{
	display:flex;
	gap:40px;
	list-style:none;
}
#section1 ul li{
	width:calc((100% - 80px) / 3);
	position:relative;
}
#section1 ul li a{
	text-decoration:none;
}
#section1 ul li img{
	display:block;
	position:relative;
	z-index:1;
}
#section1 .circle{
	position: absolute;
    width: 230px;
    height: 230px;
    display: flex;
    flex: none;
    background: #264784;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    line-height: 1.8em;
    box-shadow: 10px 10px 0 #13e55d;
	z-index:2;
	bottom:90px;
	left:5%;
}
#section2{
	max-width:1100px;
	margin:0 auto 100px;
}
#section2 article{
	display:flex;
	gap:60px;
	margin:0 auto 60px;
}
#section2 article figure{
	width:400px;
	flex:none;
}
#section2 article .comment{
	width:calc(100% - 460px);
	flex:none;
}
#section2 h4{
	border-left:5px solid #264784;
	padding:5px 0 5px 10px;
	margin:0 0 20px;
}
#section2 h4 strong{
	font-size:140%;
}
#section3{
	margin:0 auto 100px;
}
#section3 h3{
	max-width:1100px;
	margin:0 auto 60px;
}
.slickgallery li{
	padding:0 5px;
	height:250px;
}
.slickgallery li img{
	width:100%;
	height:100%;
	object-fit:cover;
}