@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
list-style: none;
/*ゴシック体*/
font: 10px/2.2 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
fieldset, img {
border: 0;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

body {
position: relative;
overflow-x: hidden;
background-color: #FCFCFE;
}

canvas {
position: absolute;
top:0;
left: 0;
right: 0;
width: 700px;
margin: auto;
padding: 0 150px 0 150px;
z-index: -9999;
opacity: 0;
border-radius: 50%;
background: none;
}

.block {
opacity: 0.5;
border-radius: 50%;
}


#back {
background-image: url(../images/footer.png);
background-position: bottom;
background-repeat: repeat-x;
}

#document {
width: 1000px;
height: auto;
margin: 0 auto;
}


#header {
width: 1000px;
height:150px;
}

#company {
float: left;
}

h1 {
width: 272px;
height: 40px;
margin: 54px 0 0 0;
}

/*h2 {
width: 274px;
height: 26px;
margin: 24px 0 0 0;
}*/

#headerNav {
float: right;
width: 570px;
height: 18px;
margin: 14px 0 0 0;
}

#headerNav li {
float: left;
width: auto;
height: 18px;
margin: 0 0 0 50px;
}

#headerNav li a:hover {
opacity: 0.5;
}

.toggle {
display:none;
}

#headerNav li a span {
display:none;
}


#content {
width: 1000px;
height: auto;
}
.mainCopy01 {
width: 940px;
margin-right: auto;
margin-left: auto;
font-size: 20px;
line-height: 2.6;
text-align: center;
color: #3d3938;
margin-bottom: 20px;
padding-top: 160px;
}
.mainCopy02 {
width: 940px;
margin-right: auto;
margin-left: auto;
font-size: 14px;
line-height: 2.6;
text-align: center;
color: #3d3938;
margin-bottom: 200px;
}
.mainTxt01 {
font-size: 12px;
text-align: right;
color: #3d3938;
margin-bottom: 5px;
padding-right: 102px;
}
.mainTxt02 {
font-size: 20px;
text-align: right;
color: #3d3938;
padding-right: 100px;
}
.mainBtnDwn {
text-align: center;
padding-top: 20px;
margin-bottom: 40px;
}
#post {
position: relative;
width: 930px;
height: 331px;
margin-top: 0px;
margin-right: 0;
margin-bottom: 0;
margin-left: 34px;
}

#post li {
/*  display: none;*/
position: absolute;
width: 332px;
height: 331px;
}

#post li.left {
/*  left: 0;*/
left: 0;
bottom: 0;
}

#post li.center {
/*  top: 0;*/
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

#post li.right {
/*  right: 0;*/
right: 0;
bottom: 0;
}

#post li a {
position: relative;
display: block;
width: 332px;
height: 331px;
border-radius: 50%;
background-size: cover;
text-indent: -9999px;
}

#post li.left a {
background-image: url(../images/web_designer.png);
}

#post li.center a {
background-image: url(../images/graphic_designer.png);
}

#post li.right a {
background-image: url(../images/system_engineer.png);
}

#post li a:after {
content:  '';
position: absolute;
top: 0;
left: 0;
width: 364px;
height: 362px;
border-radius: 50%;
box-shadow: none;
opacity: 1;
visibility: hidden;
}

#post li.left a:after {
border: 1px solid #1FC6D8;
}

#post li.center a:after {
border: 1px solid #E3CF15;
}

#post li.right a:after {
border: 1px solid #E03698;
}

#post li a:hover {
z-index: 2;
}

#post li.left a:hover {
background-image: url(../images/web_designer_hover.png);
}

#post li.center a:hover {
background-image: url(../images/graphic_designer_hover.png);
}

#post li.right a:hover {
background-image: url(../images/system_engineer_hover.png);
}

#post li a:hover:after {
visibility: visible;
opacity: 0;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all 0.75s ease-out;
-moz-transition: all 0.75s ease-out;
transition: all 0.75s ease-out;
}

#news {
width: 1000px;
height: auto;
margin:64px 0 0 0;
}

