@charset "UTF-8";


/*=======================================================
 view more
=======================================================*/

.view-more{
	display: block;
	position: relative;
	font-size: 1.6rem;
	color: #b29c7b;
	text-align: center;
	border:1px solid #b29c7b;
	width: 300px;
	padding: 1em 0;
	margin: 0 auto;
	margin-top: 3em;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}
@media screen and (max-width: 767px){ 
.view-more{
	width: 250px;
	}
}

.view-more a{
	color: #b29c7b;
}

.view-more:hover{
	background: #b29c7b;
	color: #fff;
}

.view-more::before{
	content: '';
	position: absolute;
	top: 35px;
	right: -26px;
	width: 60px;
	height: 1px;
	background: #b29c7b;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.view-more::after{
	position:absolute;
	content: '';
	xtop: 38%;
	top: 24px;
	right: -21px;
	width: 1px;
	height: 12px;
	background: #b29c7b;
	transform: skewX(45deg);
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.view-more:hover::before{
	right:-35px;
}

.view-more:hover::after{
	right:-30px;
}

.front-block { 
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 10em;
	padding: 0 1em;
	}

@media screen and (max-width: 767px){ 
.front-block { 
	width: 95%;
	margin: 0 auto;
	margin-bottom: 0;
	}
}
 
/*=======================================================
front : service
=======================================================*/

.service-box{
	background: #fff;
	box-sizing: border-box;
	padding: 3em 1.5em;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
@media screen and (max-width: 999px){
	.service-box{
	background: #fff;
	box-sizing: border-box;
	padding: 3em  2em;
	}
}
@media screen and (max-width: 767px){
	.service-box{
	background: #fff;
	box-sizing: border-box;
	padding: 3em  2em;
	}
}

.service-icon{
	display: block;
	width: 65%;
	margin: 0 auto 1.5em;
}
@media screen and (max-width: 767px){
	.service-icon{
	width: 60%;
	margin:0 auto 1em;
	}
}

.service-flow{
	font-size: 1.3rem;
	text-align: center;
}

.service-data{ 
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 2.5rem;
}

/*=======================================================
front : works
=======================================================*/

.cols-works{ 
	margin-bottom: 1em;
}

.img-views-quare { 
	width: 32%;
}
@media screen and (max-width: 767px){
	.img-views-quare{
	width: 47%;
	}
}

.img-quare{
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media screen and (max-width: 767px){
.review-none{
	display: none;
	}
}


/*=======================================================
front : about us
=======================================================*/

 .aboutus-box{ 
	display: table-cell;
	vertical-align:middle;
	width: 50%;
	box-sizing: border-box;
	padding: 0 1.5em;
}
@media screen and (max-width: 767px){
 .aboutus-box{
	 display: block;
	 width: 100%;
	}
}


/*aboutus photo
----------------------------------*/
 .aboutus-photo{
	width: 100%;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
.aboutus-photo{
	margin-bottom: 2em;
	}
}

/*aboutus txt
----------------------------------*/
.aboutus-name{
	font-size: 4rem;
	line-height: 6rem;
	letter-spacing: 0.2em;
}

.fz-industry{ 
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2.5rem;
}

 .aboutus-profile{
	margin: 2em 0 1em;
}


/*=======================================================
front : blog
=======================================================*/
#new-post-list{ 
	xmargin-bottom: 5em;
}
@media screen and (max-width:767px){
	#new-post-list{ 
	margin-bottom: 0;
	}
}

#new-post-list .post:nth-child(3n){ 
	margin-right: 0;
}

#new-post-list .post{ 
	width: 32%;
	margin: 0 1.3em 2em 0;
	position: relative;
}
@media screen and (max-width: 999px){
	#new-post-list .post{ 
	width: 31.5%;
	margin: 0 1.1em 2em 0;
	}
}
@media screen and (max-width:767px){
	#new-post-list .post{ 
	width: 100%;
	margin: 0 0 1.5em 0;
	}
#new-post-list .post:nth-child(3n){ 
	margin: 0;
	}
}

#new-post-list .post-categories{ 
	position:absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
	padding: 0.1em 1.2em;
	display: inline-block;
	background: #b29c7b;
	color: #fff;
	font-size: 1.1rem;
	border-radius: 30px;
}

#new-post-list .post-categories a{ 
	color: #fff;
}

#new-post-list .post-thumbnail{ 
	width: 100%;
	max-height: 250px;
	padding: 0;
	margin: 0 0 0.5em 0;
	overflow: hidden;
	vertical-align: top;
}
@media screen and (max-width: 767px){
	#new-post-list .post-thumbnail{
		max-height: 210px;
	}
}

/*post-hover img*/
#new-post-list .post-thumbnail img{
	vertical-align: top;
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}

#new-post-list .post-thumbnail img:hover{
	transform: scale(1.2,1.2);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	opacity: 0.8;
}

#new-post-list .post-note{
	margin: 0 0.5em;
}

#new-post-list .post-title{ 
	height: 5rem;
	display: inline-block;
	color: #333;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 767px){
	#new-post-list .post-title{ 
	height: auto;
	line-height: 1.3em;
	}
}

#new-post-list .post-lead{
	font-size: 1.1rem;
	color: #444;
	line-height: 2rem;
	margin-bottom: 0.5em;
	padding-bottom: 4em;
}

#new-post-list .post-date{ 
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 1.1rem;
	color: #808080;
	padding: 1em 0;
}
/*=======================================================
front : news
=======================================================*/

#news{
	background: #fff;
	width: 100%;
	display: flow-root;
	z-index: 300;
	position: relative;
	font-size: 1.2rem;
	margin-bottom: 15em;
}
@media screen and (max-width: 767px){ 
	#news{  
		margin-bottom: 5em;
	}
}	

 .news-display{ 
	background: #fff;
	width: 41%;
	padding: 1em 2em;
	float: right;
	margin-top: -3em;
}
@media screen and (max-width: 767px){ 
#news .news-display{ 
	width: 95%;
	padding: 0 2em 2em;
	box-sizing: border-box;
	margin: 2em auto 0;
	float: none;
	border-bottom: 1px solid #111;
	}
}

#news .news-ttl-area-head h2{ 
	font-size: 1.6rem;
	font-weight: 500;
	display: inline-block;
}

#news .news-area{
	width: 100%;
	flex-flow: wrap;
}

.news-list{
	width: 100%;
	margin: 0.6em 0;
	transition: all 0.4 ease;
	-webkit-transition: all 0.4 ease;
	-moz-transition: all 0.4 ease;
	-o-transition: all 0.4 ease;
}

#news .news-area time{
	font-family: 'Prompt', sans-serif;
}

#news .news-area time::after{
	content: '|';
	margin:0 0.6em; 
}

#news .news-area h3{
	display: inline-block;
}

#news a{
	color: #333;
}

#news .news-display a:hover {
	color: #b29c7b;
}

/*=======================================================
スライダー
=======================================================*/
.main-visual-slides-wrapper{ 
	width: 100%;
	max-width: 1200px;
	height: 850px;
	margin: 0 auto;
    overflow: hidden;
    position: relative; 
}
@media screen and (max-width: 999px){ 
.main-visual-slides-wrapper{ 
    height: 550px;
	}
}
@media screen and (max-width: 768px){ 
.main-visual-slides-wrapper{ 
    height: 400px;
	}
}

.main-visual-slides-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}


.main-visual-slides-wrapper .slides-img{
	border-radius: 20px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; 
}

  .slides-img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .slides-img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

  .slides-img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

  .slides-img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

  .slides-img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; 
	}

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.2);
         z-index:9;
    }
    100% { opacity: 0 }
}

