/*=================================================
 * CSS for PC
 * ================================================= */

body{
	background: url(./img/pc_bg.jpg) no-repeat center bottom fixed;
	background-size: cover;
}
main{
	padding-bottom: 70px;
	background: #fff;
}
.testimg{
	font-size: 0;
	line-height: 0;
	padding: 0 0;
}
.testimg img{
	width: 100%;
	height: auto;
}

header{
	position: relative;
	height: 100vh;
}
header h1{
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
}
nav{	display: none;}


/** topbox **/

#topbox{
	position: relative;
	width: 50%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-right: auto;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
#topbox #topmenu{
	width: 150px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: calc(50% - 145px);
	right: -140px;
}
#topbox #topmenu a{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 40px;
	text-align: left;
	color: #fff;
	background: #000;
	margin: 0 0 10px 0;
	padding: 0 0 0 22px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#topbox #topmenu a:hover{
	color: #b09a50;
	text-decoration: none;
}
#topbox #topmenu a:last-of-type{	margin-bottom: 0;}
#topbox #topmenu a:before,
#topbox #topmenu a:after{
	content: "";
	position: absolute;
	top: 0;
}
#topbox #topmenu a:before{
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	border-width: 40px 20px 0px 0px;
}
#topbox #topmenu a:after{
	left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #000 transparent;
	border-width: 0px 0px 40px 20px;
}
#topbox #topmenu a span{
	font-size: 16px;
	line-height: 1;
	color: #b09a50;
	position: absolute;
	top: 10px;
	left: 2px;
}

#topbox_in{
	padding: 290px 0 0 0;
	background: url(../img/all/h_logo.png) no-repeat top center;
	background-size: 215px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#topbox_in h2{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin: 0 0 20px 0;
}
#topbox_in p{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}





/** news **/

#news{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: left;
	color: #fff;
	background: #000;
	padding: 50px 100px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#news h3{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	width: 255px;
	line-height: 1.1;
}
#news h3 span{
	display: block;
	font-size: 50px;
	color: #b09a50;
}
#news h3 em{
	display: block;
	font-size: 16px;
}
#news .news_list{
	width: calc(100% - 255px);
}
#news .news_list ul{}
#news .news_list li{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 30px 0;
}
#news .news_list li span{
	width: 175px;
}
#news .news_list li a{
	width: calc(100% - 175px);
	color: currentColor;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
#news .news_list .news_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 190px;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#news .news_list .news_bt:hover{
	text-decoration: none;
	color: #000;
	background: #fff;
}


/** about **/

#about{
	font-size: 0;
	line-height: 0;
	padding: 50px 100px;
	background: url(./img/about_bg.jpg) no-repeat top center fixed;
	background-size: cover;
}


/** slide **/

#slide_bg{
	font-size: 0;
	line-height: 0;
	padding: 0;
}
#slide{
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#slide img{
	width: 100%;
	height: auto;
}
#slide .slider img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#slide .slick-prev,
#slide .slick-next{
	width: 50px;
	height: 50px;
	font-size: 0;
	line-height: 0;
	border: 0;
	outline: 0;
	position: absolute;
	bottom: -50px;
	z-index: 2;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#slide .slick-prev{
	left: -20px !important;
	background: url(img/l.png) no-repeat;
	background-size: 50px auto;
}
#slide .slick-next{
	right: -20px !important;
	background: url(img/r.png) no-repeat;
	background-size: 50px auto;
}

