@charset "utf-8";


/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */


/* Typography
------------------------------------------*/

html {
	background: #fff;
	font-size: 14px;
}

body {
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #343434;
}

a {
	color: #333;
	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: 1400px;
	text-align: center;
}

body.home {
	word-break: break-all;
}

#container {
	overflow: hidden;
}



/* header
------------------------------------------*/

#header {
	background: #1658a2;
}

#header-inner {
	position: relative;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	z-index: 20;
}

.site-description {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	color: #fff;
}

.header-address {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 11px;
	color: #aaa;
}

.header-logo {
	position: absolute;
	top: 35px;
	left: 35px;
}

.header-tel {
	position: absolute;
	top: 59px;
	right: 189px;
}

.header-mail {
	position: absolute;
	top: 48px;
	right: 10px;
}

.gnav {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 821px;
}

@media screen and (max-width: 1640px) {
	.header-logo {
		width: 170px;
		left: 15px;
		top: 45px;
	}

	.gnav {
		top: 0%;
		left: 200px;
		-webkit-transform: inherit;
		transform: inherit;
		width: 1400px;
	}
}


/* droppy */

.gnav-list {
	position: relative;
	text-align: left;
	zoom: 1;
}

.gnav-list li {
	float: left;
	display: block;
	position: relative;
	z-index: 20;
}

.gnav-list ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, .8);
}

.gnav-list ul li {
	float: none;
}

.gnav-list ul li a {
	display: block;
	padding: 5px 10px;
	color: inherit;
	font-size: 11px;
	zoom: 1;
}

.gnav-list ul li a:hover {
	text-decoration: none;
	background: #fff;
}

.gnav-list ul ul {
	top: 0;
	left: 100%;
	width: 100%;
}

.gnav-list a,
.gnav-ul img {
	display: block;
}



/* mainimage
------------------------------------------*/


/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0px auto 90px;
}

#mainimage:before {
	position: absolute;
	content: "";
	background: url(/images/default/mv_txt_pc.png) no-repeat center center;
	background-size: cover;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

#mainimage-inner {
	margin: 0 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
------------------------------------------*/

#content-inner {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#main {
	float: right;
	width: 980px;
	text-align: left;
}

body.home #content-inner {
	width: 100%;
}

body.home #main {
	float: none;
	width: 100%;
}

.main-message {
	position: relative;
}

.main-message:before {
	position: absolute;
	content: "";
	background: #e2f2f9;
	width: 100%;
	height: 90%;
	height: -webkit-calc(100% - 150px);
	height: calc(100% - 150px);
	bottom: 0;
	left: 0;
	z-index: 1;
}

.main-message:after {
	position: absolute;
	content: "";
	background: url(/images/default/main-message-bg.png) no-repeat left top;
	width: 960px;
	height: 492px;
	top: 150px;
	right: 54.2%;
	z-index: 2;
}

.main-message-inner {
	margin: 0 auto;
	width: 981px;
	box-sizing: border-box;
	padding-right: 430px;
	padding-bottom: 51px;
	z-index: 10;
	min-height: 760px;
	position: relative;
}

.main-message-title {
	margin-bottom: 128px;
}

.main-message-text h3 {
	color: #1658a2;
	font-size: 32px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 37px;
}

.main-message-text {
	line-height: 2;
}

.main-message-text p {
	margin-bottom: 5px;
}

.main-message-img {
	position: absolute;
	top: 60px;
	left: 60%;
	left: -webkit-calc(50% + 160px);
	left: calc(50% + 160px);
	z-index: 10;
}

.main-news {
	position: relative;
	margin: 0 auto 99px;
	padding-top: 80px;
}

.main-news:before {
	position: absolute;
	content: "";
	background: #e2f2f9 url(/images/default/main-news-bg.jpg) no-repeat center center / cover;
	height: 336px;
	width: 100%;
	top: 0;
	left: 0;
}

.main-news-title {
	margin-bottom: 7px;
}

.main-news-inners {
	margin: 0 auto;
	width: 1140px;
	padding-left: 80px;
	position: relative;
}

.main-news-inner {
	background: #71add8;
	margin-left: 230px;
	padding: 35px 78px 58px;
	color: #fff;
	font-weight: normal;
}

