/*---------------------------------------------------------
ページタイトル
---------------------------------------------------------*/

#pageTtl{
	height:200px;
	width:100%;
	text-align:center;
}

#pageTtl h1{
	text-align:center;
}

/*----------- 各ページタイトル ------------*/

.serviceTtl{
	width:100%;
	height:200px;
	background: url(../img/service/pic_h.png) no-repeat #eaeaea;
	background-position: right;
}

.worksTtl{
	width:100%;
	height:200px;
	background: url(../img/works/pic_h.png) no-repeat #eaeaea;
	background-position: right;
}

.aboutTtl{
	width:100%;
	height:200px;
	background: url(../img/about/pic_h.png) no-repeat #eaeaea;
	background-position: right;
}

.newsTtl{
	width:100%;
	height:200px;
	background: url(../img/news/pic_h.png) no-repeat #eaeaea;
	background-position: right;
}


/*---------------------------------------------------------
事業内容
---------------------------------------------------------*/
/*-- 共通 --*/

.conBox{
	clear: both;
	position: relative;
	margin:24px 0;
}

.boxLeft{
	float:left;
	width:140px;
	text-align:center;
}

.boxLeft h2{
	padding-top:12px;
}

.boxRight{
	margin-left:164px;
}

.boxText{
	margin-bottom:36px;
}

.boxText h2{
	position: relative;
	margin-bottom:18px;
	padding:3px 0 0 30px;
	font-size:1.2em;
	text-align:left;
	line-height: 21px;
}

.boxText h2:before{
	position: absolute;
	top:10px;
	left:0;
	width:16px;
	height:4px;
	background: #f56200;
	content:"";
}

.boxText p{
	margin-left:30px;
}

.case{
	clear:both;
	width:960px;
	height:300px;
	background: url(../common/img/bg.png) repeat;
}

.case h1{
	position: relative;
	padding:22px 0 20px 30px;
	font-size:1.6em;
	line-height: 21px;
}

.case h1:before{
	position: absolute;
	top:28px;
	left:0;
	width:16px;
	height:4px;
	background: #f56200;
	content:"";
}

.caseData{
	height:200px;
	margin-left:386px;
	padding-right:43px;
}

.caseData h2{
	color:#313131;
	font-size:1.3em;
	margin-bottom:5px;
}

.caseDtata p{
	padding:24px 0;
}

.thumb{
	float:left;
	margin-left:42px;
}


/*-----------------------------------------------
スマートフォンアプリ
-----------------------------------------------*/

#app{
	width:100%;
	margin:0;
	padding-bottom:48px;
	background: url(../img/service/pic_app_01.png) no-repeat 0 0;
	background-position: right 0;
}

#appTtl{
	height:450px;
}

#appTtl p{
	width:520px;
	margin:40px 0;
}

.appService{
	position: absolute;
	width:960px;
	height:190px;
	top:405px;
}
#app div.conBox{
	margin-top:150px;
}

#app div.boxLeft{
	width:328px;
}

#app div.boxRight{
	margin-left:354px;
}


/*---------------------------------------------------------
ゲーム・イラスト制作
---------------------------------------------------------*/

#game{
	width:100%;
	margin:0;
	padding-bottom:48px;
	background: url(../img/service/pic_game_01.png) no-repeat 0 0;
	background-position: left 0;
}

#gameTtl{
	height:448px;
}

#gameTtl p{
	width:520px;
	margin:40px 0;
	text-shadow:
	 #fff 1px 1px 10px, 
	 #fff -1px 1px 10px,
	#fff 1px -1px 10px, 
	#fff -1px -1px 10px;
}

#gameTtl a.bg{
	background-color: rgba(0,0,0,0.3);
}

#game div.boxText{
	width:550px;
	margin-bottom:48px;
}

.rightImg{
	position: absolute;
	right:-150px;
	top:0;
}

.sideImg{
	position: absolute;
	top:-30px;
	right:-10px;
}

