@font-face {
	font-family: 'NotoSansCJKjp-B';
	src: url('fonts/NotoSansCJKjp-Bold.eot?') format('eot'), url('fonts/NotoSansCJKjp-Bold.woff2') format('woff2'), url('fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face {
	font-family: 'NotoSansCJKjp-R';
	src: url('fonts/NotoSansCJKjp-Regular.eot?') format('eot'), url('fonts/NotoSansCJKjp-Regular.woff2') format('woff2'), url('fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoSerifCJKjp-R';
	src: url('fonts/NotoSerifCJKjp-Regular.eot?') format('eot'), url('fonts/NotoSerifCJKjp-Regular.woff2') format('woff2'), url('fonts/NotoSerifCJKjp-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoSerifCJKjp-B';
	src: url('fonts/NotoSerifCJKjp-Bold.eot?') format('eot'), url('fonts/NotoSerifCJKjp-Bold.woff2') format('woff2'), url('fonts/NotoSerifCJKjp-Bold.woff') format('woff');
}

/*top*/




#new_year {
	text-align: center;
	margin-top: 3%;
}
#new_year > img {

	/*background-color:#000;*/ 
	/*width: 100%;*/
	max-width: 100%;
	/*border-right: none;*/
	/*border-bottom: solid 2px #fff;*/
	/*margin: 10%;*/
	/*text-align: center;*/
	/*
	background: url(../img/top/new_year.png) center center no-repeat;
	background-size: cover;
	*/
}




#slider {
	position: relative;
}



#slider .txt {
	position: absolute;
	z-index: 10;
	right: 5%;
	bottom: 40px;
}

/*
#slider .txt {
	position: absolute;
	z-index: 10;
	right: 10%;
	bottom: 30px;
	width: 10%;
	height: 10%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	border: solid 3px #1973b5;
	border-radius: 50%;
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

}

#slider .txt a {
	padding: 30px;
}

#slider .txt h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #1973b5;
}


#slider .txt h3:before {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	display: block;
	content: '- WORKS -';
}

#slider .txt h3:after {
	display: block;
	width: 100%;
	height: 10px;
	content: '';
	background: url(../img/common/line1.png) center 0 no-repeat;
	background-size: auto 10px;
}

#slider .txt p {
	font-size: 44px;
	font-size: 4.4rem;
	line-height: 1;
}

#slider .txt p:after {
	display: inline-block;
	display: block;
	width: 24px;
	height: 24px;
	margin: 15px auto 0;
	content: '';
	background: url(../img/common/arr1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

#slider .txt a {
	display: block;
}
*/




#area1 {
	box-sizing: border-box;
}

#area1 .list1 li {
	position: relative;
	width: 50%;
	background: url(../img/common/bg1.jpg);
	background-size: 10px 10px;
}

#area1 .list1 li:first-child:after {
	position: absolute;
	right: 10px;
	bottom: 0;
	display: block;
	width: 119px;
	height: 119px;
	content: '';
	background: url(../img/top/area1_img1.png) 0 0 no-repeat;
}

#area1 .list1 li:after {
	position: absolute;
	right: 10px;
	bottom: 0;
	display: block;
	width: 84px;
	height: 105px;
	content: '';
	background: url(../img/top/area1_img2.png) 0 0 no-repeat;
}

#area1 .list1 li a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	display: block;
	padding: 25px;
}

#area1 .list1 li a:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	content: '';
	vertical-align: -4px;
	background: url(../img/common/arr1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

#area1 .list1 li a:after {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	margin-left: 8px;
	content: '- Blog list';
	vertical-align: middle;
	color: #1973b5;
}

#area1 .list1 li:first-child {
	border-right: solid 1px #ccc;
}

#area1 .list1 li:first-child a:after {
	content: '- Robot rental';
}

#area1 .list2 {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#area1 .list2 li {
	width: 25%;
	padding: 20px;
	border-right: solid 1px #ccc;
}

#area1 .list2 li h3 {
	font-size: 20px;
	font-size: 2rem;
}

#area1 .list2 li h3:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	content: '';
	vertical-align: -4px;
	background: url(../img/common/arr1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

#top_news {
	text-align: center;
}

#top_news .top_news_tit {
	display: inline-block;
	width: 20%;
	padding-top: 30px;
	text-align: center;
	vertical-align: top;
}

