@charset "utf-8";

body {
	font-family:" メイリオ", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	
	line-height: 2.5em;
	font-size: 14px;
}

.sp {
	display: none !important;
}


.tb {
	display: none !important;
}


.cf {
  *zoom: 1;
}

.cf:after {
  content: '';
  display: table;
  clear: both;
}


/* ヘッダー */
#header {
	border-top: 5px solid #5d5d5d;
    padding-top: 20px;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto 30px;
	padding: 0 15px;
}

.header-inner img.head-logo {
	float: left;
	width: 100%;
	max-width: 400px;
}

.header-inner img.head-tel {
	float: right;
	width: 100%;
	max-width: 360px;
}

/*ヘッダーナビゲーション */

nav#head-nav {
	width: 100%;
	margin: 0 auto;
	background: rgb(245,246,246);
	background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(245,246,246,1) 100%);
	background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(245,246,246,1) 100%);
	background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(245,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 );
}

nav#head-nav ul.head-nav-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
	
}

nav#head-nav ul.head-nav-inner li {
	display:table-cell;
	vertical-align:middle;
	width: 100%;
}

.home a {
		width: 100%;
    max-width: 200px;
    height: 50px;
    background: url(../images/header/home.png) 0 0 no-repeat;
    display: block;
    text-indent: -9999px;
}

