@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#nursing_greetings .greeting_box::after {
	content: "GREETINGS";
}
#nursing_greetings .greeting_box h3.sub {
	margin-bottom: 60px;
}
#nursing_greetings .greeting_box h3.sub::after {
	width: 40%;
}
#nursing_greetings .greeting_box .txt {
	line-height : 34px;
}
#nursing_greetings .staff_voice h3.sub {
	border-bottom: 3px solid #f7f7f7;
}
#nursing_greetings .staff_voice h3.sub::after {
	width: 40%;
}
#nursing_greetings .staff_voice .box:not(:last-of-type) {
	margin-bottom: 50px;
}
#nursing_greetings .staff_voice .box .ico {
	width: 140px;
}
#nursing_greetings .staff_voice .box .ico .img {
	background: #fff;
	border: 5px solid #f9f4a7;
	border-radius: 50%;
	width: 140px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1.5em;
}
#nursing_greetings .staff_voice .box .ico .name {
	color : #F5A20E;
	text-align: center;
}
#nursing_greetings .staff_voice .box .fukidashi {
	background: #f7f7f7;
	border-radius: 25px;
	width: 907px;
	padding: 25px 35px;
	line-height : 34px;
	position: relative;
}
#nursing_greetings .staff_voice .box .fukidashi::before {
	content: "";
	background: #f7f7f7;
	width: 35px;
	height: 40px;
	position: absolute;
	top: 50px;
	left: -35px;
	clip-path: polygon(100% 100%, 0 50%, 100% 0);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#nursing_greetings .greeting_box h3.sub {
		margin-bottom: 30px;
	}
	#nursing_greetings .greeting_box h3.sub::after {
		width: 32%;
	}
	#nursing_greetings .greeting_box .txt {
		width: 100%;
		margin-top: 20px;
		font-size: 110%;
		line-height: 1.8em;
	}
	#nursing_greetings .staff_voice h3.sub::after {
		width: 32%;
	}
	#nursing_greetings .staff_voice .box .ico {
		width: 100px;
	}
	#nursing_greetings .staff_voice .box .ico .img {
		width: 100px;
		height: 100px;
		border: 3px solid #f9f4a7;
		padding: 25px;
	}
	#nursing_greetings .staff_voice .box .ico .name {
		font-size: 110%;
	}
	#nursing_greetings .staff_voice .box .fukidashi {
		padding: 15px;
		line-height: 1.8em;
		width: 80%;
	}
	#nursing_greetings .staff_voice .box .fukidashi::before {
		width: 15px;
		height: 25px;
		top: 30px;
		left: -15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#nursing_greetings .greeting_box::after {
		font-size: 25px;
	}
	#nursing_greetings h3.sub {
		font-size: 5vw;
	}
	#nursing_greetings .greeting_box h3.sub::after {
		width: 46%;
	}
	#nursing_greetings .staff_voice h3.sub::after {
		width: 47%;
	}
	#nursing_greetings .staff_voice .box {
		flex-direction: column;
	}
	#nursing_greetings .staff_voice .box .ico {
		margin: 0 auto 15px;
	}
	#nursing_greetings .staff_voice .box .fukidashi {
		width: 100%;
	}
	#nursing_greetings .staff_voice .box .fukidashi::before {
		clip-path: polygon(100% 100%, 0 100%, 50% 0);
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
		width: 30px;
		height: 15px;
	}
}
	@media only screen and (max-width: 320px) {
		#nursing_greetings .greeting_box::after {
			font-size: 20px;
		}
	}