.sideImg2{
	position: absolute;
	top:0;
	right:-20px;
}

/*---------------------------------------------------------
Webシステム開発
---------------------------------------------------------*/

#web{
	clear:both;
	width:100%;
	margin:0;
	padding-bottom:48px;
	background: url(../img/service/pic_web_01.png) no-repeat 0 0;
	background-position: left 0;
}

#webTtl{
	height:448px;
	width:960px;
}

#webTtl img.rightImg{
	position: absolute;
	right:-150px;
	top:46px;
}

#webTtl p{
	width:480px;
	margin:40px 0;
}



/*---------------------------------------------------------
制作実績
---------------------------------------------------------*/

#worksList{
	text-align:left;
}

#boxCol{
	width:984px;
	overflow: hidden;
	padding:0;
	margin:0;
}

.box3col li{
	position: relative;
	float: left;
	width:304px;
	min-height:380px;
	margin-right: 24px;
}

.box3col h2{
	font-size:16px;
	color:#313131;
	margin:7px 0;
}

.box3col a{
	cursor: pointer;
	word-break: break-all;
}
.box3col a.narrow{
	letter-spacing: -0.1px;
}

.new{
	display: inline-block;
	position: absolute;
	top:0;
	left:0;
	z-index:1;
	background: red;
	color:#fff;
	padding:4px 10px;
}

/*--- モーダル関係 ---*/

.modalCon{
	width:960px;
	margin:0;
	border:solid 3px #aaa;
	background: #fff;
	position: fixed;
	display: none;
	z-index:1000;
}

.modalConImg{
	margin:0 48px 48px 48px;
}

.modalConBox{
	width:864px;
	height:auto;
	margin:0 48px 48px 48px;
	overflow: hidden;
}

.modalConLeft{
	float:left;
	width:310px;
	padding-right:24px;
	border-right:1px solid #bfbfbf;
}

.modalConLeft li{
	line-height:1.4em;
}

.modalConLeft li h2{
	margin-bottom:7px;
}

.modalConRight{
	float:right;
	width:505px;
	padding-left:24px;
	margin:0;
}

.close{
	clear: both;
	position: absolute;
	left:408px;
	bottom:24px;
	padding:15px 40px;
	cursor: pointer;
}

#modal-overlay{
	z-index:999;
	position: fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color: rgba(0,0,0,0.75);
}


/*---------------------------------------------------------
会社概要
---------------------------------------------------------*/

#about{
	width:960px;
	text-align:center;
}

.hText{
	margin:32px auto;
}

.bgStripe{
	clear: both;
	width:960px;
	background: url(../common/img/bg.png) repeat;
}

.bgStripe div.conBox{
	padding:24px 24px 12px 24px;
	margin:0;
}

.bgStripe div.boxText{
	width:744px;
	padding-top:10px;
}

#company{
	padding-bottom:80px;
}

.summary{
	clear: both;
	width:960px;
	margin:80px auto 0;
}

.summary h1{
	position: relative;
	margin-bottom:42px;
	padding:28px 0 28px 30px;
	font-size:1.4em;
	line-height: 21px;
	background-color:#f0eeed;
}
.summary dl{
	zoom: 1;
	overflow:hidden;
}

.summary h1:before{
	position: absolute;
	top:35px;
	left:0;
	width:16px;
	height:4px;
	background: #f56200;
	content:"";
}

.summary dt{
	float:left;
	width:222px;
	padding:20px 0 20px 24px;
	margin-top:-1px;
	line-height:1.8em;
	border-top:1px solid #bfbfbf;
}

.summary dd{
	margin-left:246px;
	padding:20px 0;
	margin-top:-1px;
	border-top:1px solid #bfbfbf;
	line-height:1.8em;
}

.summary ul li{
	float:left;
	width:320px;
	line-height:2.8em;
}

#access{
	position: relative;
	border-top:1px solid #bfbfbf;
}

