@CHARSET "UTF-8";

.mix-blend-mode {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 60%;
	background: rgb(0, 152, 144);
	mix-blend-mode:multiply;
	z-index: 2;
}

.customer-name {
	color: #fff;
	background-color: #e98e00;
	text-align: center;
	font-size: 1.2em;
}

.customer-name .sama {
	font-size: 0.9rem;
}

.image {
	position: relative;
	padding-top: 56.25%;
	border: 1px solid #000;
}

.image .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
/*
.staff-img {
	object-fit: cover;
	font-family: "object-fit: cover;";
}
*/

.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.staff-name {
	font-size: 0.95rem;
}

.staff-comment {
	font-size: 0.95rem;
}

.comment-box {
	border-radius: 5px;
	background-color: #f3efe4;
}

.triangle {
	border-top: 20px solid transparent;
	border-right: 20px solid #f3efe4;
	border-bottom: 20px solid transparent;
	margin-top: 5%;
}

.continue {
	color: #000;
	font-size: 0.95rem;
	border: 1px solid #000;
	border-radius: 2em;
	margin: auto;
	padding: 0.5em 4em;
	text-align: center;
}

.bg-blue {
	background-color: #d6e5e0;
}

.text-small {
	font-size: 0.9rem;
}

.pager a {
	display: inline-block;
	border: 1px solid rgb(192, 192, 192);
	width: 2em;
	margin: 0 0.25em;
	color: #000;
}
.pager .current {
	background-color: rgb(192, 192, 192);
}
.pager .prev,
.pager .next {
	color: #fff;
	background-color: rgb(233,142,0);
	border-color: transparent;
}

.pager .to-list {
	width: auto;
	padding: 0 2em;
	border-radius: 2em;
}

.single .pager {
	font-size: 20px;
	line-height: 2;
}

#StaffSlider .arrow {
	position: absolute;
	top: 50%;
	font-size: 2.6rem;
}
	
#StaffSlider .prev-arrow {
	left: 0;
	transform: translate(-100%, -50%) scaleX(1.2);
}
#StaffSlider .next-arrow {
	right: 0;
	transform: translate(100%, -50%) scaleX(1.2);
}

.dots {
	margin-top: 1em;
	list-style: none;
}
.dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 100px;
	border: 1px solid #6b6b6b;
	color: transparent;
	margin: 0 5px;
	background-color: transparent;
	outline: none;
}
.dots li.slick-active button {
	background-color: rgb(192,192,192);
}

#StaffSlider .staff-img-wrap {
	max-width: 200px;
}

#StaffSlider .position {
	font-size: 0.85rem;
}

#StaffSlider .to-detail {
	border: 1px solid #000;
	border-radius: 2em;
	padding: 0 2em;
	text-align: center;
	font-size: 0.95rem;
	color: #000;
}

@media (min-width: 768px) {
	.continue {
		font-weight: bold;
		font-size: 0.9rem;
		border: none;
		border-radius: 0;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	.single .pager {
		font-size: 15px;
		line-height: 1.6em;
	}
	
	.single .staff-img.pos-abs {
		position: absolute;
		top: 0;
		left: 0;
	}
}
