.payrollIntro {
	padding: 70px 0 60px;
	text-align: center;
}

.payrollLead {
	margin: 0 0 25px;
	color: #006b4f;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
}

.payrollIntroTxt {
	max-width: 820px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.9;
	text-align: left;
}

.payrollSection {
	padding: 80px 0;
}

.payrollTit {
	position: relative;
	margin: 0 0 45px;
	padding-bottom: 18px;
	color: #006b4f;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.payrollTit::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #006b4f;
	transform: translateX(-50%);
}

.payrollWorry {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 35px 40px;
	background: #fffaf0;
}

.payrollWorryList {
	width: 60%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.payrollWorryList li {
	position: relative;
	margin: 0 0 14px;
	padding-left: 32px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
}

.payrollWorryList li:last-child {
	margin-bottom: 0;
}

.payrollWorryList li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 4px;
	width: 14px;
	height: 8px;
	border-left: 3px solid #006b4f;
	border-bottom: 3px solid #006b4f;
	transform: rotate(-45deg);
}

.payrollWorryImg {
	width: 36%;
	margin: 0;
	flex-shrink: 0;
}

.payrollWorryImg img {
	display: block;
	width: 100%;
	height: auto;
}

.payrollMeritList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.payrollMerit {
	padding: 35px 30px 30px;
	border: 1px solid #ddd;
	background: #fff;
}

.payrollNum {
	display: block;
	margin-bottom: 10px;
	color: #006b4f;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.payrollMerit h3 {
	margin: 0 0 15px;
	color: #006b4f;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.payrollMerit p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
}

.payrollFeature {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}

.payrollFeatureImg {
	width: 42%;
	flex-shrink: 0;
	margin: 0;
}

.payrollFeatureImg img {
	display: block;
	width: 100%;
	height: auto;
}

.payrollFeatureTxt {
	width: 58%;
}

.payrollFeatureTxt h3 {
	margin: 0 0 20px;
	color: #006b4f;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.6;
}

.payrollFeatureTxt p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
}

.payrollFeatureTxt p + p {
	margin-top: 20px;
}

.payrollSystemLogos {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-top: 25px;
}

.payrollSystemLogos img {
	width: auto;
	max-width: 180px;
	max-height: 45px;
}

.payrollPointList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 45px;
}

.payrollPoint {
	padding: 28px 25px;
	border: 1px solid #ddd;
	background: #fff;
}

.payrollPoint > span {
	display: block;
	margin-bottom: 8px;
	color: #006b4f;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.payrollPoint h3 {
	margin: 0 0 12px;
	color: #006b4f;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.payrollPoint p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
}

.payrollServiceList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.payrollServiceBox {
	padding: 28px 25px;
	border: 1px solid #ddd;
	background: #fff;
}

.payrollServiceBox h3 {
	margin: 0 0 18px;
	padding: 10px 15px;
	border-left: 4px solid #006b4f;
	background: #f3f5f4;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.payrollServiceBox ul {
	margin: 0;
	padding-left: 22px;
}

.payrollServiceBox li {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.7;
}

.payrollServiceBox li:last-child {
	margin-bottom: 0;
}

.payrollFlow {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.payrollFlowItem {
	position: relative;
	padding: 25px 18px;
	border: 1px solid #ddd;
	background: #fff;
}

.payrollFlowItem:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 40px;
	right: -11px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #006b4f;
	border-right: 2px solid #006b4f;
	transform: rotate(45deg);
}

.payrollFlowNum {
	display: block;
	margin-bottom: 10px;
	color: #006b4f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.payrollFlowItem h3 {
	margin: 0 0 12px;
	color: #006b4f;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
}

.payrollFlowItem p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
}

.payrollCloud {
	padding: 40px;
	border: 1px solid #ddd;
	background: #fff;
}

.payrollCloudTxt {
	max-width: 820px;
	margin: 0 auto 35px;
	text-align: center;
}

.payrollCloudTxt h3 {
	margin: 0 0 15px;
	color: #006b4f;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
}

.payrollCloudTxt p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	text-align: left;
}

.payrollCloudFlow {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.payrollCloudItem {
	position: relative;
	padding: 28px 20px;
	border: 1px solid #ddd;
	background: #f7f8f7;
	text-align: center;
}

.payrollCloudItem:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #006b4f;
	border-right: 2px solid #006b4f;
	transform: translateY(-50%) rotate(45deg);
}