#access h1{
	margin-bottom:24px;
}

.accessBox{
	float:left;
	width:410px;
	margin:24px 0 0 58px;
}

.accessBox h2{
	font-size:1.2em;
	margin-bottom:8px;
}

.accessBox ul{
	line-height:1.8em;
}

.accessBox ul li{
	padding-bottom:8px;
	margin-left:26px;
}

.accessBox ul li:last-child{
	clear: both;
}

.tel{
	float:left;
	margin-right:23px;
}


/*---------------------------------------------------------
ニュース
---------------------------------------------------------*/

#news .summary{
	clear: both;
	width:960px;
	margin:0;
}








@media all and (max-width: 768px) {

/*---------------------------------------------------------
ページタイトル
---------------------------------------------------------*/

#pageTtl{
    position: relative;
	height:30vw;
	/*width:100%;*/
	/*text-align:center;*/
        background-size: 60%;
        margin-top: 0;
}

#pageTtl h1{
    position: absolute;
	/*text-align:center;*/
        top: 8vw;
        padding: 0;
        width: 100%;
        margin: 0 auto;
}
#pageTtl h1 img{
    width: auto;
    height: 13vw;
}

/*----------- 各ページタイトル ------------*/

.serviceTtl{
	/*width:100%;*/
	height:30vw;
	/*background: url(../img/service/pic_h.png) no-repeat #eaeaea;*/
	background-position: right bottom;
}

.worksTtl{
	/*width:100%;*/
	height:30vw;
	/*background: url(../img/works/pic_h.png) no-repeat #eaeaea;*/
	background-position: right bottom;
}

.aboutTtl{
	/*width:100%;*/
	height:30vw;
	/*background: url(../img/about/pic_h.png) no-repeat #eaeaea;*/
	background-position: right bottom;
}

.newsTtl{
	/*width:100%;*/
	height:30vw;
	/*background: url(../img/news/pic_h.png) no-repeat #eaeaea;*/
	background-position: right bottom;
}


/*---------------------------------------------------------
事業内容
---------------------------------------------------------*/
/*-- 共通 --*/

.conBox{
	clear: both;
	position: relative;
	margin:24px 0;
}

.boxLeft{
	float:left;
	width:17%;
	text-align:center;
}
.boxLeft img{
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.boxLeft h2{
	padding-top:12px;
}

.boxRight{
	margin-left:18%;
}

.boxText{
	margin:1.5em 0;
}

.boxText h2{
	position: relative;
	margin-bottom:5px;
	padding:3px 0 0 25px;
	font-size:1.2em;
	text-align:left;
	line-height: 21px;
}

.boxText h2:before{
	position: absolute;
	top:10px;
	left:0;
	width:16px;
	height:4px;
	background: #f56200;
	content:"";
}

.boxText p{
	margin-left:25px;
}

.case{
	clear:both;
	width:100%;
        padding: 2vw 10px;
        box-sizing: border-box;
        margin: 0 auto;
	height:auto;
	background: url(../common/img/bg.png) repeat;
}

.case h1{
	position: relative;
	padding:22px 0 20px 30px;
	font-size:1.2em;
	line-height: 21px;
}

.case h1:before{
	position: absolute;
	top:28px;
	left:0;
	width:16px;
	height:4px;
	background: #f56200;
	content:"";
}

.caseData{
	height:auto;
	margin-left:5px;
	padding-right:0;
        margin-top: 25px;
        padding-bottom: 15px;
}

.caseData h2{
	/*color:#313131;*/
	font-size:1.3em;
	margin-bottom:5px;
}

.caseDtata p{
	padding:24px 0;
}

.thumb{
    display: block;
    width: 80%;
    height: auto;
	float:none;
	margin:0 auto;
}


/*-----------------------------------------------
スマートフォンアプリ
-----------------------------------------------*/

#app{
	/*width:100%;*/
	/*margin:0;*/
	padding-bottom:0;
	background: none;
        height:auto;
}

