@charset "UTF-8";
/*===================================
concept
===================================*/

/*��ͨ*/
.page_ttl {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	color: #fff;
	font-size: min(1.93vw,27px);
	letter-spacing: 0.31em;
	text-align: center;
}
.page_ttl small {
	display: block;
	font-size: min(0.93vw,13px);
	letter-spacing: 0.19em;
	margin: 10px -0.19em 0 0;
}
.page_ttl::after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #fff;
	margin: 15px auto 0;
}

h3.sec_ttl {
	background: #9C804A;
	background: linear-gradient(90deg, rgba(156, 128, 74, 1) 0%, rgba(185, 163, 96, 1) 50%, rgba(156, 128, 74, 1) 92%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: min(1.85vw,26px);
	line-height: 1.5;
	margin-bottom: 1em;
	letter-spacing: 0.09em;
}

/*���e*/
.main_Wrap {
	position: relative;
	aspect-ratio: 1920/1243;
	background: url(../img/main.jpg) no-repeat center center / cover;
	padding-top: 3%;
}
.main_Wrap .main_logo {
/*	width: 19.21875%;*/
	width: 18.5%;
	margin: 3% auto 0;
}
.bg01_Wrap {
	position: relative;
	background: url(../img/bg01.jpg) no-repeat center center / 100% 100%;
	color: #fff;
	text-align: center;
	padding: 6% 0;
	font-weight: 300;
}
.bg01_Wrap p {
	font-size: min(1.28vw,18px);
	line-height: 1.90909091;
	margin-bottom: 1.0em;
	letter-spacing: 0.09em;
}
.bg01_Wrap p:last-of-type { margin-bottom: 0; }


.bg02_Wrap {
	position: relative;
	background: url(../img/bg02.jpg) no-repeat center center / 100% 100%;
	color: #fff;
	text-align: center;
	padding: 7% 0;
	font-weight: 300;
}
.bg02_Wrap h4 {
	font-size: min(1.57vw,22px);
	letter-spacing: 0.04em;
}
.bg02_Wrap > .flex {
	max-width: 1100px;
	align-items: center;
	justify-content: space-between;
}
.bg02_Wrap > .flex .cross {
	width: 8.27272727%;
	padding-top: 8%;
}
.bg02_Wrap > .flex article {
	width: 40.90909091%;
}
.bg02_Wrap .head {
	font-size: min(1.57vw,22px);
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 1em 0;
}
.bg02_Wrap .copy {
	font-size: min(1.02vw,14.3px);
	letter-spacing: 0.025em;
	line-height: 1.81818182;
	text-align: justify;
	margin-bottom: 1.75em;
}
.bg02_Wrap .img01 {
	margin-bottom: 4%;
}
.bg02_Wrap .img01 + a {
	transition: .3s;
	display: block;
	background: #fff;
}
.bg02_Wrap .img01 + a img {
	transition: .3s;
}
.bg02_Wrap .img01 + a:hover {
	/* opacity: .6; */
	filter: brightness(1.2);
}
.bg02_Wrap .img01 + a:hover img {
	opacity: .9;
}
.bg02_Wrap .img02 {
	margin-bottom: 2%;
}

.locLink_Wrap {
	margin: 100px auto 0;
}


/*     tab
--------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px){





}


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

	/*��ͨ*/
	.page_ttl {
		font-size: 19px;
	}
	.page_ttl small {
		font-size: 11px;
		margin: 8px -0.19em 0 0;
	}
	.page_ttl::after {
		width: 60px;
		margin: 12px auto 0;
	}

	h3.sec_ttl {
		font-size: 16px;
		margin-bottom: 1em;
	}

	/*���e*/
	.main_Wrap {
		aspect-ratio: 375/653;
		background: url(../img/main_sp.jpg) no-repeat center center / cover;
		padding-top: 10%;
	}
	.main_Wrap .main_logo {
		width: 51.46666667%;
		margin: 8% auto 0;
	}

	.bg01_Wrap {
		background: url(../img/bg01_sp.jpg) no-repeat center center / cover;
		padding: 8% 0;
	}
	.bg01_Wrap p {
		font-size: 11px;
	}
	.bg01_Wrap p:last-of-type { margin-bottom: 0; }


	.bg02_Wrap {
		background: none;
		padding: 0;
		overflow: hidden;
	}
	.bg02_Wrap h4 {
		font-size: 15px;
		letter-spacing: 0.31em;
	}
	.bg02_Wrap > .flex {
		width: 100%;
		display: block;
	}
	.bg02_Wrap > .flex .cross {
		width: 100%;
		padding-top: 0;
		position: relative;
		height: 0;
		z-index: 1;
	}
	.bg02_Wrap > .flex .cross::before {
		content: "";
		display: block;
		width: 21.80232558%;
		aspect-ratio: 1/1;
		background: url(../img/cross.png) no-repeat center center / contain;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.bg02_Wrap > .flex .cross h3 {
		position: absolute;
		top: 50%;
		left: calc(50% + 0.5em);
		transform: translate(-50%,-50%);
		z-index: 1;
		width: 100%;
		font-size: 19px;
	}
	.bg02_Wrap > .flex article {
		width: 100%;
	}
	.bg02_Wrap > .flex article:first-of-type {
		background: url(../img/bg02-1_sp.jpg) no-repeat center center / cover;
		padding: 8% 0 16%;
	}
	.bg02_Wrap > .flex article:last-of-type {
		background: url(../img/bg02-2_sp.jpg) no-repeat center center / cover;
		padding: 16% 0 8%;
	}
	.bg02_Wrap .head {
		font-size: 17px;
		width: 90%;
		margin: 1em auto;
	}
	.bg02_Wrap .copy {
		font-size: 12px;
		letter-spacing: 0.05em;
		margin-bottom: 3em;
		width: 90%;
		margin: 1em auto;
	}
	.bg02_Wrap .img01 {
		margin-bottom: 8%;
	}
	.bg02_Wrap .img01 + a {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.bg02_Wrap .img02 {
		width: 90%;
		margin: 0 auto 4%;
	}

	.locLink_Wrap {
		margin: 50px auto 0;
	}


}