@charset "UTF-8";

/* ここから ---------------------------------------------------------------------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
  #lowerMenu2 { background-color: #434343; cursor: pointer; height: 60px; width: 60px; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
  #lowerMenu2 { background-color: #434343; cursor: pointer; height: 45px; width: 45px; }
}
/* ここまで足しました ------------------------------------------------------------------- */


#topSlideWrap,
#topSlide {
	height: 420px;
	margin-left: 0px;
	position: relative;
	width: 100%;
}
#topSlideWrap {
	overflow: hidden;
}
#topSlideWrap h1 {
	left: 50%;
	/*max-width: 1366px;*/
	position: absolute;
	/*top: 210px;*/
	transform: translateX(-50%);
	text-align: left;
	width: 100%;
	z-index: 1;
}

@media screen and (max-width: 1366px) {
	#topSlideWrap h1 {
		left: 0;
		transform: translateX(0);
	}
}

/* ここから ---------------------------------------------------------------------------- */
#topSlickSlide {
	height: 420px;
	margin: 0 0 0 380px;
	overflow: hidden;
	width: calc(100% - 380px);
}
#topSlickSlide .slider {
	opacity: 0;
	transition: opacity 2s ease;
}
#topSlickSlide .slick-initialized {
	opacity: 1;
}
#topSlickSlide .image {
	height: 420px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#topSlickSlide .image > div {
	background: no-repeat center center;
	background-size: cover;
	height: 420px;
	/*padding-bottom: 22.5080%;*/
	position: relative;
	width: 100%;
	z-index: 0;
}
#topSlickSlide .slick-initialized .slide-animation .image1 > div {
	transition: all 8.0s ease-out;
}
#topSlickSlide .slick-initialized .slide-animation .image2 > div {
	transition: all 5.0s ease-out;
}
#topSlickSlide .slick-initialized .slide-animation .image3 > div {
	transition: all 5.0s ease-out;
}
#topSlickSlide .image1 > div {
	background-image: url("../images/biz2021/top_slide01.jpg");
	transform: scale(1.0);
}
#topSlickSlide .image2 > div {
	background-image: url("../images/biz2021/top_slide02.jpg");
	transform: scale(1.3);
}
#topSlickSlide .image3 > div {
	background-image: url("../images/biz2021/top_slide03.jpg");
	transform: scale(1.3);
}
#topSlickSlide .slide-animation .image1 > div {
	transform: scale(1.0);
}
#topSlickSlide .slide-animation .image2 > div {
	transform: scale(1.0);
}
#topSlickSlide .slide-animation .image3 > div {
	transform: scale(1.0);
}
/* ここまで触りました ------------------------------------------------------------------- */

#pickupSec{
	padding-top: 40px;
}
#pickupHeading{
	position: relative;
	padding: 0 20px;
}
#pickupButton{
	position: absolute;
	right: 20px;
	top: 15px;
	width: 70px;
	z-index: 2;
}
#pickupButton .swiper-button-prev,
#pickupButton .swiper-button-next{
	background-size: cover;
	margin: 0;
	height: 12px;
	width: 25px;
}
#pickupButton .swiper-button-prev{
	background-image: url("../images/biz2021/ic_arrow_prev.png");
	left: 0;
}
#pickupButton .swiper-button-next{
	background-image: url("../images/biz2021/ic_arrow_next.png");
	right: 0;
}
#pickupSlide{
	overflow: hidden;
}
#pickupSlide .swiper-container{
	overflow: visible;
}
.pickupItem{
	opacity: 0;
	position: relative;
	bottom: -40px;
	transition: bottom 1s ease-out, opacity 1s ease-out !important;
}
.pickupItem a{
	color: #1A1B1B;
}
.pickupItem a:hover{
	text-decoration: none;
}
.pickupItem a .image{
	overflow: hidden;
	position: relative;
}
.pickupItem a .image:after{
	background-color: rgba(255,255,255,.50);
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	z-index: 2;
	opacity: 0;
	transition:.3s all;
}
.pickupItem a:hover .image:after{
	opacity: 1;
	transition:.3s all;
}
.pickupItem dt{
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin: 15px 0;
}
.pickupItem dt span{
	display: inline-block;
	font-size: 13px;
}
.pickupItem dd{
	font-size: 15px;
	line-height: 2;
}