#appTtl{
    background: url(../img/service/pic_app_01.png) no-repeat 0 0;
    background-position: right bottom;
        background-size: 70%;
	height:53vw;
}
#appTtl h1 img{
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
}
#appTtl .btn{
    display: block;
    margin: 0 auto;
    width: 40%;
}

#appTtl p{
	width:90%;
	margin:10vw auto;
}

.appService{
        display: block;
	position: relative;
	width:95%;
	height:auto;
	top:inherit;
        margin: 22.5vw auto 0 auto;
}
.appService img{
    width: 100%;
    height: auto;
}
#app div.conBox{
    position: relative;
	margin-top:10vw;
}

#app div.boxLeft{
    position: absolute;
	width:70%;
        right: 20px;
        top: 20px;
        opacity: 0.15;
}
#app div.boxLeft img{
    width: 100%;
    height: auto;
}


#app div.boxRight{
    width: 95%;
    margin: 0 auto;
}


/*---------------------------------------------------------
ゲーム・イラスト制作
---------------------------------------------------------*/

#game{
	width:100%;
	margin:-40px 0 0 0;
	padding-bottom:0;
	background:none;
}

#gameTtl{
    position: relative;
    background: url(../img/service/pic_game_01.png) no-repeat 0 0;
    background-position: right bottom;
    background-size: 100%;
    height:60vw;
    margin-bottom: 30vw;
}
#gameTtl h1 img{
    display: block;
    width: 80%;
    height: auto;
    margin: 0 0 0 2.5%;
}

#gameTtl p{
    position: relative;
    z-index: 2;
	width:95%;
	margin:14vw auto 0 auto;
	text-shadow:
	 #fff 1px 1px 10px, 
	 #fff -1px 1px 10px,
	#fff 1px -1px 10px, 
	#fff -1px -1px 10px;
}
#gameTtl .btn{
    display: block;
    margin: 14vw auto 0 auto;
    width: 40%;
}

#gameTtl a.bg{
	background-color:#fff;
}

#game div.boxText{
	width:100%;
	margin-bottom:0;
}

#gameTtl .rightImg{
	position: absolute;
	right:0;
	top:33vw;
        width: 40%;
        height: auto;
        z-index: 1;
}

.sideImg{
	position: absolute;
	top:-30px;
	right:-10px;
}

.sideImg2{
	position: absolute;
	top:0;
	right:-20px;
}

/*---------------------------------------------------------
Webシステム開発
---------------------------------------------------------*/
#web{
	width:100%;
	margin:-40px 0 0 0;
	padding-bottom:0;
	background:none;
}

#webTtl{
    position: relative;
    background: url(../img/service/pic_web_01.png) no-repeat 0 0;
    background-position: left bottom;
    background-size: 90%;
    height:52vw;
    width:100%;
    margin-bottom: 30vw;
}
#webTtl h1 img{
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
}

#webTtl img.rightImg{
	position: absolute;
	right:10px;
	top:21vw;
        width: 35%;
        height: auto;
}

#webTtl p{
	width:95%;
	margin:11vw auto 8vw auto;
}

#webTtl .btn{
    display: block;
    margin: 0 auto;
    width: 40%;
}




/*---------------------------------------------------------
制作実績
---------------------------------------------------------*/

#worksList{
	text-align:left;
}

#boxCol{
	width:100%;
	overflow: hidden;
	padding:0;
	margin:0;
}

