@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 15px;
}
body {
	line-height: 2.0;
	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: #333;
}
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;
}
*/

:is(.gnav, .main-feature .cont h3){
    font-family: 'Kosugi', sans-serif;
}

/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}

/* header
------------------------------------------*/
#header {
	border-top:5px solid #4177D6;
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 120px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 10px;
	color: #aaa;
}
#header .logo {
	position: absolute;
	top: 30px;
	left: 0;
}
#header .banner {
	position: absolute;
	top: 15px;
	right: 0;
}
#header .banner li {
	width:200px;
	margin-bottom:2px;
}
#header .tel {
	position: absolute;
	top: 25px;
	right: 210px;
}
.gnav {
	background:#174DAB url(/images/default/parts01.png) no-repeat center center;
	padding:10px 0;
}
.gnav-list {
	width: 1080px;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gnav-list>li>a {
	color:#fff;
	background:#2661C9;
	border-radius:5px;
	padding:5px 0;
	width:175px;
}

/* droppy */
.gnav-list { position: relative; 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: 0 auto 60px;
}
#mainimage-inner {
	/* margin: 0 auto;
	width: 1080px; */
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 1080px)/ 2); */
}
.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 {
}
.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:not(.home) #main {
	text-align: left;
}

.main-block button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
:is(.main-feature, .main-message, .main-area .cont) {
	width:1080px;
	margin:0 auto 40px;	
}
.main-feature ul {
	background:#F2D600;
	padding:40px;
	display: flex;
	justify-content: space-between;
	text-align:left;
}
.main-feature li {
	width:320px;
	background:#fff;
	border-radius:10px;
	padding:10px;
}
.main-feature .cont {
	padding:10px;
}
.main-feature .cont h3 {
	text-align:center;
	line-height:1.0;
	font-size:22px;
	font-weight:bold;
	color:#174DAB;
	margin:10px 0;
}
.main-message ul {
	background:#D2ECF9;
	padding:30px 30px 1px;
	text-align:left;
	border-radius:0 0 10px 10px;
}
.main-message li {
	display: flex;
	justify-content: space-between;
	gap:30px;
	margin-bottom:30px;
}
.main-message li .image {
	width:292px;
}
.main-message li:nth-of-type(1) .cont {
	width:698px;
}
.main-message li .text{
	background:#fff;
	border-radius:5px;
	margin-top:5px;
	padding:30px;
	line-height:1.75;
	font-size:18px;
	font-weight:bold;
}
.main-message li .text strong{
	color:#C51E1E;
}
:is(.main-banner, .main-gallery) {
	margin-bottom:40px;
}
:is(.main-gallery, .main-blog) ul{
	display: flex;
	justify-content: center;
	gap: 20px;
}
:is(.main-gallery, .main-blog) li{
	width:255px;
	text-align:left;
	margin:20px 0 40px;
}
.main-gallery .image img {
	border-radius:5px;
}
.main-gallery .ttl {
	font-weight:bold;
	margin:10px 0;
}
.main-contact {
	background: url(/images/default/contact-bg02.png) no-repeat center top / cover;
	position:relative;
	margin:80px auto 40px;
}
.main-contact::before {
	content: url(/images/default/contact-bg03.png);
	position:relative;
	top:-29px;
	left:0;
}
.main-contact h2 img {
	margin:-50px auto 20px;
	position:relative;
}
.main-contact li{
	display:inline-block;
	margin:30px 5px 70px;
}
.main-customer {
	background: url(/images/default/bg01.png);
	width:1080px;
	margin:0 auto 40px;
	padding:0 0 40px;
	border-radius:10px;
}
.main-customer ul{
	display: flex;
	justify-content: center;
	gap: 10px;
	padding:30px;
}
.main-customer li{
	background:#fff;
	border-radius:5px;
	text-align:left;
	padding:10px 30px 10px 10px;
	display: flex;
	justify-content: space-between;
	width:505px;
}
.main-customer li .image {
	width:190px;
}
.main-customer li .cont {
	width:240px;
	padding:10px 0 10px;
}
.main-blog .ttl {
	font-weight:bold;
}
.main-map {
	margin:80px 0 -10px;
}
.main-area {
	background:#F4F4F4;
	padding:40px 0 20px;
}
.main-area table{
	border:#2677B8 2px solid;
	background:#fff;
	text-align:left;
	width:100%;
	margin-top:20px;
}
.main-area table th{
	padding:30px 0 0 30px;
	color:#00389A;
	font-size:16px;
	font-weight:bold;
}
.main-area table td{
	padding:0 30px 30px 30px;
}
.main-area .cont p {
	text-align:left;
}

.fixed-banner {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#00389A;
	line-height:1;
	padding:15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px;
	z-index:100;
}
.fixed-banner::after {
	content:url(/images/default/parts02.png);
	position:absolute;
	bottom:0;
	right:50%;
	margin-right:-650px;
}
.fixed-banner .banner img {
	width:220px;
}

#footer {
	background: #fff;
}
#footer-inner {
	position: relative;
	width: 1080px;
	padding: 30px 0 120px;
	margin: 0 auto;
}
.fnav {
	position:absolute;
	top:25px;
	left:0;
	background: url(/images/default/icon01.png) no-repeat 0 50%;
	padding:0 0 0 10px;
}
.footer-copyright {
	font-size: 11px;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */

.title-wrap {
	background: url(/images/default/ttl01.png) no-repeat center center / cover;
	padding:80px 0;
	margin:0 0 80px;
}
.page-title {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
	padding: 30px 30px;
	border: 1px solid #B7C8E2;
	background: #F6F8FB;
	font-size: 22px;
	font-weight: bold;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	padding: 20px;
	border-left: 3px solid #2359AB;
	background: #F6F8FB;
	font-size: 20px;
	font-weight: bold;
}
.h4, .entry-content h4:not([class]) {
	padding:0 0 0 20px;
	background: url(/images/default/ttl04.png) no-repeat 0 10px;
	font-size: 18px;
	font-weight: bold;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: center;
	margin: 0 0 0 ;
	padding: 0;
	background: none;
	font-size: 12px;
	color:#fff;
}
.breadcrumb a{
	color:#E19A00;
}
.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:#E19A00;
}


/* 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;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}

.blog-nav {
	margin: 80px 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 {
	margin-bottom: 20px;
}
.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;
}