#newsCaption {
margin-bottom: 50px;
}
.newsTit {
margin-bottom: 10px;
}
.newsMtit {
font-size: 140%;
margin-bottom: 10px;
}
.newsTxt {
font-size: 140%;
}

#companyProf {
width: 1000px;
}

#web {
width: 1000px;
height: auto;
margin: 30px 0 0 0;
padding: 30px 0 0 0;
}

#graphic {
width: 1000px;
height: auto;
margin: 30px 0 0 0;
padding: 30px 0 0 0;
}

#system {
width: 1000px;
height: auto;
margin: 30px 0 70px 0;
padding: 30px 0 0 0;
}

.busCon {
width: 900px;
margin: auto;
margin-bottom: 100px;
padding-top: 30px;
}
.busConWeb {
width: 300px;
float: left;
text-align: center;
}
.busConWeb li {
font-size: 14px;
}
.busConGra {
width: 300px;
float: left;
text-align: center;
}
.busConGra li {
font-size: 14px;
}
.busConSys {
width: 300px;
float: right;
text-align: center;
}
.busConSys li {
font-size: 14px;
}

.item {
width: 1000px;
height: auto;
padding: 0 0 20px 0;
}

.item div p {
color: #3D3938;
}

.matter {
float: left;
width: 154px;
height: auto;
}

.matter p {
font-size: 140%;
display:inline-block;
margin: 0 auto 0 3px;
padding: 0 0 3px 0;
background-image: url(../images/dot.png);
background-position: bottom;
background-repeat: repeat-x;
}

.description {
float: left;
width: 846px;
height: auto;
}

.description p {
font-size: 140%;
margin: 0 0 8px 0;
}
.description p a {
font-size: 100%;
text-decoration: none;
color:#3d3938;
}

.tab {
margin: 38px 0 36px 0;
overflow:hidden;
}

.tab li {
float: left;
width: 220px;
height: 44px;
margin: 0 3px 0 0;
cursor: pointer;
text-indent: -9999px;
}

.tab li.design {
background-image: url(../images/tab_designer_off.png);
}

.tab li.directPlan {
background-image: url(../images/tab_director_planner_off.png);
}

.tab li.design.select {
background-image: url(../images/tab_designer.png);
}

.tab li.directPlan.select {
background-image: url(../images/tab_director_planner.png);
}

.catalog {
position:relative;
}

.selecter {
position:relative;
top:0;
}

.hide {
position:absolute;
top:0;
opacity:0;
}

#footer {
width: 1000px;
height:150px;
}

#footerNav {
float: left;
width: 530px;
height: 16px;
margin: 30px 0 0 10px;
}

#footerNav li {
float: left;
width: auto;
height: 16px;
margin: 0 44px 0 0;
}

#footerNav li a {
font-size: 140%;
color: #FFF;
text-decoration: none;
}

#footerNav li a:hover {
text-decoration: underline;
}

#copyright {
width: 450px;
height: 16px;
margin: 0 0 0 380px;
padding: 102px 0 0 0;
font-size: 100%;
color: #FFF;
}

.pageTop {
display: none;
position: fixed;
bottom: 173px;
right: 110px;
width: 54px;
height: 54px;
}

.pageTop a {
display: block;
width: 54px;
height: 54px;
border-radius:50px;
text-indent: -9999px;
background-image: url(../images/top_scroll.png);
}

.pageTop a:hover {
background-image: url(../images/top_scroll_over.png);
}
.topTit {
padding-top:40px;
margin-bottom: 40px;
}

.works {
  margin: 27px 0 24px 0;
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
}

.simply-scroll-list li {
  float: left;
  width: 228px;
  height: 128px;
  margin: 0 27px 0 0;
  border: 1px  #EEE solid;
}

figure {
  position: relative;
  overflow: hidden;
  width: 228px;
}

figcaption {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
}

figcaption a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 10px 0 0 0;
  font-family: メイリオ;
  font-size: 140%;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}

figcaption a:hover {
  text-decoration: underline;
}

figure:hover figcaption {
  bottom: 0;
}

