@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure img {
	width: 100%;
}
#main figure figcaption {
	position: absolute;
	left: 1em;
	bottom: 1em;
	font-size: 0.833rem;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	padding: 0 0 120px 0;
	background-image: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.05));
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	position: relative;
	margin-top: -20px;
}
#information h2 {
	font-size: 2.133rem;
	font-weight: normal;
	line-height: 1.4;
}
#information #access {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1em;
	width: 900px;
	padding: 20px;
	margin: auto;
	margin-top: 30px;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(255,255,255,.3);
	font-size: 2.133rem;
}
#information h3 {
	margin-top: 30px;
	font-size: 5.466rem;
	font-weight: normal;
	line-height: 1.2;
}
#information h3 a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.1em;
	color: #E3E446;
}
#information h3 a .small {
	font-size: 3.066rem;
}
#information + .request-box {
	margin-top: 50px;
}



/****************************************************************************************************
concept
****************************************************************************************************/
#concept {
	position: relative;
	margin-top: 100px;
	padding-top: 100px;
}
#concept::before {
	position: absolute;
	content: "";
	display: block;
	width: 1200px;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.4) , rgba(255,255,255,0));
}
#concept h3 {
	color: #DFD28D;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.8;
}
#concept p {
	margin-top: 30px;
	font-size: 1.333rem;
	line-height: 3.0;
}
#concept-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
	margin-top: 60px;
}
figure.img-box {
	position: relative;
	display: inline-block;
}
figure.img-box figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: right;
}
figure.img-box figcaption.in {
	position: absolute;
	right: 0.6em;
	bottom: 0.6em;
	line-height: 1.0;
}
figure.img-box figcaption.in.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figure img {
	}
	#main figure figcaption {
		bottom: 8vw;
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		padding: 0 0 12vw 0;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		width: 92vw;
		margin: auto;
		margin-top: -4vw;
	}
	#information h2 {
		font-size: 1.333rem;
	}
	#information #access {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 3vw;
		width: 100%;
		padding: 4vw;
		margin-top: 4vw;
		font-size: 1.333rem;
	}
	#information #access img {
		width: 64vw;
	}
	#information h3 {
		margin-top: 4vw;
		font-size: 2.4rem;
	}
	#information h3 a {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#information h3 a .small {
		font-size: 1.6rem;
	}
	#information + .request-box {
		margin-top: 6vw;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept {
		width: 92vw;
		margin: auto;
		margin-top: 10vw;
		padding-top: 10vw;
	}
	#concept::before {
		width: 100%;
	}
	#concept h3 {
		font-size: 1.333rem;
	}
	#concept p {
		margin-top: 4vw;
		font-size: 0.833rem;
		line-height: 3.0;
	}
	#concept-img {
		gap: 2vw;
		margin-top: 4vw;
	}
	figure.img-box {
		position: relative;
		display: inline-block;
	}
	figure.img-box figcaption {
		font-size: 0.533rem;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}