@charset "utf-8";

/*=======*/
/* works */
/*=======*/

.works .sv-wrap {
	background: url(/images/works/works_bg01.jpg) center center no-repeat;
	background-size: cover;
}

.works .sv-wrap h1 img {
    width: 443px;
}

.works .heading03 {
    margin-bottom: 16px;
}

.works .type {
    margin-bottom: 16px;
    font-weight: bold;
}

.works .works-box {
    text-align: left;
    margin-top: 24px;
}

.works .works-box figure {
    height: 100%;
}

.works figure img {
    height: 100%;
    width: auto;
    max-width: inherit !important;
    text-align: center;
}

.works .works-box .tx-box {
	padding: 80px;
	background: rgb(109,168,26);
	background: -moz-linear-gradient(-45deg,  rgba(111,196,92,1) 0%, rgba(140,203,84,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(111,196,92,1) 0%,rgba(140,203,84,1) 100%);
	background: linear-gradient(135deg,  rgba(111,196,92,1) 0%,rgba(140,203,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc45c', endColorstr='#8ccb54',GradientType=1 );
	height: 100%;
	color: #FFF;
	vertical-align: top;
}

.works .works-box-main figure {
    display: table-cell;
    width: 50%;
    overflow: hidden;
}

.works .works-box-sub {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    text-align: left;
}

.works .works-box {
    width: calc(100% / 2 - 11px);
    margin-right: 16px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.works .works-box:nth-of-type(2n) {
    margin-right: 0;
}

.works .works-box .tx-box,
.works .works-box figure {
    float: left;
    width: 50%;
    z-index: 0
}

.works .works-box figure {
	height: 100%;
	background-size: cover;
}

.works .building figure {
	background-image: url(/images/works/works_ph01.jpg);
}

.works .real-estate figure {
	background-image: url(/images/works/works_ph02.jpg);
}

.works .nhk figure {
	background-image: url(/images/works/works_ph03.jpg);
}

.works .renewable figure {
	background-image: url(/images/works/works_ph04.jpg);
}

.works .maintenance figure {
	background-image: url(/images/works/works_ph05.jpg);
}

.works .works-box figure img {
	display: none;
}

.works .works-box .tx-box { padding: 40px;}
.works .tx-box h2 { color: #FFF;}


@media screen and (max-width: 1600px) {
.works .works-box .tx-box { width: 60%;}
.works .works-box figure { width: 40%;}
}

@media screen and (max-width: 960px) {
.works .works-box-sub {
    display: block;
    margin-bottom: 0;
}

.works .works-box {
    padding-right: 0;
    width: 100%;
    display: block;
    margin-bottom: 24px;
}

.works .works-box:last-of-type {
	margin-bottom: 0;
}

.works .works-box-main .tx-box {
    padding: 40px;
}

.works .works-box .tx-box,
.works .works-box figure {
    float: none;
    width: 100%;
}

.works .works-box figure {
	background: none;
}

.works .works-box figure img {
	display: block;
}

.works figure img {
    height: auto;
    width: 100%;
}
}

@media screen and (max-width: 767px) {
.works .sv-wrap {
	background: url(/images/works/works_bg01_sp.jpg) center center no-repeat;
}

.works .works-box-main .tx-box,
.works .works-box-main figure {
    display: block;
    width: 100%;
    height: auto;
}

.works .works-box-main figure {
    background: none;
}

.works .works-box-main figure img {
    display: block;
}

}