@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1024px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}


a img {
    border-style:none;
}

a:hover img,
.top-banner img:hover{
opacity: 0.6;
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
}

a img,
.top-banner img{
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}



/* Setting */

html {
	height: 100%;
	font-size: 16px;
	line-height: 24px;
}
body {
	height: 100%;
	color: #333;
	background:#fff;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	font-size: 14px;
	line-height: 28px;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

*, *:before, *:after {
box-sizing: border-box;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
a{
	color: #7e7859;
	text-decoration:none;
}

a:hover{
	color: #aaa;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.left{
	text-align:left;
}

.right {
	text-align:right;
}

.right2 {
	text-align:right;
	padding-right: 30px;
}

.b{
	font-weight:bold;
}



/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.pc-none{
	display:none;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
}

#header{
	margin:0;
	width:100%;
	height: 63px;
	background:#fff;
	text-align: center;
}




h1{
	margin:0 auto;
	float: left;
	padding: 17px;
}

h1 img{
	width: 100px;
}


#menu-wrap {
	float: right;
	
}

.menu{
	margin:0 auto;
}

.menu li {
	list-style:none;
	float:left;
	width: 150px;
	text-align: center;
}

.menu li a{
	display:block;
	padding: 15px;
	height: 63px;
}


.mv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
 
.mv-wrap {
  position: relative;
  height: 750px;
}
 
video {
  display: block;
  width: 100%;
  height: 750px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
 
.mv-bg {
  display: block;
  width: 100%;
  height: 750px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */

.title{
	margin: 0 auto;
	text-align:center;
	padding:80px 0;

}

.news {
	width: 670px;
	margin: 0 auto;
	text-align: left;
}

.news table{
	width: 100%;
}

.news tr{
		border-bottom: 1px solid #cecece;
}

.news th{
		text-align: left;
		font-weight: normal;
		vertical-align: top;
		width: 130px;
		padding: 10px 0;
}

.news td{
		text-align: left;
		vertical-align: top;
		padding: 10px 0;
}


.news span{
	color: #01496d;
	font-weight: bold;
}

.contents{
	width: 100%;
	padding: 30px;
	background: #f9f9fc;
}

.business{
	margin: 0 auto;
	max-width: 1240px;
}

.business span{
	color: #01496d;
	font-weight: bold;
}

.business li{
	float: left;
	width: 50%;
	padding: 10px;
}

.business li img{
	width: 100%;
	margin-bottom: 15px;
}

.company {
	width: 670px;
	margin: 0 auto;
	text-align: left;
}

.company table{
	width: 100%;
}

.company tr{
		border-bottom: 1px solid #cecece;
}

.company th{
		text-align: left;
		font-weight: normal;
		vertical-align: top;
		width: 130px;
		padding: 10px 0;
}

.company td{
		text-align: left;
		vertical-align: top;
		padding: 10px 0;
}

.contact {
	width: 670px;
	margin: 0 auto;
	text-align: left;
}

.btn{
	margin: 30px auto;
	width: 400px;
	background: #000;
	text-align: center;
	font-size: 18px;
}

.btn a{
	margin: 30px auto;
	color: #fff;
	display: block;
	padding: 20px 0;
}

.btn:hover{
	background: #555;	
}

/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */


#footer{
	padding:0;
	text-align:center;
	font-size: 12px;
}


#footer .logo {
	padding:20px 0 0;
}

#footer .logo img{
	width: 100px;
}

address {
	margin:0px auto;
	padding:20px 0;
}

}

