@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */


/**/


/* Typography
------------------------------------------*/

html {
	background: #fff;
	font-size: 14px;
}

body {
	line-height: 1.6;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	color: #111111;
}

a {
	color: #111111;
	text-decoration: none;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}


/* use hover animation */


/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/

body {
	min-width: 1280px;
	text-align: center;
	letter-spacing: 0.05em;
}

body.home {
	word-break: break-all;
}

#container {
	overflow: hidden;
}


/* header
------------------------------------------*/

#header-inner {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	z-index: 20;
}

.header-logo {
	position: absolute;
	top: 13px;
	left: 15px;
}

.header-btn-group {
	position: absolute;
	top: 0;
	right: 0;
	background: #ff9f29;
	width: 100px;
	height: 100px;
	z-index: 150;
	color: #fff;
}

.drawer-btn {
	height: 100px;
	cursor: pointer;
}

.drawer-btn aside {
	color: #fff;
	font-size: 14px;
	transform: scaleY(0.85);
	padding: 65px 0 0;
}

.drawer-btn-bar {
	background: #fff;
	width: 48px;
	margin: -3px 0 0 -24px;
	height: 5px;
}

.is-drawer-closed .drawer-btn-bar:nth-of-type(1) {
	margin: -14px 0 0 -24px;
}

.is-drawer-closed .drawer-btn-bar:nth-of-type(3) {
	margin: 8px 0 0 -24px;
}

.is-drawer-open .drawer-btn-bar {
	background: #fff;
}

.drawer-menu > ul {
	position: absolute;
	background: rgb(255 255 255 / 80%);
	top: -100px;
	left: auto;
	right: 0;
	width: 380px;
	height: 99999px;
	text-align: left;
	padding: 166px 0 0 70px;
}

.drawer-menu > ul > li > a,
.drawer-menu > ul > li > span {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
}

.drawer-menu > ul > li {
	margin: 0 0 23px;
}


/* mainimage
------------------------------------------*/


/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}


/* slideshow */

.slideshow .slick-slide {
	backface-visibility: hidden;
}

.slideshow .slick-slide img {
	width: 100%;
}


/* arrows */

.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}

.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.slideshow .slick-arrow.slick-prev {
	left: 30px;
}

.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}

.slideshow .slick-arrow.slick-next {
	right: 30px;
}

.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}


/* dots */

.slideshow .slick-dotted {
	margin-bottom: 30px;
}

.slideshow .slick-dots {
	bottom: -30px;
}

.slideshow .slick-dots li button::before {
	color: #ccc;
}

.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


/* content main
------------------------------------------*/

body:not(.home) #content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}

body.home #content-inner {
	width: 100%;
}

.top-inner {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

body:not(.home) #main a:not([class]) {
	color: #ff8c32;
}

body:not(.home) #main .entry-title a:not([class]) {
	color: #111111;
}

body.home #main {
	width: 100%;
}

.main-news {
	position: relative;
	margin: 0 auto;
	height: 80px;
	border-bottom: 1px solid #e8e8e8;
}

.main-news:before {
	position: absolute;
	content: "";
	transform: skewX(-24deg);
	width: 50vw;
	height: 80px;
	margin: 0 auto;
	right: 30%;
	right: -webkit-calc(50% + 420px);
	right: calc(50% + 420px);
	background-color: #8fc21f;
	z-index: 10;
}

.main-news .top-inner {
	position: relative;
}

.main-news-title {
	position: absolute;
	top: 28px;
	left: 1px;
	z-index: 11;
}

.main-news-list {
	position: absolute;
	top: 28px;
	left: 150px;
	font-weight: 700;
}

.main-news-list-item {
	font-size: 14px;
	letter-spacing: 0.05em;
	width: 790px;
}

.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 4px 0;
	margin-top: -4px;
}

.main-news-list-title > a {
	font-weight: bold;
	color: inherit;
}

.main-news-list-date {
	margin-right: 12px;
}

.main-news-list-cat {
	display: inline-block;
	margin-right: 10px;
	margin-top: -3px;
}

.main-news-list-cat a {
	display: block;
	padding: 6px 14px;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	line-height: 1.2;
	color: #ff8c32;
	position: relative;
	border: 1px solid #ff8c32;
}

.main-news-list-cat a:hover {
	opacity: .7;
}

.main-news-more {
	position: absolute;
	top: 22px;
	right: 0px;
}

.main-news .scroll-area {
	max-height: 100px;
}

.main-blog {
	position: relative;
	margin: 57px auto 0px;
	background: #f8f8f8 url(/images/default/main-blog-bgt.png) no-repeat center top / 100% 180px;
	padding: 192px 0 180px 0;
}