#constructionShopSec {
	margin: 90px auto;
}
#constructionShopSec .sectionHead {
	margin-bottom: 20px;
	max-width: 1040px;
}
#constructionShopSec .constructionShopTtl + .sectionHead {
	margin-top: 90px;
}
.constructionShopTtl{
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}
.constructionShopTtl > div {
	float: left;
	margin: 0 1.8269% 19px 0;
	width: 32.1153%;
}
.constructionShopTtl > div:nth-child(3n) {
	margin-right: 0;
}
.constructionShopTtl > div:nth-child(3n+1) {
	clear: left;
}
.constructionShopTtl.is-target1 > div {
	opacity: 0;
	transform: translateX(-50px);
	transition: all 1s ease;
}
.constructionShopTtl.is-view1 > div {
	opacity: 1;
	transform: translateX(0);
}
.constructionShopTtl a {
	border: 1px solid #D2D2D0;
	color: #1A1B1B;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	font-weight: 400;
	font-size: 16px;
	height: 76px;
	overflow: hidden;
	opacity: 1;
	padding: 0;
	position: relative;
	transition: all .2s;
	width: 100%;
}
.constructionShopTtl a:hover{
	text-decoration: none;
	transition: all .2s;
}
.constructionShopTtl a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #efefef;
	transition: 0.15s all ease;
	transform: translateX(-100%);
	z-index: -1;
}
.constructionShopTtl a:hover:before {
	transition: 0.3s all ease;
	transform: translateX(0);
}
.constructionShopTtl a > span{
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 1.5;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: left;
}
.constructionShopTtl a.movieGallery > span{
	background-image: url("../images/biz2021/ic_gallery.png");
	background-size: 38px auto;
	padding-left: 54px;
	padding-right: 42px;
}
.constructionShopTtl a.solido > span{
	background-image: url("../images/biz2021/ic_solido.png");
	background-size: 81px auto;
	padding-left: 95px;
	padding-right: calc(3.3em + 15px);
}
.constructionShopTtl a.kmewDesignAward > span{
	background-image: url("../images/biz2021/ic_designaward2022.png");
	background-size: 81px auto;
	padding-left: 93px;
}
.constructionShopTtl a.kmewRegist > span{
	background-image: url("../images/biz2021/ic_kmew.png");
	background-size: 50px auto;
	padding-left: 60px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.constructionShopTtl a.roogaShop > span{
	background-image: url("../images/biz2021/ic_rooga.png");
	background-size: 82px auto;
	padding-left: 95px;
	padding-right: 15px;
}
.constructionShopTtl a.kankyou > span{
	background-image: url("../images/biz2021/ic_kankyou.png");
	background-size: 34px auto;
	padding-left: 46px;
}
.constructionShopTtl a.co2 > span{
	background-image: url("../images/biz2021/ic_co2.png");
	background-size: 58px auto;
	padding-left: 67px;
}
.constructionShopTtl a.tachibananosato > span{
	background-image: url("../images/biz2021/ic_tachibananosato.png");
	background-size: 47px auto;
	padding-left: 60px;
}

.bizSep1 {
	background-color: transparent;
	border: none;
	border-top: 1px solid #f5f5f5;
	clear: both;
	display: block;
	height: 0;
	margin: 70px 0 80px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#infoSec{
	margin: 80px auto 0;
	padding: 0 20px;
	max-width: 1120px;
}
#infoSec h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	font-weight: 400;
	font-size: 20px;
}

#newsSec{
	margin: 60px auto 0;
	padding: 0 20px;
	max-width: 1120px;
}
#newsSec h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	font-weight: 400;
	font-size: 20px;
}

#relationSec .tlinks1 {
	margin: 11px 0 0;
}
#relationSec .tlinks1 a {
	color: #000;
}

