
/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
body.home .wrapper-inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
body.home .post-inner {
	padding: 0;
}
body.home .post-header {
	display: none;
}

body.home #wrapper {
	margin: 0;
}
#wrap_home .wrap {
	margin-left: auto;
	margin-right: auto;
	padding-left: 380px;
}
#wrap_home #home03 .wrapbox,
#wrap_home #home04 .wrap {
	padding-left: 380px;
}

#wrap_side,
#hscicon {
	z-index: 100;
}

#home02 h2,
#home03 h2 {
	font-size: 60px;
	font-weight: 400;
}
#home02 h2 {
	margin-top: 0;
}

/*--------------------------------------------------------------
あいさつ
--------------------------------------------------------------*/
#home01 {
	background-color: #e6e6e6;
}
#home01 .wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	padding-right: 50px;
}
#home01 .txt {
	width: 50%;
	font-size: 1.1rem;
	text-align: justify;
}
.post-content #home01 .txt h2 {
	font-size: 1.87rem;
	font-weight: 400;
	margin-bottom: 50px;
	text-align: left;
}
#home01 .ph {
	width: 50%;
    display: flex;
	/*flex-wrap: wrap;*/
    gap: 50px; /* 列の間隔 */
	padding-right: 50px;
}

/* 共通のスクロール表示エリア */
#home01 .scroll-container {
    position: relative;
    width: 200px;      /* 各列の幅 */
    height: 600px;     /* 指定エリア */
    overflow: hidden;  /* エリア外は非表示 */
	
	width: 50%;
}

/* 縦に並べる */
#home01 .ph .scroll-content {
    display: flex;
    flex-direction: column;
}

#home01 .ph .scroll-content img {
    /*width: 200px;
    height: auto;*/
    display: block;
    margin: 10px 0;
}

/* 下から上へ */
#home01 .ph .scroll-up {
    animation: scroll-up 80s linear infinite;
}

@keyframes scroll-up {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

/* 上から下へ */
#home01 .ph .scroll-down {
    animation: scroll-down 80s linear infinite;
}

@keyframes scroll-down {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}
  
  
  

/*--------------------------------------------------------------
新着
--------------------------------------------------------------*/
#home02 {
	/*background: url(images/bg_topnews.jpg) no-repeat center top;*/
	padding-bottom: 80px;
	padding-top: 80px;
}
#home02 .wrap {
	padding-right: 50px;
}
#home02 .inner {
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	padding: 50px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#home02 .title {
	width: 40%;
	text-align: center;
}
.post-content #home02 .title h2 {
	color: #fff;
}
#home02 .newslist {
	width: 60%;
}
.post-content #home02 .newslist ul {
	margin: 0;
	padding: 0;
}
.post-content #home02 .newslist ul li {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #fff;
}
.post-content #home02 .newslist ul li:last-child {
	border-bottom: 1px solid #fff;
}
.post-content #home02 .newslist ul li a {
	color: #fff;
}
#home02 .newslist .date {
	text-align: center;
	line-height: 1.3;
	width: 100px;
	padding-right: 36px;
}
#home02 .newslist .year {
	font-size: 12px;
}
#home02 .newslist .day {
	font-size: 36px;
	line-height: 1;
}
#home02 .newslist .txt {
}
#home02 .newslist .ptitle {
	font-size: 20px;
}

/*--------------------------------------------------------------
施工事例（works）
--------------------------------------------------------------*/
#home03 {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}
#home03 .wrap {
	padding: 50px 0;
}
#home03 .wrapbox {
}
#home03 h2,
#home03 .morebtn {
}
#home03 h2 {
	text-align: center;
	margin-top: 0;
	color: #fff;
}
#home03 .wrap2 {
	margin-bottom: 20px;
}
#home03 .wrap2 ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: no-wrap;
	overflow: hidden;
}
#home03 .wrap2 ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px;
	border: none;
	text-align: center;
	/*width: 15%;*/
}
#home03 .wrap2 li .ph {
	text-align: center;
	/*height: auto;*/
}
#home03 .wrap2 li .ph img {
	/*object-fit: cover;
	height: 150px;
	width: 100%;*/
}
.post-content #home03 h3 {
	background-color: #fff;
	font-size: 14px;
	line-height: 1.3;
	padding: 5px 10px;
	text-align: left;
	margin-bottom: 0;
}
#home03 .wrap2 li .title span {
	border-radius: 5px;
	margin: 0 2px;
	padding: 1px 10px 3px;
	line-height: 1.5;
}
#home03 .wrap2 li .title span.kind01 {
	background-color: #7075da;
}
#home03 .wrap2 li .title span.kind02 {
	background-color: #da9d70;
}


/*--------------------------------------------------------------
会社案内
--------------------------------------------------------------*/
#home04 {
}
#home04 .wrap {
	width: 96%;
	margin: 100px auto;
}
#home04 #topinfobox {
	display: flex;
	position: relative;
	justify-content: flex-end;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#home04 #topinfobox .txt {
	width: 60%;
	position: relative;
	padding: 50px 30px 40px 13%;
	margin-top: 80px;
	z-index: 1;
	background-color: rgba(229, 229, 229, 0.8);
}
#home04 #topinfobox .ph {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}
.post-content #home04 #topinfobox ul {
	margin: 0;
	padding: 0;
}
.post-content #home04 #topinfobox ul li {
	border: none;
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}
#home04 #rolltxt, #rolltxt {
	padding-top: 50px;
}

/*バナー*/
#home04 #topservice {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#topservice ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#topservice ul li {
	list-style-type: none;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: center;
	width: 50%;
	padding-right: 20px;
}
#topservice ul li:last-child {
	padding-right: 0;
	padding-left: 20px;
}
#topservice ul li img {
	vertical-align: middle;
}

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

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





























