@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/*  MV */
/* ----------------------------------- */
#mv img {
	width: 100%;
}

#sliderWrap {
	overflow: hidden;
}

#copy {
	padding: 30px 0 0 10%;
	font-size: 5.2rem;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

/*  筑陵建設について */
/* ----------------------------------- */
#about {
	padding: 0 0 80px;
	margin-bottom: 80px;
	background: #0f74c9;
	position: relative;
}

#about::before {
	content: "";
	width: 100%;
	height: 200px;
	background: #0f74c9;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -3.8vw;
	left: 0;
	transform: skewY(-4.4deg);
	z-index: -1;
}

/* #about .inner {
	margin-top: -170px;
} */

#aboutImg {
	padding-bottom: 40px;
}

#aboutBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

/* サービス */
/* ----------------------------------- */
#service {

}

#serviceBtn {
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#serviceLink {
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px 4%;
}

.service {
	width: 48%;
}

.service a {
	width: 100%;
	display: block;
	border: 1px solid #a0a0a0;
	transition: all 0.3s ease-in-out 0s;
}

.service a:hover img {
	transform: scale(1.1);
}

.serviceTit {
	padding: 30px 40px 0 40px;
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.serviceTit::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../../img/common/icon_circle.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.serviceImg {
	width: 100%;
	padding: 30px;
	height: clamp(240px, 33vw ,330px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.serviceImg img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s ease-in-out 0s;
}

#worksBtn {
	padding-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#recruitList ul li {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}

#recruitList ul li:last-child {
	padding-bottom: 0px;
}

#recruitList ul li span {
	flex: 1;
}

#recruitList ul li::before {
	margin-top: 4px;
}

/* 採用 */
/* ----------------------------------- */
#recruit {
	padding-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
}

#recruitImg {
	width: 50%;
}

#recruitImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#recruitContent {
	width: 50%;
	padding: 3vw;
	background: #eef4f8;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#recruitContent h2 {
	padding: 10px 20px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #FFF;
	font-size: clamp(1.4rem, 1.5vw ,1.8rem);
	font-weight: 500;
}

.titIn {
	padding-right: 10px;
	border-right: 2px solid #dcdcdc;
	font-weight: bold;
}

.beginner {
	padding: 0 10px;
	color: #FFF;
	background: #b43434;
	font-weight: bold;
	font-size: clamp(1.2rem, 1.5vw ,1.6rem);
}

#recruitTit {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: clamp(2.4rem, 2.7vw ,3.4rem);
	color: #0f74c9;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

#recruitTxt {
	padding-bottom: 20px;
	font-size: 1.8rem;
}

#recruitList {
	padding: 20px;
	background: #0f74c9;
	text-align: center;
}

#recruitListTit {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: clamp(1.8rem,1.7vw,2.1rem);
	color: #fffc00;
	border-bottom: 1px solid #FFF;
	letter-spacing: 0.05em;
}

#recruitList ul {
	text-align: left;
	display: inline-block;
}

#recruitList ul li {
	font-weight: bold;
	color: #FFF;
	font-size: clamp(1.3rem,1.3vw,1.6rem);
}

#recruitList ul li::before {
	content: "";
	width: 17px;
	height: 14px;
	margin-right: 10px;
	background: url(../../img/common/icon_check.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}


/* 新着情報 */
/* ----------------------------------- */
#news {
	padding-bottom: 100px;
}

#news li {
	border-bottom: 1px solid #a0a0a0;
}

#news li:first-child {
	border-top: 1px solid #a0a0a0;
}

.newsTit {
	padding: 20px 0;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	cursor: pointer;
}

.newsTit::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../../img/common/icon_arrow3.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.newsTit.active::after {
	transform: translate(0, -50%) rotate(180deg);
}

.newsDetail {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s ease-out;
	font-size: 1.6rem;
}

.newsDetailWrap {
	overflow: hidden;
}

.newsDetailIn {
	border-top: 1px solid #e2e2e2;
	padding: 20px 0;
}

.newsDetailIn p {
	padding: 0 0 1em;
}

.newsDetailIn a {
	color: #0f74c9;
	transition: all 0.3s ease-in-out 0s;
}

.newsDetailIn a:hover {
	opacity: 0.7;
}

.newsDetail.active {
	grid-template-rows: 1fr;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#copy {
		padding: 20px 0 0 4%;
		font-size: 2.8rem;
	}

	#about {
		padding: 30px 0 60px;
		margin-bottom: 60px;
	}

	#aboutImg img {
		width: 100%;
	}

	.service {
		width: 100%;
	}

	.serviceTit {
		padding: 20px 20px 0 20px;
		font-size: 2rem;
		font-weight: bold;
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: 10px;
	}

	#serviceLink {
		gap: 20px 4%;
	}

	.serviceTit::before {
		margin-top: 3px;
	}

	#worksBtn {
		padding-bottom: 60px;
	}

	#recruit {
		padding-bottom: 60px;
		flex-direction: column;
	}

	#recruitImg {
		width: 100%;
	}

	#recruitContent {
		width: 100%;
		padding: 4%;
	}

	#recruitTit {
		margin-bottom: 10px;
		font-size: clamp(2.2rem, 2.7vw ,3.4rem);
	}

	#recruitTxt {
		padding-bottom: 20px;
		font-size: 1.6rem;
	}

	.newsTit {
		padding: 20px 30px 20px 0;
		flex-direction: column;
		align-items: flex-start;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {


}