#designSuportSec {
	margin: 90px auto 40px;
	max-width: 1040px;
	width: 100%;
}
#designSuportSec .sectionHead {
	margin-bottom: 20px;
}
.designSuportList {
	width: 100%;
}
.designSuportList > div {
	float: left;
	margin: 0 3.6057% 49px 0;
	width: 17.1153%;
}
.designSuportList > div:nth-child(5n) {
	margin-right: 0;
}
.designSuportList > div:nth-child(5n+1) {
	clear: left;
}
.designSuportList.is-target1 > div {
	opacity: 0;
	transform: translateX(-50px);
}
.designSuportList.is-view1 > div {
	opacity: 1;
	transform: translateX(0);
	transition: all 1s ease;
}
.designSuportList > div:nth-child(1) {
	transition-delay: 0s;
}
.designSuportList > div:nth-child(2) {
	transition-delay: 0.2s;
}
.designSuportList > div:nth-child(3) {
	transition-delay: 0.4s;
}
.designSuportList > div:nth-child(4) {
	transition-delay: 0.8s;
}
.designSuportList > div:nth-child(5) {
	transition-delay: 1.0s;
}
.designSuportList > div:nth-child(6) {
	transition-delay: 1.2s;
}
.designSuportList > div:nth-child(7) {
	transition-delay: 1.4s;
}
.designSuportList > div:nth-child(8) {
	transition-delay: 1.6s;
}
.designSuportList > div:nth-child(9) {
	transition-delay: 1.8s;
}
.designSuportList > div:nth-child(10) {
	transition-delay: 2.0s;
}
.designSuportList a {
	color: #1A1B1B;
	display: block;
}
.designSuportList a:hover {
	text-decoration: none;
}
.designSuportList .image {
	display: block;
	overflow: hidden;
	width: 100%;
}
.designSuportList .image img {
	height: auto;
	max-width: 100%;
	transition: transform 0.5s ease;
}
.designSuportList :hover .image img {
	transform: scale(1.2);
}
.designSuportList .body {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0 0;
}
.designSuportList .body .icon {
	height: auto;
	margin: 0 0 0 6px;
	vertical-align: middle;
	width: 16px;
}
.designSuportList .body .icon2 {
	margin: 0 0 0 6px;
	vertical-align: middle;
}

