@charset "UTF-8";
body::before {
  background:no-repeat center center;
  display: block;
  position: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -1;
}


div.parallax {
    height: 300px;
    background-color: transparent;
    background: url(../images/dot_matrix_sp.png);
}


#index section {
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: auto 100vh;
    box-sizing: border-box;
/*    overflow: hidden;*/
}

.index_read{
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
}
.index_read .index_read_cell{
/*    display: table-cell;*/
    display: block;
    width: calc(100% - 40px);
    vertical-align:top;
    text-align: left;
    margin: 0 auto 0;
    padding: 20px 10px;
    max-width: 960px;
    background-color:rgba(0,0,0,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    zoom: 1;
}

.index_read .index_read_cell h3{
    font-size: 21px;
    font-weight: bold;
    color:#fff;
    margin: 0 auto 15px;
    
}

.index_read .index_read_cell .copy_text{
    color:#fff;
    font-weight: normal;
}
#index #box1,
#index #box2,
#index #box3,
#index #box4{
    margin: 0 auto;
}
#index #box2 .cont_wrap,
#index #box3 .cont_wrap,
#index #box4 .cont_wrap{
    min-height: 100vh;
}


/*br使うことを前提の内容があるため適用できない
.index_read .index_read_cell .copy_text br{
    display: none;
}
*/


/*更新情報*/
.whatsnew_box{
    
}
.whatsnew_box table.whatsnew_tbl{
    width: 100%;
    border: solid 1px #d2d2d2;
    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    zoom: 1;
    position: relative;
}

.whatsnew_box table.whatsnew_tbl tbody td.wn_date{
    display: block;
    border-left: solid 3px #999;
    padding: 0 5px 0;
    margin: 0.5em 10px 0;
    
}
.whatsnew_box table.whatsnew_tbl tbody td.wn_link{
    display: block;
    margin: 0 10px 0 10px;
    padding: 0.5em 0 0.5em 0;
    border-bottom: dotted 1px #d2d2d2;
}
.whatsnew_box table.whatsnew_tbl tbody:last-child td.wn_link{
    border-bottom: none;
}
/*####################*/
/*YOUTUBE*/
/*####################*/
/*.video{
    background:url(../images/bg_video.png) repeat #000;
    text-align: center;
    padding: 15px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    zoom: 1;
    position: relative;
}*/
table.skillandvideo{
    width: 100%;
    margin: 0px 0 40px;
}
table.skillandvideo tbody{
    width: 100%;
}
table.skillandvideo tr{
    display: block;
}
table.skillandvideo td{
    display: block;
    vertical-align: top;
    width: auto;
    padding: 0;
}
table.skillandvideo td ul{
}
table.skillandvideo td ul li{
}
table.skillandvideo td.yt{
    
}
table.skillandvideo td.yt iframe{
    display: block;
    text-align: center;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    border: none;
    box-shadow:rgba(0, 0, 0, 0.4) 5px 5px 3px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.4) 5px 5px 3px;
    -moz-box-shadow:rgba(0, 0, 0, 0.4) 5px 5px 3px;
}
/*####################*/
/*会社紹介 on index*/
/*####################*/
.com_gmap{}
.com_gmap iframe{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    zoom: 1;
    position: relative;
}
.com_gmap img.imgmap{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width:/***/auto; /* IE8用 */
}
.com_info_wrap{
    border: solid 1px #ccc;
    background-color: #f2f2f2;
    padding: 15px;
    margin: 20px auto 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    zoom: 1;
    position: relative;
}
.com_name{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.com_add{margin: 0 0 5px 0}
.com_tel{
}
.banner_box_wrap{
    width: 100%;
    margin: 0px auto 0px;
    padding: 0 0 0;
}
.banner_box_wrap .banner_box{
    text-align: center;
    width: auto;
}
.banner_box_wrap .banner_box:first-child{
    border-top: solid 1px #ccc;
    padding: 20px 0 0;
}
.banner_box_wrap .banner_box a{
    display: block;
    margin: 0 auto 20px;
    width: 100%;
}
.banner_box_wrap .banner_box a img{
    max-width: 100%;
	height: auto;
    display: block;
    margin: 0 auto;
}
