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

main section h3 {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2em;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto 60px;
	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;
}

#section1 {
	text-align: center;
	font-size: 24px;
}

#section2 {
	padding: 80px 0;
	background: #fcc700;
}

#section2 h3 {
	background: #fff;
}

#section2 dl {
	display: flex;
	align-items: center;
	border-radius: 50px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 40px;
	background: #5eb62f;
}

#section2 dt {
	width: 200px;
	flex: none;
	font-size: 28px;
	text-align: center;
	color: #fff;
	height: 100%;
}

#section2 dd {
	background: #fff;
	padding: 30px 0 30px 30px;
	box-sizing: border-box;
	width: calc(100% - 200px);
}

#contents2-1 dd {
	font-size: 36px;
	color: #5eb62f;
}

#contents2-2 dd {
	font-size: 28px;
	color: #5eb62f;
}

#contents2-3 ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0 0 0 35px;
}

#contents2-3 li {
	line-height: 30px;
	margin-bottom: 20px;
	position: relative;
}

#contents2-3 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #5eb62f;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	color: #ffffff;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: -35px;
}

#section3 h3 {
	background: #5eb62f;
}

#section3 dl {
	padding: 30px 40px;
	border: 1px solid #5eb62f;
	border-radius: 20px;
	margin: 0 auto 40px;
}

#section3 dt {
	font-size: 24px;
	color: #5eb62f;
	margin-bottom: 15px;
}

#section4 {
	padding: 80px 0 80px;
	background: #fcc700;
	margin: 0 auto;
}

#section4 h3 {
	background: #fff;
}

#section4 .photo_comment figure {
	width: 240px;
}

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

#section5 {
	padding: 0px 0 80px;
	background: #fcc700;
}

#section5 article {
	display: flex;
	gap: 40px;
}

.profile {
	width: calc((100% - 40px) / 2);
	flex: none;
}

.profile2 {
	width: calc((100% - 40px) / 2);
	flex: none;
}

.profile dl,
.profile2 dl {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.profile dt,
.profile2 dt {
	color: #fff;
	font-size: 28px;
	text-align: center;
	background: #5eb62f;
	line-height: 80px;
}

.profile dd {
	padding: 40px 40px;
}

.profile2 dd {
	padding: 30px 40px;
}

.profile dd table,
.profile2 dd table {
	width: 100%;
	border-top: 1px solid #ccc;
}

.profile dd th,
.profile2 dd th,
.profile dd td,
.profile2 dd td {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.profile dd th,
.profile2 dd th {
	white-space: nowrap;
}


#section6 h3 {
	background: #5eb62f;
}

#section6 > article > h3{
	font-size: 32px;
}

.gallery {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.gallery li {
	text-align: center;
	width: calc((100% - 120px) / 4);
}

.gallery li img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 10px;
}

.itemWrapper{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	/* align-items: center; */
}

.itemWrapper .desc{
	width: 70%;
	margin: 0 5% 0 0;
}

.itemWrapper .desc p{
	margin: 0 0 1em;
}

.itemWrapper .desc h6{
	color: #5eb62f;
	margin: 40px 0 10px;
}

.itemWrapper figure{
	width: 25%;
}

.itemWrapper figure img{
	width: 1px 0%;
	height: auto;
}

.itemBox{
	margin: 0 0 60px;
}

.itemBox figure img{
	border: 1px solid #ddd;
	border-radius: 10px;
}

figcaption{
	font-size: 70%;
	text-align: center;
}

.itemWrapper dl{
	margin: 0 0 1em;
}

.itemWrapper dl dt{
	font-weight: bold;
	color: #444;
}