#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;
}
