@charset "utf-8";

.page-id-27 .common-mv-inner {
	background-image: url("../images/service/service_mv.jpg");
}

/*service-intro*/
.service-intro {
	background: linear-gradient(to bottom, #F2F5FF 0%, #fff 55%, #F2F5FF 55%, #F2F5FF 100%);
}
.intro-text {
	color: #26499D;
	font-size: 3.6rem;
	margin-bottom: 2rem;
	letter-spacing: 3px;
}
.service-nav-img {
	border-radius: 2rem;
	background: url("../images/service/service_manu_bg.jpg") center / cover no-repeat;
	height: 24rem;
}
.service-nav ul {
	margin-top: -3.2rem;
	display: flex;
	flex-direction: column;
}
.service-nav li {
	margin: 5px 0;
	
}
.service-nav a {
	margin: 0 auto;
	max-width: 90%;
}
.service-nav a:hover {
	background: #fff;
	opacity: 1;
}
@media (min-width: 576px){
	.service-intro {
		background: linear-gradient(to bottom, #F2F5FF 0%, #fff 65%, #F2F5FF 65%, #F2F5FF 100%);
	}
	.service-nav ul {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.service-nav li {
		width: calc(50% - 20px);
		margin: 0 5px 10px 5px;
	}
	.service-nav a {
		max-width: 100%;
	}
}
@media (min-width: 768px){
	.service-intro {
		background: linear-gradient(to bottom, #F2F5FF 0%, #fff 70%, #F2F5FF 70%, #F2F5FF 100%);
	}
	.service-nav ul {
		flex-wrap: nowrap;
	}
	.service-nav li {
		margin: 0 7px;
		width: calc((100% - 3.5rem)/4);
	}
}
@media (min-width: 992px){
	.service-nav li {
		margin: 0 15px;
		width: calc((100% - 15rem)/4);
	}
}

/*service-ad*/
.service-ad {
	position: relative;
	padding: 8rem 0;
}
.service-ad-top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 5rem;
}
.service-ad-top li {
	border: 1px solid #26499D;
	border-radius: 100%;
	width: 27.1rem;
	height: 27.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #26499D;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.667;
	text-align: center;
}
.service-ad-top li:nth-child(2) {
	margin: -20px 0;
}
.service-ad-top .service-ad-text {
	line-height: 1.458;
}
.service-ad-top p + p {
	margin-top: 10px;
}
.service-ad-num {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	font-size: 6.4rem;
	color: #A0ACBA;
}
.service-ad-items {
	width: 100%;
	max-width: 1011px;
	margin: 0 auto;
}
.service-ad-item + .service-ad-item {
	 margin-top: 8rem;
}
.service-ad-textarea {
	margin-bottom: 4rem;
}
.service-ad-title {
	color: #26499D;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 1px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.service-ad-title span {
	background: #F2F5FF;
	z-index: 10;
	padding-right: 3rem;
}
.service-ad-title .service-ad-num {
	position: relative;
	font-size: 3.2rem;
	z-index: 5;
	padding-right: 0;
}
.service-ad-title .service-ad-num:before {
	content: '';
	width: 10000%;
	height: 1px;
	background-color: #A0ACBA;
	position: absolute;
	top: 50%;
	left: calc(-10000% - 12px);
	z-index: -1;
}
.service-ad-subtitle {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.458;
	letter-spacing: 1px;
	margin-bottom: 3rem;
}
.service-ad-img {
	text-align: center;
}
.service-ad-img img {
	border-radius: 2rem;
	max-width: 50rem;
}
@media (min-width: 576px){
	.service-ad-top {
		flex-direction: row;
	}
	.service-ad-top li {
		width: 22rem;
		height: 22rem;
		font-size: 2rem;
	}
	.service-ad-top li:nth-child(2) {
		margin: 0 -20px;
	}
	.service-ad-top .service-ad-text {
		margin-bottom: 3rem;
	}
	.service-ad-title {
		font-size: 3.6rem;
		margin-bottom: 2rem;
	}
	.service-ad-subtitle {
		font-size: 2.4rem;
	}
}
@media (min-width: 768px){
	
	.service-ad-top li {
		width: 27.1rem;
		height: 27.1rem;
		font-size: 2.4rem;
	}
}
@media (min-width: 992px){
	.service-ad-top {
		margin-bottom: 10rem;
	}
	.service-ad {
		padding: 12rem 0;
	}
	.service-ad-item {
		display: flex;
	}
	.service-ad-item:nth-child(2) {
		flex-direction: row-reverse;
	}
	.service-ad-textarea {
		width: calc(60% - 5rem);
		margin: 0 5rem 0 0;
	}
	.service-ad-item:nth-child(2) .service-ad-textarea {
		flex-direction: row-reverse;
		margin: 0 0 0 5rem;
	}
	.service-ad-img {
		width: 40%;
	}
}
@media (min-width: 1200px){
	.service-ad-item:nth-child(2) .service-ad-title .service-ad-num:before {
		display: none;
	}
}

/*HVAC*/
.service-work {
	padding: 8rem 0;
}
.service-maintenance {
	padding-bottom: 8rem;
}
.hvac-items {
	margin-top: 4rem;
	letter-spacing: 1px;
}
.hvac-item + .hvac-item {
	margin-top: 5rem;
}
.hvac-item img {
	border-radius: 2rem;
}
.hvac-title {
	color: #26499D;
	font-size: 2.4rem;
	font-weight: 500;
	margin: 13px 0 9px;
	text-align: center;
}
.hvac-box {
	background-color: #fff;
	padding: 5px;
	margin-top: 15px;
}
.hvac-box li {
	position: relative;
	padding-left: 16px;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.786;
}
.hvac-box li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 768px){
	.service-work .about-flex, .service-maintenance .about-flex {
		display: block;
	}
	.service-work .about-content, .service-maintenance .about-content {
		width: 100%;
	}
	.hvac-items {
		display: flex;
	}
	.hvac-item {
		width: 50%;
	}
	.hvac-item + .hvac-item {
		margin: 0 0 0 2.6rem;
	}
}
@media (min-width: 992px){
	.service-work {
		padding: 12rem 0;
	}
	.service-maintenance {
		padding-bottom: 12rem;
	}
	.service-work .about-flex, .service-maintenance .about-flex {
		display: flex;
	}
	.service-work .about-content, .service-maintenance .about-content {
		width: 63.6%;
	}
	
}

/*service-result*/
.service-result {
	padding: 8rem 0;
	overflow: hidden;
}
.service-result .common-title {
	margin-bottom: 9.5rem;
}
.service-result-slide {
	position: relative;
}
.service-result-slide .slick-list {
  margin: 0 -10px;
	overflow: visible;
}
.service-result-slide li {
	width: 100%;
	margin: 0 25px;
	position: relative;
}
.service-result-slide li .service-result-inner {
	transition: opacity .5s, transform .5s;
	color: #fff;
	letter-spacing: 1px;
	width: 100%;
}
.service-result-slide li.slick-center .service-result-inner {
	transform: scale(1.2);
}
.service-result-img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 175%;
}
.service-result-img:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(13, 26, 55, 1));
	border-radius: 3rem;
	z-index: 1;
}
.service-result-img img {
	border-radius: 3rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-result-textarea {
	margin-top: auto;
	position: absolute;
	bottom: 15px;
	right: 15px;
	left: 15px;
	font-size: calc(13px * .9);
	z-index: 2;
	line-height: 1.7;
}
.service-result-slide h3 {
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 10px;
}
.service-result-slide .prev-arrow, .service-result-slide .next-arrow {
	width: 4rem;
	height: 4rem;
	background: url("../images/common/arrow_bg.png") center / contain no-repeat;
	position: absolute;
	top: calc(50% - 2rem);
	opacity: 0;
	transition: .5s;
	z-index: 5;
	pointer-events: none;
}
.service-result-slide .prev-arrow {
	transform: rotate(180deg);
	left: -2rem;
}
.service-result-slide .next-arrow {
	right: -2rem;
}
.service-result-slide li.slick-center .slide-arrow {
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
}
@media (min-width: 450px){
	.service-result-slide li {
		margin: 0 28px;
	}
	.service-result-textarea {
		bottom: 20px;
		right: 20px;
		left: 20px;
	}
	.service-result-img {
		padding-bottom: 130%;
	}
}
@media (min-width: 576px){
	.service-result-slide li {
		margin: 0 33px;
	}
	.service-result-img {
		padding-bottom: 115%;
	}
}
@media (min-width: 768px){
	.service-result-slide li {
		margin: 0 50px;
	}
	.service-result-img {
		padding-bottom: 70%;
	}
	.service-result-textarea {
		bottom: 4.7rem;
		right: 3rem;
		left: 3rem;
		line-height: 1.875;
	}
	.service-result-slide .prev-arrow, .service-result-slide .next-arrow {
		width: 4.167rem;
		height: 4.167rem;
	}
	.service-result-slide .prev-arrow {
		top: calc(50% - 4.167rem/2);
		left: calc(-4.167rem/2);
/*		left: -2.5rem;*/
	}
	.service-result-slide .next-arrow {
		top: calc(50% - 4.167rem/2);
		right: calc(-4.167rem/2);
	}
}
@media (min-width: 992px){
	.service-result {
		padding: 12rem 0;
	}
	.service-result-slide .slick-list {
		margin: 0 -17.5px;
	}
	.service-result-slide li {
		margin: 0 52.5px;
/*		margin: 0 60px;*/
	}
	.service-result-img {
		padding-bottom: 50%;
	}
	.service-result-textarea {
		font-size: calc(16px * .9);
	}
	.service-result-slide h3 {
		font-size: calc(2.4rem * .9);
	}
}

.service-history {
	position: relative;
	width: 100%;
	max-width: 98.7rem;
	margin: 8rem auto 0;
	padding: 0 15px;
}
.service-history:before {
	content: '';
	width: 4px;
	height: 98.2%;
	background-color: #26499D;
	position: absolute;
	top: 5rem;
	left: 21px;
}
.service-history li {
	padding: 3rem 0;
	margin-left: 3rem;
	border-bottom: 1px solid #A0ACBA;
	letter-spacing: 1px;
}
.service-history-textarea {
	line-height: 1.563;
}
.service-history-year {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	font-size: 4rem;
	margin-bottom: 16px;
	position: relative;
}
.service-history-year:before {
	content: '';
	width: 16px;
	height: 16px;
	background-color: #30AFE9;
	position: absolute;
	top: calc(50% - 8px);
	left: -3rem;
	border-radius: 100%;
}
.service-history-img {
	margin-top: 2rem;
}
.service-history-img img {
	border-radius: 2rem;
}
.service-history p + p {
	margin-top: 0;
}
@media (min-width: 768px){
	.service-history:before {
		top: 6rem;
		height: 96%;
	}
	.service-history li {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-left: 7rem;
	}
	.service-history-year:before {
		left: -7rem;
	}
	.service-history-img {
		margin-top: 0;
	}
	.service-history-img img {
		max-width: 38rem;
	}
}
@media (min-width: 992px){
	.service-history {
		margin: 12rem auto 0;
	}
	.service-history-year {
		font-size: 6.4rem;
	}
}