#facilityMaterialSec {
	margin: 80px auto;
}
#facilityMaterialSec .sectionHead {
	margin: 0 auto 20px;
	max-width: 1040px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	

	.news{
		border-top: 1px solid #E8E8E8;
		font-size: 15px;
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.news > dt{
		border-bottom: 1px solid #E8E8E8;
		padding-left: 10px;
		padding-bottom: 15px;
		margin-top: 15px;
		box-sizing: border-box;
		width: 180px;
	}
	.news > dd{
		border-bottom: 1px solid #E8E8E8;
		padding-bottom: 15px;
		margin-top: 15px;
		width: calc(100% - 180px);
	}
	.news > dd a{
		color: #000000;
	}
	.news dd a:after{
		background-repeat: no-repeat;
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
	}
	.news dd a[href$=".pdf"]:after {
		background-image: url("../images/biz2021/ic_pdf.png");
		background-size: 16px auto;
		height: 20px;
		width: 16px;
	}
	
	#relationSec{
		margin: 60px auto 0;
		padding: 0 20px;
		max-width: 1120px;
	}
	#relationSec h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-feature-settings: "palt";
		font-weight: 400;
		font-size: 20px;
	}
	#relationSec ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 10px;
	}
	#relationSec ul > li{
		display: flex;
		margin: 5px 0;
		overflow: hidden;
		position: relative;
	}
	#relationSec ul > li:nth-child(1),
	#relationSec ul > li:nth-child(2){
		width: 49.53%;
	}
	#relationSec ul > li:nth-child(3),
	#relationSec ul > li:nth-child(4),
	#relationSec ul > li:nth-child(5){
		width: 32.69%;
	}
	#relationSec ul > li:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #efefef;
		transition: 0.15s all ease;
		transform: translateX(-100%);
		z-index: -1;
	}
	#relationSec ul > li:hover:before {
		transition: 0.3s all ease;
		transform: translateX(0);
	}
	#relationSec ul > li > a{
		border: 1px solid #D2D2D0;
		background-position: center center;
		background-repeat: no-repeat;
		text-indent: -9999px;
		white-space: nowrap;
		display: flex;
		padding: 20px 20px;
		opacity: 1;
		transition: all .2s;
		width: 100%;
	}
	/*#relationSec ul > li > a:hover{
		opacity: .7;
		transition: all .2s;
	}*/
	#relationSec ul > li:nth-child(1) > a{
		background-image: url("../images/biz2021/bn_kubota.png");
		background-size: 189px auto;
	}
	#relationSec ul > li:nth-child(2) > a{
		background-image: url("../images/biz2021/bn_pana.png");
		background-size: 170px auto;
	}
	#relationSec ul > li:nth-child(3) > a{
		background-image: url("../images/biz2021/bn_nyg.png");
		background-size: 171px auto;
	}
	#relationSec ul > li:nth-child(4) > a{
		background-image: url("../images/biz2021/bn_jmsia.png");
		background-size: 232px auto;
	}
	#relationSec ul > li:nth-child(5) > a{
		background-image: url("../images/biz2021/bn_oiaj.png");
		background-size: 187px auto;
	}
	
	.facilityMaterialList {
		display: flex;
		flex-wrap: wrap;
		margin: auto;
		max-width: 1366px;
		width: 100%;
	}
	.facilityMaterialList .item {
		background-color: rgba(26,26,27,0.16);
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		height: 300px;
		overflow: hidden;
		position: relative;
		width: 33.3333%;
	}
	.facilityMaterialList.is-target1 .item {
		opacity: 0;
		transform: translateY(50px);
		transition: all 1s ease;
	}
	.facilityMaterialList.is-view1 .item {
		opacity: 1;
		transform: translateY(0);
	}
	.facilityMaterialList.is-view1 .item:nth-child(1) {
		transition-delay: 0s;
	}
	.facilityMaterialList.is-view1 .item:nth-child(2) {
		transition-delay: 0.2s;
	}
	.facilityMaterialList.is-view1 .item:nth-child(3) {
		transition-delay: 0.4s;
	}
	.facilityMaterialList.is-view1 .item:nth-child(4) {
		transition-delay: 0.6s;
	}
	.facilityMaterialList.is-view1 .item:nth-child(5) {
		transition-delay: 0.8s;
	}
	.facilityMaterialList.is-view1 .item:nth-child(6) {
		transition-delay: 1.0s;
	}
	.facilityMaterialList .item .image,
	.facilityMaterialList .item .body {
		bottom: 0;
		display: flex;
		align-items: center;
		left: 0;
		margin: 0;
		position: absolute;
		right: 0;
	}
	.facilityMaterialList .item .image {
		top: 0;
	}
	.facilityMaterialList .item .image:before {
		background-color: #1A1B1B;
		content: "";
		bottom: 0;
		display: block;
		left: 0;
		opacity: 0.16;
		position: absolute;
		right: 0;
		top: 0;
	}
	.facilityMaterialList .item .image {
		background: #fff no-repeat center center;
		background-size: cover;
	}
	.facilityMaterialList .item.item1 .image {
		background-image: url("../images/biz2021/facility_bg1.jpg");
	}
	.facilityMaterialList .item.item2 .image {
		background-image: url("../images/biz2021/facility_bg2.jpg");
	}
	.facilityMaterialList .item.item3 .image {
		background-image: url("../images/biz2021/facility_bg3.jpg");
	}
	.facilityMaterialList .item.item4 .image {
		background-image: url("../images/biz2021/facility_bg4.jpg");
	}
	.facilityMaterialList .item.item5 .image {
		background-image: url("../images/biz2021/facility_bg5.jpg");
	}
	.facilityMaterialList .item.item6 .image {
		background-image: url("../images/biz2021/facility_bg6.jpg");
	}
	.facilityMaterialList .item .image .text1 {
		color: #fff;
		display: block;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 0.04em;
		position: relative;
		text-align: center;
		text-shadow: 0 1px 1px #000, 0 1px 3px #000;
		transition: opacity 0.5s ease;
		width: 100%;
	}
	.facilityMaterialList .item:hover .image .text1 {
		opacity: 0;
	}
	.facilityMaterialList .item .image .sp {
		display: none;
	}
	.facilityMaterialList .item .body {
		background-color: rgba(26,27,27,0.80);
		color: #fff;
		opacity: 0;
		bottom: 100%;
		top: 0;
		transition: all 0.2s ease;
	}
	.facilityMaterialList .item:hover .body {
		opacity: 1;
		bottom: 0%;
		transition: all 0.4s ease;
	}
	.facilityMaterialList .item .body > div {
		text-align: center;
		width: 100%;
	}
	.facilityMaterialList .item .body > div > div.c2 {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
	}
	.facilityMaterialList .item .body > div > div.c2 > div {
		padding: 0 15px;
	}
	.facilityMaterialList .item .body .text1 {
		display: block;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0.04em;
		text-align: center;
		width: 100%;
	}
	.facilityMaterialList .item .body .text2 {
		border-bottom: 1px solid #999;
		display: block;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		margin: 0.5em 0 0.3em;
		padding: 0 0 3px;
		letter-spacing: 0.04em;
		text-align: center;
	}
	.facilityMaterialList .item .body .list1 {
		display: inline-block;
		list-style: none;
		margin: 10px 0 0;
		padding: 0 40px;
	}
	.facilityMaterialList .item .body > div > div.c2 .list1 {
		padding: 0;
	}
	.facilityMaterialList .item .body .text2 + .list1 {
		margin-top: 0;
	}
	.facilityMaterialList .item .body .list1.l2 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.facilityMaterialList .item.item2 .body .list1 {
		padding: 0 30px;
	}
	.facilityMaterialList .item.item4 .body .list1 {
		padding: 0 15px;
	}
	.facilityMaterialList .item .body .list1 li {
		font-feature-settings: "palt";
		font-size: 16px;
		font-weight: 400;
		text-align: left;
	}
	.facilityMaterialList .item .body .list1.l2 li {
		width: 50%;
	}
	.facilityMaterialList .item.item6 .body .list1 li {
		width: 100%;
	}
	.facilityMaterialList .item .body .list1.l2 li:nth-child(n+3) {
		margin-top: 25px;
	}
	.facilityMaterialList .item .body .list1 li a {
		background: url("../images/biz2021/ic_arrow1.png") no-repeat left center;
		background-size: 14px auto;
		color: #fff;
		display: block;
		padding: 0 0 0 21px;
		position: relative;
		text-decoration: none !important;
	}
	.facilityMaterialList .item .body .list1 li a:before {
		border-bottom: 1px solid #fff;
		bottom: 0;
		content: "";
		display: block;
		height: 0;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		transform-origin: center bottom;
		transition: width 0.2s ease;
		width: 0%;
	}
	.facilityMaterialList .item .body .list1 li a:hover:before {
		transition: width 0.4s ease;
		width: 100%;
	}
	.facilityMaterialList .item .body .list1 li a.ic_pdf:after {
		background: url("../images/biz2021/ic_pdf2.png") no-repeat center center;
		background-size: contain;
		content: "";
		display: inline-block;
		height: 20px;
		margin: 0 0 0 5px;
		position: relative;
		vertical-align: middle;
		width: 16px;
	}
	.facilityMaterialList .item .body .close {
		display: none;
	}
	
}




