@charset "UTF-8";
/*------------------------------

 #hero メインイメージ

------------------------------*/
#hero{
    max-height: 100vh;
    overflow: hidden;
    position: relative;
	margin-bottom: 70px;
}
#main-slide{
	position: relative;
}
#particles-js{
	position: absolute;
    top: 0;
    width: 100%;
}
#main-slide img{
	width: 100%;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #hero{
        min-height: auto;
    	max-height: none;
    }
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}



/*------------------------------

Top共通

------------------------------*/
h2{
	font-size: 36px;
	font-weight: bold;
}
.link-more{
	font-size: 14px;
	border-bottom: solid 1px;
}
.link-more:after{
	content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
}
.fc-wht{
	color: #fff;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	h2{
		font-size: 26px;
		font-weight: bold;
	}
}


/*------------------------------

INFORMATION インフォメーション

------------------------------*/
#information{
	border-top: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
	padding: 10px 0;
	margin-bottom: 70px;
}
#information .flex-box{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#information h2{
	font-size: 16px;
    font-weight: bold;
	width: 20%;
	padding-top: 10px;
}
#information .list{
	padding-left: 40px;
    border-left: solid 1px #bfbfbf;
    width: 80%;
    text-align: left;
}
#information .list .detail{
	padding: 10px 0;
    border-bottom: solid 1px #bfbfbf;
    width: 100%;
}
#information .list .detail:last-child{
    border-bottom: none;
}
#information .list .detail a{
	width: 100%;
	display: block;
}
#information time{
	margin-right: 40px;
}
#information .list .more{
	float: right;
	font-size: 14px;
    font-weight: bold;
}
#information .list .more:after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background-image: url(../img/top/ico_more@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#information .flex-box{
		display: block;
	}
	#information h2{
		width: 100%;
		margin-bottom: 20px;
	}
	#information .list {
		width: 100%;
		border-left: none;
		padding-left: 0;
	}
	#information time{
		display: block;
	}
}


/*------------------------------

BUSINESS トキワの事業

------------------------------*/
#business{
	background-color: #f7bb2d;
	margin-bottom: 0;
	padding: 80px 0;
	color: #fff;
}
#business .img-box{
	padding: 180px 0 0;
    position: relative;
}
#business .img-box .flex-box{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
}
#business .build{
    width: 50%;
    position: relative;
}
#business .build a{
    color: #fff;
}
#business .build a:hover{
    opacity: 1;
}
#business .build a:hover > .img .is-hover{
    transform: translateY(-20px);
}
#business .build a:hover > .btn{
    visibility: visible;
    opacity: 1;
}

#business .build01{
    text-align: right;
}
#business .build02{
    width: 55%;
    text-align: right;
    order: 3;
    position: relative;
    z-index: 2;
}
#business .build03{
    width: 45%;
    text-align: left;
    order: 4;
    position: relative;
    z-index: 2;
}
#business .build04{
    text-align: left;
    order: 2;
    margin-top: -100px;
}

#business .build02,#business .build03{
    margin-top: -100px;
}

#business .build .btn{
    visibility: hidden;
    opacity: 0;
    width: 178px;
    height: 178px;
    border: solid 1px #fff;
    border-radius: 50%;
    
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#business .build .btn span{
    display: block;
}
#business .build01 .btn{ top: -70px; right: -50px; }
#business .build02 .btn{ top: -90px; right: -100px; }
#business .build03 .btn{ top: -122px; right: 50px; }
#business .build04 .btn{ top: -130px; left: 150px; }


/*装飾品*/
#business .img-box .build .img{
    position: relative;
    display: inline-block;
}
#business .img-box .build .img img{
    position: relative;
    z-index: 1;
}
#business .build .ico { position: absolute; }
.build01 .cloud{ top: -70px; left: 0; }
.build01 .tree01{ bottom: 60px; left: -30px; }
.build01 .tree02{ bottom: -50px; right: 10px; }

.build03 .tree01{ bottom: 107px; right: -60px; }
.build03 .tree02{ bottom: 12px; right: -83px; }


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #business .img-box {
		padding: 50px 0 0;
	}
    #business .build{
        width: 50%;
        text-align: center;
        margin: 0 auto 30px;
    }
    #business .img-box .build .img img{
        width: 80%;
    }
    #business .build .btn{
        visibility: visible;
        opacity: 1;
        position: static;
        width: auto;
        height: auto;
        border: none;
        border-radius: 0;
    }
    #business .build .ico {
        display: none;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
}



