@charset "utf-8";
/* CSS Document */

/* 働く人の声 */
.voice_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-top: 20px;
}
.voice_list li {
	width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
	background-color: #f4f4f4;
	position: relative;
	border: solid 1px #AAAAAA;
}
.voice_list li:nth-child(3n) {
    margin-right: 0%;
}
.voice_list li figure {
	display: block;
	width: 100%;
    height: 318px;
	max-width: 100%;
	overflow: hidden;
}
.voice_list li figure img{
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}
_:lang(x)::-ms-backdrop, .voice_list li figure img {
	font-family: 'object-fit: cover;';
}
.voice_list li a {
	color: #333333;
	text-decoration: none;
}
.voice_list li div > div {
	padding: 7px 12px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.47);
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.2;
}
.member_view_icon {
	position: absolute;
	right: -1px;
	top: -1px;
}
.over_item {
	display: none;
}


.member_view_icon {
    position: absolute;
    right: -1px;
    top: -1px;
}

@media screen and (max-width: 1060px) {
	.voice_list li figure {
		height: 30vw;
	}
	.voice_list li div > div {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 760px) {
	.voice_list li figure {
		height: 44.4vw;
	}
	.hospital_detail {
		margin-top: 1vw;
	}
	.hospital_detail span {
		margin-bottom: 1vw;
	}
	.voice_list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		background-color: #f4f4f4;
	}
	.voice_list li:nth-child(3n) {
		margin-right: 4%;
	}
	.voice_list li:nth-child(2n) {
		margin-right: 0%;
	}
	.voice_list li div > div {
    	font-size: 2.7vw;
		padding: 1vw 1vw;
	}
	.voice_list li div > div strong {
		font-size: 3.3vw;
	}
	.member_view_icon img{
		width: 15vw;
	}
}

/*
@media screen and (max-width: 767px) {
	.voice_body strong {
		font-size: 16px;
		display: block;
	}
	.hospital_detail {
		margin-top: 1vw;
	}
	.hospital_detail span {
		margin-bottom: 1vw;
	}
	.voice_list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		background-color: #f4f4f4;
	}
	.voice_list li:nth-child(3n) {
		margin-right: 4%;
	}
	.voice_list li:nth-child(2n) {
		margin-right: 0%;
	}
	.voice_list li div > div {
		font-size: 3vw;
	}
}

@media screen and (max-width: 500px) {
	.search_head .search_info strong {
		font-size: 4vw;
	}
	.search_head .search_info span {
		font-size: 2.8vw;
	}
	.search_titel {
		width: 50%;
		font-size: 3.2vw;
	}
	.search_titel::after {
		font-size: 6vw;
	}
	.search_titel {
		padding: 2.4vw 10vw 2.4vw 3vw;
	}
	.search_titel span {
		padding-left: 4px;
	}
	input[type="password"], input[type="text"], textarea, select {
		width: 100%;
	}
	.search_flex_dl {
		display: block;
	}
	.search_flex_dl dl:first-child {
		margin-right: 0;
	}
	.search_btns {
		justify-content: space-between;
	}
	.search_btns a, .search_btns button {
		min-width: unset;
		width: 48%;
		margin: 0;
	}
}
*/


.ttl_tmp {
	color: #f1962b;
	background-color: #fff0de;
	border-bottom: 2px solid #f1962b;
}

.ttl_tmp:before{
    background: url(/assets/img/global/nav_icon_3.svg) no-repeat;
    background-size: 100%;
}