@charset "utf-8";
/* CSS Document */
/* トップイメージ */
div.indextopimgbox {
	width:100%;
	height:450px;
	background: url(../images/cmn/borderimg.png), url(../images/index/topimg.jpg);
	background-position: center top, center top;
	box-sizing: border-box;
	padding-top: 80px;
}
	div.indextopimgbox div.center {
		width:905px;
		margin: 0 auto;
	}
		div.indextopimgbox div.center p.ptext01 {
			font-size: 44px;
			font-weight: bold;
			line-height: 50px;
			color: #fff;
		}
		div.indextopimgbox div.center p.ptext02 { margin-top: 20px;}
		div.indextopimgbox div.center p.ptext02 span {
			display: block;
			font-size: 16px;
			font-weight: bold;
			color: #fff;
			line-height: 25px;
			letter-spacing: 2px;
		}
		div.indextopimgbox div.center a {
			display: block;
			width:270px;
			height:45px;
			line-height: 45px;
			text-decoration: none;
			text-align: center;
			border: #005AFF 1px solid;
			background: #01010D;
			margin-top: 30px;
			position: relative;
			overflow: hidden;
		}
			div.indextopimgbox div.center a  span.bgwhite {
				display: inline-block;
				width:270px;
				height:45px;
				background: #fff;
				position: absolute;
				top:0;
				left:-101%;
				transition: all 0.5s 0s ease;
			}
			div.indextopimgbox div.center a span.name {
				display: inline-block;
				width:270px;
				height:45px;
				letter-spacing: 1px;
				font-size: 16px;
				font-weight: bold;
				color: #fff;
				position: absolute;
				top:0;
				left:0;
				transition: all 0.5s 0s ease;
				z-index: 10;
				color: #fff;
			}
		div.indextopimgbox div.center a:hover { 
			opacity: 1;
		}
			div.indextopimgbox div.center a:hover span.bgwhite { top:0; left:0;}
			div.indextopimgbox div.center a:hover span.name { color: #333;}
/* お知らせ */
div.newsbox {
	width:100%;
	height:85px;
	background: #000034;
	box-sizing: border-box;
	padding-top: 35px;
}
	div.newsbox div.center {
		width:905px;
		margin: 0 auto;
	}
		div.newsbox div.center h2 {
			display: block;
			width:75px;
			height:20px;
			float: left;
			line-height: 20px;
			font-size: 14px;
			letter-spacing: 1px;
			font-weight: normal;
			color: #fff;
			border-right: #fff 1px solid;
		}
		div.newsbox div.center a {
			display: block;
			width:810px;
			height:20px;
			float: right;
			line-height: 20px;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			text-decoration: none;
			font-size: 14px;
			letter-spacing: 1px;
			color: #fff;
			text-decoration: none;
		}
			div.newsbox div.center a span.date {
				font-size: 16px;
				letter-spacing: 1px;
				color: #001EFF;
				margin-right: 10px;
			}
		div.newsbox div.center p.nodata {
			display: block;
			width:810px;
			height:20px;
			float: right;
			line-height: 20px;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			text-decoration: none;
			font-size: 14px;
			letter-spacing: 1px;
			color: #fff;
		}
/* 企業情報 */
h2.index_h2title {
	font-size: 24px;
	color: #010101;
	line-height: 25px;
	letter-spacing: 1px;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 25px;
}
	h2.index_h2title span {
		font-size: 12px;
		vertical-align: middle;
	}
div.infobox {margin: 45px auto 0 auto;}
	div.infobox a {
		display: block;
		width:318px;
		height:490px;
		float: left;
		text-decoration: none;
	}
	div.infobox a:hover { opacity: 1; }
			div.infobox a:hover div.imgwaku div.infoimgbox { transform: scale(1.2);}
		div.infobox a div.imgwaku {
			width:100%;
			height:330px;
			overflow: hidden;
			margin-bottom: 30px;
		}
			div.infobox a div.imgwaku div.infoimgbox {
				width:100%;
				height:330px;
				transition: .5s all;
			}
		div.infobox a p {
			width:268px;
			color: #010101;
			font-size: 12px;
			margin: 30px auto 0 auto;
		}
/* 設備 製品 紹介 */
div.syoukaibox {margin: 45px auto 0 auto;}
	div.syoukaibox a.syoukai {
		display: block;
		width:450px;
		height:303px;
		position: relative;
		text-decoration: none;
	}
	div.syoukaibox a.syoukai:hover { opacity: 1;}
		div.syoukaibox a.syoukai:hover span.cover { opacity: 1;}
	div.syoukaibox a.syoukai.facility {
		float: left;
		background: url(../images/index/facility.jpg) no-repeat;
		background-size:cover;
		background-position: center center;
	}
	div.syoukaibox a.syoukai.product {
		float: right;
		background: url(../images/index/product.jpg) no-repeat;
		background-size:cover;
		background-position: center center;
	}
		div.syoukaibox a.syoukai span.cover {
			display: block;
			width:100%;
			height:303px;
			line-height: 303px;
			text-align: center;
			color: #fff;
			font-size: 20px;
			font-weight: bold;
			letter-spacing: 3px;
			background: rgba(6,61,165,0.5);
			position: absolute;
			top:0;
			left:0;
			opacity: 0;
			transition: .5s all;
		}
		div.syoukaibox a.syoukai.facility span.titleimg {
			display: block;
			width:100%;
			height:303px;
			background: url(../images/index/facility2.png) no-repeat;
			background-size: auto 46px;
			background-position: left 40px top 35px;
			position: absolute;
			top:0;
			left:0;
		}
		div.syoukaibox a.syoukai.product span.titleimg {
			display: block;
			width:100%;
			height:303px;
			background: url(../images/index/product2.png) no-repeat;
			background-size: auto 46px;
			background-position: left 40px top 35px;
			position: absolute;
			top:0;
			left:0;
		}
/* 歯科医院さま向け */
div.ownerbox {
	width:100%;
	height:230px;
	background: url(../images/index/owner2.png) no-repeat, url(../images/index/owner.jpg) no-repeat;
	background-position: left 45px top 50px, left top;
	background-size: auto 46px, 100% 100%;
	position: relative;
	margin: 45px auto 0 auto;
}
	div.ownerbox a {
		display: block;
		width:270px;
		height:50px;
		line-height: 50px;
		text-decoration: none;
		text-align: center;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		border: #fff 1px solid;
		background: rgba(255, 255, 255, 0.4);
		position: absolute;
		top:125px;
		left:45px;
	}