.main-news-list-item {
	padding: 21px 0 20px 0;
	border-bottom: 1px solid rgb(255 255 255 / 50%);
	font-size: 13px;
}

.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.main-news-list-title > a {
	color: inherit;
}

.main-news-list-date {
	margin-right: 33px;
}

.main-news-list-cat {
	display: inline-block;
	margin-right: 10px;
}

.main-news-list-cat a {
	display: block;
	padding: 0 10px;
	background: #eee;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-news-list-cat a:hover {
	opacity: .7;
}

.main-news-more {
	position: absolute;
	top: 140px;
	left: 80px;
}

.main-news .scroll-area {
	max-height: 210px;
}

.main-blog {
	position: relative;
	margin: 0 auto;
}

.main-blog-title {
	margin-bottom: 49px;
	text-align: center;
}

.main-blog-inner {
	margin: 0 auto;
	width: 980px;
}

.main-blog-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.main-blog-list-item {
	width: 230px;
}

.main-blog-list-item + .main-blog-list-item {
	margin-left: 20px;
}

.main-blog-list-img {
	position: relative;
	width: 100%;
	/* padding-top: 100%; */
	overflow: hidden;
	margin-bottom: 15px;
}

.main-blog-list-img:before {
	content: '';
	display: block;
	padding-top: 78%;
	width: 100%;
	position: relative;
}

.main-blog-list-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
}

.main-blog-list-title > a {
	display: block;
	font-weight: bold;
	color: inherit;
}

.main-blog-list-date {
	margin-right: 10px;
	color: #1658a2;
}

.main-blog-list-cat {
	display: inline-block;
	margin-right: 10px;
}

.main-blog-list-cat a {
	display: block;
	padding: 0px 10px;
	background: #eee;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-blog-list-cat a:hover {
	opacity: .7;
}

.main-blog-list-text {
	font-size: 12px;
}

.main-blog-more {
	text-align: center;
	margin-top: 41px;
}

.main-gallery {
	position: relative;
	margin: 0 auto 70px;
	background: #1658a2 url(/images/default/main-works-bg.jpg) no-repeat center center / cover;
	padding: 78px 0px 80px 0;
}

.main-gallery-title {
	margin-bottom: 60px;
	text-align: center;
}

.main-gallery-inner {
	margin: 0 auto;
	width: 980px;
}

.main-gallery-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.main-gallery-list-title {
	color: #fff;
}

.main-gallery-list-item {
	width: 230px;
}

.main-gallery-list-item + .main-gallery-list-item {
	margin-left: 20px;
}

.main-gallery-list-img {
	margin-bottom: 22px;
	position: relative;
	width: 100%;
	/* padding-top: 100%; */
	overflow: hidden;
}

.main-gallery-list-img:before {
	content: '';
	display: block;
	padding-top: 100%;
	width: 100%;
	position: relative;
}

.main-gallery-list-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}

.main-gallery-more {
	text-align: center;
	margin-top: 56px;
}



.main-business {
	background: #f9fcfd url(/images/default/main-business-bg.png) repeat center top;
	padding-top: 80px;
	padding-bottom: 100px;
}

.main-business-title {
	text-align: center;
	margin-bottom: 60px;
}

.main-business-txtblock {
	background: #1658a2;
	color: #fff;
	margin-left: auto;
	width: 610px;
	padding: 78px 79px 70px 80px;
	z-index: 10;
	position: relative;
	box-sizing: border-box;
}

.main-business-box {
	position: relative;
	padding-top: 150px;
}

.main-business-box + .main-business-box {
	margin-top: 60px;
}


.main-business-boxin {
	margin: 0 auto;
	width: 1140px;
}

.main-business-stitle {
	margin-bottom: 37px;
}

.main-business-txt {
	line-height: 1.7;
	color: #fff;
}

.main-businessmore {
	margin-top: 55px;
	text-align: right;
}

.main-business-img {
	position: absolute;
	top: 0;
	right: 37.5%;
}

.main-business-block .main-business-box:nth-child(2n) .main-business-txtblock {
	margin-left: 0;
}

.main-business-block .main-business-box:nth-child(2n) .main-business-img {
	right: 0;
	left: 37.5%;
}

