@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000;
}

#main_in{
	width: 100%;
	height: 500px;
	padding: 10px 0;
	clear: both;
    background: linear-gradient(to right, #000, #f00);
	margin-top: 155px;
}
.main_img{
	width: 100%;
	margin: auto;
	height: 500px;
	background-color: #000;
	overflow: hidden;
}

#tuyomi{
	width: 100%;
	margin: auto;
	clear: both;
	background: url("../img/tuyomi_bk.jpg");	
	background-size: cover;
	padding: 50px 0;
}
#tuyomi p{
	color: #fff;
	text-align: center;
}

#tuyomi h2{
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
}
#tuyomi h2 span{
	font-size: 50%;
	color: red;
}

#tuyomi h3{
	text-align: center;
	color: #fff;
}

    .flex_test-box {
		width: 1000px;
		margin: auto;
        padding:  20px 0;             /* 余白指定 */
        display: flex;              /* フレックスボックスにする */
        align-items:stretch;        /* 縦の位置指定 */
    }
     
    .flex_test-item {
        padding: 5px;
        color:  #fff;               /* 文字色 */
        width: 33%;                 /* 幅指定 */
    }

    .flex_test-item img{
		margin-bottom: 0.5em;
}

.flex_test-box2 {
	width: 1000px;
	margin: auto;
    /*padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    justify-content:center;
	flex-wrap: wrap;       /* 縦の位置指定 */
}
 
.flex_test-item2 {
	height: 250px;
    color:  #fff;               /* 文字色 */
	margin: 5px;
    /*width: 33%;                 /* 幅指定 */
	width: 322px;
	background-color: #000;
}

.flex_test-item2 h3{
  display: table-cell; /* IE8から使用可能 */
  vertical-align: middle;
	text-align: center;
	height: 250px;
	width: 33%;
	color: #fff;
}

.flex_test-item2:nth-child(1) {
    background:url("../img/top_works01.jpg")
}
 
.flex_test-item2:nth-child(2) {
    background:url("../img/top_works02.jpg")
}
 
.flex_test-item2:nth-child(3) {
    background:url("../img/top_works03.jpg")
}

.flex_test-item2:nth-child(4) {
    background:url("../img/top_works04.jpg")
}
 
.flex_test-item2:nth-child(5) {
    background:url("../img/top_works05.jpg")
}
 
.flex_test-item2:nth-child(6) {
    background:url("../img/top_works06.jpg")
}



.flex_test-box3 {
	width: 1000px;
	margin: auto;
    /*padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    justify-content:space-between;
}
 
.flex_test-item3 {
    color:  #fff;               /* 文字色 */
	margin: 5px;
    /*width: 33%;                 /* 幅指定 */
	width: 450px;
	background-color: #000;
}
 
.flex_test-item3:nth-child(1) {
}
 
.flex_test-item3:nth-child(2) {
}


     
/****************************************/

#works{
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}

#works h2{
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}
#works h2 span{
	font-size: 50%;
	color: red;
}

#works ul{
	width: 1000px;
	margin: auto;	
}
#works ul li{
	float: left;
	background:url("../img/top_works01.jpg")no-repeat;
	display: inline-block;
	width: 330px;
	height: 250px;
	vertical-align: middle;
	text-align: center;
}

#pro_fci{
	width: 1000px;
	margin: auto;
	padding: 40px 0;
	overflow: hidden;
}

#pro_fci h2{
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
}
#pro_fci h2 span{
	font-size: 50%;
	color: red;
}


