@charset "UTF-8";
/* ---------------------------------------
  プライバシーポリシー
-----------------------------------------*/
.service_nav {
	padding: 7rem 0 8rem;
}
@media screen and (max-width: 767px) {
	.service_nav {
		padding: 3rem 0 8rem;
	}
}
.service_nav .list {
	max-width: 74.7rem;
	margin: 0 auto;
}
.service_nav .list li {
	color: #000000;
	font-size: 1.8rem;
	line-height: 1.8888888889;
}
@media screen and (max-width: 767px) {
	.service_nav .list li {
		font-size: 2.4rem;
		line-height: 1.8333333333;
	}
}
.service_nav .list li a {
	display: block;
	padding: 1rem 5rem 1rem 0;
	background-image: linear-gradient(to right, #D0D0D0 0.2rem, transparent 0.2rem);
	background-repeat: repeat-x;
	background-size: 0.4rem 1px;
	background-position: left bottom;
	position: relative;
	transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
	.service_nav .list li a {
		padding: 1.8rem 5.6rem 1.8rem 0;
	}
}
.service_nav .list li a::after {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	border-right: 0.3rem solid #188060;
	border-bottom: 0.3rem solid #188060;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-60%) rotate(45deg);
	transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
	.service_nav .list li a::after {
		width: 1.7rem;
		height: 1.7rem;
		border-width: 0.4rem;
	}
}
@media (any-hover: hover) {
	.service_nav .list li a:hover {
		color: #188060;
	}
	.service_nav .list li a:hover::after {
		transform: translateY(-20%) rotate(45deg);
	}
}

/* sec_privacy
--------------------------------*/
#sec_privacy {
	padding: 0 0 14rem;
}
@media screen and (max-width: 767px) {
	#sec_privacy {
		padding: 0 0 12rem;
	}
}
#sec_privacy .intro > * + * {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	#sec_privacy .intro > * + * {
		margin-top: 3rem;
	}
}
#sec_privacy .intro .txt {
	line-height: 2.125;
}
@media screen and (max-width: 767px) {
	#sec_privacy .intro .txt {
		line-height: 1.9285714286;
	}
}
#sec_privacy .intro ol {
	counter-reset: item;
}
#sec_privacy .intro ol li {
	color: #000000;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.8888888889;
	padding-left: 2.7rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_privacy .intro ol li {
		font-size: 3.2rem;
		line-height: 1.8125;
		padding-left: 4.8rem;
	}
}
#sec_privacy .intro ol li::before {
	content: counter(item) ".";
	counter-increment: item;
	text-align: right;
	min-width: 1.25em;
	position: absolute;
	left: 0;
	top: 0;
}
#sec_privacy .contents {
	padding-top: 7rem;
	border-top: 1px solid #188060;
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents {
		padding-top: 7.6rem;
		margin-top: 6rem;
	}
}
#sec_privacy .contents .block + .block {
	margin-top: 8.5rem;
}
#sec_privacy .contents .block .block_head {
	display: flex;
}
#sec_privacy .contents .block .block_head .num {
	width: 8.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	padding: 1rem;
	background-color: #188060;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_head .num {
		width: 15.9rem;
		font-size: 3.2rem;
	}
}
#sec_privacy .contents .block .block_head .ttl {
	flex: 1;
	color: #000000;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.7;
	padding: 1.2rem 2.3rem 1.1rem;
	background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_head .ttl {
		font-size: 3.6rem;
		line-height: 1.5;
		padding: 1.7rem 3rem 2.5rem;
	}
}
#sec_privacy .contents .block .block_head .ttl .small {
	font-size: 1.6rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_head .ttl .small {
		display: block;
		font-size: 2.2rem;
	}
}
#sec_privacy .contents .block .block_cnt {
	margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_cnt {
		margin-top: 6rem;
	}
}
#sec_privacy .contents .block .block_cnt > *:first-child {
	margin-top: 0 !important;
}
#sec_privacy .contents .block .block_cnt .ttl {
	color: #188060;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5454545455;
	margin-top: 4.7rem;
	margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_cnt .ttl {
		font-size: 3.4rem;
		line-height: 1.4117647059;
		margin-top: 7rem;
		margin-bottom: 2.5rem;
	}
}
#sec_privacy .contents .block .block_cnt .ttl + * {
	margin-top: 0 !important;
}
#sec_privacy .contents .block .block_cnt .s_ttl {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.7;
	padding: 1.1rem 3rem;
	border: 1px solid #188060;
	margin-top: 8rem;
	margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_cnt .s_ttl {
		text-align: center;
		font-size: 3.2rem;
		line-height: 1.40625;
		padding: 3rem;
		margin-top: 7.5rem;
		margin-bottom: 5rem;
	}
}
#sec_privacy .contents .block .block_cnt .s_ttl + * {
	margin-top: 0 !important;
}
#sec_privacy .contents .block .block_cnt .txt {
	color: #000000;
	line-height: 2.125;
	margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_cnt .txt {
		margin-top: 2.5rem;
	}
}
#sec_privacy .contents .block .block_cnt .txt.large {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_cnt .txt.large {
		font-size: 3.6rem;
		line-height: 1.5;
	}
}
#sec_privacy .contents .block .block_cnt .txt.mt {
	margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_cnt .txt.mt {
		margin-top: 5.2rem;
	}
}
#sec_privacy .contents .block .block_cnt ul {
	margin-top: 2.5rem;
}
#sec_privacy .contents .block .block_cnt ul > li {
	color: #000000;
	line-height: 2.125;
	padding-left: 2.6rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_cnt ul > li {
		font-size: 2.8rem;
		line-height: 1.9285714286;
		padding-left: 4.5rem;
	}
}
#sec_privacy .contents .block .block_cnt ul > li::before {
	content: "";
	width: 0.3rem;
	height: 0.3rem;
	background-color: #000000;
	border-radius: 50%;
	position: absolute;
	left: 0.8rem;
	top: 1.7rem;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_cnt ul > li::before {
		width: 0.5rem;
		height: 0.5rem;
		left: 2rem;
		top: 2.6rem;
	}
}
#sec_privacy .contents .block .block_cnt ol {
	counter-reset: item;
	margin-top: 2.5rem;
}
#sec_privacy .contents .block .block_cnt ol > li {
	color: #000000;
	line-height: 2.125;
	padding-left: 2.6rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_privacy .contents .block .block_cnt ol > li {
		font-size: 2.8rem;
		line-height: 1.9285714286;
		padding-left: 4.5rem;
	}
}
#sec_privacy .contents .block .block_cnt ol > li::before {
	content: counter(item) ".";
	counter-increment: item;
	text-align: right;
	min-width: 1.25em;
	position: absolute;
	left: 0;
	top: 0;
}
#sec_privacy .contents .block .block_cnt ul > li > *, #sec_privacy .contents .block .block_cnt ol > li > * {
	margin: 0.5em 0;
}