@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,b,u,i,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,main,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body{
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.gFont{
	font-family: 'Lato', sans-serif;
}

.section{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

header{
	width: 960px;
	height: 65px;
	margin: 0 auto;
	position: relative;
}

header #logo{
	position: absolute;
	top: 15px;
	left: 5px;
}

header #companyName{
	position: absolute;
	top: 24px;
	left: 210px;
}

header ul{
	position: absolute;
	top: 15px;
	right: 0;
}

header ul li{
	display: inline-block;
	list-style: none;
}

header ul li:first-child{
	background: url(../img/bt_sitemap.png) 3px 6px no-repeat;
	padding-left: 25px;
}

header ul li:last-child{
	background: url(../img/bt_contact.png) 3px 6px no-repeat;
	padding-left: 23px;
	margin-left: 20px;
}

header ul li a{
	text-decoration: none;
	border-bottom: 1px solid #001c58;
	font-size: 80%;
	color: #001c58;
	line-height: 1;
}

header ul li span{
	font-size: 80%;
	color: #001c58;
	line-height: 1;
}

#mainVisual{
	width: 100%;
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto;
	background: url(../img/main.png) center 0 no-repeat;
	border-bottom: 5px solid #eb6100;
}

#mainVisual .section{
	height: 536px;
	position: relative;
}

#mainVisual ul{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#mainVisual ul li{
	display: inline-block;
	margin: 0 20px;
	list-style: none;
}

#mainVisual ul li a{
	text-decoration: none;
	font-size: 26px;
	display: block;
	transform: scale(0.7, 1);
	margin: 5px 0;
}

.col_about{ color:#919192; }
.col_business{ color:#ef771e; }
.col_company{ color:#0356a7; }

.aboutLine{
	width: 100%;
	border-bottom: 2px solid #919192;
	text-align: left;
	margin: 40px 0 40px 0 ;
}

#about .aboutLine strong{
	font-size: 80px;
	display: inline-block;
	text-align: left;
	transform: scale(0.6, 1);
	-moz-transform-origin: 0px 0px;
	-webkit-transform-origin: 0px 0px;
	-o-transform-origin: 0px 0px;
	-ms-transform-origin: 0px 0px;
	transform-origin: 0px 0px;
	color:#919192;
	font-weight: 900;
	line-height: 1;
	background: #fff;
	position: relative;
	bottom: -18px;
	width: auto;
}

#about p{
	color: #767778;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

#about p strong{
	font-weight: bold;
}

#about{
	overflow: hidden;
}

#about .section{
	transition: all 500ms ease 0s;
	right: -500px;
	opacity: 0;
}

#about .section.sAnimeOn{
	right: 0px;
	opacity: 1;
}

#business{
	color: #fff;
	background: url(../img/businessback.png) center bottom no-repeat #f19149;
	min-height: 580px;
}

#business{
	transition: background 500ms ease 0s;
	background: url(../img/businessback.png) right bottom no-repeat #f19149;
}

#business.sAnimeOn{
	background: url(../img/businessback.png) center bottom no-repeat #f19149;
}

#business .section{
	transition: all 500ms ease 0s;
	left: -500px;
	opacity: 0;
}

#business .section.sAnimeOn{
	left: 0px;
	opacity: 1;
}

.businessLine{
	width: 100%;
	border-bottom: 2px solid #fff;
	text-align: right;
	margin: 0 0 40px 0;
	padding-top: 40px;
}

.businessLine strong{
	font-size: 80px;
	display: inline-block;
	transform: scale(0.6, 1);
	-moz-transform-origin: right 0px;
	-webkit-transform-origin: right 0px;
	-o-transform-origin: right 0px;
	-ms-transform-origin: right 0px;
	transform-origin: right 0px;
	color:#fff;
	font-weight: 900;
	line-height: 1;
	background: #f19149;
	position: relative;
	bottom: -18px;
	width: auto;
}

.col3{
	width: 30%;
	display: inline-block;
	margin: 0 1%;
	vertical-align: top;
}

.companyLine{
	width: 100%;
	border-bottom: 2px solid #0356a7;
	text-align: left;
	margin: 0 0 40px 0;
	padding-top: 40px;
}

#company{
	background: url(../img/companyback.png) center top no-repeat #7ac8f5;
	min-height: 350px;
	overflow: hidden;
}

#company{
	transition: background 500ms ease 0s;
	background: url(../img/companyback.png) 0 top no-repeat #7ac8f5;
}

#company.sAnimeOn{
	background: url(../img/companyback.png) center top no-repeat #7ac8f5;
}

#company .section{
	transition: all 500ms ease 0s;
	right: -500px;
	opacity: 0;
}

#company .section.sAnimeOn{
	right: 0px;
	opacity: 1;
}

#company strong{
	font-size: 80px;
	display: inline-block;
	text-align: left;
	transform: scale(0.6, 1);
	-moz-transform-origin: 0px 0px;
	-webkit-transform-origin: 0px 0px;
	-o-transform-origin: 0px 0px;
	-ms-transform-origin: 0px 0px;
	transform-origin: 0px 0px;
	color:#0356a7;
	border-bottom: 2px solid #7ac8f5;
	font-weight: 900;
	line-height: 0.6;
	position: relative;
	bottom: -8px;
	width: auto;
}

#company p{
	line-height: 2em;
}

.companymap{
	background: #333;
	color: #fff;
	text-align: center;
	padding: 100px 0;
	width: 350px;
	float: right;
}

.footLink{
	text-align: center;
	padding: 100px 0;
}

.footLink li{
	list-style: none;
	display: inline-block;
	margin: 0 30px;
}

.notes{
	font-size: 90%;
}

footer{
	width: 100%;
	background: #7d7d7d;
	margin: 20px 0 0 0;
	padding: 15px 0;
}

footer a, footer span{
	color: #fff;
}

footer .copyright{
	float: right;
	font-size: 80%;
	color: #fff;
}

h1.subpage{
	background: #999;
	color: #fff;
	padding: 10px 20px;
	font-size: 130%;
	font-weight: bold;
	margin: 20px 0;
}

.contactmail{
	font-size: 100%;
	border: 2px solid #666;
	border-radius: 30px;
	padding: 10px 10px 10px 30px;
	margin: 10px auto;
	display: inline-block;
	text-decoration: none;
	background: url(../img/bt_contact.png) 10px center no-repeat;
}

.contactmail:hover{
	text-decoration: underline;
	background: url(../img/bt_contact.png) 10px center no-repeat #f0f0f0;
}

.contactNotes{
	border: 1px solid #aaa;
	margin: 30px 0;
}

.contactNotes h2{
	background: #666;
	color: #fff;
	padding: 10px;
}

.contactNotes p{
	padding: 10px 20px;
}

.contactNotes ul{
	margin: 10px 20px 10px 40px;
	font-size: 90%;
}

.contactNotes ul li{
	margin: 5px 0;
}

.term h2{
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.term ol{
	margin: 1em 0 1.5em 1.5em;
}

.term ol li{
	margin-bottom: 0.8em;
}