.wp-image-1030{
	display:block;
	width:100%;
	height:600px;
	object-fit:cover;
	object-position:bottom center;
}
.photo_comment1{
	display:flex;
	gap:40px;
	margin:0 auto 50px;
}
.photo_comment1 figure{
	width:450px;
	flex:none;
}
.photo_comment1 .comment{
	width:calc(100% - 490px);
	flex:none;
}
.photo_comment2{
	display:flex;
	gap:40px;
	margin:0 auto 50px;
}
.photo_comment2 figure{
	width:450px;
	flex:none;
	order:2;
}
.photo_comment2 .comment{
	width:calc(100% - 490px);
	flex:none;
	order:1;
}
.profile{
	display:flex;
	gap:40px;
}
.profile dl{
	width:calc((100% - 80px) / 3);
	flex:none;
}
.profile dt{
	display: block;
    width: 340px !important;
    height: 380px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    overflow: hidden;
    position: relative;
	margin-bottom:20px;
}
.profile dt img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}