body{font-family: 'Noto Sans JP', sans-serif;font-size:15px; font-weight:300; line-height:1.8; color:#152144;}
@media screen and (max-width: 768px) {
body{font-size:15px;line-height:1.5; }
}
h1 img{position:fixed; top:14px; left:20px; z-index:2; width:225px; height:auto;}
.site-logo img{position:fixed; top:14px; left:20px; z-index:3}
h1{font-family: 'Noto Serif JP', serif;}
h2{ line-height:1.5;font-size:38px; text-align:center;margin-bottom:40px;font-family: 'Noto Serif JP', serif; }
h3{font-family: 'Noto Serif JP', serif;}
h4{font-family: 'Noto Serif JP', serif;}
h5{font-family: 'Noto Serif JP', serif;}
h2 span{display:block; font-size:18px; font-weight:bold;color:#AB9A86;}
.sub-title{font-size:20px; line-height:29px;}
.global-inner{max-width:1180px; margin:0 auto;}
.inner{width:90%; margin:0 auto;}
.main{}

.main h2{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 38px;
	text-align: center;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.main h2::before,
.main h2::after {content: '';width: 70px;height: 3px;background-color: #a4c1d7;}
.main h2::before {margin-right: 20px;}
.main h2::after {margin-left: 20px;}
.main h3{color:#AB9A86; font-size:16px; font-weight:bold; margin-bottom:10px;}

img{width:100%; height:auto;}
a img{transition:0.2s all;}
a img:hover{transform: scale(1.15);transition:0.2s all; letter-spacing:2px;}
a img.no-zoom:hover{transform: scale(1.0);}


@media screen and (max-width: 768px) {
h1 img{width:225px; }
h2{font-size:24px; margin-bottom:20px; }
.main h2{font-size:20px;}
.main h2::before,
.main h2::after {width: 30px}
.main h2::before {margin-right: 20px;}
.main h2::after {margin-left: 20px;}
.inner{width:100%; }



.top-h2-box:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF), to(#fee140));
  background-image: -webkit-linear-gradient(left, #45c0ef 0%, #FFF 100%);
  background-image: linear-gradient(to right, #45c0ef 0%, #FFF 100%);
}
.top-sub-title{font-size:18px;}
.global-inner{width:86%;}
}


@media screen and (min-width: 770px) {
.flex-between{display:flex;justify-content: space-between;}
}




/*====================
ハンバーガーメニュー
=====================*/
header{height:70px; background-color:#FFF; position:fixed;box-shadow: 0 8px 10px -9px #888; width:100%; z-index:3;}
header .logo{position:absolute; top:8px; left:100px;}
header .logo img{height:55px; width:auto;transition:0.4s all;}
header .logo img:hover{transform: scale(1.0); opacity:0.8;transition:0.4s all;}

header ul.sub-menu{position:absolute; right:40px; top:8px; display:flex;}
header ul.sub-menu li a{font-size:30px; display:block; margin-left:20px; color:#4a4a4a;}


nav {display: block;  position: fixed;  top: 0;  left: -300px;  bottom: 0;  width: 300px;	background-color:#e5e5e5;  	-webkit-overflow-scrolling: touch;  transition: all 0.5s;  z-index: 102;  opacity: 0;}
.open nav {  left: 0;  opacity: 1;  top:0px;  width:50%;box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.08);}
nav .inner {
	height: 100vh;
	overflow: hidden;
	display:flex;
	align-items: center;
	width: 100%;

}
nav .inner .box{width: 100%;}
nav .inner .box .item{padding-left: 0px;}
nav .inner .box .item ul{margin-bottom:20px; }
nav .inner .box .item ul li{line-height: 1.3; font-size:16px; display: block;  overflow: hidden;   z-index:0;position: relative;}
nav .inner .box .item ul li:last-child{border:none;}

nav .inner .box .item ul li:before{content:'';width: 12px;height: 0.5px;background-color: #000;display:  block;position: absolute;top: 50%;left: 5px;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
nav .inner .box .item ul li a{ display:block;padding-left:40px; padding-top:15px; padding-bottom:15px; color:#4a4a4a; 
position: relative;	overflow: hidden;    transition: ease .2s; border-bottom:solid 1px #4a4a4a;}
nav .inner .box .item ul li a span{position: relative;	z-index: 3;	}


nav .inner .box .item ul li a:hover{ transition: all 0.3s;}
nav .inner .box .item ul li a:before { 	content: '';position: absolute;top: 0;left: 0;z-index: 2;background:#d3cdc6;width: 100%;height: 100%;transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;transform: scale(0, 1);	transform-origin: right top;}

nav .inner .box .item ul li a:hover:before{	transform-origin:left top;	transform:scale(1, 1); z-index:-1;}

nav .inner .box .item ul li.title{font-size:14px;font-family: 'Noto Serif JP', serif;   }
nav .inner .box .item ul li.title span{display:block; margin-top:5px;font-family: "Libre Baskerville", serif;font-size:20px; }
nav .inner .box .item ul li.title:before{content:none;}
nav .inner .box .item ul li.title a:after{font-size:14px; display:block; font-weight:normal;z-index: 3; padding-left:3px; position:relative;}
nav .inner .box .item ul li:last-child{margin-bottom:0px;}


.arrow {
  position: absolute;
  display: inline-block;
  top:25px;
  right:40px; z-index:2;
  
}

.arrow::before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 1px #4a4a4a;
  border-right: solid 1px #4a4a4a;
  position: absolute;
  right: 10px;
  top: 14px;
  transform: rotate(45deg);
}



@media screen and (max-width: 768px) {

header .logo{left:90px;}

.open nav{width:100%;}
nav {right: -220px;    width: 220px;  }
nav .inner {
	overflow: auto;
	margin: 0px;
	height:auto;
	padding-top:60px;
} 
nav .inner .box{width:90%; margin:0 auto;}
nav .inner .box .item ul{padding-bottom:10px; margin-bottom:10px; padding-top:15px;}
nav .inner .box .item ul li a{padding-top:10px; padding-bottom:10px;}

nav br.pc{display:none;} 
header ul.sub-menu{right:10px;top: 13px;}
nav ul.sns{display:flex;justify-content: center;}
nav ul.sns li{margin-left:10px; margin-right:10px;}
nav ul.sns li i{font-size:30px;}
}


/*============
ハンバーガーメニューのトグル
=============*/
.toggle_btn {  display: block;  position: fixed;  top: 30px;  left: 30px;  width: 30px;  height: 30px;  transition: all .5s;  cursor: pointer;  z-index: 103;}
.toggle_btn:before{content:"MENU"; position:absolute; top:-20px; left:-3px; font-size:13px; color:#4a4a4a;}
.toggle_btn p{font-size:12px;}
.toggle_btn span {  display: block;  position: absolute;  left: 0;  width: 30px;  height: 2px;  background-color: #4a4a4a;  border-radius: 4px;  transition: all .5s;}
.toggle_btn span:nth-child(1) {  top: 4px;}
.toggle_btn span:nth-child(2) {  top: 14px;}
.toggle_btn span:nth-child(3) {  bottom: 4px;}
.open .toggle_btn span {  background-color: #4a4a4a;}
.open .toggle_btn span:nth-child(1) {  -webkit-transform: translateY(10px) rotate(-315deg);  transform: translateY(10px) rotate(-315deg);}
.open .toggle_btn span:nth-child(2) {  opacity: 0;}
.open .toggle_btn span:nth-child(3) {  -webkit-transform: translateY(-10px) rotate(315deg);  transform: translateY(-10px) rotate(315deg);}

@media screen and (max-width: 768px) {
.toggle_btn{top:30px; right:20px;}
}
/*============
ハンバーガーメニューのマスク
=============*/
#mask {display: none;  transition: all .5s;}
.open #mask {  display: block;  position: fixed;  top: 0;  right: 0;  width: 100%;  height: 100%;  /*background: #000;*/  opacity: .8;  z-index: 101; }



/*==========================
ニュース
=========================*/
.news{padding: 80px 0px;}
.news .item{width: 60%;    margin: 0 auto;}


.news ul{display:flex;    align-items: flex-start; margin-bottom:20px; border-bottom:solid 2px #bbdcfe; padding-bottom:10px;}
.news ul li.date{ width:150px; font-weight:normal;}
.news ul li{ font-weight:bold;}
.news .js-accordion-title{position:relative;transition:0.4s all;}
.news .js-accordion-title:hover{cursor:pointer;}
.news .accordion-content{margin-bottom:40px; padding-left:150px;}
.news .accordion-content img{width:80%;}
.news .accordion-content a{text-decoration:underline;}


.news .js-accordion-title::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
	transition:0.4s all;
	font-size:20px; 
	top: 0px;
}
.news .js-accordion-title.open::before{/* 開いている時 */
	content: "－";
	transition:0.4s all;  font-size:20px; 
}

.news .color_sample{display:flex;}
.news .color_sample .item{width:14.28888%; text-align:center;}
.news .color_sample .item .photo img{aspect-ratio: 1 / 1;}

@media screen and (max-width: 768px) {
.news{padding: 40px 0px;}
.news .item{width: 100%;  }
.news{padding:20px 0;}
.news h2{margin-bottom:40px;}
.news ul{flex-wrap: wrap;    align-items: center;}
.news ul li{width:100%;}
.news ul li.date{ width:auto; margin-right:10px; margin-bottom:10px;}
.news ul li.category{width:auto;margin-right:0px;margin-bottom:10px;}
.news .accordion-content{padding-left:0px;}
.news .accordion-content img{width:100%;}
.news .color_sample .item{width:25%;}
.news .color_sample{flex-wrap: wrap;}

}





/*=======  コンテンツヘッダー画像  =======*/
.main-photo{height:500px;position: relative;  background-repeat:no-repeat; background-size:cover; background-position:center center; z-index:-1;}
.main-photo:before{content: "";   position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;   background: linear-gradient(rgba(0, 168, 202, .0),  rgba(0, 168, 202, .0));}
.main-photo.company{background-image:url(/image/main-photo-company.jpg);}
.main-photo.privacy{background-image:url(/image/main-photo-privacy.jpg);}
.main-photo.commerce_law{background-image:url(/image/main-photo-commerce_law.jpg);}
.main-photo.xpaint{background-image:url(/image/main-photo-xpaint.jpg);}
.main-photo.product-top{background-image:url(/image/main-photo-product-top.png);}
.main-photo.product-kaori{background-image:url(/image/main-photo-product-kaori.png);}
.main-photo.product-starterkit{background-image:url(/image/main-photo-product-starterkit.png);}
.main-photo.product-hake{background-image:url(/image/main-photo-product-hake.png);}
.main-photo.gallery{background-image:url(/image/main-photo-gallery.png);}
.main-photo.voice{background-image:url(/image/main-photo-voice.png);}
.main-photo.toi{background-image:url(/image/header-toi.jpg);}

.main-photo h1{text-shadow: 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
	 text-align:center;line-height:1.4; font-size:50px; color:#FFF;}
.main-photo h1 span{display:block; font-size:18px; font-weight:normal;}

@media screen and (max-width: 768px) {
.main-photo{height:300px;}
.main-photo h1{width:80%; font-size:30px;top: 50%;}
.main-photo h1 span{font-size:15px;}
}


/*=======  コンテンツ  =======*/
.contents{margin-top:-100px; background-color:#FFF;padding:30px; position:relative;box-shadow: 0 -8px 10px rgb(0 0 0 / 20%);width: 1180px; margin-right:auto; margin-left:auto;}
.contents::before, .contents::after { background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%); content: ""; position: absolute; top: 100px; width: 10px; height: calc(100% - 100px); }
.contents::before { left: -10px; }
.contents::after { right: -10px; }
.contents .text{ margin-bottom:40px;}
.contents .text p{margin-bottom:20px;}
.contents .text p:last-child{margin-bottom:0px;}
.contents-header{padding:60px 30px; text-align:center; line-height:2; width:100%; font-family: 'Noto Serif JP', serif;}
.contents-header p{font-size:16px;}
.contents-header h2{ margin-top:0;}
.contents-header p.lead{font-size:36px; line-height:1.4; margin-bottom:20px;}
.contents-header p.lead span{margin-right:20px;}
@media screen and (max-width: 768px) {
.contents{padding:20px; margin-right:auto; margin-left:auto;margin-top:0px;  width:100%; box-shadow:none;}
.contents .text{ width:100%;}
.contents::before, .contents::after{content:none;}
.contents-header{padding:0px;margin-bottom: 20px;}
.contents-header p{font-size:14px; line-height:1.5;}
.contents-header p.lead{font-size:22px; margin-bottom:20px;}
.contents-header p.lead span{margin-right:0px; display:block; margin-bottom:10px;}
}





/*=======  メインビジュアル  =======*/
.main-video{text-align:center; background:#000;}
.main-video video{width:auto; height:100vh;}
/*.main-visual {width: 100%;     height: 100vh; overflow:hidden;font-family: 'Noto Serif JP', serif;}*/
.main-visual {width: 100%;     height: 100vh; overflow:hidden;font-family: 'Noto Serif JP', serif;}
.main-visual .photo:before{content: "";   position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;   background: linear-gradient(rgba(171, 154, 134, .2),  rgba(171, 154, 134, .2));}


.main-visual .swiper-slide-active .slide-img,
.main-visual .swiper-slide-duplicate-active .slide-img,
.main-visual .swiper-slide-prev .slide-img{
  animation: Zoomout 10s linear 0s 1 normal both, Fadein 2s ease-in-out 0s forwards;}

.main-visual .slide-img img{  object-fit: cover;  height: 100vh;  width: 100vw;}


@keyframes Fadein {
  0% {
   opacity: 0;
  } 
  100% {
    opacity: 1;
  } 
}

@keyframes Zoomout {
  0% {
    transform: scale(1.2);

  }
  100% {
    transform: scale(1.0);
  }
}


.main-visual .copy{ z-index:2;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: flex;flex-direction: column;}
.main-visual .copy img.text01{width:4vw; min-width:40px;opacity: 1;animation: slideinBottom 1s ease 2.5s 1 normal backwards; }
.main-visual .copy img.text02{width:3.5vw;min-width:40px;opacity: 1;animation: slideinBottom 1s ease 3.5s 1 normal backwards; margin-top:20px; }
.main-visual .copy2{position:absolute; right:40px; top:100px;z-index:2; background:rgba(83, 80, 78, .6); text-align:center; padding:20px;aspect-ratio: 1 / 1; display:flex;justify-content: center;align-items: center;flex-direction: column;animation: Fadein 3s ease 4s 1 normal backwards; font-size:max(1.3vw,18px); color:#FFF; line-height:1.6;transition:0.4s all; }
.main-visual .bnr{position:absolute; left:40px; bottom:50px;z-index:5; animation: Fadein 3s ease 1s 1 normal backwards; transition:0.4s all; }
.main-visual .copy2 .link{display:block; margin-top:5px;font-size:14px; padding:3px 10px; background:rgba(255, 255, 255, 1.0); border:solid 1px #152144; color:#000;}
.main-visual .copy2:hover{background:rgba(164, 193, 215, .8);transition:0.4s all;}

@keyframes slideinBottom {
from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*スクロールダウン全体の場所*/
.main-visual .scrolldown{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:10px;
  left:50%;    z-index: 1;
}

/*Scrollテキストの描写*/
.main-visual .scrolldown span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.main-visual .scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.main-visual .scrolldown:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:#eee;
}


@media screen and (max-width: 768px) {
.main-video video{width:100%; height:auto;}

.main-visual {}
.main-visual .copy{position: absolute;    top: 100px;    left: 50%;    transform: translateX(-50%);}
.main-visual .copy2{ left: 50%; right:unset; top:unset; bottom:3% ;   transform: translateX(-50%);aspect-ratio: 16 / 9; white-space:nowrap;}

}




/*=======  トップ：イントロダクション  =======*/
.top-introduction{ position:relative; padding:60px 0;background-color:#f8f8f8; background-image:url(/image/bg-introduction.jpg); background-repeat:no-repeat; background-size:100%;}
.top-introduction .inner{  width: 70%; height:70%; position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);    background-color:#f8f8f8; 	}
.top-introduction .inner .item{width:100%; padding:40px;}

@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}
.top-introduction .item{width:100%;}
.top-introduction video{height:70%; max-height:600px; width:auto;}

.video-col{display:flex;justify-content: space-between;}
.video-col video{width:48%;}






@media screen and (max-width: 768px) {
.top-introduction{padding-top:0px;height:auto; min-height:600px; background-color:#FFF;background-repeat: repeat-y;}
.top-introduction:after, .main-copy:before {content: "";clear: both;display: block;}
.top-introduction .bg-box{height:100vh;}
.top-introduction .bg-box .light-blue{height:25vh; margin-top:75vh}
.top-introduction .bg-light-gray{display:none;}
.top-introduction .inner{width:90%; padding-bottom:0px; height:80%; }
.top-introduction .item{padding:40px 20px 20px 20px; width:100%;}
.top-introduction video{height:auto; max-height:auto; width:100%;}

.video-col{flex-direction: column;}
.video-col video{width:100%; }
.video-col video{margin-bottom:20px;}
}


/*=======  トップ：おすすめ商品  =======*/
.top-recomennded{ padding:80px 0px; background:#E3EEF4; }
.top-recomennded .photo{width:60%; margin:0 auto;}
.top-recomennded .text{margin-top:20px; text-align:center;}
.top-recomennded .text h3{font-weight:bold; font-size:18px;}

@media screen and (max-width: 768px) {
.top-recomennded{padding:40px 0;}
.top-recomennded .photo{width:100%; margin:0 auto;}
}

/*=======  賞状  =======*/
.prize{ padding:80px 0px; background:#E3EEF4; }
.prize .box{display:flex;justify-content: space-between;}
.prize .box .item{width:24%;}
.prize .box .item img{width:100%; height:100%;}
@media screen and (max-width: 768px) {
.prize{ padding:40px 0px;}
.prize .box{flex-wrap: wrap;}
.prize .box .item{width:48%; margin-bottom:10px;}
}

.prize.xpaint {background:#FFF;padding:40px 0px; }


/*========================
モーダルウィンドウ
=========================*/
dialog {
    background: #fff;
    border: #333 1px solid;
    border-radius: 10px;
    box-shadow: 0 0 10px #666;
    color: #333;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    width: fit-content;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
    transition: background .5s ease-in-out;
}
dialog.show {
    opacity: 1;
}
dialog.show::backdrop {
    background: rgba(0, 0, 0, 0.8);
}
dialog .dialog-inner {
    padding: 10px;
	background:#EDF5FD;
	color:#0E42A5;
	line-height:2;
}
dialog .dialog-inner img{    height: 80vh; width:auto;}
button.dialog :hover {
    background: #333;
    color: #fff;
}
button.dialog-close{ position:absolute;top:15px; right:25px; font-size:30px; outline:none; opacity: .75; z-index:1;}
button.dialog-close:hover{ opacity: 1;}
.dialog-open:hover{cursor:pointer;}


@media screen and (max-width: 768px) {
dialog .dialog-inner img {
    height: auto;
    width: 100%;
}
}



/*=======  X paint  =======*/
.model .box{display:flex;justify-content: center;}
.model .box .item{width:48%;}

@media screen and (max-width: 768px) {
.model .box{flex-direction: column;}
.model .box .item{width:100%;}
}




/*=======  カテゴリ  =======*/
.product-category{ padding:80px 0px; background-color:#FFF;}
.product-category .box{display:flex;flex-wrap: wrap;}
.product-category .box .item{width:50%; border:solid 1px #CCC; margin-left:-1px; }
.product-category .box .item a{display:flex;flex-direction: column; height:100%;}
.product-category .box .item .photo{ position:relative; overflow:hidden;}

.product-category .box .item .photo img{width:100%; height:250px; object-fit:cover;transition:0.6s all;}
.product-category .box .item a:hover .photo img{transform: scale(1.10);transition:0.6s all;} 
.product-category .box .item .text{padding:30px; color:#3a3a3a;}
.product-category .box .item .text h3{ color:#152144; font-weight:bold;}
.product-category .btn-more{margin-top:auto; margin-bottom:20px;}
@media screen and (max-width: 768px) {
.product-category{ padding:40px 0px;}
.product-category .box{-ms-flex-wrap: wrap;flex-wrap: wrap;}
.product-category .box .item{width:100%;}
.product-category .box .item .text{padding:10px;}
.product-category .btn-more{margin-top:20px; }
}

/*=======  トップ：ニュース  =======*/
.topics{padding:80px 0px;  background-image:url(/image/bg-news.jpg); background-repeat:no-repeat; }
.topics .inner{width:1000px; margin:0 auto;}
.topics .box {background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 5px;
    height: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
	background-color:#FFF;}
	
.topics .box dl {
    list-style-type: none;
    text-align: left;
    margin: 0px;
    padding: 20px;
    height: 300px;
    overflow: auto;
	display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.topics .box dt {
    width: 10%;
    line-height: 2;
    margin-bottom: 3px;
}
.topics .box dd {
	width:90%;
    padding: 0px;
    overflow: hidden;
    _zoom: 1;
    line-height: 2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
}
.topics .box dd  a{color:#00a8ca; text-decoration:underline;}
.topics .box dd span{font-weight:bold;}

@media screen and (max-width: 768px) {
.topics{padding:40px 0px; }
.topics .inner{width:90%; }

.topics .box dl{padding:10px;}
.topics .box dt{width:100%; line-height:1.4;}
.topics .box dd {width:100%;line-height:1.4;  border-bottom:solid 1px #CCC;}

}


/*=======  商品  =======*/
.product{ }


.product .box{display:flex;flex-wrap: wrap;}
.product .box .item .photo{background-color: #F4F4F4;  margin-bottom:10px; overflow:hidden;}
.product .box .item .photo img{transition:0.6s all; padding:5px;}

.product .item .price{ color:#999999;}

.product .box h3{ font-size:17px; margin-bottom:5px;}
.product .box .item{width:30.6666%; margin-right:4%; margin-bottom:20px; height:auto; position:relative;}
.product .box .item:nth-child(3n){margin-right:0;}

.lineup .product .box .item{width:23%; margin-right:2.666666666%; margin-bottom:20px; height:auto;}
.lineup .product .box .item:nth-child(4n){margin-right:0;}

.product .box .item .tag{position:absolute; top:5px; left:5px; z-index:1; background:#313131; color:#FFF; padding:1px 10px; font-size:13px;}
.contents .product-category{padding-top:0;}
.sale{ margin-bottom:3px;font-size:13px;}
.sale span{background:#AB9A86; color:#FFF; padding:1px 10px;  width:fit-content;}

@media screen and (max-width: 768px) {
.product .box{flex-wrap: wrap;}
.product .box .item{ width:100%;height: auto;}
.product .box .item .text{padding:20px; display:none;}

.product .box{justify-content: space-between;}
.product .box .item{width:46%; margin-right:0%; }
.product .box .item:nth-child(3n){margin-right:0%;}
.lineup .product .box{justify-content: space-between;}
.lineup .product .box .item{width:46%; margin-right:0%; }
.lineup .product .box .item:nth-child(4n){margin-right:2%;}
.lineup .product .box .item:nth-child(3n){margin-right:0%;}
.lineup .product .box .item .text{padding:0; font-size:13px; margin-top:10px; display:none;}
.product .item .price{font-size:13px;}
.sale span{ display:block;}

}


/*=======  商品詳細  =======*/
.product-detail{}
.product-detail .main-area{display:flex;justify-content: space-between; margin-top:40px;}
.product-detail .main-area .photo{width:47%;}
.product-detail .main-area .info{width:47%;}
.product-detail .main-area .info h2{ line-height:1.4; display:block;text-align:left; margin-top:0; margin-bottom:10px;}
.product-detail .main-area .info h2::before, .product-detail .main-area .info h2::after{content:none; }
.product-detail .main-area .info h2 span{font-size:15px; font-weight:normal;font-family: 'Noto Sans JP', sans-serif; font-weight:300;}
.product-detail .main-area .info h2 span.heading{font-size:70%; display:inline; color:inherit;font-family: 'Noto Serif JP', serif;}
.product-detail .main-area .info h3{ color:#152144; margin-top:40px; border-bottom:solid 1px #152144; padding-bottom:5px;}
.product-detail .main-area .info .attention{border:solid 1px #800000; padding:10px; font-size:85%; color:#800000; margin-top:40px;}


.product-detail .main-area .info .price{font-size:18px;}
.product-detail .swiper-wrapper{margin-bottom:10px;}
.product-detail .swiper-slide img {  height: auto;  width: 100%;  object-fit:cover;  aspect-ratio: 1;}
.product-detail .swiper-slide{background:#F4F4F4; padding:10px;}
.product-detail .slider-thumbnail .swiper-slide,
.product-detail .slider-thumbnail2 .swiper-slide,
.product-detail .slider-thumbnail3 .swiper-slide,
.product-detail .slider-thumbnail4 .swiper-slide{  opacity: .5;  transition: opacity .5s;  width: 20%; padding:3px;}

.product-detail .slider-thumbnail .swiper-slide:hover,
.product-detail .slider-thumbnail2 .swiper-slide:hover,
.product-detail .slider-thumbnail3 .swiper-slide:hover,
.product-detail .slider-thumbnail4 .swiper-slide:hover{cursor:pointer;}

.product-detail .slider-thumbnail .swiper-slide img,
.product-detail .slider-thumbnail2 .swiper-slide img,
.product-detail .slider-thumbnail3 .swiper-slide img,
.product-detail .slider-thumbnail4 .swiper-slide img{height:100%; object-fit:cover;aspect-ratio: 1; }

.product-detail .slider-thumbnail .swiper-slide.swiper-slide-thumb-active,
.product-detail .slider-thumbnail2 .swiper-slide.swiper-slide-thumb-active,
.product-detail .slider-thumbnail3 .swiper-slide.swiper-slide-thumb-active,
.product-detail .slider-thumbnail4 .swiper-slide.swiper-slide-thumb-active{  opacity: 1;}

.product-detail .swiper {  width: 100%;}
.product-detail .swiper-button-next, .product-detail .swiper-button-prev{color:#E3EEF4 !important;}

.product-detail .btn-buy{display:block; background:#000;/* background:#152144;*/ color:#FFF; text-align:center; position:relative; padding:20px; margin-top:40px; font-weight:bold;transition-duration: .3s;}
/*.product-detail .btn-buy:hover{background: #a4c1d7;transition-duration: .3s;}*/
.product-detail .btn-buy i{position: absolute; top: 50%; left: 5%; transform: translateY(-50%); font-size:24px;}
.product-detail .btn-buy.bank{ padding:5px; font-size:13px; text-align:center; font-weight:normal;}

.product-detail .description{margin-top:40px; border-top:solid 1px #152144;}
.product-detail .description h3{color:#152144; font-size:22px; font-weight:normal; margin-top:40px;}
.product-detail .description h3:first-of-type{margin-top:20px;}
.product-detail .description h4{ color:#152144; margin-top:40px;font-size:20px; margin-bottom:20px;}
.product-detail .description .col2{display:flex;justify-content: space-between;}
.product-detail .description .col2 .photo{width:48%;}
.product-detail .description .col2 .text{width:48%;}
.product-detail .description .col2 .text h5{margin-top:20px; border-bottom:solid 1px #CCC; padding-bottom:3px; font-size:17px; }


.product-detail .lineup{margin-top:200px;}

.product-detail .lineup h3{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	text-align: center;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color:#152144; font-weight:normal; margin-top:20px;
}
.product-detail .lineup h2{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	text-align: center;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color:#152144; font-weight:normal; margin-top:20px;
}

.product-detail .lineup h3::before,
.product-detail .lineup h3::after {content: '';width: 70px;height: 3px;background-color: #a4c1d7;}
.product-detail .lineup h3::before {margin-right: 20px;}
.product-detail .lineup h3::after {margin-left: 20px;}


.product-detail .lineup .product h3{color: #AB9A86; font-size:16px; display:block; margin-bottom:5px; margin-top:0; text-align:left;}
.product-detail .lineup .product h3:before, .product-detail .lineup .product h3:after{content:none;}

.product-detail .shipping_fee dl{display:flex; border-bottom:solid 1px #CCC; padding:5px 0;}
.product-detail .shipping_fee dl:last-child{margin-bottom:10px;}
.product-detail .shipping_fee dl dt{font-weight:400;}

@media screen and (max-width: 768px) {
.product-detail .main-area{flex-direction: column; margin-top:0px; margin-bottom:40px;}
.product-detail .main-area .photo{width:100%;}
.product-detail .main-area .info{width:100%;}
.product-detail .lineup{margin-top:100px;}
.product-detail .lineup h2{font-size:22px;}
.product-detail .lineup h3{font-size:22px;}
.product-detail .lineup h3::before,
.product-detail .lineup h3::after {width: 30px;}
.product-detail .lineup .product h3{font-size:15px;}
.product-detail .description .col2{flex-direction: column;}
.product-detail .description .col2 .photo{width:100%;}
.product-detail .description .col2 .text{width:100%;}

}





/*=======  ギャラリー（施工事例）  =======*/
.gallery-detail{}
.gallery-detail .main-area{display:flex;justify-content: space-between; margin-bottom:50px; border-bottom:solid 1px #CCC; padding-bottom:50px;}
.gallery-detail .main-area:first-of-type{margin-top:40px;}
.gallery-detail .main-area .photo{width:47%;}
.gallery-detail .main-area .info{width:47%; }
.gallery-detail .main-area .info h2{ line-height:1.4; display:block;text-align:left; margin-top:0; margin-bottom:10px; font-size:30px;}
.gallery-detail .main-area .info h2::before, .gallery-detail .main-area .info h2::after{content:none; }
.gallery-detail .main-area .info h3{ color:#152144; margin-top:40px; border-bottom:solid 1px #152144; padding-bottom:5px;}
.gallery-detail .main-area .info .photo{ margin:20px auto;background-color: #F4F4F4;padding: 5px;display:flex;justify-content: center;align-items: center; overflow:hidden;}


.gallery-detail .swiper-wrapper{margin-bottom:10px;}
.gallery-detail .swiper-slide img {  height: auto;  width: 100%;  object-fit:cover;  aspect-ratio: 1;}
.gallery-detail .swiper-slide{background:#F4F4F4; padding:10px;}
.gallery-detail .slider-thumbnail .swiper-slide,
.gallery-detail .slider-thumbnail2 .swiper-slide,
.gallery-detail .slider-thumbnail3 .swiper-slide,
.gallery-detail .slider-thumbnail4 .swiper-slide,
.gallery-detail .slider-thumbnail5 .swiper-slide,
.gallery-detail .slider-thumbnail6 .swiper-slide,
.gallery-detail .slider-thumbnail7 .swiper-slide,
.gallery-detail .slider-thumbnail8 .swiper-slide,
.gallery-detail .slider-thumbnail9 .swiper-slide,
.gallery-detail .slider-thumbnail10 .swiper-slide,
.gallery-detail .slider-thumbnail11 .swiper-slide,
.gallery-detail .slider-thumbnail12 .swiper-slide,
.gallery-detail .slider-thumbnail13 .swiper-slide,
.gallery-detail .slider-thumbnail14 .swiper-slide,
.gallery-detail .slider-thumbnail15 .swiper-slide
{  opacity: .5;  transition: opacity .5s;  width: calc(100% / 4); padding:3px;}

.gallery-detail .slider-thumbnail .swiper-slide:hover,
.gallery-detail .slider-thumbnail2 .swiper-slide:hover,
.gallery-detail .slider-thumbnail3 .swiper-slide:hover,
.gallery-detail .slider-thumbnail4 .swiper-slide:hover,
.gallery-detail .slider-thumbnail5 .swiper-slide:hover,
.gallery-detail .slider-thumbnail6 .swiper-slide:hover,
.gallery-detail .slider-thumbnail7 .swiper-slide:hover,
.gallery-detail .slider-thumbnail8 .swiper-slide:hover,
.gallery-detail .slider-thumbnail9 .swiper-slide:hover,
.gallery-detail .slider-thumbnail10 .swiper-slide:hover,
.gallery-detail .slider-thumbnail11 .swiper-slide:hover,
.gallery-detail .slider-thumbnail12 .swiper-slide:hover,
.gallery-detail .slider-thumbnail13 .swiper-slide:hover,
.gallery-detail .slider-thumbnail14 .swiper-slide:hover,
.gallery-detail .slider-thumbnail15 .swiper-slide:hover
{cursor:pointer;}

.gallery-detail .slider-thumbnail .swiper-slide img,
.gallery-detail .slider-thumbnail2 .swiper-slide img,
.gallery-detail .slider-thumbnail3 .swiper-slide img,
.gallery-detail .slider-thumbnail4 .swiper-slide img,
.gallery-detail .slider-thumbnail5 .swiper-slide img,
.gallery-detail .slider-thumbnail6 .swiper-slide img,
.gallery-detail .slider-thumbnail7 .swiper-slide img,
.gallery-detail .slider-thumbnail8 .swiper-slide img,
.gallery-detail .slider-thumbnail9 .swiper-slide img,
.gallery-detail .slider-thumbnail10 .swiper-slide img,
.gallery-detail .slider-thumbnail11 .swiper-slide img,
.gallery-detail .slider-thumbnail12 .swiper-slide img,
.gallery-detail .slider-thumbnail13 .swiper-slide img,
.gallery-detail .slider-thumbnail14 .swiper-slide img,
.gallery-detail .slider-thumbnail15 .swiper-slide img
{height:100%; object-fit:cover;aspect-ratio: 1; border:solid 1px #CCC; }

.gallery-detail .slider-thumbnail .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail2 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail3 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail4 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail5 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail6 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail7 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail8 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail9 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail10 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail11 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail12 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail13 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail14 .swiper-slide.swiper-slide-thumb-active,
.gallery-detail .slider-thumbnail15 .swiper-slide.swiper-slide-thumb-active
{  opacity: 1;}

.gallery-detail .swiper {  width: 100%;}
.gallery-detail .swiper-button-next, .gallery-detail .swiper-button-prev{color:#E3EEF4 !important;}



.gallery-detail .lineup{margin-top:200px;}

.gallery-detail .lineup h3{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	text-align: center;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color:#152144; font-weight:normal; margin-top:20px;
}
.gallery-detail .lineup h2{	display: flex;	justify-content: center;align-items: center;	font-size: 30px;	text-align: center;	margin-top: 60px;	margin-right: auto;	margin-bottom: 40px;	margin-left: auto;	color:#152144; font-weight:normal; margin-top:20px;}
.gallery-detail .lineup h3::before,
.gallery-detail .lineup h3::after {content: '';width: 70px;height: 3px;background-color: #a4c1d7;}
.gallery-detail .lineup h3::before {margin-right: 20px;}
.gallery-detail .lineup h3::after {margin-left: 20px;}


.gallery-detail .lineup .gallery h3{color: #AB9A86; font-size:16px; display:block; margin-bottom:5px; margin-top:0; text-align:left;}
.gallery-detail .lineup .gallery h3:before, .gallery-detail .lineup .gallery h3:after{content:none;}

.gallery-detail .list .box{display:flex;flex-wrap: wrap;}
.gallery-detail .list .box .item{width:23%; margin-right:2.666666666%; margin-bottom:20px; height:auto;}
.gallery-detail .list .box .item:nth-child(4n){margin-right:0;}
.gallery-detail .list .box .item .photo{background-color: #F4F4F4; padding:10px; margin-bottom:10px; overflow:hidden;}
.gallery-detail .list .box .item .photo img{transition:0.6s all; }
.gallery-detail .list .box .item h4{font-size:15px; text-align:center;}

@media screen and (max-width: 768px) {
.gallery-detail .main-area{flex-direction: column-reverse; margin-top:0px; margin-bottom:40px;}
.gallery-detail .main-area .photo{width:100%;}
.gallery-detail .main-area .info{width:100%; margin-bottom:40px;}
.gallery-detail .main-area .info .photo{ padding: 0px;}

.gallery-detail .lineup{margin-top:100px;}
.gallery-detail .lineup h2{font-size:22px;}
.gallery-detail .lineup h3{font-size:22px;}
.gallery-detail .lineup h3::before,
.gallery-detail .lineup h3::after {width: 30px;}
.gallery-detail .lineup .gallery h3{font-size:15px;}
.gallery-detail .main-area .info .text-area{width:55%;}
.gallery-detail .main-area .info .photo{width:40%;}
.gallery-detail .main-area .info h2 span{font-size:14px; font-weight:normal;}
.gallery-detail .main-area .info .photo{margin:0; margin-right:20px;}
.gallery-detail .main-area .info a{display:flex;justify-content: space-between;}
.gallery-detail .main-area .info h3{margin-bottom:20px; margin-top:10px;}
.gallery-detail .list .box .item{width:33%;}
.gallery-detail .list .box .item h4{font-size:14px;}
.gallery-detail .list .box .item .photo{padding:0;}

}




/*=======  お客様の声  =======*/
.voice-detail{}
.voice-detail .main-area{display:flex;justify-content: space-between; margin-bottom:50px; border-bottom:solid 1px #CCC; padding-bottom:50px;}
.voice-detail .main-area:first-of-type{margin-top:40px;}
.voice-detail .main-area .photo{width:47%;}
.voice-detail .main-area .info{width:47%; }
.voice-detail .main-area .info h2{ line-height:1.4; display:block;text-align:left; margin-top:0; margin-bottom:10px; font-size:30px;}
.voice-detail .main-area .info h2::before, .voice-detail .main-area .info h2::after{content:none; }
.voice-detail .main-area .info h3{ color:#152144; margin-top:10px; border-bottom:solid 1px #152144; padding-bottom:5px;}
.voice-detail .main-area .info .photo{ margin:20px auto;background-color: #F4F4F4;padding: 5px;display:flex;justify-content: center;align-items: center; overflow:hidden;}
.voice-detail .main-area .info .text-area ul li.question{ font-weight:bold;}
.voice-detail .main-area .info .text-area ul li.answer{border-bottom:dotted 1px #CCC; padding-bottom:10px; margin-bottom:10px;}

.voice-detail .swiper-wrapper{margin-bottom:10px;}
.voice-detail .swiper-slide img {  height: auto;  width: 100%;  object-fit:cover;  aspect-ratio: 1;}
.voice-detail .swiper-slide{background:#F4F4F4; padding:10px;}
.voice-detail .slider-thumbnail .swiper-slide,
.voice-detail .slider-thumbnail2 .swiper-slide,
.voice-detail .slider-thumbnail3 .swiper-slide,
.voice-detail .slider-thumbnail4 .swiper-slide,
.voice-detail .slider-thumbnail5 .swiper-slide,
.voice-detail .slider-thumbnail6 .swiper-slide,
.voice-detail .slider-thumbnail7 .swiper-slide,
.voice-detail .slider-thumbnail8 .swiper-slide,
.voice-detail .slider-thumbnail9 .swiper-slide,
.voice-detail .slider-thumbnail10 .swiper-slide,
.voice-detail .slider-thumbnail11 .swiper-slide,
.voice-detail .slider-thumbnail12 .swiper-slide,
.voice-detail .slider-thumbnail13 .swiper-slide,
.voice-detail .slider-thumbnail14 .swiper-slide,
.voice-detail .slider-thumbnail15 .swiper-slide
{  opacity: .5;  transition: opacity .5s;  width: calc(100% / 4); padding:3px;}

.voice-detail .slider-thumbnail .swiper-slide:hover,
.voice-detail .slider-thumbnail2 .swiper-slide:hover,
.voice-detail .slider-thumbnail3 .swiper-slide:hover,
.voice-detail .slider-thumbnail4 .swiper-slide:hover,
.voice-detail .slider-thumbnail5 .swiper-slide:hover,
.voice-detail .slider-thumbnail6 .swiper-slide:hover,
.voice-detail .slider-thumbnail7 .swiper-slide:hover,
.voice-detail .slider-thumbnail8 .swiper-slide:hover,
.voice-detail .slider-thumbnail9 .swiper-slide:hover,
.voice-detail .slider-thumbnail10 .swiper-slide:hover,
.voice-detail .slider-thumbnail11 .swiper-slide:hover,
.voice-detail .slider-thumbnail12 .swiper-slide:hover,
.voice-detail .slider-thumbnail13 .swiper-slide:hover,
.voice-detail .slider-thumbnail14 .swiper-slide:hover,
.voice-detail .slider-thumbnail15 .swiper-slide:hover
{cursor:pointer;}

.voice-detail .slider-thumbnail .swiper-slide img,
.voice-detail .slider-thumbnail2 .swiper-slide img,
.voice-detail .slider-thumbnail3 .swiper-slide img,
.voice-detail .slider-thumbnail4 .swiper-slide img,
.voice-detail .slider-thumbnail5 .swiper-slide img,
.voice-detail .slider-thumbnail6 .swiper-slide img,
.voice-detail .slider-thumbnail7 .swiper-slide img,
.voice-detail .slider-thumbnail8 .swiper-slide img,
.voice-detail .slider-thumbnail9 .swiper-slide img,
.voice-detail .slider-thumbnail10 .swiper-slide img,
.voice-detail .slider-thumbnail11 .swiper-slide img,
.voice-detail .slider-thumbnail12 .swiper-slide img,
.voice-detail .slider-thumbnail13 .swiper-slide img,
.voice-detail .slider-thumbnail14 .swiper-slide img,
.voice-detail .slider-thumbnail15 .swiper-slide img
{height:100%; object-fit:cover;aspect-ratio: 1; border:solid 1px #CCC; }

.voice-detail .slider-thumbnail .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail2 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail3 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail4 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail5 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail6 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail7 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail8 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail9 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail10 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail11 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail12 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail13 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail14 .swiper-slide.swiper-slide-thumb-active,
.voice-detail .slider-thumbnail15 .swiper-slide.swiper-slide-thumb-active
{  opacity: 1;}

.voice-detail .swiper {  width: 100%;}
.voice-detail .swiper-button-next, .gallery-detail .swiper-button-prev{color:#E3EEF4 !important;}



.voice-detail .list .box{display:flex;flex-wrap: wrap;}
.voice-detail .list .box .item{width:23%; margin-right:2.666666666%; margin-bottom:20px; height:auto;}
.voice-detail .list .box .item:nth-child(4n){margin-right:0;}
.voice-detail .list .box .item .photo{background-color: #F4F4F4; padding:10px; margin-bottom:10px; overflow:hidden;}
.voice-detail .list .box .item .photo img{transition:0.6s all; }
.voice-detail .list .box .item h4{font-size:15px; text-align:center;}

@media screen and (max-width: 768px) {
.voice-detail .main-area{flex-direction: column-reverse; margin-top:0px; margin-bottom:40px;}
.voice-detail .main-area .photo{width:100%;}
.voice-detail .main-area .info{width:100%; margin-bottom:40px;}
.voice-detail .main-area .info .photo{ padding: 0px; }

.voice-detail .main-area .info .text-area{width:100%;}
.voice-detail .main-area .info .photo{width:100%;}
.voice-detail .main-area .info h2 span{font-size:14px; font-weight:normal;}
.voice-detail .main-area .info .photo{margin:0; margin-right:0px;margin-bottom:40px;}
.voice-detail .main-area .info a{display:flex;justify-content: space-between;}
.voice-detail .main-area .info h3{margin-bottom:20px; margin-top:10px;}
.voice-detail .list .box .item{width:33%;}
.voice-detail .list .box .item h4{font-size:14px;}
.voice-detail .list .box .item .photo{padding:0;}

}





/*========================
選択のタブ
=========================*/
ul.btn_area{display:flex; position: absolute;top: 20px;left: 50%;transform: translateX(-50%); z-index:2;}
ul.btn_area li{ border-radius:5px;background:#979797; color:#FFF; padding:5px 10px; width:100px;text-align:center; margin-left:5px; margin-right:5px; }

ul.btn_area li.tab_btn.active {
	background: #FFF;
	color: #FFF;
	
}
ul li.tab_btn:hover { cursor:pointer;}
.tab_box{position:relative;}
.tab_box .tab_panel.active {display:block;}
.tab_box .tab_panel {display: none;}
ul.btn_area li.tab_btn.active {background:#000;}
ul.btn_area li.tab_btn:hover { cursor:pointer;}






/*=======  スタッフ紹介  =======*/
.company h2{position: relative;   text-align: center; display:block;padding-bottom: 20px;}
.company h2 span {  font-size: 14px;  display: block;}
.company h2:before {  position: absolute;  bottom: -10px;  left: calc(50% - 30px);  width: 60px;  height: 3px;  content: '';  border-radius: 3px;  background: #a4c1d7;  margin-right:0px;}
.company h2:after{content:none;}
.company .introduction{
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
.company .introduction .text{width:100%;}
.company .introduction th{font-weight:normal; text-align:left; padding-left:30px;}
.company .introduction td.other{background-color:rgba(0, 168, 202, .05);}
.company .introduction .staff-photo{
	text-align: center;
	width: 30%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.company .introduction .staff-photo img{width:100%; height:auto;}
.company .company-photo{position:relative;}
.company .company-photo:before{content: "";   position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;   background: linear-gradient(rgba(0, 168, 202, .1),  rgba(0, 168, 202, .1));}

@media screen and (max-width: 768px) {
.company .introduction{width:100%;}
.company .introduction th{ padding:10px;}
.company .introduction .staff-photo{ width:100%; margin-bottom:20px;}
}

/*=======  求人  =======*/
.recruit{}
.recruit .box{display:flex;justify-content: space-between; }
.recruit .box .item{width:50%;display:flex;align-items: center;}
.recruit .box .item img{width:100%; height:100%; object-fit:cover;}
.recruit .box .item img.doctor{height:400px;object-position: 0 0}
.recruit .box .item .text{padding:30px; margin-bottom:0px;}

.recruit .seminor{}
.recruit .seminor .box{justify-content: space-between;flex-wrap: wrap;}
.recruit .seminor .box .item{display:block;width:48%; margin-bottom:30px;}
.recruit .seminor .box .item .photo{margin-bottom:20px;}
.recruit .seminor .box .item .photo img{height:160px; object-fit:cover;}
.recruit .seminor .box .item table{width:100%; margin-bottom:40px;}
.recruit .seminor .box .item table th{width:20%; white-space:nowrap;}
.recruit .banner{}
.recruit .banner a{
	display: block;
	text-align: center;
	width: 60%;
	background: #00a8ca;
	color: #FFF;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size:18px;
	transition-duration: .3s;
}
.recruit .banner a:hover{color: #fff;background: #007a96;transition-duration: .3s;}	
@media screen and (max-width: 768px) {
.recruit .box{-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column;  flex-direction: column; margin-bottom:20px;}
.recruit .box.reverse-sp{-webkit-box-orient: vertical;-webkit-box-direction: reverse; flex-direction: column-reverse;}
.recruit .box .item{width:100%;}
.recruit .box .item .text{padding:0px;}
.recruit .box .item img{margin-bottom:10px;}
.recruit .seminor .box{display:block;}
.recruit .seminor .box .item{width:100%;}
}
/*=======  部品  ======*/
.p-0{padding:0px !important;}
.mt25{margin-top:25px !important;}
.mb50{margin-bottom:50px !important;}
.pt45{padding-top:45px !important;}
.pb50{padding-bottom:50px !important;}
.text-left{text-align:left;}
.bg-white{background-color:#FFF;}
.bg-blue{background-color:#EFFBFF;}
.bg-light-gray{background-color:#f8f8f8; }
.btn-more{
	min-width: 300px;
	width:fit-content;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.btn-more a{display:block;color: #fff;background: #AB9A86;transition-duration: .3s; text-align:center; padding:15px; }
.btn-more a:hover{color: #fff;background: #a4c1d7;transition-duration: .3s;}	
.btn-more-small a{display:block;color: #fff;background: #AB9A86;transition-duration: .3s; text-align:center; padding:5px 0px; }
.btn-more-small a:hover{color: #fff;background: #a4c1d7;transition-duration: .3s;}	


a .btn-more{display:block;color: #fff;background: #AB9A86;transition-duration: .3s; text-align:center; padding:15px; }
a:hover .btn-more{color: #fff;background: #a4c1d7;transition-duration: .3s;}	


.blue{color:#00a8ca; }	
.red{color:red; }	
.photo-center{text-align:center; margin:0 auto; margin-bottom:40px;}


table {width:100%;}
table th, table td{padding:10px;border-top:solid 1px #CCC;}
table th{background-color:#f8f8f8; width:25%; text-align:center;vertical-align: middle; font-weight:normal;}
table tr:last-child{border-bottom:solid 1px #CCC;}
.img100{width:100%; height:auto;}

/*=======  フォーム  ======*/
.form{width:80%; margin:0 auto;}
.form .item{  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
    padding-left: 60px;
	display:-webkit-box;display:-ms-flexbox;display:flex;

}


.form textarea{ width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
    padding-left: 60px;
	display:-webkit-box;display:-ms-flexbox;display:flex;}
.form textarea:focus {
  border-color: #00a8ca;
  box-shadow: 0 0 8px 0 #00a8ca;
}
.inputWithIcon.inputIconBg textarea:focus + i {
  color: #fff;
  background-color: #00a8ca;
}
textarea i {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s;
  line-height:1.4;
  width:50px;
  text-align:center;
  font-size:20px;
  height:100%;
}


.form .item span{background-color:#aaa; padding:0 5px; margin-right:20px; color:#FFF; }
.form .item label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center; margin-right:20px;}
.form .item label:hover{cursor:pointer;}

input[type="text"] {
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin-bottom: 0px;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}

input[type="text"]:focus {
  border-color: #00a8ca;
  box-shadow: 0 0 8px 0 #00a8ca;
}

.inputWithIcon input[type="text"] {
  padding-left: 60px;
}
.inputWithIcon input[type="radio"] { margin-right:5px;}
.inputWithIcon {
  position: relative;
  margin-bottom:20px;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 0px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s;
  line-height:1.4;
  width:50px;
  text-align:center;
  font-size:20px;
    background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
   height:100%;

}
.inputWithIcon i:before{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);}

.form .item i{top: 0px;}


.inputWithIcon input[type="text"]:focus + i {
  color: #00a8ca;
}


.inputWithIcon input[type="text"]:focus + i,
.inputWithIcon textarea:focus + i  {
  color: #fff;
  background-color: #00a8ca;
}

input[type="submit"]{background-color:#00a8ca; border-radius:25px; color:#FFF; padding:5px 30px;transition-duration: .3s;  margin:0 10px;}
input[type="button"]{background-color:#dfdfdf; border-radius:25px; color:#FFF; padding:5px 30px;transition-duration: .3s; color:#222; margin:0 10px; font-size:13px;}
input[type="submit"]:hover{background: #007a96;
    transition-duration: .3s;}



@media screen and (max-width: 768px) {
.form{width:100%;}
.form .item{display:block;}
.form .item span{margin-bottom:10px; margin-right:0px;    display: inline-block;}
.inputWithIcon i{line-height:1.2;}
table th, table td{width:100% !important; display:block !important; text-align:left;}
.btn-more{
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.photo-center{margin-bottom:20px;}
.img100-sp{width:100%; height:auto;}
}


/*==============================
ページトップ
==============================*/

#page_top {position: fixed;bottom: 30px;left: calc(100vw - 100px); display:none;}
#page_top a {background-color: #999;color: #fff;text-align: center;	text-decoration: none;font-size: 24px;padding-top: 6px;	padding-right: 15px;padding-bottom: 10px;padding-left: 15px;}
#page_top a:hover {background-color: #666;text-decoration: none;}

@media screen and (max-width: 768px) {
#page_top {bottom: calc(100vh - 95vh);left:auto; right:30px; }
#page_top a{}
}



/*=======  サイトマップ  =======*/
.sitemap{}
.sitemap .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.sitemap .box a{ width:14.2%; height:120px; position:relative; overflow:hidden; border:solid 1px #FFF; margin-bottom:-1px;display:block;z-index: 0;}
.sitemap .box a:before{content: "";   position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;   background: linear-gradient(rgba(0, 168, 202, .1),  rgba(0, 168, 202, .1));}
.sitemap .box a img{width:100%; height:100%; object-fit:cover;transition: 0.5s ease;}
.sitemap .box a:hover img{ transform: scale(1.1,1.1);transition: 0.5s ease;}
.sitemap .box a h4{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index:1;
	width:80%; text-align:center;background: rgba(10,131,153,0.7); color:#FFF;}



@media screen and (max-width: 768px) {
.sitemap .box{-ms-flex-wrap: wrap;flex-wrap: wrap;}
.sitemap .box a{ width:50%; height:100px;}
}


.text-center{text-align:center;}
.underline {
  text-decoration-color: #f9e97d;
  text-decoration-line: underline;
  text-decoration-thickness: 20px;
  text-underline-offset: -8px;
}
/*=======  フッター  ====*/
.footer{padding:5px 0px;  font-size:12px; text-align:center;}

@media screen and (max-width: 768px) {
.footer{margin-bottom:0px; text-align:center;}
}



/*=======  下からフェードアップ  =======*/
.fadeup {opacity: 0;}
.fadeup.isShow {  opacity: 1;animation: fadeUp 1.0s ease 0.3s 1 normal backwards;}

@keyframes fadeUp {
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}




@media screen and (max-width: 768px) {
.pc{display:none !important;}
}

@media screen and (min-width: 769px) {
.sp{display:none !important;} 
}


.vegas-slide{position:fixed; bottom:0px; z-index:-1;}

.display-none{display:none;}