/*------------------------------

Results 施工実績

------------------------------*/
#results{
	padding: 100px 0;
	text-align: left;
	margin-bottom: 0;
}
#results .inner{
    position: relative;
}
#results .inner:before{
    content: "";
    display: block;
    width: 65%;
    height: 100%;
    background: #f2f4f7;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#results .flex-box{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#results .head,
#results .sub{
    width: 50%;
}
#results .sub{
    overflow: hidden;
}

#results .slide-works{
    float: left;
    width: 50%;
    margin-bottom: -10px;
    padding: 0 20px;
}
#results .v-slide .item{
	position: relative;
    margin: 0 0 10px;
}
#results .v-slide a{
	display: block;
}
#results .v-slide a img{
    max-width: none;
    width: 100%;
}
#results .v-slide a .hover-ico{
    opacity: 0;
	position: absolute;
    top: 50%;
	left: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #e9772b;
	font-size: 24px;
    
    border: solid 5px rgba(255,255,255,0.60);
    
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	transition: all 300ms 0s;
}
#results .v-slide a .hover-ico span{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.9;
    background: #fff;
    border-radius: 50%;
}
#results .v-slide a .hover-ico,
#results .v-slide a:after{
    opacity: 0;
}
#results .v-slide a:hover,
#results .v-slide a:hover .hover-ico,
#results .v-slide a:hover:after{
    opacity: 1;
}

#results .v-slide a:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(233,119,43,0.60);
    position: absolute;
    top: 0;
    left: 0;
}

#results .con-ttl{
	padding: 60px 0;
}
#results .main{
	max-width: 420px;
}
#results .main .img{
	width: 100%;
}
#results .main .txt{
	padding-top: 30px;
}
#results .main .property{
	font-weight: bold;
}
#results .main .cate{
	font-weight: bold;
    padding: 5px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
	background-color: #ec7721;
}
#results .main .cate{background-color: #ec7721}
#results .main .tag p{
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}
#results .main .tag p:before{
	content: "#";
	color: #ec7721;
}
#results .main .tag p:before{color: #ec7721}
#results .link-detail {
    font-size: 12px;
    border-bottom: solid 1px;
}
.link-detail:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #results .inner:before {
        width: 100%;
        height: 70%;
        top: auto;
        bottom: 0;
    }
    #results .head,
    #results .sub{
        width: 100%;
    }
    #results .slide-works{
        float: none;
        width: 100%;
        margin: 0;
        padding: 20px 0;
    }
    #results .slide-works.slide02{
        display: none;
    }
    #results .v-slide .item{
        margin: 0 10px;
    }
	#results .con-ttl {
		padding: 0 0 60px;
		text-align: center;
	}
	#results .main {
		margin: 0 auto 60px;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#results{
		padding: 80px 0;
	}
	#results .con-ttl{
		padding-bottom: 40px;
	}
	#results .main{
		margin-bottom: 40px;
	}
}


/*------------------------------

CONTENTD コンテンツメニュー

------------------------------*/
#contents{
	margin-bottom: 0;
}
#contents .con-bg{
	background: url(../img/top/contents_bg.jpg) center;
    background-size: cover;
    padding: 100px 0 60px;
}
#contents h2{
	color: #fff;
	letter-spacing: 8px;
    font-size: 30px;
	margin-bottom: 50px;
}
#contents .flex-box{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	justify-content: space-between;
}
#contents .flex-box a:hover{
	opacity: 1;
}
#contents .flex-box .flex-sub{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: center;
    width: 49%;
	margin-bottom: 20px;
}
#contents a.flex-sub .img{
	width: 50%;
	overflow: hidden;
}
#contents a.flex-sub .img img{
	-webkit-transition: transform .4s ease 0s;
    transition: transform .4s ease 0s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
#contents a.flex-sub:hover .img img{
	-moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
