@charset "UTF-8";

/*================================================

　メインビジュアル

=================================================*/
.mainvisual-text {
	left: 11.50748%;
}

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

	.mainvisual-text {
		width: 30%;
	}

}

/*================================================

　company

=================================================*/
.privacy {
	position: relative;
	max-width: 1280px;
	margin: -100px auto 0;
	padding: 100px 3.115625% 0;
	z-index: 9;
}
.privacy-content {
	position: relative;
	margin: 2.272727% 0;
	padding: 1.818182% 12.272727% 4.545455%;
	font-size: clamp(1.2rem, (100vw - 375px) * 2 / 392 + 12px, 1.4rem);
	line-height: 1.8;
	border: 10px solid #00a0e9;
	border-radius: 29px;
}

.privacy-content ul {
	margin-top: 2.5em;
}
.privacy-content ul li {
	margin-bottom: 2.5em;
}
.privacy-content ul li p:nth-of-type(2) {
	margin-top: 2.5em;
	margin-left: 1.5em;
}
.privacy-content ul li ul {
	margin: 2.5em 0 0 1.5em;
}
.privacy-content ul li ul li {
	margin-bottom: 0;
	text-indent: -1em;
	padding-left: 1em;
}

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

}

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

	.privacy-content {
		padding: 1.818182% 8.272727% 8.545455%;
		border: 6px solid #00a0e9;
	}

}