#top_news .top_news_tit h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

#top_news .top_news_tit p a:before {
	display: inline-block;
	width: 24px;
	width: 14px;
	height: 24px;
	height: 14px;
	margin-right: 5px;
	content: '';
	vertical-align: -3px;
	background: url(../img/common/arr1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

#top_news .top_news_body {
	display: inline-block;
	padding: 30px 0;
	text-align: left;
}

#top_news .top_news_body li {
	overflow: hidden;
	padding: 5px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#top_news .top_news_body li .cat {
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #33b7e2;
}

#top_news .top_news_body li .cat a {
	color: #fff;
}

#top_news .top_news_body li .time {
	font-weight: normal;
	margin-right: 10px;
}

#top_news .top_news_body li .tit {
	text-decoration: underline;
}

#top_works {
	border-bottom: solid 2px #fff;
}

#top_works > div {
	box-sizing: border-box;
	width: 33.3%;
	border-right: solid 2px #fff;
}

#top_works > div:last-child {
	width: 33.4%;
}

#top_works > div.list1 {
	width: 100%;
	border-right: none;
	border-bottom: solid 2px #fff;
	background: url(../img/top/works_bg1.jpg) center center no-repeat;
	background-size: cover;
}

#top_works > div.list1 a {
	padding: 170px 0;
}

#top_works > div strong {
	font-size: 20px;
	font-size: 2rem;
	display: inline-block;
	padding: 5px 15px;
	background: rgba(0, 165, 219, .8);
}

#top_works > div strong:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	content: '';
	vertical-align: -4px;
	background: url(../img/common/arr1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

#top_works > div strong span {
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 10px;
	vertical-align: 3px;
}

#top_works > div a {
	display: block;
	padding: 120px 0;
	color: #fff;
}

#top_works > div a:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#top_works > div.list2 {
	background: url(../img/top/works_bg2.jpg) center center no-repeat;
	background-size: cover;
}

#top_works > div.list3 {
	background: url(../img/top/works_bg3.jpg) center center no-repeat;
	background-size: cover;
}

#top_works > div.list4 {
	background: url(../img/top/works_bg4.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 960px) {
/*
#slider .txt {
	right: 20px;
}
*/
#slider .txt {
	display: none;
	/*
	width: 10%;
	z-index: 10;
	right: -15%;
	bottom: 5%;
	*/
}
}

@media screen and (max-width: 767px) {
/*
#slider .txt {
	right: 10px;
	bottom: 30px;
	width: 200px;
	height: 200px;
}

#slider .txt h3 {
	font-size: 14px;
	font-size: 1.4rem;
}

#slider .txt h3:before {
	font-size: 10px;
	font-size: 1rem;
}

#slider .txt p {
	font-size: 30px;
	font-size: 3rem;
}
*/




#area1 .list1 li {
	width: 100%;
	border-right: none;
}

#area1 .list1 li:first-child {
	border-right: none;
	border-bottom: solid 1px #ccc;
}

#area1 .list1 li a:after {
	line-height: 1.4;
	display: block;
	margin-left: 30px;
}

#area1 .list2 {
	border-bottom: none;
}

#area1 .list2 li {
	width: 100%;
	border-right: none;
	border-bottom: solid 1px #ccc;
}

#top_news {
	padding: 30px 15px;
}

#top_news .top_news_tit {
	width: 100%;
}

#top_news .top_news_body {
	width: 100%;
}

#top_news .top_news_body ul {
	border-top: solid 1px #ccc;
}

#top_news .top_news_body li {
	padding: 10px 0;
	white-space: normal;
	border-bottom: solid 1px #ccc;
}

#top_news .top_news_body li .time,
#top_news .top_news_body li .tit {
	display: block;
}

#top_works > div {
	width: 100% !important;
	border-right: none !important;
	border-bottom: solid 2px #fff !important;
}

#top_works > div a {
	padding: 60px 0 !important;
}

#top_works > div strong {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-left: 40px;
}

#top_works > div strong:before {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -12px;
}

#top_works > div strong span {
	line-height: 1;
	display: block;
}


#slider .txt {
	position: absolute;
	display: none;
	/*
	width: 10%;
	z-index: 10;
	right: -15%;
	bottom: 5%;
	*/
}


}