#contents a.flex-sub .item{
	background-color: #fff;
	width: 50%;
	position: relative;
	align-self: stretch;
	padding-top: 12%;
}
#contents a.flex-sub:hover .item{
	background-color: #9ab02a;
}
#contents a.flex-sub .item:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 20px solid #9ab02a;
	border-left: 20px solid transparent;
}
#contents a.flex-sub:hover .item:after{
	border-bottom: 20px solid #fff;
}
#contents a.flex-sub .txt{
    text-align: left;
    padding: 0 5%;
}
#contents a.flex-sub .txt .ttl{
	font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
    position: relative;
	color: #9ab02a;
}
#contents a.flex-sub .txt .ttl:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #ababab;
}
#contents a.flex-sub:hover .txt .ttl:after{ background-color: #fff;}
#contents a.flex-sub .txt .sub{
	font-size: 12px;
}
#contents a.flex-sub:hover .txt .sub{
	color: #fff;
}
/*カラー：物語をつくる熱い仕事*/
#contents a.flex-sub:hover .item.tkw-grn{background-color: #9ab02a; transition: all 300ms 0s;}
#contents a.flex-sub .item.tkw-grn:after{ border-bottom: 20px solid #9ab02a; }
#contents a.flex-sub:hover .item.tkw-grn:after{ border-bottom: 20px solid #fff; transition: all 300ms 0s;}
#contents a.flex-sub .item.tkw-grn .txt .ttl{ color: #9ab02a; }
#contents a.flex-sub:hover .item.tkw-grn .txt .ttl{color: #fff; transition: all 300ms 0s;}
/*カラー：トキワの仕事*/
#contents a.flex-sub:hover .item.tkw-orn{background-color: #ef8908; transition: all 300ms 0s;}
#contents a.flex-sub .item.tkw-orn:after{ border-bottom: 20px solid #ef8908; }
#contents a.flex-sub:hover .item.tkw-orn:after{ border-bottom: 20px solid #fff; transition: all 300ms 0s;}
#contents a.flex-sub .item.tkw-orn .txt .ttl{ color: #ef8908; }
#contents a.flex-sub:hover .item.tkw-orn .txt .ttl{color: #fff; transition: all 300ms 0s;}
/*カラー：ブログ*/
#contents a.flex-sub:hover .item.tkw-ppl{background-color: #766bd1; transition: all 300ms 0s;}
#contents a.flex-sub .item.tkw-ppl:after{ border-bottom: 20px solid #766bd1; }
#contents a.flex-sub:hover .item.tkw-ppl:after{ border-bottom: 20px solid #fff; transition: all 300ms 0s;}
#contents a.flex-sub .item.tkw-ppl .txt .ttl{ color: #766bd1; }
#contents a.flex-sub:hover .item.tkw-ppl .txt .ttl{color: #fff; transition: all 300ms 0s;}
/*カラー：サスティナブル*/
#contents a.flex-sub:hover .item.tkw-sky{background-color: #68c6d4; transition: all 300ms 0s;}
#contents a.flex-sub .item.tkw-sky:after{ border-bottom: 20px solid #68c6d4; }
#contents a.flex-sub:hover .item.tkw-sky:after{ border-bottom: 20px solid #fff; transition: all 300ms 0s;}
#contents a.flex-sub .item.tkw-sky .txt .ttl{ color: #68c6d4; }
#contents a.flex-sub:hover .item.tkw-sky .txt .ttl{color: #fff; transition: all 300ms 0s;}

#contents .bnr{
	padding: 100px 0;
}
#contents .bnr .flex-box{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	justify-content: space-between;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	#contents .bnr {
		padding: 70px 0;
	}
	#contents .bnr a{
		width: 30%;
	}
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#contents .flex-box{
		display: block;
	}
	#contents .flex-box .flex-sub{
		width: 100%;
	}
	#contents a.flex-sub .img {
    	width: auto;
	}
	#contents a.flex-sub .item{
		flex-grow: 1;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#contents .con-bg{
		padding: 60px 0;
	}
	#contents .flex-box .flex-sub{
		display: block;
		margin: 0 auto;
		width: 70%;
	}
	#contents a.flex-sub .item{
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 12%;
	}
	#contents .bnr{
		padding: 40px 0 20px;
	}
	#contents .bnr .flex-box{
		display: block;
	}
	#contents .bnr a{
		margin-bottom: 20px;
		width: 100%;
		display: block;
	}
}