.box3col li{
    display: block;
	position: relative;
	float: none;
	width:95%;
	min-height:0;
        margin: 0 auto 50px auto;
}
.box3col li img{
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.box3col h2{
	font-size:3.9vw;
	/*color:#313131;*/
	margin:7px 0;
}

.box3col a{cursor: pointer;}

.new{
	display: inline-block;
	position: absolute;
	top:0;
	left:5%;
	z-index:1;
	background: red;
	color:#fff;
	padding:4px 10px;
}

/*--- モーダル関係 ---*/

.modalCon{
	width:95%;
	margin:0 auto;
	border:solid 3px #aaa;
	background: #fff;
	position: fixed;
	display: none;
	z-index:1000;
}

.modalConImg{
	margin:0 auto;
        width: 90%;
        height: auto;
        display: block;
}

.modalConBox{
	width:90%;
	height:auto;
	margin:0 auto;
	overflow: auto;
}

.modalConLeft{
	float:none;
	width:100%;
	padding-right:0;
	border-right:none;
        border-bottom: 1px solid #aaa;
        padding-bottom: 10px;
        margin-bottom: 15px;
}

.modalConLeft li{
	line-height:1.4em;
}

.modalConLeft li h2{
	margin-bottom:7px;
}

.modalConRight{
	float:right;
	width:100%;
	padding-left:0;
	margin:0;
}

.close{
	clear: both;
	position: relative;
	left:inherit;
	bottom:inherit;
	padding:15px 30px;
	cursor: pointer;
        display: block;
        width: 4em;
        margin: 25px auto 0 auto;
}

#modal-overlay{
	z-index:999;
	position: fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:110%;
	background-color: rgba(0,0,0,0.75);
}


/*---------------------------------------------------------
会社概要
---------------------------------------------------------*/

#about{
	width:100%;
	text-align:center;
}

#about .about_top_img{
    width: 100%;
    height: auto;
}

.hText{
	margin:32px auto;
        width: 70%;
        height: auto;
}

.bgStripe{
	clear: both;
	width:100%;
	background: url(../common/img/bg.png) repeat;
}

.bgStripe div.conBox{
	padding:10px 7px;
	margin:0;
}

.bgStripe div.boxLeft img{
    margin-top: 20px;
}
.bgStripe div.boxText{
	width:100%;
	padding-top:10px;
}

#company{
	padding-bottom:80px;
}

.summary{
	clear: both;
	width:100%;
	margin:40px auto 0;
}

.summary h1{
	position: relative;
	margin-bottom:20px;
	padding:28px 0 28px 40px;
	font-size:1.4em;
	line-height: 21px;
	background-color:#f0eeed;
}
.summary h1:before{
	position: absolute;
	top:35px;
	left:10px;
	width:16px;
	height:4px;
	background: #f56200;
	content:"";
}

.summary dt{
	float:none;
	width:96%;
        box-sizing: border-box;
	padding:15px 0 5px 3px;
	margin:0 auto;
	line-height:1.8em;
	border-top:1px solid #bfbfbf;
        font-weight: bold;
}
.summary dt:first-child{
    border-top:none;
}

.summary dd{
	margin-left:0;
        box-sizing: border-box;
	padding:0 10px 15px 20px;
	margin-top:0;
	border-top:none;
	line-height:1.8em;
}

.summary ul{
    padding: 0 10px;
    box-sizing: border-box;
}
.summary ul li{
	float:none;
	width:auto;
	line-height:2.2em;
}

#access{
	position: relative;
	border-top:1px solid #bfbfbf;
}

#access h1{
	margin-bottom:24px;
}
#access h1 img{
    width: 50%;
    height: auto;
    margin-left: 10px;
}

.accessBox{
	float:none;
	width:95%;
	margin:30px auto;
}

.accessBox h2{
	font-size:1.2em;
	margin-bottom:8px;
}

.accessBox ul{
	line-height:1.8em;
}

.accessBox ul li{
	padding-bottom:8px;
	margin-left:26px;
}

.accessBox ul li:last-child{
	clear: both;
}
.accessBox .googleMap iframe{
    width: 100%;
}

.tel{
	float:left;
	margin-right:23px;
}


/*---------------------------------------------------------
ニュース
---------------------------------------------------------*/

#news .summary{
	clear: both;
	width:100%;
	margin:0;
}



}