#page_title{
	background:url('../images/recruit/pagetitle_orange.webp') no-repeat bottom center;
}
#page_title h2{
	font-size:32px;
}
.shikaku{
	padding:40px;
	border:2px solid #10ae7d;
	border-radius:10px;
	display:flex;
	flex-wrap:wrap;
	gap:10px 40px;
}

img.alignright{
	max-width:40%;
}
.voice2{
	display:flex;
	gap:40px;
}
.voice2 .voice_l{
	width:70px;
	flex:none;
}
.voice2 .voice_m{
	
}
.voice2 .voice_r{
	width:380px;
	flex:none;
}
.voice_m {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
	margin-left: 20px; /* 矢印分の余白 */
}

.voice_m {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
	margin-left: 20px; /* 矢印分の余白 */
}

/* 外枠（グレー）の三角形 */
.voice_m::before {
	content: "";
	position: absolute;
	top: 35px; /* 上から35pxの位置に矢印 */
	left: -12px; /* 外側に飛び出させる */
	border-width: 11px 11px 9px 0;
	border-style: solid;
	border-color: transparent #ccc transparent transparent;
}

/* 中身（白）の三角形 */
.voice_m::after {
	content: "";
	position: absolute;
	top: 35px;
	left: -10px; /* 外枠より1px内側 */
	border-width: 10px 10px 10px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}
.realvoice{
	margin:0 auto 80px;
}
.realvoice dl{
}
.realvoice dt{
	font-size: 20px;
    border-bottom: 2px dotted #00a77b;
	margin-bottom:15px;
}
.realvoice .comment_photo{
	padding:20px 0 20px;
}
.realvoice figure{
	max-width:40%;
}
.realvoice .comment{
    border: 2px dotted #00a77b;
    padding: 20px;
    border-radius: 10px;
    background: #e1faf3;
}
.photo_2column{
	display:flex;
	gap:20px;
	padding:20px 0 40px;
	list-style:none;
}
.photo_2column li{
	width:calc((100% - 20px) / 2);
	flex:none;
	text-align:center;
}
.photo_2column li img{
	display:block;
	border-radius:10px;
}
.real_voice_comment{
	margin:0 auto 30px;
	display:flex;
	gap:30px;
}
.real_voice_comment figure{
	display:flex;
	flex:none;
	width:200px;
	justify-content:center;
	text-align:center;
	align-items:center;
}
.photo_2column li .youtube{
	display:flex;
	background:#ccc;
	justify-content:center;
	align-items:center;
	text-align:center;
	height:270px;
}