@charset 'UTF-8';

/* Arrows  top-case_slider*/
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	width: 56px;
	height: 56px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 100;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: .7;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	background-position: center;
	background-size: 56px 56px;
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	right: 56px;
	bottom: 0;
}

.slick-prev:before {
	background-image: url(../img/top/slick-prev.svg);
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
}

.slick-next {
	right: 0;
	bottom: 0;
}

.slick-next:before {
	background-image: url(../img/top/slick-next.svg);
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 900px) {
	.slick-prev,
	.slick-next {
		height: 45px;
		width: 45px;
	}
	.slick-prev {
		right: 45px;
		bottom: 0;
	}
	.slick-next {
		right: 0;
		bottom: 0;
	}
	.slick-prev:hover:before,
	.slick-prev:focus:before,
	.slick-next:hover:before,
	.slick-next:focus:before {
		opacity: 1;
	}
}
@media only screen and (max-width: 460px) {
    .slick-prev,
	.slick-next {
		height: 40px;
		width: 40px}
	.slick-prev {
		right: 40px}
}


/* ---------- Arrows OLD ---------- *
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	width: 56px;
	height: 56px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 100;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: .7;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	background-position: center;
	background-size: 56px 56px;
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	right: calc(50% + 56px);
	bottom: 0;
}

.slick-prev:before {
	background-image: url(../img/top/slick-prev.svg);
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
}

.slick-next {
	right: 50%;
	bottom: 0;
}

.slick-next:before {
	background-image: url(../img/top/slick-next.svg);
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
}
@media only screen and (max-width: 767px) {

	.slick-prev,
	.slick-next {
		height: 48px;
		width: 48px;
	}

	.slick-prev {
		right: 48px;
		top: calc(280px - 48px);
	}

	.slick-next {
		right: 0;
		top: calc(280px - 48px);
	}

	.slick-prev:hover:before,
	.slick-prev:focus:before,
	.slick-next:hover:before,
	.slick-next:focus:before {
		opacity: 1;
	}
}

/* ---------------- 畠経営グループのサービス 調整 --------------- */
.top-service-contents .slick-prev,
.top-service-contents .slick-next {
	width: 40px;
	height: 60px;
}

.top-service-contents .slick-prev:before,
.top-service-contents .slick-next:before {
	background-size: 40px 60px;
}

.top-service-contents .slick-prev {
	left: 0;
	top: 30%;
}

.top-service-contents .slick-prev:before {
	background-image: url(../img/top/service-prev.svg);
}

.top-service-contents .slick-next {
	right: 0;
	top: 30%;
}

.top-service-contents .slick-next:before {
	background-image: url(../img/top/service-next.svg);
}





/* Dots */
/*
.slick-dotted.slick-slider {
	margin-bottom: 40px;
}

.slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	margin-left: 55px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 1;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	background-color: #050000;
	opacity: .75;
}

.slick-dots li button:before {
	background-color: #050000;
	border-radius: 50%;
	content: '';
	opacity: .25;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	text-align: center;
	color: #050000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #050000;
}
*/