@media screen and (max-width: 767px) {

/* ここから ---------------------------------------------------------------------------- */	
	#topSlideWrap,
	#topSlide {
		height: auto;
		overflow: hidden;
	}
	#topSlideWrap:before {
		content: "";
		display: block;
		padding-bottom: 106.2801%;
		width: 100%;
	}
	#topSlideWrap h1 {
		left: 0;
		max-width: none;
		top: 30%;
		text-align: center;
		transform: translateX(0) translateY(-50%);
		width: 100%;
	}
	#topSlideWrap h1 img {
		height: auto;
		margin: auto;
		width: 75%;
	}
	#topSlide {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	#topSlickSlide {
		bottom: 0;
		height: auto;
		margin: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	#topSlickSlide .image {
		height: auto;
	}
	#topSlickSlide .image > div {
		height: auto;
		padding-bottom: 106.2801%;
	}
#topSlickSlide .slick-initialized .slide-animation .image1 > div {
	transition: all 4.5s ease-out;
}
#topSlickSlide .slick-initialized .slide-animation .image2 > div {
	transition: all 4.5s ease-out;
}
#topSlickSlide .slick-initialized .slide-animation .image3 > div {
	transition: all 4.5s ease-out;
}
	#topSlickSlide .image1 > div {
		background-image: url("../images/biz2021/top_slide01_sp.jpg");
	}
	#topSlickSlide .image2 > div {
		background-image: url("../images/biz2021/top_slide02_sp.jpg");
	}
	#topSlickSlide .image3 > div {
		background-image: url("../images/biz2021/top_slide03_sp.jpg");
	}

#topSlickSlide .slide-animation .image2 > div {
	background-position: bottom;
	height: auto;
	transform: scale(1.0);
}

	/*#topSlickSlide .slick-current .image3 > div {
		padding-bottom: 113.5265%;
		transform: scale(1.0) translateY(0%);
	}*/
	/*#topSlickSlide .slide-animation .image3 > div {
		padding-bottom: 113.5265%;
		transform: scale(1.1) translateY(3%);
	}*/
