@charset "UTF-8";

/* ------------------------------------------------
                  SERVICE 共通
--------------------------------------------------- */


/*---------- メインエリア ----------*/
.hero-area {
	margin-bottom: 65px;
}

@media (max-width: 768px) {
	.hero-area {
		margin-bottom: 12vw;
	}
}


/*---------- page ttl ----------*/
.sec-page-ttl.page-service {
	background: url("../../img/service/bg_ttl.jpg") center center no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
}



/*---------- 事業紹介 ----------*/
.sec-service {
	width: 100%;
	padding: 80px 0 100px;
	background: url("../../img/service/bg_service.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}

.service-link-wrap {
	width: 100%;
	margin: 60px auto 0;
	justify-content: space-between;
}
.service-link {
	width: calc((100% - 60px) / 3);
	padding-top: 260px;
}
.service-link-01 {
	background: url("../../img/recruit/img_service_01.jpg") center top no-repeat;
	background-size: cover;
}
.service-link-02 {
	background: url("../../img/recruit/img_service_02.jpg") center top no-repeat;
	background-size: cover;
}
.service-link-03 {
	background: url("../../img/recruit/img_service_03.jpg") center top no-repeat;
	background-size: cover;
}

.service-link-txt-wrap {
	padding: 20px 30px;
	background: rgba(255, 255, 255, 0.86);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.service-link-ttl {
	margin-bottom: 8px;
	font-size: 2.2rem;
	font-weight: 700;
}
.service-link-txt-wrap .btn-green {
	width: 100%;
	max-width: 200px;
	margin: 10px 0 0 auto;
}

@media (max-width: 768px) {
	.sec-service {
		width: 100%;
		padding: 12vw 0;
	}
	.service-link-wrap {
		width: 100%;
		margin: 2vw auto 0;
		justify-content: space-between;
	}
	.service-link {
		width: 100%;
		margin: 8vw auto 0;
		padding-top: 40vw;
	}
	.service-link:first-child {
		margin: 0 auto;
	}
	

	.service-link-txt-wrap, 
	.service-link-04 .service-link-txt-wrap {
		padding: 5vw;
	}
	.service-link-ttl {
		margin-bottom: 1.5vw;
		font-size: 4.53vw;
		font-weight: 700;
	}
	.service-link-txt-wrap .btn-green, 
	.service-link-04 .service-link-txt-wrap .btn-green {
		margin: 3vw 0 0 auto;
	}
    
}



/* ------------------------------------------------
                    事業紹介
--------------------------------------------------- */
.service-lead-txt {
	margin-bottom: 40px;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
}

.service-detail-img-wrap {
	width: 100%;
	position: relative;
	z-index: 2;
}
.service-detail-txt-wrap {
	width: 100%;
	padding: 50px 0;
	position: relative;
}
.service-detail-txt-wrap::before {
	content: '';
	width: 100%;
	height: calc(100% + 50px);
	background: var(--color-light-green01);
	opacity: 0.4;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.service-detail-txt {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

/* gellery */
.sec-gallery {
	width: 100%;
	padding: 100px 0;
	background: #fff;
	position: relative;
}
.gallery-img-wrap {
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.gallery-img img {
	width: auto;
	height: 245px;
	object-fit: contain;
}
.gellery-equipment .gallery-img img {
	height: 202px;
}
@media (max-width: 1400px) {
	
	.gallery-img img {
		width: auto;
		height: 18.01vw;
	}
	.gellery-equipment .gallery-img img {
		height: 14.98vw;
	}
}


@media (max-width: 768px) {
	.service-lead-txt {
		margin-bottom: 8vw;
		font-size: 4.66vw;
	}

	.service-detail-img-wrap {
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.service-detail-txt-wrap {
		width: 100%;
		padding: 8vw 0 10vw;
		position: relative;
	}
	.service-detail-txt-wrap::before {
		content: '';
		width: 100%;
		height: calc(100% + 10vw);
	}
	.service-detail-txt {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		z-index: 3;
	}

	/* slide */
	.sec-gallery {
		width: 100%;
		padding: 12vw 0;
		background: #fff;
		position: relative;
	}
}



/* ------------------------------------------------
                      品質方針
--------------------------------------------------- */
.table-quarily {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	td.border-bottom {
		border-bottom: 1px solid var(--color-gray);
	}
}

/* ------------------------------------------------
                   主な管理物件
--------------------------------------------------- */
.property-item-wrap {
	width: 100%;
}
.property-item {
	width: calc((100% - 120px) / 4);
	margin: 0 40px 40px 0;
	text-align: center;
}
.property-item:nth-child(4n) {
	margin-right: 0;
}
.property-item:last-child {
	margin-bottom: 0;
}

.property-item-ttl {
	margin-top: 32px;
	font-size: 1.8rem;
	font-weight: 600;
	position: relative;
}
.property-item-ttl::before {
	content: '';
	width: 40px;
	height: 2px;
	background: var(--color-green);
	position: absolute;
	top: -10px;
	left: calc(50% - 20px);
}

.property-item-caption {
	margin-top: 5px;
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	.property-item-wrap {
		width: 100%;
	}
	.property-item {
		width: calc((100% - 6vw) / 2);
		margin: 0 6vw 8vw 0;
		text-align: center;
	}
	.property-item:nth-child(2n) {
		margin-right: 0;
	}
	.property-item:last-child {
		margin-bottom: 0;
	}

	.property-item-ttl {
		margin-top: 6vw;
		font-size: 3.733vw;
	}
	.property-item-ttl::before {
		content: '';
		width: 8vw;
		height: 2px;
		background: var(--color-green);
		position: absolute;
		top: -2vw;
		left: calc(50% - 4vw);
	}

	.property-item-caption {
		margin-top: 1vw;
		font-size: 3.0vw;
	}
}

