@charset "UTF-8";

#sub_nav.top li:first-child a,
#sub_nav.features li:nth-child(2) a,
#sub_nav.history li:nth-child(3) a,
#sub_nav.privacy li:nth-child(4) a {
	background-color: #fff;
    color: #d59f3e;
	pointer-events: none;
}


@media screen and (min-width: 769px) {

	#privacy h2 {
		font-size: clamp(2.4rem,2.8vw,3.8rem);
	}
	
	#privacy h2 span {
		display: block;
	}
	
	#privacy h2 span.jp {
		font-size: clamp(1.8rem,1.4vw,2.2rem);
		margin-top: 1em;
		font-weight: bold;
	}

/*=============================================================
privacy
=============================================================*/
	
	#privacy .wrap {
		margin-top: clamp(40px,2vw,50px);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
	}

	#privacy .wrap::after {
		content: "";
		position: absolute;
		width: 70%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	#privacy .wrap .image {
		width: 41.5%;
		padding-top: min(7.9vw,150px);
		align-self: flex-start;
		order: 5;
	}
	
	#privacy .wrap .image img {
		border-radius: 0 6.84vw 0 0;
	}
	
	#privacy .wrap .text_box {
		width: calc(70% - 1.0rem);
		box-sizing: border-box;
		padding-top: min(7.9vw,150px);
		padding-right: 2vw;
		margin-right: 0;
		margin-left: auto;
	}
	
	#privacy .wrap .text_box ul {
		max-width: 620px;
		margin-right: auto;
		margin-left: 0;
		line-height: 2;
	}
	
	#privacy .wrap .text_box ul li {
		box-sizing: border-box;
		font-size: 1.6rem;
		padding-left: 1.5em;
		padding-right: 1.0em;
		position: relative;
		margin-top: 1.5em;
	}
	#privacy .wrap .text_box ul li:first-child {
		margin-top: 0;
	}
	
	#privacy .wrap .text_box ul li::before {
		content: "";
		position: absolute;
		width: .8em;
		height: .8em;
		background-color: #231815;
		left: 0;
		top: .5em;
	}

}

@media screen and (min-width: 521px) and (max-width: 768px) {
	
	#privacy h2 {
		margin-top: 1em;
		line-height: 1.8;
		font-size: 2.2rem;
		box-sizing: border-box;
		padding: 0 3vw;
		width: 100%;
		position: relative;
	}

	#privacy h2::after {
		content: "";
		position: absolute;
		width: 88%;
		border-bottom: 1px solid #231815;
		right: 0;
		bottom: 0;
	}
	
	#privacy span {
		display: block;
	}
	
	#privacy span.jp {
		font-size: 1.8rem;
		margin-top: 0.6em;
		padding-bottom: 1em;
		font-weight: bold;
	}
	

/*=============================================================
privacy
=============================================================*/
	
	#privacy .wrap {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	#privacy .wrap .image {
		width: 60%;
		padding-top: 60px;
		align-self: flex-start;
		order: 5;
	}
	
	#privacy .wrap .image img {
		border-radius: 0 12vw 0 0;
	}
	
	#privacy .wrap .text_box {
		width: 88%;
		box-sizing: border-box;
		margin-top: 60px;
		margin-right: 0;
		margin-left: auto;
		padding: 0 3vw;
	}
	
	#privacy .wrap .text_box ul {
		margin-right: auto;
		margin-left: 0;
	}
	
	#privacy .wrap .text_box ul li {
		box-sizing: border-box;
		font-size: 1.6rem;
		padding-left: 1.5em;
		padding-right: 1.0em;
		position: relative;
		margin-top: 1.5em;
	}
	#privacy .wrap .text_box ul li:first-child {
		margin-top: 0;
	}
	
	#privacy .wrap .text_box ul li::before {
		content: "";
		position: absolute;
		width: .8em;
		height: .8em;
		background-color: #231815;
		left: 0;
		top: .5em;
	}
}
		
@media screen and (max-width: 520px) {

	#privacy h2 {
		margin-top: 1em;
		line-height: 1.8;
		box-sizing: border-box;
		padding: 0 3vw;
		width: 100%;
		position: relative;
	}

	#privacy h2::after {
		content: "";
		position: absolute;
		width: 88%;
		border-bottom: 1px solid #231815;
		right: 0;
		bottom: 0;
	}
	
	#privacy span {
		display: block;
	}
	
	#privacy span.jp {
		font-size: 2.25rem;
		margin-top: 0.6em;
		padding-bottom: 1em;
		font-weight: bold;
	}
	

/*=============================================================
privacy
=============================================================*/
	
	#privacy .wrap {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	#privacy .wrap .image {
		width: 88%;
		padding-top: 50px;
		align-self: flex-start;
		order: 5;
	}
	
	#privacy .wrap .image img {
		border-radius: 0 12vw 0 0;
	}
	
	#privacy .wrap .text_box {
		width: 100%;
		box-sizing: border-box;
		margin-top: 50px;
		margin-right: 0;
		margin-left: auto;
		padding: 0 3vw;
	}
	
	#privacy .wrap .text_box ul {
		margin-right: auto;
		margin-left: 0;
	}
	
	#privacy .wrap .text_box ul li {
		box-sizing: border-box;
		font-size: 2.0rem;
		padding-left: 1.5em;
		position: relative;
		margin-top: 1.5em;
	}
	#privacy .wrap .text_box ul li:first-child {
		margin-top: 0;
	}
	
	#privacy .wrap .text_box ul li::before {
		content: "";
		position: absolute;
		width: .8em;
		height: .8em;
		background-color: #231815;
		left: 0;
		top: .4em;
	}
}