@charset "UTF-8";
/* service.css */

#lower_mv:before {
	background-image: url(../../img/service/mv_pc.jpg);
}
@media screen and (max-width:768px) {
	#lower_mv:before {
		background-image: url(../../img/service/mv_sp.jpg);
	}
}


/* ===== サービス紹介 ===== */
.service_flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.service_card {
	width: calc(100%/2 - min(2vw,20px));
	display: flex;
	flex-direction: column;
	padding: 30px 30px 40px;
	padding: min(3vw,30px) min(1.75vw,30px) min(4vw,40px);
	background-color: #fff;
}
.service_flex .service_card:nth-of-type(n+3) {
	margin-top: min(4vw,40px);
}
.service_card .img_wrap {
	width: 50%;
	display: block;
	margin-left:  auto;
	margin-right: auto;
}
.service_card h2 {
	font-size: 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	margin-top: .5em;
	margin-bottom: 1em;
}
.service_card h2:before {
	content: "";
	width:  1.5em;
	height: 1.5em;
	display: block;
	margin-right: .5em;
	background-image: url(../../img/common/num01.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.service02 h2:before { background-image:url(../../img/common/num02.svg); }
.service03 h2:before { background-image:url(../../img/common/num03.svg); }
.service04 h2:before { background-image:url(../../img/common/num04.svg); }

.service_card p {
	font-size: 14px;
	font-feature-settings: "palt";
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
}

/* 改行 */
.service_card br.add_blk {
	display: none !important;
}

/* btn */
.service_card .btn_kuro {
	text-align: center;
	margin-top: auto;
}
.btn_orange {
	text-align: center;
}





@media screen and (max-width:949px) {
	.service_card {
		padding-left:  min(3vw,30px);
		padding-right: min(3vw,30px);
	}
	.service_card br.add_blk {
		display: block !important;
	}
}





@media screen and (max-width:768px) {
	/* ===== サービス紹介 ===== */
	.service_card {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px 20px 30px;
	}
	.service_flex .service_card:nth-of-type(n+3) {
		margin-top: 0;
	}
	.service_flex .service_card:last-of-type {
		margin-bottom: 0;
	}
	.service_card .img_wrap {
		width: 60%;
		max-width: 200px;
	}
	.service_card h2 {
		font-size: 20px;
		margin-top:  .75em;
		margin-bottom: 1em;
	}
	.service_card p  {
		font-size: 16px;
		text-align:  justify;
		line-height: 1.75;
		margin-left:  auto;
		margin-right: auto;
	}

	/* 改行 */
	.service_card p br.add_blk {
		display: none !important;
	}

	/* ボタン オレンジ */
	.btn_orange a {
		width: 100%;
		max-width: 335px;
		min-width: inherit;
		font-size: 18px;
	}


	@media screen and (min-width:600px) {
		.service_card {
			width: calc(100%/2 - 10px);
		}
		.service_card h2 {
			font-size: 18px;
		}
	}
}