.payrollCloudItem > span {
	display: block;
	margin-bottom: 8px;
	color: #006b4f;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.payrollCloudItem h3 {
	margin: 0 0 10px;
	color: #006b4f;
	font-size: 18px;
	font-weight: 700;
}

.payrollCloudItem p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
}

.payrollCloudLogos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}

.payrollCloudLogos img {
	width: auto;
	max-width: 180px;
	max-height: 50px;
}

.payrollRelation {
	max-width: 900px;
	margin: 0 auto;
}

.payrollRelationLead {
	margin: 0 0 15px;
	color: #006b4f;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.payrollRelation > p:not(.payrollRelationLead) {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
}

.payrollRelationFlow {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 35px;
}

.payrollRelationItem {
	position: relative;
	padding: 25px 20px;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
}

.payrollRelationItem:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #006b4f;
	border-right: 2px solid #006b4f;
	transform: translateY(-50%) rotate(45deg);
}

.payrollRelationItem span {
	display: block;
	margin-bottom: 8px;
	color: #006b4f;
	font-size: 13px;
	font-weight: 700;
}

.payrollRelationItem h3 {
	margin: 0;
	color: #006b4f;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
}

.payrollRelation .btnWrap {
	margin-top: 40px;
}

.payrollChangeBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	padding: 40px;
	border: 1px solid #d8e2dd;
	background: #f5f8f6;
}

.payrollChangeTxt {
	width: 52%;
}

.payrollChangeTxt h2 {
	margin: 0 0 18px;
	color: #006b4f;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

.payrollChangeTxt p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
}

.payrollChangeFlow {
	width: 44%;
}

.payrollChangeFlow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.payrollChangeFlow li {
	position: relative;
	margin-bottom: 10px;
	padding: 13px 40px 13px 20px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.payrollChangeFlow li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #006b4f;
	border-bottom: 2px solid #006b4f;
	transform: translateX(-50%) rotate(45deg);
	z-index: 2;
}

.payrollChangeFlow li:last-child {
	margin-bottom: 0;
}

.payrollPrice {
	max-width: 760px;
	margin: 0 auto 35px;
	border: 1px solid #ccc;
	background: #fff;
}

.payrollPriceHead {
	padding: 16px 20px;
	background: #006b4f;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.payrollPriceBody {
	padding: 30px;
	text-align: center;
}

.payrollPriceMain {
	margin: 0;
	font-size: 18px;
	line-height: 1.8;
}

.payrollPriceMain > span {
	margin-right: 8px;
	font-size: 15px;
}

.payrollPriceMain strong {
	color: #006b4f;
	font-size: 26px;
	font-weight: 700;
}

.payrollPriceNotes {
	margin: 20px 0 0;
	padding: 20px 20px 20px 40px;
	background: #f7f8f7;
	text-align: left;
}

.payrollPriceNotes li {
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.7;
}

.payrollPriceNotes li:last-child {
	margin-bottom: 0;
}

.payrollFaq {
	max-width: 900px;
	margin: 0 auto;
}

