@charset "utf-8";

/* pageOuter_wrap */
.pageOuter_wrap{
	background-attachment: fixed;
	aspect-ratio: 1920 / 1080;
	background-image: url(../images/top/siteBg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* pageWrap */
.pageWrap{
	background-color: #000;
}

/* eyeCatch */
.eyeCatch{
	margin-bottom: 80px;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
/*@media (max-width:768px){
	.eyeCatch{
		margin-bottom: 50px;
	}
}*/

/* btnRow */
.btnRow>ul{
	width:1100px;
	margin: 0 auto;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btnRow>ul>li{
	width: 23%;
}
.btnRow>ul>li>a{
	display:flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.btnRow>ul>li>a:after{
	content: '';
	width: 33%;
	height: 30px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%,0);
	clip-path: polygon(0 0,50% 100%,100% 0);
	background: linear-gradient(180deg,transparent 0%,#b6a57c 100%);
	transition: 0.5s all;
}
.btnRow>ul>li>a:hover:after,
.btnRow>ul>li>a:active:after{
	bottom: -50px;
	transition: 0.5s all;
}
.btnRow>ul>li>a>h3{
	width: 100%;
}
.btnRow>ul>li>a>p{
	width:100%;
	font-size: 1.15em;
	line-height: 1.6;
	background-color: #b6a57c;
	padding: 20px 0;
}
@media (max-width:1500px){
	.btnRow>ul>li>a>p{
		font-size: 1.05em;
	}
}
@media (max-width:1320px){
	.btnRow>ul{
		width: 90%;
	}
}
@media (max-width:1024px){
	.btnRow>ul{
		width: 500px;
	}
	.btnRow>ul>li{
		width: 48%;
		margin-bottom: 80px;
	}
	.btnRow>ul>li:nth-child(3),
	.btnRow>ul>li:nth-child(4){
		margin-bottom: 0px;
	}
}
@media (max-width:768px){
	.btnRow>ul{
		width: 450px;
	}
	.btnRow>ul>li>a>p{
		font-size: 1.25em;
	}
}
@media (max-width:500px){
	.btnRow>ul{
		width: 90%;
	}
}
@media (max-width:400px){
	.btnRow>ul>li>a>p{
		font-size: 1.05em;
	}
}

/* pointContent */
.pointContent{
	display: flex;
}
.sideMenu{
	width:250px;
	height: calc(100vh - 126px);
	position: sticky;
	top: 0;
	left: 0;
	z-index: 2;
}
.sideMenu ul li{
	height: calc((100vh - 126px) / 4);
	text-align: center;
}
.sideMenu ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border:1px solid #796a56;
	background-color: #b6a57c;
	box-sizing: border-box;
	transition: 0.5s all;
}
.sideMenu ul li a h3{
	margin-bottom: 10px;
}
.sideMenu ul li a p{
	font-size: 1.15em;
	line-height: 1.8;
}
.sideMenu ul li a:hover,
.sideMenu ul li a:active,
.sideMenu ul li a.active{
	background-color: #d3c8af;
	transition: 0.5s all;
}
@media (max-width:1200px){
	.sideMenu{
		width:200px;
	}
}
@media (max-width:1024px){
	.sideMenu{
		height: calc(100vh - 60px);
	}
	.sideMenu ul li{
		height: calc((100vh - 60px) / 4);
	}
}
@media (max-width:768px){                    
	.pointContent{
		flex-direction: column;
	}
	.sideMenu{
		width: 100%;
		height: auto;
	}
	.sideMenu ul{
		display: flex;
		flex-wrap: wrap;
	}
	.sideMenu ul li{
		width: 50vw;
		height: auto;
	}
	.sideMenu ul li a{
		padding: 10px 0;
	}
	.sideMenu ul li a h3{
		width:80%;
		margin-bottom: 5px;
	}
	.sideMenu ul li a p{
		line-height: 1.4;
	}
}

/* pointWrap */
.pointWrap{
	width: calc(100% - 250px);
}
.pointWrap>.point>.imgBox>p{
	height: 70vh;
	position: relative;
}
.pointWrap>.point>.imgBox>p>img:nth-child(1),
.pointWrap>.point>.imgBox>p>img:nth-child(2){
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.pointWrap>.point>.imgBox>p>img.absolute{
	width: 40%;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 1%;
}
.pointWrap>.point>.txtBox>.txt01{
	padding: 50px;
	box-sizing: border-box;
	background-color: #fff;
}
.pointWrap>.point>.txtBox>.txt01>h4{
	font-size: 2em;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-bottom: 10px;
}
.pointWrap>.point>.txtBox>.txt01>p{
	font-size: 1em;
	line-height: 1.8;
}
.pointWrap>.point>.txtBox>.txt02{
	padding: 50px;
	box-sizing: border-box;
	background-color: #f2f2f2;
}
.pointWrap>.point>.txtBox>.txt02>h4{
	display: inline-block;
	font-size: 1.75em;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 0.25em 2em;
	color: #fff;
	background-color: #000;
	margin-bottom: 10px;
}
.pointWrap>.point>.txtBox>.txt02>p{
	font-size: 1.5em;
	line-height: 1.8;
}
@media (max-width:1600px){
	.pointWrap>.point>.txtBox>.txt01>h4{
		font-size: 1.75em;
	}
	.pointWrap>.point>.txtBox>.txt02>h4{
		font-size: 1.5em;
	}
	.pointWrap>.point>.txtBox>.txt02>p{
		font-size: 1.25em;
	}
}
@media (max-width:1200px){
	.pointWrap>.point>.txtBox>.txt01>h4{
		font-size: 1.5em;
	}
	.pointWrap>.point>.txtBox>.txt02>h4{
		font-size: 1.25em;
	}
	.pointWrap>.point>.txtBox>.txt02>p{
		font-size: 1.15em;
	}
}
@media (max-width:1200px){
	.pointWrap{
		width: calc(100% - 200px);
	}
}
@media (max-width:768px){
	.pointWrap{
		width: 100%;
	}
	.pointWrap>.point>.imgBox>p{
		height: 50vh;
		position: relative;
	}
	.pointWrap>.point>.imgBox>p>img.absolute{
		width: 70%;
		left: 50%;
		transform: translate(-50%,0);
	}
}
@media (max-width:500px){
	.pointWrap>.point>.imgBox>p{
		height: 40vh;
	}
	.pointWrap>.point>.txtBox>.txt01,
	.pointWrap>.point>.txtBox>.txt02{
		padding: 30px;
	}
}
@media (max-width:400px){
	.pointWrap>.point>.imgBox>p{
		height: 35vh;
	}
}