.company a {
    width: 100%;
    max-width: 200px;
    height: 50px;
    background: url(../images/header/company.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

.tenant a {
    width: 100%;
    max-width: 200px;
    height: 50px;
    background: url(../images/header/tenant.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

.recruit a {
    width: 100%;
    max-width: 200px;
    height: 50px;
    background: url(../images/header/recruit.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

.info a {
    width: 100%;
    max-width: 200px;
    height: 50px;
    background: url(../images/header/information.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

.info .wow a{
	background: none;
	width: auto;
	max-width: auto;
	height: auto;
	display: inline;
	text-indent: 0;
}

.sitemap a {
    width: 100%;
    max-width: 200px;
    height: 50px;
    background: url(../images/header/sitemap.png) no-repeat;
    display: block;
    text-indent: -9999px;
}


.nav-link a:hover {
    background-position: 0 -50px;
}


/* フッター*/
#footer {
    color: #ffffff;
    font-size: 12px;
    background-color: #5d5d5d;
    height: 200px;
}

.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-inner ul {
	float: right;
  width: 100%;
  max-width: 590px;
	margin-top: 30px;
}

ul.foot-nav {
	display:table;
	table-layout:fixed;
	width:50%;
	text-align:center;
}

ul.foot-nav li {
	display:table-cell;
	vertical-align:middle;
}

ul.foot-nav li a {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}

ul.foot-nav li a:hover {
	color: #ff8c00;
}


.footer-inner img {
	width: 50%;
	max-width: 590px;
	margin-top: 30px;
	float: left;
}

address {
	clear: both;
}

/* スライダー */
.slide-area {
    width: 100%;
    margin-bottom: 20px;
}

.slide-inner {
	max-width: 100%;
	margin: 0 auto;
	/*min-height: 500px;*/
}

.slide-inner img {
	  width: 100%;
    max-height: 500px;
    max-width: 2000px;
}

.demo-2 .sl-slider-wrapper {
	width: 100% !important;
	height: 600px !important;
	overflow: hidden !important;
	position: relative !important;
}

.demo-2 .sl-slider h2,
.demo-2 .sl-slider blockquote {
	padding: 100px 30px 10px 30px !important;
	width: 80% !important;
	max-width: 960px !important;
	color: #ffffff !important;
	margin: 0 auto !important;
	position: relative !important;
	z-index: 100 !important;
	background:  none !important;
	border-bottom: none !important;
}

.demo-2 .sl-slider h2 {
	font-size: 100px !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,1) !important;
	line-height: 1em;
}

.demo-2 .sl-slider blockquote {
	font-size: 28px !important;
	padding-top: 10px !important;
	font-weight: 300 !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,1) !important;
}

.demo-2 .sl-slider blockquote cite {
	font-size: 16px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 5px !important;
	padding-top: 30px;
	display: inline-block !important;
}

@media screen and (max-width: 660px) {
	.demo-2 .deco {
		width: 130px !important;
		height: 130px !important;
		margin-left: -65px !important;
		margin-bottom: 50px !important;
	}

	.demo-2 [data-icon]:after {
		width: 110px !important;
		height: 110px !important;
		line-height: 200px !important;
		font-size: 40px !important;
		margin: -55px 0 0 -55px !important;
	}

	.demo-2 .sl-slide blockquote {
		margin-bottom: -120px !important;
	}

	.demo-2 .sl-slide h2 {
		line-height: 96px !important;
		font-size: 50px !important;
		margin-bottom: -40px !important;
		letter-spacing: 8px !important;
	}

	.demo-2 .sl-slide blockquote p:before {
		line-height: 10px !important;
		width: 40px !important;
		height: 40px !important;
		font-size: 120px !important;
		left: -45px !important;
	}
	
	/*******************************************/
	
	.demo-2 .sl-slider-wrapper {
		height: 500px !important;
	}

	.demo-2 .sl-slider h2 {
		font-size: 36px !important;
	}

	.demo-2 .sl-slider blockquote {
		font-size: 16px !important;
	}
}


/* contents */
#contents {
	width: 100%;
}

.contents-inner {
	max-width: 1200px;
  margin: 0 auto 100px;
}


/* トップ新着情報 */
.info {
	margin-bottom: 20px;
	overflow: hidden;
}

.info h2 {
	color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,140,0,1) 10%, rgba(255,140,0,1) 90%, rgba(254,254,254,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,140,0,1) 10%,rgba(255,140,0,1) 90%,rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,140,0,1) 10%,rgba(255,140,0,1) 90%,rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe',GradientType=0 );
	border-bottom-style: none !important
}

.info dl {
	width: 100%;
  max-width: 1200px;
	margin-bottom: 15px;
}

.info dl dt,
.info dl dd{
	line-height: 1.5em;
  padding: 20px 15px;
}

.info dl dt {
	padding-left: 10px;
	float: left;
	font-weight: bold;
	    color: #ff8c00;
}

.info dl dd {
  border-bottom: 1px dotted #ff8c00;
	padding-left: 20px
}

.info p a {
	text-decoration: none;
	font-size: 14px;
	background-image: none;
}

	/* info */
	.info p{
		padding-right: 15px;
	}

/* トップバナー */
.top-banner {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 50px;
}

img.top-banner1 {
	float: left;
	width: 49%;
	max-width: 590px;
}

img.top-banner2 {
	float: right;
	width: 49%;
	max-width: 590px;
}
	
 h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	background: url(../images/bg/ttl-bg.png) no-repeat left center;
	padding: 5px 5px 5px 20px;
	border-bottom: 3px solid #ff8c00;
}

.hometop h1{
	margin: 0;
	background: none;
	padding: 0;
	border-bottom: none;
}

/* 会社概要 */
.company-table1 table {
	width: 100%;
	margin-bottom: 30px;
	background: url(../images/company/table-bg.jpg) no-repeat center center;
	background-size: cover;
}

.company-table2 table {
	width: 100%;
	margin-bottom: 30px;
	background: url(../images/company/table-bg2.jpg) no-repeat center center;
	background-size: cover;
}

.company-table1 table th,
.company-table2 table th{
	width: 20%;
	color: #ffffff;
	font-weight: bold;
	background-color: #aaaaaa;
}

.company-table1 table td,
.company-table2 table td{
	width: 80%;
}

.company-table1 table th,
.company-table1 table td,
.company-table2 table th,
.company-table2 table td{
	vertical-align: middle;
}

.company-table1 table th p,
.company-table1 table td p,
.company-table2 table th p,
.company-table2 table td p{
	padding: 20px;
}

.company-table1 table,
.company-table1 th,
.company-table1 td,
.company-table2 table,
.company-table2 th,
.company-table2 td{
	border: 1px solid #232323;
}

.company-table2 td p img{
	max-width: 100%;
}

/*負荷試験ページ*/
.fukashiken{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.fukashiken p{
	margin-bottom: 1rem;
}

.fukashiken ul{
	list-style-type: disc;
	margin-left: 30px;
}

.fukashiken h3{
	font-weight: bold;
	margin-top: 2rem;
}

.fukashiken .toibx{
	border: solid 1px #cccccc;
	padding: 20px;
}

.fukashiken .info{
	font-weight: bold;
}

.fukashiken_a{
	text-align: center;
	display: block;
	margin-bottom: 1rem;
}



/*テナントページ*/
.tenant-area h4 {
    font-size: 20px;
		border-left: 5px solid #ff8c00;
		padding-left: 5px; 
		margin-bottom: 10px;
}

.tenant-area p{
	font-size: 16px;
	padding-left: 15px;
}

.tenant-area1,
.tenant-area2,
.tenant-area3,
.tenant-area4,
.tenant-area5,
.tenant-area6 {
	margin-bottom: 30px;
}

.empty {
	 position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 50%;
  padding: 20px;  
  background: red;
  color: white;
  text-align: center;
}


.tenant-area h4 {
    font-size: 20px;
}

.tenant-area1 img {
	width: 100%;
	max-width: 1200px;
}


.tenant-area2 img {
	width: 100%;
	max-width: 1200px;
}

.tenant-area table {
	width: 100%;
	margin-bottom: 30px;
}

.tenant-area table th {
	width: 20%;
	color: #ffffff;
	font-weight: bold;
	background-color: #aaaaaa;
}

.tenant-area table td {
	width: 80%;
}

.tenant-area table th,
.tenant-area table td {
	padding: 20px;
	vertical-align: middle;
}

.tenant-area table,
.tenant-area th,
.tenant-area td {
	border: 1px solid #232323;
}


/*サイトマップ*/
.map ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.map ul li {
    line-height: 2.5em;
    margin: 15px 0;
    float: left;
    width: 25%;
    /* margin-right: 5%; */
}

.map ul li:last-child {
	margin-right: 0;
}


.map ul li a {
	text-decoration: none;
    color: #232323;
    display: block;
    position: relative;
    transition: .3s;
		text-align: center;
}

.map ul li a::before,
.map ul li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ff8c00;
  transition: .3s;
}

.map ul li a::before {
  top: 0;
  left: 0;
}

.map ul li a::after {
  bottom: 0;
  right: 0;
}

.map ul li a:hover::before,
.map ul li a:hover::after {
  width: 100%;
}

/* ページトップ */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1.7em;
}
.pagetop a:hover {
    display: block;
    background-color: #000000;
    text-align: center;
    color: #ff8c00;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
}

