@charset "utf-8";
/* CSS Document */

.header .nav {
	display: flex;
}

.menu-bt {
	display: none;
}

.main-wrap{
	background-color: #fffcf5;
	padding-top: 100px;
}

/* ---------- main-img ---------- */
.main-img {
	position: relative;
	height: 100vh;
	min-height: 900px;
	overflow: hidden;
	box-sizing: border-box;
}

.main-img h1 {
	position: absolute;
	left: 10%;
	bottom: 30%;
	z-index: 8;
}

.main-img h1::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 52px;
}

.main-img .main-item {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.main-img .pc-hide {
	display: none !important;
}


.main-img h1::after {
	display: none;
}

.main-img .catchcopy {
	color: #FFFFFF;
	top: 50%;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 56px;
	text-align: center;
	letter-spacing: 5.69px;
	text-shadow: 0px 5px 5px #00000080;
}

.hero-info {
	position: absolute;
	width: 500px;
	background-color: #FFFFFF;
	border-radius: 20px;
	bottom: 50px;
	left: 50px;
	text-align: center;
	padding: 30px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	z-index: 8;
}

.hero-info-txt {
	font-size: 14px;
}

.hero-info-freedial {
	display: block;
	margin: 25px 0;
}

.hero-info-freedial:hover {
	cursor: pointer;
}

.hero-info-freedial img {
	position: relative;
	width: 50px;
	top: -2px;
	margin-right: 25px;
}

.hero-info-freedial-num {
	display: inline;
	color: #EB6100;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 1;
}

.hero-contact-btn {
	display: block;
	width: 250px;
	height: 50px;
	color: #fff;
	background-color: #1F296A;
	text-align: center;
	margin: auto;
	border-radius: 5px;
}

.hero-contact-btn:hover {
	color: #ffffff;
}

.hero-contact-btn .btn-txt {
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.hero-contact-btn i {
	margin-right: 20px;
}

.hero-contact-btn .btn-txt {
	display: inline-block;
}

/* ---------- top common ---------- */
.top-con-title {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #444444;
}

.top-con-subtitle {
	font-size: 16px;
	letter-spacing: 1.6px;
	color: #1F296A;
}



/* ---------- top concept ---------- */
.main-wrap .top-concept {
	background-image: none !important;
	margin-bottom: 130px;
	padding-top: 100px;
	position: relative;
}


.main-wrap .top-concept::after {
	content: "";
	position: absolute;
	width: 60%;
	height: 100%;
	background-color: transparent;
	background-image: url(../images/pct01.png);
	background-position:top right;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: 50px;
	right: 80px;
	opacity: 0.2;
	z-index: 1;
}

.top-concept-box {
	padding: 0 50px;
	position: relative;
	z-index: 2;
}

.top-concept-title {
	margin-bottom: 270px;
}

.top-concept-title,
.top-concept-title span{
}

.top-concept-title span {
	display: inline
}

.top-concept-box .more-bt {
	margin-right: 0;
	margin-left: auto;

}

.top-concept-box .txt-box {
	margin-bottom: 30px;
}
.top-concept-box .txt-box p span {
	border-bottom: 1px solid #EB6100;
}



/* ---------- top-concept ---------- */



/* ---------- top-reason ---------- */
.reason-title-belt {
	position: relative;
	height: 400px;
	background-image: url(../images/reason-title_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.reason-title-belt:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #EB610080 0%, #EB6100 100%);
	top: 0;
	left: 0;
	opacity: 0.5;
}

.top-reason-title {
	position: absolute;
	color: #fff;
	font-size: 40px;
	letter-spacing: 0px;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.reason-wrap {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	gap: 50px;
	top: -100px;
	padding: 0 50px;
}

.reason-box {
	width: calc(100% / 3);
}

.reason-item-img {
	margin-bottom: 40px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.reason-item-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

/* ---------- top-service ---------- */
.top-service .title-wrap {
	margin-left: 200px;
	margin-bottom: 80px;
}

.service-contents {
	display: flex;
	flex-wrap: nowrap;
}

.top-service-item {
	position: relative;
	width: 25%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.top-service-item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #131844CC 0%, #1F296ACC 100%);
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.3s;
	overflow: hidden;
}

.top-service-item.exterior {
	background-image: url(../images/service01_bg.jpg);
}

.top-service-item.disaster-prevention {
	background-image: url(../images/service02_bg.jpg);
}

.top-service-item.reform {
	background-image: url(../images/service03_bg.jpg);
}

.top-service-item.floor-coating {
	background-image: url(../images/service04_bg.jpg);
}

.top-service-item:hover {
	cursor: pointer;
	overflow: hidden;
}

.top-service-item:hover::after {
	width: 0;
	left: 100%;
}

.top-service-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.top-service-item a:hover {
	opacity: 1;
}

.top-service-item:hover a {
	text-shadow: 0 0 10px black;
}

.service-item-box {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.service-item-title,
.service-item-subtitle,
.service-more {
	color: #fff;
	position: relative;
}

.service-item-title {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.service-item-subtitle {
	font-size: 20px;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

.service-more {
	letter-spacing: 2.8px;
	font-size: 14px;
}

/* ---------- top-case ---------- */
.top-case .title-wrap {
	margin-left: 200px;
	margin-bottom: 80px;
}

.top-case-wrap .webgene-blog{
	display: flex;
	flex-wrap: nowrap;
	gap: 63px;
	margin-bottom: 110px;
}

.top-case-wrap .webgene-blog .webgene-item {
	width: calc(100% / 3);
}

.case-img {
	margin-bottom: 25px;
}

.case-cat {
	font-size: 14px;
	letter-spacing: 1.4px;
}

.case-item-title {
	font-weight: bold;
	letter-spacing: 1.6px;
	margin-top: 15px;
}

.case-more {
	text-align: right;
	font-size: 14px;
	letter-spacing: 1.4px;
	margin-top: 20px;
}

.case-more a {
	color: #444;
}

.top-case .more-bt {
	margin: auto;
}


/* ---------- top-blog ---------- */
.main-wrap .top-blog {
}

.main-wrap .top-blog .contents {
	width: 70%;
	margin-left: 5%;
}

.main-wrap .top-blog .contents .webgene-blog .webgene-item {
	margin-bottom: 30px;
}

.main-wrap .top-blog .contents .webgene-blog .webgene-item a {
	display: block;
}

/* goto */
.main-wrap .top-blog {
	position: relative;
	background-image: url(../images/blog_bg.jpg);
	background-position: center;
	background-size: cover;
	padding-bottom: 115px;
}

.main-wrap .top-blog:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #F2F3F7;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: 0;
}

.main-wrap .top-blog .contents {
	position: relative;
	width: 100%;
	text-align: center;
	margin-left: 0;
	z-index: 1;
}

.top-blog .title-wrap {
	margin-bottom: 60px;
}

.main-wrap .top-blog .contents .webgene-blog .webgene-item {
	text-align: left;
}

.main-wrap .top-blog .contents .webgene-blog .webgene-item a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.blog-wrap {
	padding: 0 50px;
	margin-bottom: 80px;
}
.blog-wrap .webgene-blog{
	max-width: 1000px;
	margin: 0 auto;
}
.blog-cat {
	font-size: 12px;
	line-height: 1;
	padding-top: 8px;
}

.blog-date {
	font-size: 16px;
}
.blog-cat {
	font-size: 12px;
	line-height: 1;
	padding: 6px 6px 0;
	width: 20%;
	height: 25px;
	max-width: 120px;
	text-align: center;
}

.blog-date {
	width: 20%;
	font-size: 16px;
}
.blog-txt {
	width: 60%;
}
.top-blog .more-bt {
	margin: auto;
}


/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}

/* ---------- 1200px ~ ---------- */
@media screen and (max-width: 1200px) {

	.main-img {
		min-height: 800px;
	}
	.hero-info {
		width: 400px;
		bottom: 30px;
		left: 30px;
		padding: 30px 15px;
	}

	.main-img .catchcopy {
		width: 100%;
		font-size: 40px;
		letter-spacing: 4px;
		top: 44%;
	}

	.top-concept-box {
		width: 100%;
		margin: 150px auto 0;
	}

	.top-concept-title {
		margin-bottom: 170px;
	}

	.main-wrap .top-concept::after {
		top: -120px;
	}

	.top-service .title-wrap {
		margin-left: 50px;
	}

	.top-case .title-wrap {
		margin-left: 0px;
	}

	.top-case-wrap .webgene-blog {
		width: 100%;
	}
}

/* ---------- 1000px ~ ---------- */
@media screen and (max-width: 1000px) {
	/* .header .nav {
		display: none;
	}

	.menu-bt {
		display: block;
	} */

	.main-img {
		min-height: 700px;
	}
	.main-wrap .top-contact .contents {
		transform: translate(0);
	}

	.main-wrap .top-contact .img-box,
	.main-wrap .top-contact .txt-box {
		width: 60% !important;
		transform: translate(0);
	}

	.main-wrap .top-contact .img-box {
		order: 1;
		margin-bottom: 30px;
	}

	/* goto */
	.hero-info {
		width: 290px;
	}

	.hero-info-freedial {
		margin: 20px 0;
	}

	.hero-info-freedial img {
		width: 44px;
		top: -3px;
		margin-right: 10px;
	}

	.hero-info-freedial-num {
		font-size: 26px;
		letter-spacing: 1.2px;
	}

	.t-point-banner {
		width: 250px;
		margin-top: 20px;
	}

	.top-concept-box {
		margin: 100px auto 0;
	}

	.top-concept-title {
		margin-bottom: 150px;
	}

	.top-reason {
		margin-bottom: 50px;
	}

	.reason-item-title {
		font-size: 20px;
	}

	.top-case {
		padding-top: 70px;
	}

	.blog-cat {
		margin-right: 50px;
	}

	.blog-date {
		margin-right: 30px;
	}

}

/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
	.top-con-title {
		font-size: 30px;
		letter-spacing: 3px;
	}

	.main-wrap .top-contact .img-box,
	.main-wrap .top-contact .txt-box {
		width: 80% !important;
		transform: translate(0);
	}

	.main-img {
		height: 90vh;
		margin-top: 90px;
		min-height: auto;
	}

	.main-img .catchcopy {
		top: 38%;
		line-height: 1.5;
	}

	.hero-info {
		width: 260px;
		bottom: 10px;
		left: 10px;
		padding: 15px;
	}

	.hero-info-txt {
		line-height: 1.5;
	}

	.hero-info-freedial {
		margin: 10px 0;
	}

	.hero-info-freedial img {
		width: 36px;
		top: -4px;
		margin-right: 6px;
	}

	.hero-info-freedial-num {
		font-size: 22px;
		letter-spacing: 1.1px;
	}

	.hero-contact-btn {
		width: 90%;
	}

	.t-point-banner {
		width: 200px;
		margin-top: 15px;
	}

	.main-wrap .top-concept::after {
		width: 75%;
		top: -150px;
		right: 30px;
	}

	.top-concept-title {
		margin-bottom: 100px;
	}

	.reason-title-belt {
		height: 300px;
	}

	.top-reason-title {
		font-size: 30px;
		width: 100%;
		text-align: center;
	}

	.reason-wrap {
		gap: 40px;
	}

	.service-contents {
		flex-wrap: wrap;
	}

	.top-service-item {
		width: 50%;
		height: 250px;
	}

	.service-item-box {
		width: 100%;
	}

	.service-item-title {
		font-size: 20px;
	}

	.top-case {
		padding-top: 30px;
	}

	.top-case-wrap .webgene-blog {
		gap: 40px;
		margin-bottom: 80px;
	}

	.blog-cat {
		margin-right: 25px;
		height: 20px;
		width: 82px;
		padding-top: 4px;
		padding-right: 4px;
		padding-left: 4px;
		position: relative;
		top: 5px;
	}

	.blog-date {
		margin-right: 20px;
	}

	.blog-wrap {
		padding: 0 20px;
	}
}

/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
	.main-img .sp-hide {
		display: none !important;
	}

	.main-img .pc-hide {
		display: block !important;
	}

	.main-img h1 {
		position: absolute;
		left: 10%;
		bottom: 30%;
		z-index: 8;
	}

	.main-img h1::after {
		width: 50px;
		height: 26px;
	}

	.main-wrap .top-concept .contents .comment-1 {
		display: block;
		text-align: center;
	}

	.main-wrap .top-concept .contents .comment-1::after {
		top: 0;
		left: 50%;
		transform: translate(-50%, -70%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 11.5px 23px 11.5px;
		border-color: transparent transparent #f99932 transparent;
	}

	.main-wrap .top-blog {
		background-size: auto 100px;
	}

	.main-wrap .top-blog .contents {
		width: 80%;
		margin: 0 auto;
	}
	.sm-slider, .sm-slider::before, .sm-slider::after{
		height: 80%!important;
	}
	/* goto */
	.main-img {
		margin-top: 70px;
		overflow: unset;
		height: 70vh;
	}

	.main-img .catchcopy {
		font-size: 30px;
	}

	.hero-info {
		width: 340px;
		bottom: -20%;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.hero-info-txt{
		font-size: 12px;
	}
	/* concept */
	.top-concept-box {
		padding: 0 20px;
	}

	.reason-wrap {
		flex-wrap: wrap;
		padding: 0 40px;
	}

	.reason-box {
		width: 100%;
	}

	.top-reason-title,.top-con-title{
		font-size: 24px;
	}
	.top-service-item {
		width: 100%;
	}

	.top-concept-box .more-bt {
		margin-right: auto;
	}

	.main-wrap .top-concept::after {
		width: 85%;
		top: -95px;
		right: 20px;
	}

	.top-case-wrap .webgene-blog {
		flex-wrap: wrap;
	}

	.top-case-wrap .webgene-blog .webgene-item {
		width: 100%;
	}

	.main-wrap .top-blog .contents {
		width: 90%;
	}

	.main-wrap .top-blog .contents .webgene-blog .webgene-item a {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.blog-cat {
		width: auto;
	}

	.main-wrap .top-blog {
		background-size: cover;
	}

	.top-service .title-wrap {
		margin: 0 auto 50px;
		padding: 0 20px;
	}

	.top-case .title-wrap {
		margin: 0 auto 50px;
	}

	.reason-item-title {
		margin-bottom: 15px;
	}
	.blog-date{
		width: 50%;
	}
	.blog-txt {
		width: 100%;
	}

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
  .top-reason-title, .top-con-title{font-size:18px;}
  .hero-info{width:300px;}
  .hero-info-txt{font-size:10px;}
  .top-concept-title, .top-concept-title span{font-size:22px;}
}