.serviceMainVisual {
	background: url(../img/service/mainVisual02.jpg) no-repeat center center / cover;
}

/*下層相談ページ*/
#subService {
	padding-bottom: 81px;
	margin-top: 156px;
}
#subService .cntBox {
	width: 1150px;
	max-width: 100%;
	margin: 39px auto 0;
	padding-left: 25px;
	padding-right: 25px;
}
#subService .cntText {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.875;
	color: #013281;
	text-align: center;
}
#subService .cntItems {
	margin-top: 68px;
}
#subService .cntItem {
	display: flex;
	align-items: center;
}
#subService .cntItem:nth-child(2n) {
	flex-direction: row-reverse;
}
#subService .cntItem:not(:first-child) {
	margin-top: 64px;
}
#subService .cntItem:nth-child(3) {
	margin-top: 51px;
}
#subService .cntImg {
	max-width: 316px;
	width: 100%;
	position: relative;
}
#subService .cntImg::before {
	content: "";
	display: block;
	padding-top: 68.987%; /*(218 / 316)*/
}
#subService .cntItem:first-child .cntImg::before {
	padding-top: 54.3259%;/*(171 / 316)*/
}
#subService .cntItem:nth-child(2) .cntImg::before {
	padding-top: 64.2974%;/*(203 / 316)*/
}
#subService .cntItem:nth-child(3) .cntImg::before {
	padding-top: 60.6898%;/*(191 / 316)*/
}
#subService .cntItem:nth-child(4) .cntImg::before {
	padding-top: 68.987%; /*(218 / 316)*/
}
#subService .cntImg img {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#subService .cntBody {
	width: 672px;
	max-width: 100%;
}
#subService .cntItem:nth-child(2n + 1) .cntBody {
	margin-left: 28px;
	margin-top: 6px;
}
#subService .cntItem:nth-child(2n) .cntBody {
	margin-right: 20px;
}
#subService .cntItem:nth-child(2) .cntBody {
	margin-top: 9px;
}
#subService .cntHeading {
	font-size: 25px;
	color: #013281;
	padding-bottom: 13px;
	border-bottom: 1px solid #013281;
}
#subService .subCntText {
	letter-spacing: 0.02em;
	color: #013281;
	line-height: 1.875;
	margin-top: 18px;
	width: 584px;
	max-width: 100%;
}
#subService .cntItem:nth-child(2) .cntBody .subCntText {
	margin-top: 24px;
}
.surviceTextBox {
	margin-top: 20px;
	background-color: #06828F;
	padding-top: 41px;
	padding-bottom: 29px;
}
.surviceTextBox .cntBtn {
	text-align: center;
	margin-top: 12px;
}
.surviceTextBox .cntBtn .btn {
	padding-left: 70px;
	padding-right: 70px;
	font-size: 20px;
}
.surviceTextBox p {
	padding: 0 !important;
}
.subBnrWrapper {
	text-align: center;
	margin-top: 163px;
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
}
.subBnrWrapper::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 80px;
	top: -117px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #013281;
}

/*ご相談の流れセクション*/
#serviceFlow {
	margin-top: 151px;
}
#serviceFlow .cntBox {
	width: 960px;
	max-width: 100%;
	margin: 47px auto 0;
}
#serviceFlow .cntItems {

}
#serviceFlow .cntItem {
	text-align: center;
	color: #013281;
}
#serviceFlow .cntItem:not(:first-child) {
	margin-top: 114px;
}
#serviceFlow .cntItem:not(:last-child) {
	position: relative;
}
#serviceFlow .cntArrow {
	position: absolute;
	bottom: -91px;
	left: 50%;
	transform: translateX(-50%);
}
#serviceFlow .cntArrow img {
	width: 19px;
	height: 45px;
}
#serviceFlow .cntNumber {
	font-size: 52px;
	letter-spacing: -0.03em;
	display: inline-block;
	position: relative;
	z-index: 1;
}

#serviceFlow .cntNumber::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 17px;
	left: 0;
	bottom: -8px;
	border-radius: 11px;
	background-color:  #F5C508;
	z-index: -1;
}
#serviceFlow .cntBody {
	padding: 61px 80px 34px;
	background-color: #F8F8F8;
	border-radius: 125px;
	margin-top: -21px;
}
#serviceFlow .cntHeading {
	font-size: 28px;
	margin-top: 4px;
}
#serviceFlow .cntText {
	margin-top: 28px;
	line-height: 1.8125;
	text-align: left;
}


@media screen and (max-width: 767px) {
	.serviceMainVisual {
		background: url(../img/service/mainVisual02.jpg) no-repeat center / cover;
	}
	#subService {
		margin-top: 100px;
	}
	#subService .cntItem {
		display: block;
	}
	#subService .cntImg {
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	#subService .cntItem:nth-child(2n + 1) .cntBody {
		margin-left: 0;
	}
	#subService .cntItem:first-child .cntBody {
		margin-top: 32px;
	}
	#subService .cntItem:not(:first-child) .cntBody {
		margin-top: 32px;
	}
	#subService .cntHeading {
		font-size: 20px;
		line-height: 1.3;
	}
	#subService .subCntText {
		font-size: 15px;
	}
	#serviceFlow .cntBox {
		padding-left: 15px;
		padding-right: 15px;
	}
	#serviceFlow .cntNumber::before {
		height: 8px;
		bottom: -6px;
	}
	#serviceFlow .cntBody {
		padding: 30px 40px 17px;
		margin-top: -12px;
		border-radius: 70px;
	}
	#serviceFlow .cntNumber {
		font-size: 32px;
	}
	#serviceFlow .cntHeading {
		font-size: 20px;
		line-height: 1.357;
	}
	#subService .cntText{
		text-align: left;
	}
}