@charset "utf-8";
/*------------------------------------------------------------
	services
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 90px;
	background-image: url(../img/services/page_title_bg.webp);
}
#main .imgBox {
	margin-bottom: -104px;
}
#main .imgBox .photoBox {
	width: calc(50% - 29px);
}
#main .imgBox .textBox {
	width: calc(50% + 29px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .imgBox .textBox .subBox {
	margin: -4px 0 0 70px;
}
#main .serviceList {
	margin: -30px 0 88px;
	padding: 118px 0 87px;
}
#main .serviceList li {
	margin: 30px 30px 0 0;
	padding: 43px 30px 36px 40px;
	width: 350px;
	background-color: #FFF;
	box-shadow: 1px 1.732px 8.82px 0.18px rgba(1, 1, 1, 0.16);
	box-sizing: border-box;
}
#main .serviceList li:nth-child(3n) {
	margin-right: 0;
}
#main .serviceList li .topBox {
	margin-bottom: 39px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .serviceList li .topBox .headLine01 {
	margin: 0;
	width: calc(100% - 64px);
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
}
#main .serviceList li .topBox .headLine01 .jp {
	margin: 11px 0 0;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
#main .serviceList li .pho {
	width: 64px;
}
#main .serviceList li .pho img {
	margin-left: 5px;
}
#main .serviceList li .txt {
	font-size: 1.4rem;
	line-height: 1.71;
	letter-spacing: 0.075em;
}
#main .serviceList li.specLi .topBox .headLine01 {
	margin-right: -10px;
	width: calc(100% - 54px);
	letter-spacing: 0.05em;
}
#main .serviceList li.specLi .topBox .pho {
	text-align: right;
}
#main .serviceList.serviceList01 {
	margin-bottom: 0;
	padding-bottom: 124px;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 43px;
		background-image: url(../img/services/page_title_bg_sp.webp);
	}
	#main .imgBox {
		margin-bottom: 59px;
		display: block;
	}
	#main .imgBox .textBox {
		margin: 0 20px;
		width: auto;
		display: block;
	}
	#main .imgBox .textBox .subBox {
		margin: 0;
	}
	#main .imgBox .textBox .subBox .headLine01 .jp {
		margin: 11px 0 0;
	}
	#main .imgBox .textBox .subBox .comTitle {
		margin-bottom: 0;
	}
	#main .serviceList {
		margin: -15px 0 70px;
		padding: 35px 0 74px;
		justify-content: space-between;
	}
	#main .serviceList li {
		margin: 15px 0 0;
		padding: 17px 5px 19px 15px;
		width: calc((100% - 20px) / 2);
		box-shadow: 1px 1.732px 4.41px 0.18px rgba(1, 1, 1, 0.16);
	}
	#main .serviceList li .topBox {
		margin-bottom: 0;
		display: block;
	}
	#main .serviceList li .topBox .headLine01 {
		margin: 0;
		width: auto;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	#main .serviceList li .topBox .headLine01 .sub {
		margin-top: 6px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#main .serviceList li .topBox .headLine01 .en {
		min-height: 24px;
		display: block;
	}
	#main .serviceList li .topBox .headLine01 .jp {
		margin: 0;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		width: calc(100% - 32px);
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	#main .serviceList li .pho {
		width: 32px;
	}
	#main .serviceList li .pho img {
		margin-left: 0;
	}
	#main .serviceList li .txt {
		display: none;
	}
	#main .serviceList li.specLi .topBox .headLine01 {
		margin-right: 0;
		width: auto;
	}
	#main .serviceList li.specLi .topBox .pho {
		text-align: left;
	}
	#main .serviceList.serviceList01 {
		padding-bottom: 70px;
	}
}
@media all and (max-width: 374px) {
	#main .serviceList li .topBox .headLine01 .jp {
		font-size: 3.2vw;
	}
}
@media all and (max-width: 359px) {
	#main .headLine01 {
		font-size: 3.2rem;
	}
}