@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #0055b4;
	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: #ffffff;
	background: #0055b4;
}
a {
	color: #ffffff;
	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: 980px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	height: 150px;
}
.home #header {
    height: 0;
    min-width: 1190px;
}
#header-inner {
	position: relative;
	width: 100%;
	height: 140px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
    position: absolute;
    top: 85px;
    left: 30px;
    font-size: 11px;
    color: #838383;
    z-index: 10;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
}
.header-tel {
    position: absolute;
    top: 30px;
    right: 190px;
}
.header-fax {
    position: absolute;
    top: 30px;
    right: 110px;
}
.header-web {
    position: absolute;
    top: 30px;
    right: 30px;
}
.gnav {
    position: absolute;
    top: 39px;
    right: 420px;
}


/* 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: 0 auto;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}
h2.main-catch {
    position: absolute;
    top: 120px;
    left: 60px;
    width: 45vw;
}
.main-btn {
    position: absolute;
    bottom: 90px;
    right: 30px;
}
.main-btn img {
    width: 15vw;
}
/* slideshow */
.slideshow {
	margin: 0;
}
.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
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner {
	width: 100%;
	padding: 0;	
}
#main {
	/* float: right;
	width: 1080px; */
	text-align: left;
}

.main-lineup {
    background: #fff;
    margin: 0 auto;
    padding: 88px 0 0;
    max-width: 1860px;
}
h2.main-lineup-title {
    text-align: center;
    margin-bottom: 78px;
}
.main-lineup-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 1080px;
    margin: 0 auto;
	padding: 43px 50px;
    color: #000;
    gap: 25px 91px;
    background: url(/images/default/main-lineup-bg.jpg) no-repeat;
	height: 470px;
}
.main-lineup-text {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.0;
    text-align: center;
	color: #000;
}
.main-lineup-text:hover {
    text-decoration: none;
    opacity: .7;
}
.main-lineup-text .marker-yellow {
    font-size: 15px;
}
.main-merit {
    background: url(/images/default/main-merit-bg.jpg) no-repeat center top;
    margin-left: 1px;
}
.main-merit-main-title {
    padding-top: 199px;
    text-align: center;
	margin-bottom: 91px;
}
.main-merit-inner {
    max-width: 1720px;
    margin: 0 auto;
}
.main-merit-onece {
    display: flex;
    align-items: center;
    gap: 70px;
	margin-bottom: 70px;
}
.main-merit-area {
    width: 588px;
}
.main-merit-text {
    font-size: 15px;
    line-height: 2.0;
	width: 588px;
	margin-bottom: 50px;
}
.main-merit-title {
    margin-bottom: 20px;
}
h4.main-merit-subtitle {
    font-size: 26px;
    font-weight: bold;
    color: #db3a4a;
    border-bottom: solid 2px #236fc4;
    padding-bottom: 30px;
	margin-bottom: 45px;
	letter-spacing: -0.5px;
}
.main-merit h5 {
    font-weight: bold;
    font-size: 18px;
	margin-bottom: 20px;
}
.main-merit-text p {
	margin-bottom: 35px;
}
.main-merit-text strong {
    color: #ffea00;
}
.main-merit-text small {
    color: #74adec;
}
.main-merit-onece:nth-child(2n) {
	flex-direction: row-reverse;
}
.main-merit-onece:nth-child(2n) .main-merit-img {
    margin-right: -30px;
}
.main-merit-onece:nth-child(2n) .main-merit-area {
    margin-left: 30px;
}


.main-support {
    background: url(/images/default/main-support-bg.jpg) no-repeat center top;
    margin-top: -120px;
    padding-top: 225px;
    margin-right: 30px;
    margin-left: 30px;
    color: #000000;
}
.main-support-inner {
	background: #fff;
    margin: 0 auto 0;
    padding: 29px 0 99px;
    position: relative;
    z-index: 10;
    max-width: 1860px;
}
h2.main-support-title {
    max-width: 1080px;
    margin: 0 auto;
}
.main-support-inner2 {
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
}
.main-support-text {
    font-size: 32px;
    font-weight: bold;
    line-height: 2.2;
    margin: 10px 0;
}
.main-support-textarea {
    text-align: left;
    font-size: 15px;
    line-height: 2.0;
    margin-bottom: 50px;
	padding: 0 20px;
}
.main-contact {
	background: url(/images/default/main-contact-bg.jpg) no-repeat center top;
	margin-top: -85px;
	position: relative;
    padding: 179px 0 432px;
}
.main-contact-inner {
    max-width: 1280px;
    background: rgba(255,255,255,.8);
    margin: 0 auto;
}
.main-contact-inner2 {
    max-width: 1080px;
    margin: 0 auto;
    padding: 83px 0 61px;
}
.main-contact-title {
    text-align: center;
    margin-bottom: 32px;
}
.main-contact-area {
    background: #1b1b1b;
    height: 150px;
    position: relative;
	margin-bottom: 26px;
}
.main-contact-tel {
    position: absolute;
    top: 46px;
    left: 43px;
}
.main-banner-area {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 25px;
    top: 25px;
}
.main-contact-text {
    text-align: center;
    margin-bottom: 31px;
}
.main-contact-more {
    text-align: center;
}

