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

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;
	font: 100%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

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;
}

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;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}



/* = Selected Text
----------------------------------------------- */
::selection {
	background:#333; color: #fff;/* Safari */
}

::-moz-selection {
	background:#333; color: #fff; /* Firefox */
}

a { color: #000; text-decoration: none;}
a:hover{ color: #999;}

header{
	background: url(../img/bg_mv.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	margin-bottom: 50px;
	padding-top: calc(600 / 1920 * 100%);
	position: relative;
}
header h1{
	text-align: center;
	position: absolute;
	top:35%;
	left: 0;
	right: 0;
}
header h1 img{ width: 15%;}



#contents{
	width: 960px;
	margin: 0 auto;
}

#contents section{
	margin-bottom: 50px;
}

#contents section h2{ 
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-style: italic;
	font-size: 42px; 
	clear: both;
	padding-bottom: 25px;
}
#contents section h2:first-letter{color:#f942cd ;} 

#contents section#company dl{
	line-height: 2.0;
}
#contents section#company dl dt{
   clear: both;
   background-color: #eee;
   padding: 5px;
    float: left;
    font-weight: bold;
    width: 8em;
	margin-bottom: 5px;
	text-align: center; 
	
}
#contents section#company dl dd{
    padding: 0.6em 0.5em 0.6em 11em;
}

footer{
	text-align: center;
	padding: 20px 0;
	margin-top: 100px;
	border-top: 1px solid #000;
	font-family: futura-pt, sans-serif;
}

@media screen and (max-width: 768px) {
	#contents{
		width: 100%;
	}
	header{
	background: url(../img/bg_mv_sp.jpg) no-repeat;
	background-size: cover;
	padding-top: calc(600 / 750 * 100%);
	}
	header h1 img{
		width: 42%;
	}
	#contents section h2{ 
		font-size: 8vw;
		padding-left: 0.5em;

	}
	#contents section#company dl{
		font-size: 3.2;
	}
	#contents section#company dl dt{
		width: 90%;
		margin:0 auto;
		float: none;
	    padding: 0.6em 0.5em;
		text-align: left;

	}
	#contents section#company dl dd{
		width: 90%;
		margin: 0 auto;
	    padding: 0.6em 0.5em;
	}

}

