@media (max-width: 768px) {
	#staff-wrap .block-1 {
		width: 100%;
	}

	#staff-wrap .block-1 .name {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}

	#staff-wrap .block-1 .name span {
		font-size: 14px;
	}

	#staff-wrap .item-1:nth-of-type(2) .block-1 {
	}

	#intro-img-wrap h2 {
		left: 12px;
	}

	#voice-area .block-1 p {
		margin-top: 24px;
	}

	#intro-img-wrap .img-block,
	#intro-img-wrap .img-block-2 {
		height: 320px;
	}

	#intro-img-wrap .ttl{
		margin: 0 15px;
		bottom: 32px;
		left: 0px;
		width: 100%;
		font-size: 22px;
		text-align: center;
	}
}

@media (max-width: 480px) {
	#staff-wrap .block-1 .img-box {
		width: 80%;
	}
}
