#page_title{
	background:url('../images/recruit/pagetitle_green.webp') no-repeat bottom center;
}
#page_title h2 {
	font-size:32px;
}
#photogallery article{
	margin:0 auto 80px;
}
.voice_comment_photo{
	width:420px;
	display:block;
	height:315px;
	object-fit:cover;
	float:right;
	margin:0 0 30px 30px;
}
.voice_wrap{
	margin:0 auto 80px;
}
.voice_header{
	display:flex;
	border:5px solid #21b3d3;
	border-radius:20px;
	overflow:hidden;
	margin:0 auto 20px;
	justify-content:space-between;
}
.voice_header figure{
	max-width:420px;
}
.voice_header figure img{
	display:block;
}
.voice_header_l{
	padding:20px;
	color:#21b3d3;
	line-height:2em;
}
.voice_header_l strong{
	font-size:160%;
}
.voice_comment{
	padding:0 5px;
}
.voice_comment:after{
	content:"";
	display:block;
	clear:both;
}
.gallery{
	list-style:none;
	padding:20px 0 20px;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.gallery li{
	height:214px;
	width:calc((100% - 20px) / 3);
}
.gallery li img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.interview{
	display:flex;
	gap:40px;
	margin:0 auto 50px;
}
.interview_comment{
	border:2px dotted #00a77b;
	padding:20px;
	border-radius:10px;
	background:#e1faf3;
}
.interview figure{
	max-width:40%;
}
#contents2 img.alignleft{
	max-width:40%;
	position:relative;
	z-index:2;
}
#contents2 img.alignright{
	max-width:40%;
	position:relative;
	z-index:2;
}
#contents2 h4{
	font-size:20px;
	border-bottom:2px dotted #00a77b;
	z-index:1;
}
#contents2 iframe{
	height:auto;
	aspect-ratio: 16 / 9;
}
.fukidashi ul{
	display:flex;
	flex-wrap:wrap;
	padding:0;
	list-style:none;
	gap:15px;
	justify-content:center;
}
.fukidashi li{
	padding:15px;
	border:1px solid #ccc;
	border-radius:10px;
	position: relative;
	background:#fff;
}
.fukidashi li::before {
	content: "";
	position: absolute;
	bottom: -11px; /* 枠線分を考慮して1px下にずらす */
	left: 50%;
	transform: translateX(-50%);
	border-width: 11px 11px 0 11px;
	border-style: solid;
	border-color: #ccc transparent transparent transparent;
}

.fukidashi li::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.fukidashi img{
	display:block;
	margin:20px auto;
}
#photogallery .column2_l{
	width:calc(55% - 60px);
}
#photogallery .column2_r{
	width:45%;
}
#photogallery .column2_r img{
	width:100%;
	max-width:initial !important;
}