@charset "utf-8";

.public {
	overflow-x: hidden;
}

.public .page-ttl-en {
	width: 12.5rem;
}

.public .page-mv-wrap::before {
	background-image: url("../img/public/img_public.webp");
}

.public-contents {
	padding-top: 22rem;
	padding-bottom: 9rem;
}

.public-contents-flex {
	display: flex;
/*	flex-wrap: wrap;*/
	justify-content: space-between;
  flex-wrap: nowrap;
}

.public-contents-item:not(:last-of-type) {
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	border-bottom: 1px solid #E2E2E2;
}

.public-contents-ttl-en._01 {
	width: 6.5rem;
}
.public-contents-ttl-en._02 {
	width: 10.2rem;
}
.public-contents-ttl-en._03 {
	width: 13.4rem;
}

.public-contents-ttl {
	font-size: 3.4rem;
	letter-spacing: .06em;
	margin-top: 2rem;
}

.public-contents-ttl span {
	font-size: 1.4rem;
}

.public-contents-heading {
	font-size: 2.4rem;
	margin-bottom: 2.3rem;
}
.public-contents-heading:not(:first-of-type) {
	margin-top: 4.6rem;
}

.public-contents-txt {
	width: 52%;
	font-size: 1.4rem;
	line-height: 1.9;
}

.public-contents-txt p {
	line-height: 1.9;
}

.pdf {
	background: #FEFDF5;
	padding-top: 8rem;
	padding-bottom: 11rem;
}

.public-sec-ttl {
	font-size: 3.4rem;
	letter-spacing: .06em;
	text-align: center;
}

.pdf-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4rem;
}

.pdf-item {
	width: 31.4%;
	height: 5.7rem;
	background: #FFF;
	border: 2px solid;
	border-radius: 1.4rem;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 2.6rem;
	margin-right: 2.6rem;
}

.pdf-item:nth-of-type(3n) {
	margin-right: 0;
}

.pdf-item:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.pdf-item::after {
	content: '';
	width: 2.5rem;
	height: auto;
	aspect-ratio: 25/33;
	background-image: url("../img/common/icon_pdf02.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.6rem;
}

.pdf-item a {
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	padding-left: 4rem;
	display: flex;
	align-items: center;
}

.privacy {
	padding-top: 9rem;
	padding-bottom: 10rem;
}

.privacy-txt-box {
	height: 40rem;
	border: 2px solid #E5E5E5;
	border-radius: 1.4rem;
	overflow-y: scroll;
	margin-top: 4rem;
}

.privacy-txt-wrap {
	padding: 4.6rem;
}

.privacy-txt {
	font-size: 1.4rem;
	line-height: 1.9;
}

.privacy .pdf-item {
	width: 48.6%;
	margin-right: 2.5rem;
}
.privacy .pdf-item:last-of-type {
	margin-right: 0;
}



/*SP: 〜750px*/
@media screen and (max-width: 750px) {
	
	.public .page-ttl-en {
		width: 7.2rem;
	}
	
	.public .page-mv-wrap {
		margin-top: 6rem;
	}
	
	.public .page-mv-wrap::before {
		background-image: url("../img/public/img_public_sp.jpg");
	}
	
	.public-contents {
		padding-top: 6rem;
	}
	
	.public-contents-item:not(:last-of-type) {
		padding-bottom: 3.2rem;
		margin-bottom: 3.2rem;
	}
	
	.public-contents-flex {
		display: block;
	}
	
	.public-contents-ttl-en._01 {
		width: 5.4rem;
	}
	.public-contents-ttl-en._02 {
		width: 8.7rem;
	}
	.public-contents-ttl-en._03 {
		width: 11.4rem;
	}
	
	.public-contents-ttl {
		font-size: 2.4rem;
		margin-top: 1.6rem;
	}
	
	.public-contents-heading {
		font-size: 2rem;
		margin-bottom: 2.1rem;
	}
	
	.public-contents-txt {
		width: 100%;
		margin-top: 2.5rem;
	}
	.public-contents-item._03 .public-contents-txt {
		margin-top: 5.6rem;
	}
	
	.pdf {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	
	.public-sec-ttl {
		font-size: 2.4rem;
	}
	
	.pdf-list {
		display: block;
		margin-top: 3.2rem;
	}
	
	.pdf-item {
		width: 100%;
		height: 7.4rem;
		margin-bottom: 1.4rem;
	}
	
	.pdf-item:nth-last-of-type(-n+3) {
		margin-bottom: 1.4rem;
	}
	
	.pdf-item:last-of-type {
		margin-bottom: 0;
	}
	
	.pdf-item::after {
		right: 1.9rem;
	}
	
	.pdf-item a {
		font-size: 1.5rem;
		padding-left: 2.4rem;
	}
	
	.privacy {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	
	.privacy-txt-box {
		margin-top: 2.4rem;
	}
	
	.privacy-txt-wrap {
		padding: 2.4rem;
	}
	
	.privacy .pdf-item {
		width: 100%;
	}
	
}



