@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	color: #696969;
}
a {
	color: #00ac96;
	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;
}
*/

.rift{
	font-family: rift, sans-serif;
}
/*
Light：		font-weight: 300;
Regular：	font-weight: 400;
Medium：		font-weight: 500;
Demi：		font-weight: 600;
Bold：		font-weight: 700;
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
	background: none;
}
#container {
	overflow: hidden;
}


/* site-description
------------------------------------------*/
.site-description {
	position: absolute;
	top: calc((550 / 1920) * 100vw);
	right: 25px;
	font-size: 11px;
	color: #696969;
}
.home .site-description {
	top: calc((950 / 1920) * 100vw);
}

/* float-btn
------------------------------------------*/
#float-btn{
	position: fixed;
	top: 300px;
	right: 0;
	z-index: 99999;
}
#float-btn ul li:last-child{
	display: none;
}

/* header
------------------------------------------*/
#header {
}
#header-inner {
	position: relative;
	padding: 42px 50px 0;
	width: 100%;
	height: 180px;
	margin: 0 auto;
	z-index: 20;
	display: flex;
	justify-content: space-between;
}
.header-logo {
	text-align: left;
}
.header-btn-group{
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.header-sns{
	margin-left: 20px;
}
.header-sns ul{
	display: flex;
	justify-content: flex-end;
}
.header-sns ul li{
	margin-left: 20px;
	height: 48px;
	line-height: 48px;
}
.header-sns ul li a{
	color: #fff;
	font-size: 25px;
	display: block;
	opacity: 1;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.header-sns ul li a:hover{
	opacity: .7;
	text-decoration: none;
}
.gnav {
}

/* droppy */
.gnav-list {
	position: relative;
	zoom: 1;
	display: flex;
	justify-content: flex-end;
}
.gnav-list li {
	height: 48px;
	line-height: 48px;
	margin-left: 40px;
	display: block;
	position: relative;
	z-index: 20;
}
.gnav-list li a{
	font-size: 15px;
	color: #fff;
	display: block;
	opacity: 1;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.gnav-list li a:hover{
	opacity: .7;
	text-decoration: none;
}
.gnav-list ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	text-align: left !important;
	background: rgba(255,255,255,.8);
}
.gnav-list ul li {
	height: auto;
	line-height: 1.6;
	margin: 0;
	
}
.gnav-list ul li a { display: block; padding: 5px 10px; color: #000; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; opacity: 1; }
.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: -180px auto 80px;
	width: 100%;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}

/* slideshow */
.slideshow {
	width: 100%;
}
.slideshow .slick-slide {
	width: 100%;
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

.mv-text{
	position: absolute;
	top: calc((360 / 1920) * 100vw);
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.0;
	letter-spacing: 1em;
}
.mv-text .text01{
	font-size: calc((131.17 / 1920) * 100vw);
	font-weight: 600;
	line-height: .8;
}
.mv-text .text02{
	font-size: calc((68.44 / 1920) * 100vw);
	font-weight: 300;
	line-height: 1.5;
}
.mv-text .text03{
	font-size: calc((26 / 1920) * 100vw);
	line-height: 3;
}

.header-news{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 43px 35px;
	width: 960px;
	height: 120px;
	background: #292929;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.header-news h2{
	width: 190px;
	text-align: left;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: .1em;
}
.header-news-main{
	padding: 0 50px 0 25px;
	width: 673px;
	text-align: left;
	line-height: 34px;
}
.header-news ul li h3{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
}
.header-news ul li h3 span{
	display: inline-block;
}
.header-news ul li h3 .date{
	margin-right: 1.0em;
}
.header-news ul li h3 .cat a{
	display: block;
	margin-right: 1.5em;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	padding: 0 1.0em;
	border: #707070 1px solid;
	opacity: 1;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.header-news ul li h3 .cat a:hover{
	opacity: .7;
	text-decoration: none;
}
.header-news ul li h3 a{
	color: #fff;
}
.header-news-btn{
	width: 28px;
	text-align: center;
	line-height: 34px;
	font-size: 26px;
}
.header-news-btn a{
	color: #fff;
}


/* common
------------------------------------------*/
.common-title{
	margin-bottom: 40px;
	font-size: 70px;
	letter-spacing: .1em;
	font-family: rift, sans-serif;
	font-weight: 600;
	color: #292929;
}
.common-title span{
	display: block;
	color: #00ac96;
	font-size: 20px;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.common-title02{
	margin-bottom: calc((20 / 1920) * 100vw);
	font-size: calc((50 / 1920) * 100vw);
	letter-spacing: .1em;
	font-family: rift, sans-serif;
	font-weight: 600;
	color: #292929;
}
.common-title02 span{
	margin-left: 1em;
	color: #00ac96;
	font-size: calc((20 / 1920) * 100vw);
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.common-btn a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 280px;
	height: 54px;
	color: #292929;
	font-size: 15px;
	font-family: rift, sans-serif;
	font-weight: 500;
	border: #737373 1px solid;
	background: #fff;
	opacity: 1;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.common-btn a:hover{
	opacity: .7;
	text-decoration: none;
}
.common-btn02 a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: calc((280 / 1920) * 100vw);
	height: calc((54 / 1920) * 100vw);
	color: #fff;
	font-size: calc((15 / 1920) * 100vw);
	font-family: rift, sans-serif;
	font-weight: 500;
	border: #737373 1px solid;
	background: #292929;
	opacity: 1;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.common-btn02 a:hover{
	opacity: .7;
	text-decoration: none;
}

/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#main {
	width: 1080px;
	text-align: left;
}
.home #content-inner{
	padding: 0;
	width: 100%;
}
.home #main {
	width: 100%;
	text-align: center;
}
.template-type-blog #main {
	float: right;
	width: 800px;
}

.main-concept-wrapper{
	margin-bottom: 14px;
	background: url(/images/default/main-concept-bg-l.png) no-repeat left 0;
	-webkit-background-size: calc((484 / 1920) * 100vw) auto;
	background-size: calc((484 / 1920) * 100vw) auto;
}
.main-concept{
	background: url(/images/default/main-concept-bg-r.png) no-repeat right 0;
	-webkit-background-size: calc((760 / 1920) * 100vw) auto;
	background-size: calc((760 / 1920) * 100vw) auto;
}
.main-concept-main{
	margin: 0 auto;
	padding: calc((38 / 1920) * 100vw) calc((430 / 1920) * 100vw) calc((120 / 1920) * 100vw) calc((150 / 1920) * 100vw);
	min-height: calc((764 / 1920) * 100vw);
	width: calc((1080 / 1920) * 100vw);
	text-align: left;
}
.main-concept .common-title{
	font-size: calc((70 / 1920) * 100vw);
	margin-bottom: calc((40 / 1920) * 100vw);
}
.main-concept .common-title span{
	font-size: calc((20 / 1920) * 100vw);
}
.main-concept .text{
	font-size: calc((13 / 1920) * 100vw);
	line-height: 2.0;
	margin-bottom: 6.0em;
}
.main-concept .common-btn a{
	width: calc((280 / 1920) * 100vw);
	height: calc((54 / 1920) * 100vw);
	font-size: calc((15 / 1920) * 100vw);
}

.main-strength{
	position: relative;
	padding-bottom: 150px;
	position: relative;
	background: #f7f7f7;
}
.main-strength:before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 53px;
	background: #fff;
}
.main-strength h2{
	position: relative;
	z-index: 10;
	margin-bottom: 85px;
}
.main-strength-main{
	margin: 0 auto;
	width: 1080px;
}
.main-strength ul{
	margin-bottom: 70px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.main-strength ul li .image{
	position: relative;
	margin-bottom: 40px;
}
.main-strength ul li .image .count{
	position: absolute;
	top: -80px;
	left: -7px;
	color: #00ac96;
	font-size: 100px;
	font-weight: 600;
	font-style: italic;
}
.main-strength ul li h3{
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.main-strength .common-btn a{
	margin: 0 auto;
}

.main-menu{
	margin-bottom: 180px;
	position: relative;
	z-index: 10;
	margin-top: calc((50 / 1920) * -100vw);
}
.main-menu ul li{
	margin-bottom: calc((90 / 1920) * 100vw);
	display: flex;
	justify-content: space-between;
}
.main-menu ul li:nth-child(even){
	flex-direction: row-reverse;
}
.main-menu ul li .image{
	width: calc((1130 / 1920) * 100%);
}
.main-menu ul li .text{
	padding: calc((125 / 1920) * 100vw) 0 0 calc((140 / 1920) * 100vw);
	width: calc((790 / 1920) * 100%);
	text-align: left;
}
.main-menu ul li:nth-child(even) .text{
	padding-top: calc((107 / 1920) * 100vw);
}
.main-menu ul li .text p{
	font-size: calc((15 / 1920) * 100vw);
	line-height: 2.5;
	margin-bottom: 3.0em;
}

.main-banner{
	margin: 0 auto 100px;
	width: 1080px;
}
.main-banner ul{
	display: flex;
	justify-content: space-between;
}
.main-banner ul li{
	position: relative;
	width: 534px;
	height: 340px;
}
.main-banner ul li .image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.main-banner ul li .text{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 534px;
	height: 340px;
}
.main-banner ul li .text h2{
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 1.0em;
}
.main-banner ul li .text h2 span{
	display: block;
	color: #00ac96;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .1em;
}
.main-banner-btn a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 187px;
	height: 32px;
	margin: 0 auto;
	background: #fff;
	color: #292929;
	font-size: 14px;
	font-weight: 600;
	opacity: 1;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.main-banner-btn a:hover{
	opacity: .7;
	text-decoration: none;
}

.main-column{
	position: relative;
	margin-bottom: 125px;
	padding-bottom: 90px;
	position: relative;
	background: #f7f7f7;
}
.main-column:before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 53px;
	background: #fff;
}
.main-column h2{
	position: relative;
	z-index: 10;
}
.main-column-main{
	margin: 0 auto;
	width: 1080px;
}
.main-column ul{
	margin-bottom: 70px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.main-column ul li .image{
	position: relative;
	width: 255px;
	height: 255px;
	margin-bottom: 20px;
}
.main-column ul li .image .cat{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #00ac96;
}
.main-column ul li .image .cat a{
	display: block;
	color: #fff;
	opacity: 1;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.main-column ul li .image .cat a:hover{
	opacity: .7;
	text-decoration: none;
}
.main-column ul li .text h3{
	text-align: left;
}
.main-column ul li .text h3 .date{
	display: block;
	color: #000;
	font-size: 12px;
}
.main-column ul li .text h3 a{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-column .common-btn a{
	margin: 0 auto;
}

.main-flow{
	padding-bottom: 125px;
}
.main-flow-main{
	margin: 0 auto;
	width: 1080px;
}
.main-flow ul{
	margin-bottom: 75px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.main-flow ul li .image{
	position: relative;
	margin-bottom: 20px;
}
.main-flow ul li:not(:last-child) .image:after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	margin-top: -20px;
	width: 35px;
	height: 40px;
	border-color: transparent transparent transparent #00ac96;
    border-width: 20px 0 20px 35px;
    border-style: solid;
	z-index: 10;
}
.main-flow ul li h3{
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.main-flow .common-btn a{
	margin: 0 auto;
}

.main-contact-main{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 508px;
	background: url(/images/default/main-contact-bg.png) no-repeat center 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-contact h2{
	color: #fff;
}
.main-contact .text{
	margin: 0 auto;
	width: 1080px;
	line-height: 3.0;
	color: #fff;
	text-align: left;
}
.main-contact-btn a{
	display: block;
	position: relative;
	background: #00ac96;
	height: 200px;
	overflow: hidden;
	opacity: 1;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.main-contact-btn a:hover{
	opacity: .7;
	text-decoration: none;
}
.main-contact-btn a span.base{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-top: -25px;
	color: rgba(255,255,255,.2);
	font-size: 211px;
	font-weight: 600;
	letter-spacing: .07em;
}
.main-contact-btn a span.main{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 200px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.main-contact-btn a span.sub{
	font-size: 15px;
}
.main-contact-btn a span.icon{
	margin-bottom: 10px;
}

/* content sidebar
------------------------------------------*/
#sidebar {
	display: none;
}
.template-type-blog #sidebar {
	display: block;
	float: left;
	width: 240px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.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 {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	background: #ececec;
}
#footer-inner {
	position: relative;
	width: 1080px;
	padding: 85px 0 80px;
	margin: 0 auto;
}

.footer-logo{
	margin-bottom: 30px;
}
.footer-add{
	margin-bottom: 50px;
}

.footer-btn{
	margin-bottom: 70px;
}
.footer-btn ul{
	display: flex;
	justify-content: center;
}
.footer-btn ul li a{
	display: block;
	margin: 0 5px;
	width: 250px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	color: inherit;
	font-size: 15px;
	font-weight: bold;
	opacity: 1;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.footer-btn ul li a i{
	color: #00ac96;
	font-size: 18px;
	margin-right: .6em;
}
.footer-btn ul li a:hover{
	opacity: .7;
	text-decoration: none;
}

.footer-nav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.footer-nav-once{
	padding: 30px 0 48px 65px;
	text-align: left;
	border-left: #d5d5d5 1px solid;
	line-height: 3.0;
}
.footer-nav-once:last-child{
	border-right: #d5d5d5 1px solid;
}

.footer-nav li {
}
.footer-nav li a {
	font-weight: bold;
}
.footer-nav li ul li a{
	color: inherit;
	font-size: 12px;
	font-weight: normal;
}
.footer-nav li ul li a:before {
	content: '\f105';
	padding: 0 5px 0 0;
	color: #00ac96;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-copyright {
	height: 60px;
	line-height: 60px;
	background: #292929;
	color: #707070;
	text-align: center;
	font-size: 11px;
}



/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title-area{
	margin-top: -180px;
	background: url(/images/default/sub-bg.png) no-repeat center 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.page-title{
	margin: 0 auto;
	padding-top: 100px;
	width: 1080px;
	height: 520px;
}
.page-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 1080px;
	height: 520px;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 21px 20px;
	border-bottom: 3px solid #00ac96;
	background: #292929;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 0 0 25px;
	padding: 13px 20px;
	background: #e4e4e4;
	font-size: 18px;
	font-weight: bold;
}
.entry-content h4, .h4 {
	margin: 0 0 25px;
	padding: 0 20px;
	border-left: 6px solid #00ac96;
	font-size: 17px;
	font-weight: bold;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #00ac96;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 30px 0 50px;
	padding: 0;
	background: none;
	font-size: 11px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	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;
}


/* 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
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/

.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 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	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 {
}
.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-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* 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: #202020;
	background-color: #2e2e2e;
	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;
}