.main-blog:before {
	position: absolute;
	content: "";
	background: url(/images/default/main-blog-bgb.png) no-repeat center bottom / 100% 180px;
	height: 180px;
	width: 100%;
	bottom: 0;
	left: 0;
}

.main-blog-title {
	margin-bottom: 50px;
	text-align: center;
}

.main-blog-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.main-blog-list-item {
	width: 252px;
	font-weight: 700;
}

.main-blog-list-item + .main-blog-list-item {
	margin-left: 24px;
}

.main-blog-list-img {
	width: 252px;
	height: 252px;
	border: 1px solid #cccccc;
	margin-bottom: 14px;
}

.main-blog-list-title {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.main-blog-list-title > a {
	margin-top: 9px;
	font-weight: bold;
	font-size: 14px;
	color: #222222;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 2;
	width: 100%;
}

.main-blog-list-date {
	color: #888888;
	font-size: 12px;
}

.main-blog-list-cat {
	display: inline-block;
}

.main-blog-list-cat a {
	display: block;
	padding: 3px 21px;
	background: #8fc21f;
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #fff;
	line-height: 1.4;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 170px;
}

.main-blog-list-cat a:hover {
	opacity: .7;
}

.main-blog-list-text {
	font-size: 12px;
}

.main-blog-more {
	text-align: center;
	margin-top: 57px;
}

.main-whatcompany {
	background: url(/images/default/main-whatcompany_bg.png) no-repeat center center / 1920px;
	padding-top: 97px;
}

@media screen and (min-width: 1921px) {
	.main-whatcompany {
		background-size: cover;
	}
}

.main-whatcompany01 {
	margin-bottom: 58px;
}

.main-whatcompany-inner {
	padding: 68px 70px 84px;
	line-height: 2.9;
}

.top-inner .youtube {
	position: relative;
	width: 100%;
	padding-top: 57.45%;
}

.top-inner .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.main-benefits-title {
	padding-top: 43px;
	margin-bottom: 16px;
}

.main-benefits {
	background: url(/images/default/main-benefits-bgb.png) no-repeat center bottom / contain;
	position: relative;
	padding-bottom: 336px;
}

.main-benefits > * {
	position: relative;
}

.main-benefits:before {
	position: absolute;
	content: "";
	background: url(/images/default/main-benefits-bgt.png) no-repeat center top / 100% 470px;
	top: 0;
	left: 0;
	width: 100%;
	height: 470px;
}

.main-benefits-inner > div {
	position: relative;
	font-weight: 700;
	min-height: 520px;
}

.main-benefits-inner figure {
	width: 38.3vw;
	position: absolute;
	right: 98%;
	right: -webkit-calc(100% - 441px);
	right: calc(100% - 441px);
	margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
	.main-benefits-inner figure {
		width: 460px;
		right: inherit;
		left: 0;
	}
	.main-benefits-inner > div:nth-child(2n) figure {
		right: 0;
		left: inherit;
	}
}

.main-benefits-inner figure img {
	margin-left: auto;
	max-width: 740px;
	margin-right: 0;
	display: block;
	width: 100%;
}

.main-benefits-textblock {
	width: 580px;
	margin-left: auto;
	padding-top: 33px;
}

.main-benefits-lead {
	margin-bottom: 20px;
}

.main-benefits-text {
	line-height: 2.7;
	margin-top: 55px;
}

.main-benefits-inner > div + div {
	margin-top: 60px;
}

.main-benefits-inner > div:nth-child(2n) figure {
	right: inherit;
	left: 98%;
	left: -webkit-calc(100% - 441px);
	left: calc(100% - 441px);
}

.main-benefits-inner > div:nth-child(2n) figure img {
	margin-right: auto;
	margin-left: 0;
}

.main-benefits-inner > div:nth-child(2n) .main-benefits-textblock {
	margin-left: 0;
}

.main-voice {
	background: url(/images/default/main-voice-bg.png) no-repeat center center / cover;
	padding-top: 120px;
}

@media screen and (min-width: 1921px) {
	.main-voice {
		background-size: cover;
	}
}

.main-voice-stitle {
	font-size: 36px;
	font-weight: 700;
	padding-top: 28px;
	border-bottom: 4px solid #8fc21f;
	padding-bottom: 17px;
	line-height: 1.3;
	margin-bottom: 36px;
}

.main-voice-title {
	margin-bottom: 62px;
}

.main-voice-list-item a {
	width: 1080px;
	display: block;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.main-voice-list-item a:hover {
	opacity: 0.8;
	text-decoration: none !important;
}

.main-voice-img {
	width: 420px;
}

.main-voice-textblock {
	width: 590px;
}

.main-voice-text {
	line-height: 2.5;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.main-voice-prof {
	line-height: 33px;
	margin-top: 27px;
	width: 590px;
	white-space: inherit;
}

.main-voice-prof th {
	width: 61px;
}

.main-voice-prof td {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.main-voice-text + .main-voice-prof {
	margin-top: 19px;
}

.main-voice-more {
	text-align: center;
	margin-top: 70px;
}

.main-guide {
	margin-top: 108px;
}

.main-guide-textblock {
	position: relative;
	margin-left: auto;
	width: 580px;
	padding: 135px 0px 82px 80px;
}

.main-guide-textblock:before {
	position: absolute;
	content: "";
	transform: skewY(-6.2deg);
	height: 100%;
	margin: 0 auto;
	background-color: #007d3d;
	left: 0;
	top: 0;
	width: 55vw;
	width: -webkit-calc(50vw + 30px);
	width: calc(50vw + 30px);
	z-index: 1;
}

.main-guide-textblock > * {
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: 700;
}

.main-guide-text {
	line-height: 2.8;
	margin-top: 50px;
}

.main-guide-inner {
	position: relative;
}

.main-guide-inner:before {
	position: absolute;
	content: "";
	background: url(/images/default/main-guide-img.jpg) no-repeat center top /cover;
	width: 55vw;
	width: -webkit-calc(50vw + 40px);
	width: calc(50vw + 40px);
	height: 700px;
	height: -webkit-calc(50vw + 140px);
	height: calc(100% + 110px);
	top: -14px;
	right: 55vw;
	right: -webkit-calc(50% - 40px);
	right: calc(50% - 40px);
	clip-path: polygon(0% 16%, 100% 0%, 100% 84%, 0% 100%);
}

.main-contact {
	margin-top: 110px;
}

.main-contact-inner {
	position: relative;
}

.main-contact-inner:before {
	position: absolute;
	content: "";
	background: url(/images/default/main-contact-il.png);
	width: 153px;
	height: 231px;
	bottom: 0;
	left: -40px;
}

.main-contact-tel {
	position: absolute;
	top: 198px;
	left: 241px;
}

.main-contact-btn {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	top: 310px;
	left: 160px;
	width: 760px;
}

@media screen and (max-width: 1300px) {
	.main-guide-inner:before {
		right: 0;
		left: -100px;
		width: 690px;
	}
	.main-guide-textblock:before {
		width: 680px;
	}
}


/* content sidebar
------------------------------------------*/

#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}

.side-nav-title {
	margin-bottom: 10px;
}

.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185, 185, 185, 0.5);
	font-size: 13px;
}

.side-nav-list > li > a::before {
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.side-nav-list > li > ul {
	padding: 10px;
}

.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/

#footer {
	border-top: 1px solid #007d3d;
	margin-top: 60px;
	padding: 60px 0 90px;
	font-weight: 700;
}

.footer-nav {
	margin-bottom: 18px;
}

.footer-nav li {
	color: #fff;
}

.footer-nav li:not(:last-child)::after {
	content: "／";
	padding: 0 16px;
}

.footer-nav li a {
	color: inherit;
}

.footer-nav li ul {
	display: none;
}

.footer-copyright {
	text-align: center;
	font-size: 10px;
	color: #fff;
}

.pagetop-btn-wrap {
	position: absolute;
	bottom: 15px;
	z-index: 20;
	left: 98%;
	left: -webkit-calc(50% + 480px);
	left: calc(50% + 480px);
	width: 60px;
	height: 60px;
}

.footer-inner {
	width: 1080px;
	margin: 0 auto;
}

.footer-con > div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-con-text {
	text-align: left;
}

.footer-logo {
	margin-bottom: 41px;
}

.footer-address {
	margin-bottom: 12px;
}

.footer-tel {
	font-size: 20px;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
}

.footer-tel a {
	font-size: 25px;
}

.footer-sns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 32px;
}

.footer-sns li + li {
	margin-left: 20px;
}

.footer-pp a {
	display: block;
	position: relative;
	font-size: 12px;
	padding-left: 13px;
}

.footer-pp a:before {
	position: absolute;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ff8500;
	top: 0px;
	left: 0;
	font-size: 17px;
}

.footer-map {
	width: 600px;
	line-height: 1;
	font-size: 0;
}

.footer-map iframe {
	height: 340px;
}

.footer-nav-area {
	background: #007d3d;
	margin-top: 71px;
	padding: 25px 0 18px 0;
}

.footer-nav-list a {
	color: #fff;
}

.footer-nav-list {
	color: #fff;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-right: 31px;
}

.footer-fix {
	background: #8fc21f;
	height: 90px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.footer-fixtel {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	min-width: 1123px;
}

.footer-fixtel a {
	display: block;
}


/* Lower
------------------------------------------*/

.entry {
	margin: 0 0 20px;
}


/* heading */

.page-title-wraparea {
	margin-bottom: 40px;
}

.page-title-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: column-reverse;
	border-bottom: 1px solid #e8e8e8;
}

.page-title {
	padding: 10px 15px;
	background: #252c34 url(/images/default/page-title.jpg) no-repeat center center / cover;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	height: 280px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.entry-title,
.entry-content h2 {
	margin: 40px 0 30px;
	padding: 10px 0px 15px;
	border-bottom: 4px solid #8fc21f;
	font-size: 25px;
	font-weight: bold;
}

.entry-title a,
.entry-content h2 a {
	color: inherit;
}

.entry-content h3,
.h3 {
	margin: 2.6rem 0 1.5rem 0;
	padding: 17px 25px;
	background: #007d3d;
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
	color: #fff;
	margin-bottom: 30px;
}

.entry-content h3:first-child {
	margin-top: 50px;
}

.entry-content h4,
.h4 {
	padding: 14px 15px;
	font-size: 17px;
	font-weight: bold;
	background: #f4f4f4;
	margin-top: 50px;
	margin-bottom: 30px;
}

.entry-content h5,
.h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/

.breadcrumb-wrap {
	width: 1080px;
	text-align: left;
	margin: 0 auto;
}

.breadcrumb {
	justify-content: flex-start;
	margin: 17px 0 17px;
	padding: 0;
	background: none;
	font-size: 10px;
	width: 100%;
}

.breadcrumb a {
	color: #ff8c32;
}

.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}

.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ff8c32;
}