.main-products {
    position: relative;
    z-index: 20;
    margin: -152px auto 75px;
    max-width: 1860px;
    padding: 0 30px;
}
.main-products-title {
    text-align: center;
    margin-bottom: 83px;
}
.main-products-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.main-products-onece {
    position: relative;
}
.main-products-text {
    position: absolute;
    bottom: -30px;
    right: -10px;
}

.main-reseller {
    background: url(/images/default/main-reseller-bg.jpg) no-repeat center top;
    margin: 0 30px;
}
.main-reseller-title {
    text-align: center;
    padding-top: 102px;
	margin-bottom: 72px;
}
.main-reseller-inner {
	background: #fff;
    position: relative;
    max-width: 1860px;
    margin: 0 auto;
}
.main-reseller-inner2 {
    margin: 0 auto;
	text-align: center;
	padding-bottom: 99px;
}
.main-reseller-img {
    margin-bottom: 29px;
}
.main-reseller-tag {
    margin-bottom: 43px;
}
.main-reseller-text {
    color: #000000;
    line-height: 2.0;
    font-size: 18px;
    margin-bottom: 45px;
}
.main-reseller h3 {
	margin-bottom: 35px;
}

.main-insta {
    background: url(/images/default/main-insta-bg.jpg) no-repeat;
	margin-top: -23px;
}
.main-insta-title {
    padding-top: 127px;
    text-align: center;
}
.main-insta-inner {
    width: 1080px;
    padding: 50px 0 165px;
    text-align: center;
    margin: 0 auto;
}

.main-news {
    max-width: 1380px;
    background: #00438e;
    margin: 0 auto 129px;
	position: relative;
}
.main-news-title {
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translate(-50%, 0);
}
.main-news-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 125px 0 63px;
}
.main-news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.main-news-list-img {
	width: 344px;
	height: 240px;
	background: #eee;
}
.main-news-list-img img {
	width: 344px;
	height: 240px;
	object-fit: cover;
}
.main-news-list-title {
    font-size: 16px;
    margin-top: 20px;
}
.main-news-more {
    text-align: center;
    margin-top: 15px;
}

.main-blog {
	position: relative;
	margin: 0 auto 20px;
}
.main-blog-title {
	margin-bottom: 10px;
}
.main-blog-inner {
}
.main-blog-list {
}
.main-blog-list-item {
	margin-bottom: 10px;
}
.main-blog-list-img {
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	background: #eee;
}
.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	margin-top: 3px;
	font-weight: bold;
	color: inherit;
}
.main-blog-list-date {
	margin-right: 10px;
}
.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 {
	position: absolute;
	top: 0px;
	right: 0px;
}

.main-gallery {
	position: relative;
	margin: 0 auto 20px;
}
.main-gallery-title {
	margin-bottom: 10px;
}
.main-gallery-inner {
}
.main-gallery-list {
}
.main-gallery-list-item {
}
.main-gallery-list-img {
	margin-bottom: 5px;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-more {
	position: absolute;
	top: 0px;
	right: 0px;
}


/* 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 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: #ffffff;
	-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 {
}
.footer-contact {
	background: #fff;
	margin-bottom: 72px;
}
.footer-contact-inner {
    width: 1080px;
    margin: 0 auto;
    height: 200px;
	position: relative;
}
.footer-contact-title {
    position: absolute;
    top: 64px;
}
.footer-contact-text {
    position: absolute;
    top: 35px;
    right: 45px;
}
.footer-contact-tel {
    position: absolute;
    left: 287px;
    bottom: 49px;
}
.footer-contact-icon {
    display: flex;
    position: absolute;
    bottom: 35px;
    right: 0;
}
#footer-inner {
    position: relative;
    width: 1080px;
    margin: 0 auto 77px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-text {
    color: #ffea00;
    font-weight: bold;
    font-size: 16px;
    line-height: 2.0;
    margin-bottom: 60px;
}

.footer-nav {
    font-size: 14px;
}
.footer-nav li {
	display: inline-block;
	color: #fff;
}
.footer-nav li:not(:last-child)::after {
	content:"|";
	padding: 0 5px;
	color: #004b9f;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
    text-align: center;
    font-size: 11px;
    color: #6296d0;
    background: #004899;
    padding: 31px 0px;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


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


/* heading */
.page-title {
	padding: 48px 15px;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    background: url(/images/default/page-title.jpg) no-repeat center center / cover;
    margin: 0 auto 30px;
    max-width: 1860px;
}
.entry-title, .entry-content h2:not([class]) {
    padding: 24px 25px 19px;
    background: #000000;
    font-size: 23px;
    font-weight: bold;
    color: #c43342;
	margin-bottom: 20px;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
    background: url(/images/default/h3.jpg) no-repeat left center;
    padding: 15px 19px;
    font-size: 21px;
    border-bottom: solid #437bb9 1px;
	font-weight: bold;
}
.h4, .entry-content h4:not([class]) {
	padding: 5px 27px;
    font-size: 17px;
    font-weight: bold;
    color: #ffea00;
    background: url(/images/default/h4.jpg) no-repeat left center;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 35px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-wrap a {
    color: #ffea00;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
display: none;
}
.template-backpattern {
	color: #000000;
}


/* 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: 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;
}
a.btn.btn-secondary {
	color: #000;
}

.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: #ffffff;
}

.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: #ffffff;
}
.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;
}