.payrollFaq dl {
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.payrollFaq dl:first-child {
	border-top: 1px solid #ddd;
}

.payrollFaq dt,
.payrollFaq dd {
	position: relative;
	padding-left: 55px;
}

.payrollFaq dt {
	padding-top: 22px;
	padding-bottom: 22px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

.payrollFaq dd {
	margin: 0;
	padding-top: 0;
	padding-bottom: 24px;
	font-size: 15px;
	line-height: 1.8;
}

.payrollFaq dt > span,
.payrollFaq dd > span {
	position: absolute;
	top: 18px;
	left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 700;
}

.payrollFaq dt > span {
	background: #006b4f;
	color: #fff;
}

.payrollFaq dd > span {
	top: 0;
	border: 1px solid #006b4f;
	background: #fff;
	color: #006b4f;
}

.payrollFaq dd p {
	margin: 0;
}

.payrollCta {
	padding: 70px 0;
	background: #f5f8f6;
	text-align: center;
}

.payrollCta h2 {
	margin: 0 0 20px;
	color: #006b4f;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
}

.payrollCta p {
	margin: 0 0 35px;
	font-size: 16px;
	line-height: 1.8;
}

.payrollCta .btnWrap {
	margin-top: 0;
}

.payrollDetailBtn {
	margin-top: 40px;
	text-align: center;
}

.payrollDetailBtn a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 420px;
	max-width: 100%;
	min-height: 60px;
	padding: 12px 50px 12px 25px;
	box-sizing: border-box;
	border: 1px solid #006b4f;
	background: #006b4f;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	transition: 0.3s;
}

.payrollDetailBtn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.payrollDetailBtn a:hover {
	background: #fff;
	color: #006b4f;
}

.payrollDetailBtn a:hover::after {
	border-color: #006b4f;
}

@media screen and (max-width: 600px) {

	.payrollDetailBtn {
		margin-top: 35px;
	}

	.payrollDetailBtn a {
		width: 100%;
		min-height: 56px;
		padding: 12px 45px 12px 20px;
		font-size: 15px;
	}

}


@media screen and (max-width: 900px) {

	.payrollIntro {
		padding: 55px 30px 50px;
	}

	.payrollSection {
		padding: 65px 30px;
	}

	.payrollFeature {
		flex-direction: column;
		gap: 25px;
	}

	.payrollFeatureImg,
	.payrollFeatureTxt {
		width: 100%;
	}

	.payrollFeatureImg {
		max-width: 560px;
		margin: 0 auto;
	}

	.payrollFlow {
		grid-template-columns: repeat(2, 1fr);
	}

	.payrollFlowItem::after {
		display: none;
	}

	.payrollFlowItem:last-child {
		grid-column: 1 / -1;
	}

	.payrollCloudFlow,
	.payrollRelationFlow {
		grid-template-columns: 1fr;
	}

	.payrollCloudItem::after,
	.payrollRelationItem::after {
		display: none;
	}

	.payrollChangeBox {
		flex-direction: column;
	}

	.payrollChangeTxt,
	.payrollChangeFlow {
		width: 100%;
	}

}

@media screen and (max-width: 600px) {

	.payrollIntro {
		padding: 40px 20px;
	}

	.payrollLead {
		font-size: 21px;
	}

	.payrollIntroTxt {
		font-size: 15px;
	}

	.payrollSection {
		padding: 50px 20px;
	}

	.payrollTit {
		margin-bottom: 35px;
		font-size: 24px;
	}

	.payrollWorry {
		flex-direction: column;
		gap: 25px;
		padding: 25px 20px;
	}

	.payrollWorryList {
		width: 100%;
	}

	.payrollWorryList li {
		margin-bottom: 12px;
		padding-left: 28px;
		font-size: 14px;
	}

	.payrollWorryImg {
		width: 75%;
		max-width: 320px;
		margin: 0 auto;
	}

	.payrollMeritList,
	.payrollPointList,
	.payrollServiceList,
	.payrollFlow {
		grid-template-columns: 1fr;
	}

	.payrollMerit,
	.payrollPoint,
	.payrollServiceBox,
	.payrollFlowItem {
		padding: 24px 20px;
	}

	.payrollMerit h3,
	.payrollFeatureTxt h3,
	.payrollCloudTxt h3 {
		font-size: 18px;
	}

	.payrollFeatureTxt p,
	.payrollMerit p,
	.payrollPoint p,
	.payrollCloudTxt p,
	.payrollRelation > p:not(.payrollRelationLead) {
		font-size: 15px;
	}

	.payrollSystemLogos,
	.payrollCloudLogos {
		flex-wrap: wrap;
	}

	.payrollSystemLogos img,
	.payrollCloudLogos img {
		max-width: 150px;
	}

	.payrollCloud {
		padding: 25px 20px;
	}

	.payrollCloudItem,
	.payrollRelationItem {
		padding: 22px 18px;
	}

	.payrollRelationLead {
		font-size: 18px;
	}

	.payrollChangeBox {
		padding: 30px 20px;
	}

	.payrollChangeTxt h2 {
		font-size: 21px;
	}

	.payrollPriceBody {
		padding: 25px 15px;
	}

	.payrollPriceMain {
		font-size: 16px;
	}

	.payrollPriceMain strong {
		display: inline-block;
		font-size: 22px;
	}

	.payrollFaq dt,
	.payrollFaq dd {
		padding-left: 48px;
	}

	.payrollFaq dt {
		font-size: 15px;
	}

	.payrollFaq dd {
		font-size: 14px;
	}

	.payrollFaq dt > span,
	.payrollFaq dd > span {
		left: 5px;
	}

	.payrollCta {
		padding: 55px 20px;
	}

	.payrollCta h2 {
		font-size: 22px;
	}

	.payrollCta p {
		font-size: 15px;
	}

}