@charset "utf-8";
/*------------------------------------------------------------
	keyword
------------------------------------------------------------*/
#main .comCenterTxt {
	margin-bottom: 13rem;
}
#main .comBox {
	margin-bottom: 12.5rem;
	padding: 8.7rem 0 14rem;
}
#main p {
	letter-spacing: 0.1em;
}
#main .linkList {
	margin: 9.2rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
}
#main .linkList li {
	width: calc((100% - 18rem) / 4);
}
#main .linkList a {
	padding: 0.5rem 2.8rem 0.5rem 0.4rem;
	height: 11rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.687;
	background: #fff url(../img/common/icon02.png) no-repeat center right 1.8rem / 0.7rem;
	border: 1px solid #3E3A39;
}
@media all and (min-width: 897px) {
	#main .comPageTitle h2 {
		margin-bottom: -10.2rem;
	}
	#main .comPageTitle h2 .text {
		margin-top: -5rem;
	}
	#main .linkList a:hover {
		color: #fff;
		background-color: #3e3a39;
		background-image: url(../img/common/icon01.png);
	}
}
@media all and (max-width: 896px) {
	#main .comPageTitle h2 {
		width: 10rem;
	}
	#main .comCenterTxt {
		margin-bottom: 5.5rem;
		width: calc(100% - 10.5rem);
		letter-spacing: 0.08em;
		font-feature-settings: "palt";
	}
	#main p:not(.comCenterTxt) {
		letter-spacing: 0.08em;
		line-height: 2;
		font-size: 1.3rem;
		text-align: justify;
	}
	#main .comBox {
		margin-bottom: 5rem;
		padding: 5rem 0 6.5rem;
	}
	#main .linkList {
		margin-top: 4.2rem;
		gap: 2.4rem 1.5rem;
	}
	#main .linkList li {
		width: calc((100% - 1.5rem) / 2);
	}
	#main .linkList a {
		padding-right: 1.8rem;
		height: 7.6rem;
		font-size: 1.3rem;
		letter-spacing: 0;
		font-feature-settings: "palt";
		line-height: 1.846;
		background-size: 0.5rem;
		background-position: right 0.5rem center;
	}
	#main .pageTop {
		display: none;
	}
}
.mfp-bg {
	background: #000;
	opacity: 0.24;
}
.mfp-container {
	overflow: auto;
}
/* popBox */
.popBox {
	margin: 8rem auto;
	padding: 5.1rem 6rem 6rem;
	max-height: 60rem;
	width: 90.3rem;
	overflow-y: auto;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}
.popBox .closeBtn {
	width: 5.8rem;
	height: 5.8rem;
	position: absolute;
	right: -1.2rem;
	top: -2.9rem;
	cursor: pointer;
}
.popBox .headLine03 {
	margin-bottom: 1.5rem;
	word-break: break-all;
}
.popBox .headLine03 br {
	display: none;
}
.popBox p {
	margin-bottom: 2.3rem;
	font-size: 1.3rem;
	line-height: 2.153;
	letter-spacing: 0.1em;
	text-align: justify;
	font-feature-settings: "palt";
	word-break: break-all;
}
.popBox p:last-child {
	margin-bottom: 0;
}
.popBox .imgBox {
	display: flex;
	align-items: flex-end;
	gap: 3rem;
}
.popBox .imgBox .photo {
	width: 32.4rem;
	aspect-ratio: 324/237;
	background-color: #606060;
}
.popBox .imgBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 897px) {
	.popBox .imgBox .comBtn a {
		min-width: 22rem;
		height: 4.4rem;
		font-size: 1.3rem;
		font-weight: 400;
	}
	.popBox .closeBtn:hover {
		opacity: 0.7;
	}
	.popBox p a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.popBox {
		margin: 4rem auto;
		padding: 3.8rem 2rem 5rem;
		width: calc(100vw - 4rem);
		max-height: inherit;
		overflow: inherit;
	}
	.popBox .headLine03 {
		margin-bottom: 3.3rem;
	}
	.popBox p {
		margin-bottom: 4.7rem;
		letter-spacing: 0.09em;
		font-feature-settings: "palt";
		line-height: 2;
		font-size: 1.3rem;
		text-align: justify;
	}
	.popBox .imgBox {
		display: block;
	}
	.popBox .imgBox .photo {
		margin-bottom: 5rem;
		width: 100%;
	}
	.popBox .imgBox .comBtn a {
		min-width: 25.15rem;
	}
}