@charset "utf-8";

*{
	padding: 0;
	margin: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
html{
	overflow-y: scroll;
}
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	background:none;
	border:0;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{ list-style:none; }
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{ text-align: left; }
a:focus {	outline:none; }
body{
	line-height:1;
	background:#ffffff;
	font-size:75%;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:500;
	color:#221814;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
a {
	color:#221814;
	text-decoration:none;
}

/* clearfix */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 

.pc_none{
	display: none;
}
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	align-items: center;
	position: relative;
	justify-content: center;
	position: absolute;
}
.logo_bac {
	width: 90%;
	height: 30%;
	background-position:left top;
	background-repeat: no-repeat;
	background-size: 100%;
	align-items: center;
	position: relative;
	margin: 0 auto;
	justify-content: center;
	top: 4.89640012vh ;
}
.title{
	padding: 5.89640012vh 0 0 4.98574vw; 
	width: 57.5%;
}
.title img,#footer_con h1 img,.about img,.mail img,.address img,.copy img,.name img{
	width: 100%;
	height: auto;
}
#footer_con{
	width: 30%;
	position: absolute;
	padding: 0 0 0 7vw;  
	bottom: 5.030012vh 
}
#footer_con h1{
	width: 35%;
	padding-bottom: 1vh;
}
.about{
	width: 67.5%;
	margin-bottom: 1.4410vh;
}
hr{
	width: 20px;
	text-align: left;
	color: #000000;
	border: #000000 solid 0.5px;
	margin-bottom: 1.4410vh;
}
.name{
	width: 28%;
	margin-bottom: 1.4410vh;
}
.mail{
	width: 25%;
	margin-bottom: 1.6410vh;
}
.address{
	width: 100%;
	margin-bottom: 1.4410vh;
}
.copy{
	width: 8.9%;
	text-align: right;
	position: absolute;
	bottom: 1.45vh;
	right: 1.7vw;
}
@media (max-width:1800px) {
	.logo_bac {
		background-size: 100%;
		top: 5.89640012vh ;
	}
.title{
	padding: 8.59640012vh 0 0 5.08574vw; 
	width: 57.5%;
}
#footer_con{
	bottom: 5.5030012vh;
	}
}

@media (max-width:768px) {
	.logo_bac {
		background-size: contain;
	}
	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
	.title{
		 padding: 6.2030012vh 0 0 6.4vw;
		width: 60%;
	}
	#footer_con{
		width: 75%;
	}
	.copy{
		width: 30%;
	}
	.name{
	width: 32%;
	margin-bottom: 2.4410vh;
}

	#footer_con h1{
		width: 40%;
	}
	.about {
		width: 75%;
		margin-bottom: 1.4410vh;
	}
	.mail{
		margin-bottom: 2.0410vh;	
	}
	hr{
		width: 5%;
		margin-right: 2%;
	}

}