@charset "UTF-8";

/* タイトル */
.title-col {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	margin-top: 134px;
	max-width: 1168px;
}

.title-col::after {
	content: "";
	position: absolute;
	top: -409px;
	right: -316px;
	background: url(../img/circle-g.webp) no-repeat;
	background-size: contain;
	width: 852px;
	height: 827px;
	z-index: -1;
}

.title-col h1 {
	background: linear-gradient(90deg, #619E14 0%, #C8C82E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	flex-flow: column;
	flex-shrink: 0;
	font-size: 50px;
	line-height: 1;
	letter-spacing: .08em;
	max-width: max-content;
}

.title-col span {
	line-height: 1;
}

.title-col svg {
	margin-top: 25px;
}

/* 本文 */

.privacy {
	margin: 70px auto 242px;
	width: 90%;
	max-width: 1008px;
}

.privacy section {
	position: relative;
	margin-top: 67px;
}

.privacy h2 {
	padding-left: 21px;
	position: relative;
	margin-bottom: 16px;
}

.privacy h2::before {
	content: "";
	position: absolute;
	left: 0;
	background: #508F02;
	width: 6px;
	height: 100%;
}

.privacy ol {
	counter-reset: counter;
}

.privacy ol>li {
	counter-increment: counter;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.5;
	padding-left: 1em;
	position: relative;
}

.privacy ol>li::before {
	content: counter(counter)".";
	position: absolute;
	left: 0;
}

.privacy ol.big>li {
	padding-left: 40px;
}

.privacy ol.big>li::before {
	font-size: 25px;
	font-weight: bold;
	top: -10px;
}

/* 装飾 */
.privacy section:nth-of-type(2)::after {
	content: "";
	position: absolute;
	bottom: -901px;
	left: -699px;
	background: url(../img/circle-y.webp) no-repeat;
	background-size: contain;
	width: 981px;
	height: 952px;
	z-index: -1;
}

.privacy section:nth-of-type(5)::after {
	content: "";
	position: absolute;
	bottom: -237px;
	right: -396px;
	background: url(../img/circle-g.webp) no-repeat;
	background-size: contain;
	width: 618px;
	height: 600px;
	z-index: -1;
}

.privacy section:nth-of-type(8)::after {
	content: "";
	position: absolute;
	top: 38px;
	left: -489px;
	background: url(../img/circle-y.webp) no-repeat;
	background-size: contain;
	width: 593px;
	height: 575px;
	z-index: -1;
}

/* タブレット */
@media screen and (max-width: 1140px) {
	.title-col::after {
		top: -287px;
		right: -231px;
		width: 638px;
		height: 619px;
	}
}

/* sp */
@media screen and (max-width: 767px) {
	.title-col h1 {
		font-size: 30px;
		letter-spacing: .08em;
		line-height: 1.2;
	}

	.title-col::after {
		top: -90px;
		right: -58px;
		width: 244px;
		height: 237px;
	}

	/* 本文 sp */
	.privacy .main-text-m {
		line-height: 1.68;
	}

	/* 装飾 sp */
	.privacy section:nth-of-type(2)::after {
		bottom: auto;
		top: 20px;
		left: -90px;
		width: 205px;
		height: 200px;
	}

	.privacy section:nth-of-type(3)::after {
		content: "";
		position: absolute;
		top: 244px;
		right: -90px;
		background: url(../img/circle-g.webp) no-repeat;
		background-size: contain;
		width: 244px;
		height: 237px;
		z-index: -1;
	}

	.privacy section:nth-of-type(4)::after {
		content: "";
		position: absolute;
		top: 68px;
		left: -90px;
		background: url(../img/circle-y.webp) no-repeat;
		background-size: contain;
		width: 205px;
		height: 200px;
		z-index: -1;
	}

	.privacy section:nth-of-type(5)::before {
		content: "";
		position: absolute;
		top: 379px;
		right: -90px;
		background: url(../img/circle-g.webp) no-repeat;
		background-size: contain;
		width: 244px;
		height: 237px;
		z-index: -1;
	}

	.privacy section:nth-of-type(5)::after {
		background: url(../img/circle-y.webp) no-repeat;
		background-size: contain;
		right: auto;
		bottom: 144px;
		left: -90px;
		width: 205px;
		height: 200px;
	}

	.privacy section:nth-of-type(6)::after {
		content: "";
		position: absolute;
		top: 273px;
		right: -90px;
		background: url(../img/circle-g.webp) no-repeat;
		background-size: contain;
		width: 244px;
		height: 237px;
		z-index: -1;
	}

	.privacy section:nth-of-type(7)::after {
		content: "";
		position: absolute;
		bottom: 39px;
		left: -90px;
		background: url(../img/circle-y.webp) no-repeat;
		background-size: contain;
		width: 205px;
		height: 200px;
		z-index: -1;
	}

	.privacy section:nth-of-type(8)::after {
		background: url(../img/circle-g.webp) no-repeat;
		background-size: contain;
		left: auto;
		right: -90px;
		top: 373px;
		width: 244px;
		height: 237px;
	}

	.privacy section:nth-of-type(10)::after {
		content: "";
		position: absolute;
		top: -85px;
		left: -90px;
		background: url(../img/circle-y.webp) no-repeat;
		background-size: contain;
		width: 205px;
		height: 200px;
		z-index: -1;
	}
}