@charset "UTF-8";

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

	headline

-----------------------------------*/
#headline {
	background: url(../img/coolandheat/headline_bg.jpg) no-repeat center/cover;
}
#headline h1::before {
	content: "COOLING&HEATING";
}
@media screen and (max-width: 640px) {
	#headline h1::before {
		font-size: 26px;
		letter-spacing: 0.05em;
	}
}
/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block {
	padding: 100px 0 80px;
	text-align: center;
}
#intro_block h2 {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.6;
	color: #10436D;
	margin-bottom: 10px;
}
#intro_block .copy {
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
}
#intro_block .copy span {
	display: inline-block;
	background: rgb(255,253,196);
	background: linear-gradient(0deg, rgba(255,253,196,1) 0%, rgba(255,253,196,1) 40%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);
}
@media screen and (max-width: 840px) {
	#intro_block h2 {
		font-size: 22px;
	}
	#intro_block .copy {
		font-size: 18px;
	}
}
@media screen and (max-width: 640px) {
	#intro_block {
		padding: 50px 0 40px;
	}
	#intro_block h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	#intro_block .copy {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#intro_block p {
		text-align: left;
	}
}
/*-----------------------------------

	category_block

-----------------------------------*/
#category_block {
	padding: 80px 0;
	background: #EEF2F5;
}
#category_block h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	column-gap: 40px;
	margin-bottom: 70px;
}
#category_block h2::before {
	content: "CATEGORY";
	font-size: 55px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	color: #10436D;
}
#category_block .category_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 3.5%;
}
#category_block .category_inner .category_box {
	width: 31%;
	counter-increment: number;
}
#category_block .category_inner .category_box .image {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
#category_block .category_inner .category_box .text {
	width: 82.353%;
	margin: -50px auto 0;
	background: #10436D;
	color: #FFF;
	border-radius: 5px;
	padding: 15px 10px;
	text-align: center;
	position: relative;
}
#category_block .category_inner .category_box .text .ttl {
	font-weight: 500;
	line-height: 1;
}
#category_block .category_inner .category_box .text .ttl::before {
	content:counter(number, decimal-leading-zero);
	font-size: 15px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	display: block;
	margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
	#category_block .category_inner .category_box .text {
		width: 90%;
		padding: 15px 5px;
	}
	#category_block .category_inner .category_box .text .ttl {
		letter-spacing: 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 840px) {
	#category_block h2 {
		font-size: 16px;
		column-gap: 30px;
	}
	#category_block h2::before {
		font-size: 46px;
	}
	#category_block .category_inner {
		gap: 40px 6%;
	}
	#category_block .category_inner .category_box {
		width: 47%;
	}
}
@media screen and (max-width: 640px) {
	#category_block {
		padding: 40px 0;
	}
	#category_block h2 {
		font-size: 14px;
		column-gap: 20px;
		margin-bottom: 30px;
	}
	#category_block h2::before {
		font-size: 26px;
	}
	#category_block .category_inner {
		gap: 20px 0;
		width: 80%;
		margin: 0 auto;
	}
	#category_block .category_inner .category_box {
		width: 100%;
	}
	#category_block .category_inner .category_box .text {
		margin: -30px auto 0;
	}
	#category_block .category_inner .category_box .text .ttl::before {
		font-size: 12px;
		margin-bottom: 10px;
	}
}
/*-----------------------------------

	service_block

-----------------------------------*/
#service_block {
	padding: 80px 0 120px;
	text-align: center;
}
#service_block h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 60px;
}
#service_block h2::before {
	content: "TOTAL SERVICE IMAGE";
	font-size: 55px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	color: #10436D;
	display: block;
	margin-bottom: 20px;
}
#service_block p {
	margin-bottom: 40px;
	line-height: 1.6;
}
#service_block .image {
	max-width: 915px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 840px) {
	#service_block h2 {
		font-size: 16px;
	}
	#service_block h2::before {
		font-size: 46px;
	}
}
@media screen and (max-width: 640px) {
	#service_block {
		padding: 40px 0 60px;
	}
	#service_block h2 {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#service_block h2::before {
		font-size: 26px;
		margin-bottom: 10px;
	}
	#service_block p {
		margin-bottom: 20px;
	}
}