@media screen and (max-width:1205px) { 
	.spwrap{
		padding: 5%;
		overflow: hidden;
	}

	address{
		padding-left: 15px;
	}
}

@media screen and (max-width:900px) { 
/*　画面サイズが900px以下はここを読み込む　*/
	.pc {
		display: none !important;
	}
	
	.tb {
		display: block !important;
	}

	
	.sp {
		display: none !important;
	}

	address{
		padding-bottom: 15px;
		background-color: #5d5d5d;
		padding-left: 15px;
	}


	
	.header-inner img.head-logo {
		max-width: 380px;
	}

	.header-inner img.head-tel {
		max-width: 340px;
	}
	
	nav#head-nav ul.head-nav-inner li {
    width: 49.9%;
    float: left;
		padding: 20px 0;
		border-top: 1px solid #000000;
	}
	
	nav#head-nav ul.head-nav-inner li:nth-child(odd) {
		border-right: 1px solid #000000;
	}
	
	nav#head-nav ul.head-nav-inner li:nth-child(5),
	nav#head-nav ul.head-nav-inner li:nth-child(6){
	border-bottom: 1px solid #000000;
}
	
	.company-table1 table th,
	.company-table1 table td,
	.company-table2 table th,
	.company-table2 table td{
		width: 100%;
		display: block;
	}
	
	.company-table table, .company-table th, .company-table td {
   border: none;
	}
	
	.company-table1 table {
		background-image: none;
	}

.company-table2 table {
		background-image: none;
	}
	
	.company-table1 table, .company-table1 th, .company-table1 td, .company-table2 table, .company-table2 th, .company-table2 td {
    border: none;
}
	
	.map ul li a {
		border-top: 1px dotted #ff8c00;
		border-bottom: 1px dotted #ff8c00;
	}
	
	#access div{
		margin: 30px;
	}
	
	.recinfo{
		padding: 15px;
	}
	
	/* tb-menu */
	nav#head-nav .tb li a{
		text-decoration: none;
		color: #000000;
	}

}


@media screen and (max-width:780px) { 
/*　画面サイズが900px以下はここを読み込む　*/
	.pc {
		display: none !important;
	}
	
	.tb {
		display: block !important;
	}

	
	.sp {
		display: none!important;
	}
	
	.header-inner img.head-logo {
    float: none;
    max-width: 780px;
    margin-bottom: 50px;
	}
	
	.header-inner img.head-tel {
    float: none;
		max-width: 780px;
	}
	
	
		.info dl dt {
			padding-left: 10px;
			float: none;
			font-weight: bold;
			color: #ff8c00;
	}
	
	.info dl dt, .info dl dd {
			line-height: 1.5em;
			padding: 10px 15px;
	}
	
	/* drawer-nav */
	nav.drawer-nav ul.drawer-menu li a{
		color: #ff8c00;
	}
	

}

@media screen and (max-width:510px) { 
/*　画面サイズが510px以下はここを読み込む　*/
	.pc {
		display: none !important;
	}
	
	.tb {
		display: none !important;
	}

	
	.sp {
		display: block !important;
	}
	
	.header-inner img.head-logo {
    max-width: 510px;
    margin-bottom: 25px;
}
	
	.header-inner img.head-tel {
    max-width: 510px;
}
	
	img.top-banner1 {
    float: none;
    width: 100%;
	}
	
	img.top-banner2 {
    float: none;
    width: 100%;
    max-width: 590px;
}
	
	#footer {
    color: #ffffff;
    font-size: 12px;
    background-color: #5d5d5d;
    height: 300px;
}
	
	.footer-inner img {
    width: 100%;
    max-width: 590px;
    margin-top: 30px;
    /* float: left; */
}
	
	ul.foot-nav {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    height: 0px;
} 
	.foot-nav-area {
		margin-bottom: 20px;
	}
	


}