.slick-dots{
	width: 100%;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -30px;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.slick-dots button{
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 50px;
	background: #fff;
}
.slick-active button{ background: #b09a50;}




/** list **/

#case{
	font-size: 0;
	line-height: 0;
	padding: 50px 25px 50px 25px;
	background: url(./img/list_bg.jpg) no-repeat top center fixed;
	background-size: cover;
}
#case h3{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
	font-size: 60px;
	line-height: 70px;
	text-align: left;
	color: #b09a50;
	margin: 0 10px 50px 10px;
}
#list{
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 0 0 0 0;
}
.csbox{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4 - 50px);
	margin: 0 25px 50px 25px;
	background: #f5f5f5;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.csbox .img{
	display: block;
}
.csbox .img img{
	width: 100%;
	height: auto;
}
.csbox .txt{
	padding: 10px 20px 10px 20px;
}
.csbox .name{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.csbox .name a{	color: currentColor;}
.csbox .date{
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px 0;
}
.csbox ul{}
.csbox li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 2 - 5px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.csbox li:nth-of-type(odd){	margin-right: 5px;}
.csbox li:nth-of-type(even){	margin-left: 5px;}
.csbox li span{
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	background: #000;
	margin: 0 0 5px 0;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.csbox li p{
	font-size: 13px;
	line-height: 25px;
	margin: 0 0 5px 0;
}


/** flow **/

#flow{
	padding: 50px 0;
}
#flow h3{
	position: relative;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 80px 0;
}
#flow h3:after{
	content: "";
	width: 50px;
	height: 5px;
	background: #b09a50;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 25px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow ul{
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: center;
	padding: 0 47.5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow li{
	display: inline-flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% - 5px);
	margin: 0 2.5px;
	padding: 20px 15px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow li h4{
	order: 2;
	width: 100%;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 20px 0;
}
#flow li span{
	order: 1;
	width: 100%;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	color: #b09a50;
	margin: 0 0 10px 0;
}
#flow li img{
	order: 3;
	width: 120px;
	height: auto;
}
#flow li p{
	order: 4;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 20px 0 0 0;
}


/** support **/

#support{
	display: flex;
	justify-content: flex-start;
	padding: 50px;
	background: #f5f5f5;
}
#support div{
	flex: 1;
	text-align: left;
	min-width: 400px;
}
#support div h3{
	position: relative;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
}
#support div h3:after{
	content: "";
	width: 5px;
	height: 25px;
	background: #b09a50;
	position: absolute;
	top: 3px;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#support div p{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 0 50px 0 0;
}
#support ul{
	font-size: 0;
	line-height: 0;
	display: flex;
}
#support li{
	position: relative;
}
#support li img{}
#support li span{
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 40px;
}
#support li span:after{
	content: "";
	width: 30px;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 9px;
	left: 0;
}


/** consul **/