/* ここまで触りました ------------------------------------------------------------------- */


	#pickupSec {
		padding-top: 25px;
	}
	#pickupHeading {
		text-align: center;
	}
	#pickupHeading .sectionHead {
		margin-bottom: 25px;
	}
	#pickupButton {
		display: none;
	}
	
	.pickupItem dt {
		font-weight: 500;
		line-height: 1.56;
		margin: 15px 0 10px;
	}
	.pickupItem dd {
		font-size: 14px;
		line-height: 1.78;
	}

	#constructionShopSec {
		margin: 10px auto 50px;
	}
	#constructionShopSec .sectionHead {
		margin-bottom: 25px;
		text-align: center;
	}
	#constructionShopSec .constructionShopTtl + .sectionHead {
		margin-top: 50px;
	}
	.constructionShopTtl {
		padding: 0 20px;
	}
	.constructionShopTtl2{
		margin-top:30px;
	}
	.constructionShopTtl > div {
		margin-bottom: 10px;
		margin-right: 2%;
		width: 49%;
	}
	.constructionShopTtl > div:nth-child(3n) {
		margin-right: 2%;
	}
	.constructionShopTtl > div:nth-child(3n+1) {
		clear: none;
	}
	.constructionShopTtl > div:nth-child(2n) {
		margin-right: 0%;
	}
	.constructionShopTtl > div:nth-child(2n+1) {
		clear: left;
	}
	.constructionShopTtl.is-target1 > div {
		transform: translateY(50px);
	}
	.constructionShopTtl.is-view1 > div {
		transform: translateY(0);
	}
	.constructionShopTtl a {
		font-size: 13px;
		height: 70px;
	}
	.constructionShopTtl a > span{
		line-height: 1.35;
		padding-bottom: 6px;
		padding-top: 6px;
	}
	.constructionShopTtl a.movieGallery > span{
		background-size: 30px auto;
		padding-left: 38px;
		padding-right: 0;
	}
	.constructionShopTtl a.solido > span{
		background-size: 57px auto;
		padding-left: 65px;
		padding-right: 0;
	}
	.constructionShopTtl a.kmewDesignAward > span{
		background-size: 49px auto;
		padding-left: 55px;
	}
	.constructionShopTtl a.kmewRegist > span{
		background-size: 40px auto;
		padding-left: 48px;
		padding-bottom: 6px;
		padding-top: 6px;
	}
	.constructionShopTtl a.roogaShop > span{
		background-size: 57px auto;
		padding-left: 65px;
		padding-right: 0;
	}