.main-business-sblock {
	margin-top: 100px;
}

.main-business-sblock-inner {
	margin: 0 auto;
	width: 1400px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.main-business-sblock-box {
	width: 32.2%;
	position: relative;
	padding: 240px 30px 0 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.main-business-simg {
	position: absolute;
	top: 0;
	left: 0;
}

.main-business-txtblock02 {
	padding: 42px 35px 29px 37px;
	background: #1658a2;
	z-index: 10;
}

.main-business-sblock-box .main-businessmore {
	margin-top: 19px;
}

.main-recruit {
	margin-bottom: 119px;
}

h2.main-recruit-title {
	text-align: center;
	margin-bottom: 50px;
}

.main-recruit-merit {
	margin: 0 auto;
	width: 1200px;
	border: 2px solid #71add8;
	padding: 56px 107px 50px;
	margin-bottom: 60px;
}

h3.main-recruit-title {
	text-align: center;
	margin-bottom: 45px;
}

.main-recruit-meritblock {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.main-recruit-meritbox {
	width: 310px;
}


.main-recruit-meritbox .stl {
	color: #1658a2;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 6px;
}

.main-recruit-meritbox figure {
	margin-bottom: 16px;
	position: relative;
}

.main-recruit-meritbox figure:before {
	position: absolute;
	content: "";
	background: url(/images/default/main-recruit-num01.png) left top no-repeat;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
}

.main-recruit-meritbox:nth-child(2) figure:before {
	background-image: url(/images/default/main-recruit-num02.png);
}

.main-recruit-meritbox:nth-child(3) figure:before {
	background-image: url(/images/default/main-recruit-num03.png);
}

.main-recruit-bnr {
	margin: 0 auto;
	width: 980px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.main-recruit-bnr li:not(:first-child) {
	margin-top: 41px;
	width: 470px;
}


/* 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 > 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
------------------------------------------*/

.side-contact {
	position: fixed;
	top: 150px;
	z-index: 1000;
	right: 0;
	background: #fff;
}

.f-contact {
	position: relative;
	text-align: left;
	color: #fff;
	padding-bottom: 81px;
	margin-bottom: 60px;
}

.f-contact:before {
	position: absolute;
	content: "";
	background: #1658a2;
	width: 70%;
	width: -webkit-calc(50% + 440px);
	width: calc(50% + 440px);
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}

.f-contact .tl {
	margin-bottom: 51px;
}

.f-contact .txt-block {
	position: relative;
	z-index: 10;
	padding-top: 80px;
	margin: 0 auto;
	width: 980px;
	padding-right: 390px;
}


.f-contact-a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 52px;
}

.f-contact-a .form {
	margin-left: 20px;
}

.f-contact .c-name {
	font-size: 28px;
	margin-bottom: 15px;
}

.f-contact .f-sns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-top: 25px;
}

.f-contact .f-sns li + li {
	margin-left: 4px;
}

.f-contact figure {
	position: absolute;
	content: "";
	top: 65px;
	left: 60%;
	left: -webkit-calc(50% + 150px);
	left: calc(50% + 150px);
	z-index: 10;
}

#footer {
	background: url(/images/default/footer-bg.png) no-repeat center center / cover;
}

#footer-inner {
	position: relative;
	padding: 20px 0 0;
}

.f-logo {
	margin-bottom: 55px;
}

.footer-nav {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	width: 980px;
	margin: 0 auto 93px;
}

.footer-nav > ul:first-child {
	width: 178px;
}

.footer-nav > ul:nth-child(2) {
	width: 294px;
}


.footer-nav > ul:nth-child(3) {
	width: 217px;
}

.footer-nav > ul:nth-child(4) {
	width: 139px;
}

.footer-nav > ul:last-child {
	width: 152px;
}

.footer-nav li + li {
	margin-top: 7px;
}

.footer-nav li a {
	color: #353535;
	position: relative;
	padding-left: 10px;
}

.footer-nav-list > li > a:before {
	position: absolute;
	content: "\f105";
	color: #71add8;
	top: 0;
	left: 0;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
}

.footer-nav li ul {
	font-size: 13px;
	margin-top: 12px;
}