/* common-nav
------------------------------------------*/

.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186, 186, 186, 0.5);
}

.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}


/* blog-nav
------------------------------------------*/

.blog-nav-group {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 70px;
}

.blog-nav-group > * {
	width: 23%;
}

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}

.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186, 186, 186, 0.5);
	font-size: 15px;
	font-weight: bold;
}

.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 1rem;
	border-bottom: 1px solid rgba(186, 186, 186, 0.5);
	font-size: 0.8rem;
	color: inherit;
	line-height: 1.5;
}

.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.blog-nav-list li li a {
	padding-left: 3.5rem;
}

.blog-nav-list li li a::after {
	left: 2.25rem;
}

.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area {
	max-height: 200px;
}


/* Gallery
------------------------------------------*/


/* archive */

.gallery-list-item {
	padding: 0 15px 35px;
}

.gallery-list-img {
	margin-bottom: 10px;
}

.gallery-list-title {
	font-size: 13px;
}

.gallery-list-more {
	text-align: right;
}


/* single */

.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}

.gallery-detail-sub li {
	padding: 0 5px 10px;
}

.gallery-voice-prof {
	margin-top: 20px;
}

.gallery-voice-prof th {
	text-align: center;
	width: 150px;
}

.gallery-voice-prof th,
.gallery-voice-prof td {
	vertical-align: middle;
}