.constructionShopTtl a.kankyou > span{
	background-size: 25px auto;
	padding-left: 33px;
}
.constructionShopTtl a.co2 > span{
	background-size: 40px auto;
	padding-left: 48px;
}
.constructionShopTtl a.tachibananosato > span{
	background-size: 40px auto;
	padding-left: 48px;
}
	
	#newsSec{
		margin: 80px auto 0;
		padding: 0 20px;
	}
	#newsSec h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-feature-settings: "palt";
		font-weight: 400;
		font-size: 20px;
	}
	
	.news{
		border-top: 1px solid #E8E8E8;
		font-size: 15px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.news > dt{
		padding-top: 15px;
		box-sizing: border-box;
	}
	.news > dd{
		border-bottom: 1px solid #E8E8E8;
		padding-bottom: 15px;
	}
	.news > dd a{
		color: #000000;
	}
	.news dd a:after{
		background-repeat: no-repeat;
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
	}
	.news dd a[href$=".pdf"]:after {
		background-image: url("../images/biz2021/ic_pdf.png");
		background-size: 16px auto;
		height: 20px;
		width: 16px;
	}
	
	#relationSec{
		margin: 60px 20px 0;
	}
	#relationSec h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-feature-settings: "palt";
		font-weight: 400;
		font-size: 20px;
	}
	#relationSec ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 10px;
	}
	#relationSec ul > li{
		display: flex;
		margin: 1.34% 0;
	}
	#relationSec ul > li:nth-child(1),
	#relationSec ul > li:nth-child(2){
		width: 100%;
	}
	#relationSec ul > li:nth-child(3),
	#relationSec ul > li:nth-child(4),
	#relationSec ul > li:nth-child(5){
		width: 48.66%;
	}
	#relationSec ul > li > a{
		border: 1px solid #D2D2D0;
		background-position: center center;
		background-repeat: no-repeat;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
		display: flex;
		padding: 20px 20px;
		width: 100%;
		opacity: 1;
		transition: all .2s;
	}
	#relationSec ul > li > a:hover{
		opacity: .7;
		transition: all .2s;
	}
	#relationSec ul > li:nth-child(1) > a{
		background-image: url("../images/biz2021/bn_kubota.png");
		background-size: 188px auto;
	}
	#relationSec ul > li:nth-child(2) > a{
		background-image: url("../images/biz2021/bn_pana.png");
		background-size: 170px auto;
	}
	#relationSec ul > li:nth-child(3) > a{
		background-image: url("../images/biz2021/bn_nyg.png");
		background-size: 128px auto;
	}
	#relationSec ul > li:nth-child(4) > a{
		background-image: url("../images/biz2021/bn_jmsia.png");
		background-size: 154px auto;
	}
	#relationSec ul > li:nth-child(5) > a{
		background-image: url("../images/biz2021/bn_oiaj.png");
		background-size: 148px auto;
	}

	#designSuportSec {
		margin: 55px auto;
	}
	#designSuportSec .sectionHead {
		margin-bottom: 25px;
		text-align: center;
	}
	.designSuportList {
		padding: 0 20px;
	}
	.designSuportList > div {
		margin: 0 4.8128% 40px 0;
		width: 47.5935%;
	}
	.designSuportList > div:nth-child(5n) {
		margin-right: 4.8128%;
	}
	.designSuportList > div:nth-child(5n+1) {
		clear: none;
	}
	.designSuportList > div:nth-child(2n) {
		margin-right: 0;
	}
	.designSuportList > div:nth-child(2n+1) {
		clear: left;
	}
	.designSuportList :hover .image img {
		transform: scale(1.0);
	}

	#facilityMaterialSec {
		margin: 60px auto;
	}
	#facilityMaterialSec .sectionHead {
		text-align: center;
	}
	
	.facilityMaterialList {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
	}
	.facilityMaterialList .item {
		background-color: rgba(26,26,27,0.16);
		border-bottom: 1px solid #fff;
		height: 188px;
		width: 50%;
	}
	.facilityMaterialList .item:nth-child(2n) {
		border-left: 1px solid #fff;
	}
	.facilityMaterialList.is-target1 .item {
		cursor: pointer;
		opacity: 0;
		transform: translateY(50px);
		transition: all 1s ease;
	}
	.facilityMaterialList.is-view1 .item {
		opacity: 1;
		transform: translateY(0);
	}
	.facilityMaterialList.is-view1 .item:nth-child(1) {
		transition-delay: 0s;
	}
	.facilityMaterialList.is-view1 .item:nth-child(2) {
		transition-delay: 0.2s;
	}
	.facilityMaterialList.is-view1 .item:nth-child(3) {
		transition-delay: 0.4s;
	}
	.facilityMaterialList.is-view1 .item:nth-child(4) {
		transition-delay: 0.6s;
	}
	.facilityMaterialList.is-view1 .item:nth-child(5) {
		transition-delay: 0.8s;
	}
	.facilityMaterialList.is-view1 .item:nth-child(6) {
		transition-delay: 1.0s;
	}
	.facilityMaterialList .item .image,
	.facilityMaterialList .item .body {
		bottom: 0;
		display: flex;
		align-items: center;
		left: 0;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.facilityMaterialList .item .image:before {
		background-color: #1A1B1B;
		content: "";
		bottom: 0;
		display: block;
		left: 0;
		opacity: 0.16;
		position: absolute;
		right: 0;
		top: 0;
	}
	.facilityMaterialList .item .image {
		background: #fff no-repeat center center;
		background-size: cover;
	}
	.facilityMaterialList .item.item1 .image {
		background-image: url("../images/biz2021/facility_bg1_sp.jpg");
	}
	.facilityMaterialList .item.item2 .image {
		background-image: url("../images/biz2021/facility_bg2_sp.jpg");
	}
	.facilityMaterialList .item.item3 .image {
		background-image: url("../images/biz2021/facility_bg3_sp.jpg");
	}
	.facilityMaterialList .item.item4 .image {
		background-image: url("../images/biz2021/facility_bg4_sp.jpg");
	}
	.facilityMaterialList .item.item5 .image {
		background-image: url("../images/biz2021/facility_bg5_sp.jpg");
	}
	.facilityMaterialList .item.item6 .image {
		background-image: url("../images/biz2021/facility_bg6_sp.jpg");
	}
	.facilityMaterialList .item .image .text1 {
		color: #fff;
		display: block;
		font-size: 19px;
		font-weight: 700;
		letter-spacing: 0.04em;
		line-height: 1.47;
		position: relative;
		text-align: center;
		text-shadow: 0 1px 1px #000, 0 1px 3px #000;
		width: 100%;
	}
	.facilityMaterialList .item .image .sp {
		background-color: rgba(0,0,0,0.0);
		bottom: 0;
		cursor: pointer;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.facilityMaterialList .item .body {
		background-color: #1A1B1B;
		color: #fff;
		display: none;
		overflow: hidden;
		animation: hide1 0s;
	}
	.facilityMaterialList .item.active {
		transition-delay: 0s !important;
		z-index: 10;
	}
	.facilityMaterialList .item.active .body {
		display: flex;
		height: 200%;
		animation: show1 0s;
		justify-content: center;
	}
	.facilityMaterialList .item.item5.active .body,
	.facilityMaterialList .item.item6.active .body {
		top: auto;
	}
	@keyframes show1 {
		from{
			opacity: 0;
		}
		to{
			opacity: 1;
		}
	}
	@keyframes hide1 {
		from{
			opacity: 1;
		}
		to{
			opacity: 0;
		}
	}
	.facilityMaterialList .item .body .text1 {
		display: block;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 0.04em;
		line-height: 1.47;
		text-align: center;
		width: 100%;
	}
	.facilityMaterialList .item .body .text2 {
		border-bottom: 1px solid #999;
		display: block;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.4;
		margin: 1em 0 0.3em;
		padding: 0 0 3px;
		letter-spacing: 0.04em;
		text-align: center;
		width: 100%;
	}
	.facilityMaterialList .item .body .list1 {
		display: inline-block;
		list-style: none;
		margin: 15px auto 0;
		padding: 0 5px;
		text-align: left;
		width: auto;
	}
	.facilityMaterialList .item .body > div > div.c2 .list1 {
		padding: 0;
	}
	.facilityMaterialList .item .body .text2 + .list1 {
		margin-top: 0;
	}
	.facilityMaterialList .item .body .list1 li {
		font-feature-settings: "palt";
		font-size: 15px;
		font-weight: 400;
		line-height: 1.4;
		margin: 16px 0;
		width: 100%;
	}
	.facilityMaterialList .item .body > div > div.c2 .list1 li {
		margin: 0;
	}
	.facilityMaterialList .item .body > div > div.c2 .list1 li + li {
		margin-top: 16px;
	}
	.facilityMaterialList .item .body > div > div.c2 > div .list1 li + li {
		margin-top: 10px;
	}
	.facilityMaterialList .item .body .list1 li a {
		background: url("../images/biz2021/ic_arrow1.png") no-repeat left 3px;
		background-size: 12px auto;
		color: #fff;
		display: block;
		padding: 0 0 0 16px;
		position: relative;
	}
	.facilityMaterialList .item .body .list1 li a.ic_pdf:after {
		background: url("../images/biz2021/ic_pdf2.png") no-repeat center center;
		background-size: contain;
		content: "";
		display: inline-block;
		height: 20px;
		margin: 0 0 0 4px;
		position: relative;
		vertical-align: middle;
		width: 16px;
	}
	.facilityMaterialList .item .body .close {
		background: url("../images/biz2021/ic_close.png") no-repeat center center;
		background-size: contain;
		border-radius: 50%;
		cursor: pointer;
		display: block;
		height: 26px;
		overflow: hidden;
		position: absolute;
		right: 10px;
		text-align: center;
		top: 10px;
		width: 26px;
	}
	
}




.clearfix::after {
	display:block;
	clear:both;
	content:"";
}



.index_note{border:solid 1px #cc0000;color:#cc0000;padding:20px 30px;margin: 30px auto 0;text-align: center;width: 100%;max-width: 1080px;}
.index_note h2{display: block;color:#cc0000;font-size: 20px;}
@media screen and (max-width: 500px) {
.index_note {padding:15px;width:89.8666666667vw;}
.index_note h2{font-size: 15px;padding-bottom: 5px;line-height: 160%}
.index_note p{font-size: 14px;line-height: 160%;text-align:left;}
}








