@charset "utf-8";
/* CSS Document */
/*webフォント読み込み*/
/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/*webフォント読み込み*/

html {
	font-size: 13px;
}
body {
	/*Webフォント指定*/
	/*font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: -0.1em;*/
	/*Webフォント指定*/
 	font-family: font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	color: #353535;
}
@font-face {
	font-family: "shin_go-l";
	src: url("../fonts/shin_go-l/shin_go-l.eot?") format('eot'), url("../fonts/shin_go-l/shin_go-l.woff") format('woff'), url("../fonts/shin_go-l/shin_go-l.otf") format('opentype');
}
@font-face {
	font-family: "shin_go-r";
	src: url("../fonts/shin_go-r/shin_go-l.eot?") format('eot'), url("../fonts/shin_go-r/shin_go-r.woff") format('woff'), url("../fonts/shin_go-r/shin_go-r.otf") format('opentype');
}
.container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.side {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	position: fixed;
}
a img.to_top:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.menu {
	margin: 30px 0 0 0;
}
.main {
	float: right;
	width: 775px;
	margin: 0 0 0 15px;
}
.footer_menu {
	font-family: "shin_go-r";
	font-size: 14px;
	margin: 70px 0 0 0;
	text-align: center;
	background: url(../img/footer-line.png) repeat-x bottom;
	padding: 0 0 25px 0;
}
.footer .wrap {
	font-family: "shin_go-l";
	height: 100px;
	background: url(../img/footer_logo.png) no-repeat 1000px 1em;
	padding: 1em 166px 0 0;
	text-align: right;
	width: 1000px;
	margin: 0 auto 1em auto;
}
a:hover {
	color: #ffc000;
}
/************************************


トップ


*************************************/
.container.top {
	margin: 150px auto 0 auto;
	font-family: "shin_go-l";
}
.main.top {
	float: right;
	width: 790px;
	margin: 0;
}
/************************************


トップ　フルスクリーン


*************************************/

.bg-full {
	/* Set rules to fill background */
	min-height: 100%;
	max-width: 82%;
	/* Set up proportionate scaling */
	width: 82%;
	max-width: 82%;
	min-width: 210px;
	height: 100%;
	/* Set up positioning */
	position: fixed;
	/* またはabsolute; */
	top: 0;
	right: 0;
	background: url(../img/bg-top.svg) no-repeat center center;
	background-size: cover;
}
.container.full02 {
	width: 100%;
	min-width: 1200px;
	max-height: 960px;
	hieght: auto;
	margin: 0 auto 0 auto;
}
.container.full02 .side {
	width: 18%;
	max-height: 960px;
	position: fixed;
	top: 0;
	left: 0;
}
.container.full02 .side img {
	width: 100%;
	height: auto;
}
.container.full02 .main {
	width: 82%;
	height: auto;
	max-height: 960px;
}
.container.full02 .main img {
	width: 100%;
	height: auto;
}
/************************************


コンセプト　会社概要


*************************************/
.company h3 {
	margin: 0 0 55px 0;
}
.concept {
	font-family: "shin_go-l";
	font-size: 22px;
	margin: 35px 0 50px 0;
	text-align: center;
	line-height: 2;
}
.company {
	overflow: hidden;
	margin: 0 0 70px 0;
}
.company .sec01 {
	float: left;
	width : 460px;
	margin: 0 10px;
}
h4 img {
	margin: 0 0 45px 0;
}
.company .sec01 table {
	border-collapse: collapse;
}
.company .sec01 table tr {
	border-bottom: #353535 dotted 1px;
}
.company .sec01 table th, .company .sec01 table td {
	padding: 1em 0 0.3em 0;
}
.sec01 .message img.profile {
	float: left;
	margin: 0 1em 1em 0;
}
.sec01 .message img.name {
	margin: 0 0 1em 0;
}
.bg {
	overflow: hidden;
	background: url(../img/company/bg-sec02.jpg) no-repeat right top;
}
.company .sec02 {
	float: right;
	width: 275px;
	padding-top: 390px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin: 0 10px;
}
.sec02 .g_map {
	padding: 1px;
	border: #cccccc solid 1px;
}
.sec02 p.g_map {
	text-align: right;
	font-size: 0.9em;
	margin: 0.3em 0 0 0;
}
.company .sec02 table th {
	padding: 2em 0 1em 0;
}
.company .sec02 table td {
	padding: 0.3em 0 0 1em;
}
.clear {
	clear: both;
}