#consul{
	color: #fff;
	background: url(img/consul_bg.jpg) no-repeat;
	background-size: cover;
}
#consul .consul_in{
	width: 60%;
	text-align: left;
	margin-left: auto;
	padding: 200px 50px;
	background: rgba(0, 0, 0, 0.7);
}
#consul .consul_in h3{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	margin: 0 0 50px 0;
}
#consul .consul_in p{
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 50px 0;
}
#consul .consul_in .consul_bt{
	display: inline-flex;
	width: 300px;
	height: 80px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	padding: 18px 15px 0 80px;
	background:
	url(img/consul_bt.png) no-repeat 15px 12px,
	url(img/ya.png) no-repeat 80px 55px #b09a50;
	background-size: 45px 55px , 200px 10px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#consul .consul_in .consul_bt:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		background: none;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		height:100lvh;
		background: url(./img/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	header{
		height: 100vh;
		height: 100svh;
		padding: 0 45px 80px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	header h1{
		position: absolute;
		top: auto;
		text-align: right;
		bottom: 10px;
		right: 10px;
	}
	nav{	display: block;}
	main{ padding-bottom: 50px;}
	#topmenu{	display: none;}
	#topbox{
		width: 100%;
		align-items: flex-end;
		background: url(../img/all/h_logo.png) no-repeat 25px 45px;
		background-size: 140px auto;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
	#topbox_in{
		width: 100%;
		margin: 0;
		padding: 0;
		background: none;
	}
	#topbox_in h2{
		width: 100%;
		font-size: 22px;
		line-height: 25px;
		text-align: left;
		margin: 0;
		padding: 5px 15px;
		background: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	#topbox_in p{
		width: 100%;
		font-size: 12px;
		line-height: 18px;
		text-align: left;
		color: #fff;
		padding: 10px 15px;
		background: rgba(0, 0, 0, 0.8);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}



	/** news **/

	#news{
		display: block;
		padding: 30px 15px;
	}
	#news h3{
		width: auto;
		margin: 0 0 25px 0;
	}
	#news h3 span{
		font-size: 32px;
		color: #b09a50;
	}
	#news h3 em{
		font-size: 14px;
	}
	#news .news_list{
		width: auto;
	}
	#news .news_list ul{}
	#news .news_list li{
		flex-wrap: wrap;
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 20px 0;
	}
	#news .news_list li span{
		order: 2;
		width: 100%;
		font-size: 10px;
		line-height: 15px;
		color: #999;
	}
	#news .news_list li a{
		order: 1;
		width: 100%;
	}


	/** about **/
	#about{
		padding: 30px 15px;
		background-attachment: scroll;
	}
	

	/** slide **/
	#slide_bg{
		padding: 0 0;
	}
	#slide{
		width: auto;
		margin: 0;
		padding: 0;
	}
	#slide .slick-prev,
	#slide .slick-next{
		width: 30px;
		height: 30px;
		font-size: 0;
		position: absolute;
		bottom: -30px;
		z-index: 2;
	}
	#slide .slick-prev{
		left: -10px !important;
		background: url(img/l.png) no-repeat;
		background-size: 30px auto;
	}
	#slide .slick-next{
		right: -10px !important;
		background: url(img/r.png) no-repeat;
		background-size: 30px auto;
	}
	.slick-dots{
		position: absolute;
		bottom: -20px;
	}


	/** list **/
	#case{
		padding: 30px 7.5px 30px 7.5px;
		background-attachment: scroll;
	}
	#case h3{
		font-size: 28px;
		line-height: 30px;
		margin: 0 7.5px 15px 7.5px;
	}
	#list{	padding: 0;}
	.csbox{
		width: calc(100% / 2 - 15px);
		margin: 0 7.5px 15px 7.5px;
	}
	.csbox .txt{
		padding: 10px 15px;
	}
	.csbox .name{
		font-size: 14px;
		font-weight: bold;
		line-height: 16px;
		margin: 0 0 10px 0;
	}
	.csbox .date{
		font-size: 10px;
		line-height: 12px;
		margin: 0 0 10px 0;
	}
	.csbox ul{}
	.csbox li{
		display: block;
		width: auto;
	}
	.csbox li:nth-of-type(odd),
	.csbox li:nth-of-type(even){	margin: 0;}
	.csbox li span{
		display: block;
		font-size: 12px;
		line-height: 20px;
	}
	.csbox li p{
		font-size: 12px;
		line-height: 15px;
		margin: 0;
		padding: 0 0 5px 0;
	}

	/** flow **/

	#flow{
		padding: 30px 0;
	}
	#flow h3,
	#support div h3{
		font-size: 24px;
		line-height: 30px;
		text-align: center;
		margin: 0 0 40px 0;
	}
	#flow h3:after,
	#support div h3:after{
		content: "";
		width: 50px;
		height: 5px;
		background: #b09a50;
		position: absolute;
		top: auto;
		bottom: -18px;
		left: calc(50% - 25px);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#flow ul{
		display: block;
		padding: 0 15px;
	}
	#flow li{
		display: flex;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 20px 15px;
	}
	#flow li:last-of-type{	margin-bottom: 0;}
	#flow li h4{
		margin: 0 0 10px 0;
	}
	#flow li span{
		margin: 0 0 10px 0;
	}
	#flow li img{
		order: 3;
		width: 120px;
		height: auto;
	}
	#flow li p{
		margin: 10px 0 0 0;
	}


	/** support **/
	#support{
		display: block;
		padding: 30px 15px;
	}
	#support div{
		flex: 1;
		text-align: left;
		min-width: 0px;
	}
	#support div p{
		margin: 0 0 15px 0;
		padding: 0;
	}
	#support ul{
		font-size: 0;
		line-height: 0;
		display: block;
	}
	#support li{
		position: relative;
		margin: 0 0 15px 0;
	}
	#support li:last-of-type{	margin-bottom: 0;}
	#support li img{
		display: block;
		width: 100%;
		height: auto;
	}


	/** consul **/
	#consul{
		padding: 15px;
	}
	#consul .consul_in{
		width: auto;
		text-align: center;
		margin: 0;
		padding: 15px;
	}
	#consul .consul_in h3{
		font-size: 24px;
		line-height: 30px;
		text-align: left;
		margin: 0 0 15px 0;
	}
	#consul .consul_in p{
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 15px 0;
	}
	#consul .consul_in .consul_bt{
		width: 100%;
		max-width: 260px;
		height: 70px;
		font-size: 20px;
		background: url(img/consul_bt.png) no-repeat 12px 11px, url(img/ya.png) no-repeat 65px 49px #b09a50;
		background-size: 39px auto, 180px auto;
		padding: 15px 0 0 65px;
	}

}