/* slick
------------------------------------------*/

.slick-next::before,
.slick-prev::before {
	width: 70px;
	height: 70px;
	content: "";
	opacity: 1;
}

.slick-next:focus::before,
.slick-next:hover::before,
.slick-prev:focus::before,
.slick-prev:hover::before {
	opacity: 0.7 !important;
}

.slick-next,
.slick-prev {
	width: 70px;
	height: 70px;
	margin-top: -35px;
}

.slick-next {
	right: -150px;
}

.slick-prev {
	left: -150px;
}

.slick-next::before {
	background: url(/images/default/slideshow-next.png) no-repeat center center/ cover;
}

.slick-prev::before {
	background: url(/images/default/slideshow-prev.png) no-repeat center center/ cover;
}

.slick-next,
.slick-prev {
	width: 70px;
	height: 70px;
	margin-top: -35px;
}

.slick-next {
	right: -150px;
}

.slick-prev {
	left: -150px;
}

@media screen and (max-width: 1420px) {
	.slick-next {
		right: -90px;
	}
	.slick-prev {
		left: -90px;
	}
}


/* Colors
------------------------------------------*/


/* arrows */


/* dots */

.slick-dots li button::before {
	color: #ccc;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}


/* SimpleBar */

.scroll-area {
	overflow: auto;
}

.simplebar-track.simplebar-vertical {
	width: 11px;
}

.simplebar-track.simplebar-horizontal {
	height: 11px;
}

.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}


/* btns */

.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #ff8c32;
	background-color: #ff8c32;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}


/* pagination */

.page-link {
	border-color: #9e9e9e;
	color: #333;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}