.footer-nav li ul li + li {
	margin-top: 9px;
}

.footer-nav li ul a {
	padding-left: 26px;
}

.footer-nav li ul a:before {
	position: absolute;
	color: #c6c6c6;
	top: 0;
	left: 13px;
	content: '\f105';
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-size: 11px;
}

.footer-copyright {
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #1658a2;
	padding: 14px;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 50px;
	z-index: 20;
	right: 30px;
	right: -webkit-calc(50% - 700px);
	right: calc(50% - 700px);
}



/* Lower
------------------------------------------*/

.entry {
	margin: 0 0 20px;
	line-height: 1.8;
}


/* heading */

.page-title {
	margin: 0 0 30px 0;
	padding: 10px 15px;
	font-size: 34px;
	font-weight: bold;
	color: #1658a2;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #e2f2f9 url(/images/default/page-title-bg.jpg) no-repeat center center / cover;
}

.entry-title,
.entry-content h2 {
	margin: 50px 0 25px;
	padding: 17px 30px 17px 20px;
	border-bottom: 1px solid #ccc;
	background: #1658a2;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	position: relative;
}


.entry-title:before,
.entry-content h2:before {
	position: absolute;
	content: "";
	background: #71add8;
	width: 6px;
	height: 26px;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.entry-title a,
.entry-content h2 a {
	color: inherit;
}

.entry-content h3,
.h3 {
	margin: 2.2rem 0 1.8rem 0;
	padding: 5px 0px 13px 0px;
	border-bottom: 4px solid #71add8;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}

.entry-content h3:after,
.h3:after {
	left: 0;
	bottom: -4px;
	position: absolute;
	content: "";
	width: 200px;
	height: 4px;
	background: #1658a2;
}

.entry-content h4,
.h4 {
	margin: 1rem 0 0.8rem 0;
	padding: 5px 0px 5px 15px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	color: #1658a2;
	position: relative;
}

.entry-content h4:before,
.h4:before {
	content: "";
	position: absolute;
	content: "\f105";
	color: #71add8;
	top: 7px;
	left: 0;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
}

.entry-content h5,
.h5 {
	padding: 5px 0;
	line-height: 1.4;
	color: #71add8;
	font-weight: bold;
}



/* Breadcrumb
------------------------------------------*/

.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 10px;
	padding: 0;
	background: none;
	font-size: 12px;
}

ul.breadcrumb a {
	color: #71add8;
}

.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}

.breadcrumb-item.home:before {
	display: none;
}



/* 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
------------------------------------------*/

.template-type-blog #main {
	width: 750px;
}


.blog-nav-group {
	width: 200px;
	float: left;
	margin-top: 50px;
}

.blog-nav {
	margin: 0 0 50px 0;
	text-align: left;
}

.blog-nav-title {
	padding: 11px;
	font-size: 14px;
	font-weight: bold;
	background: #71add8;
	color: #fff;
}

.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0 0.8rem 1.9rem;
	border-bottom: 1px solid rgba(186, 186, 186, 0.5);
	font-size: 13px;
	color: inherit;
}

.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.35rem;
	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;
	color: #1658a2;
}

.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 15px;
}

.gallery-list-img {
	margin-bottom: 3px;
}

.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-table {
	margin-top: 30px;
}

.gallery-table-box {
	border: 1px solid rgba(185, 185, 185, .5);
	border-top: none;
	margin-bottom: 0 !important;
	display: flex;
}

.gallery-table-box:first-child {
	border-top: 1px solid rgba(185, 185, 185, .5);
}

.gallery-table-box dt {
	text-align: center;
	color: #fff;
	background: #71add8;
	padding: 10px;
	flex: 0 0 200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.gallery-table-box dd {
	padding: 10px;
	margin-bottom: 0;
	flex-grow: 1;
}


/* before-after */

.ba-detail {
	padding: 0 0px 20px;
}

.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}

.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}

.ba-detail-arrow i {
	font-size: 30px;
}

.ba-detail-sub li {
	padding: 0 15px 15px;
}



/* Colors
------------------------------------------*/


/* arrows */

.slick-next::before,
.slick-prev::before {
	color: #fff;
}


/* 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: #1658a2;
	background-color: #1658a2;
	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;
}