#pagetitle {
	background: url('../images/about/pagetitle.webp') no-repeat center center;
}

#contents1 article {
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 60px 0;
}

#contents2 article {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 60px 0;
}

#contents2 .photo_comment figure {
	width: 330px;
}

#contents2 .photo_comment .comment {
	width: calc(100% - 400px);
}

#contents3:before {
	content: "";
	display: block;
	border-radius: 20px 0 0 20px;
	background: rgba(204, 237, 238, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	width: 85.4dvw;
	height: 100%;
	z-index: 1;
}

#contents3:after {
	content: "";
	display: block;
	border-radius: 0 20px 20px 0;
	background: rgba(204, 237, 238, 0.5);
	position: absolute;
	bottom: -160px;
	left: 0;
	width: 85.4dvw;
	height: 100%;
	z-index: 1;
}

#contents3 h3 {
	position: relative;
	z-index: 5;
}

#contents3 {
	padding: 60px 0;
	margin-bottom: 280px;
}

#contents3 article {
	position: relative;
	z-index: 5;
	display: flex;
	gap: 45px;
}

#contents3 article dl {
	width: calc((100% - 90px) / 3);
	flex: none;
	text-align: center;
}

#contents3 article dl dt {
	line-height: 80px;
	font-weight: 700;
}

#contents3 article dl dd {
	padding: 30px 0;
	border-top: 4px solid #0f87cc;
	border-bottom: 4px solid #0f87cc;
}

#contents4 article {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 60px 0;
}

#contents4 .photo_comment figure {
	width: 330px;
}

#contents4 .photo_comment .comment {
	width: calc(100% - 400px);
}

.torihikisaki {
	display: flex;
	flex-wrap: wrap;
}

.torihikisaki li {
	width: 50%;
}

.slide{
	margin: 0;
	padding: 0;
}