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

* {
	margin:0px;
	padding:0px;
}

html {
	background-color:#baccd4;
}

body {
	overflow:hidden;
}

header, section, footer {
 display: block;
}

a {
	text-decoration:none;
}

h1 {
	color:#141918;
	font-size:43px;
	font-weight:lighter;
}

footer p {
	position:fixed;
	left:40px;
	bottom:20px;
	color:#52655b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

ul {
	list-style:none;
}

.sub_txt {
	margin-top:30px;
	font-size:12px;
	font-weight:bolder;
}

.content {
}

#left_head {
	position:absolute;
	top:15%;
	left:40px;
	height:420px;
	padding-bottom:105px;
}

.left_txt {
	position:absolute;
	top:30%;
	left:40px;
}

.bgimg {
	display:none;
}

.maximage {
	position:fixed !important;
}

#bg {
	position:fixed;
	width:100%;
	height:100%;
	background-color:#baccd4;
	background:radial-gradient(top right,circle,#dce5e2 50px,#baccd4 1500px);
	background:-moz-radial-gradient(top right,circle,#dce5e2 50px,#baccd4 1500px);
	background:-webkit-gradient(radial,right top,0,right top,1500,from(#dce5e2),to(#baccd4));
	z-index:-1;
}

#bg2 {
	display:none;
	position:fixed;
	overflow:none;
	width:100%;
	height:100%;
	z-index:-1;
}

#logo {
	position:fixed;
	left:40px;
	top:16px;
	z-index:2;
}

#pr_logo {
	display:none;
}

.detail_txt {
	position:absolute;
	top:50%;
	left:450px;
	width:490px;
	padding:15px;
	background-color:rgba(255,255,255,0.7);
	border-radius:5px;
}

.ie .detail_txt {
	background-color:#ecf1f1;
}

.detail_txt section {
	position:relative;
}

.after_sec {
	padding-top:3em;
}

.detail_txt h3 {
	color:#141918;
	font-size:38px;
	font-weight:lighter;
}

.detail_txt h4 {
	margin-top:1.3em;
	color:#f60;
	font-size:15px;
	font-weight:lighter;
}

.detail_txt h5 {
	margin-top:1.5em;
	font-weight:lighter;
}

.detail_txt h5:before {
	content:"[ ";
}

.detail_txt h5:after {
	content:" ]";
}

.detail_txt li:before {
	content:"・";
}

.detail_txt p, .detail_txt ul {
	margin-bottom:5px;
	font-size:11px;
}

.detail_txt p {
	line-height:160%;
}


/*----------------------------------------フォント---------------------------------------------------*/
.content {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, .sub_txt, #main_nav, #service_nav h2, #flow001 h2, .detail_txt h3, #toform_txt {
	font-family:"Times New Roman", Times, serif;
}

#phil .detail_txt h3 {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#home h1, #phil h2 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


/*----------------------------------------メインナビ---------------------------------------------------*/
#main_nav {
	position:fixed;
	top:0px;
	width:100%;
	height:65px;
	color:#52655b;
	font-size:13px;
	border-bottom:solid 10px #52655b;
	background-color:#151a18;
	z-index:1;
}

#main_nav ul {
	position:absolute;
	top:34px;
	right:5px;
}

#main_nav li {
	position:relative;
	float:left;
	margin:0 15px;
	color:#fff;
}

#main_nav .bar_box {
	position:absolute;
	top:0px;
	height:31px;
}

#main_nav .bar_box {
	width:90%;
	margin-left:5%;
	opacity:0;
	transition:width 0.15s linear,margin-left 0.15s linear,opacity 0.15s linear;
	-moz-transition:width 0.15s linear,margin-left 0.15s linear,opacity 0.15s linear;
	-webkit-transition:width 0.15s linear,margin-left 0.15s linear,opacity 0.15s linear;
}

#main_nav .bar_box:hover {
	width:120%;
	margin-left:-10%;
	opacity:1;
}

#main_nav .here .bar_box {
	width:120%;
	margin-left:-10%;
	opacity:1;
}

#main_nav a {
	color:#52655b;
}

#main_nav .bar {
	position:absolute;
	bottom:0px;
	width:100%;
	height:5px;
	background-color:#f60;
}

/*-------------ie用--------------*/
.ie #main_nav ul {
	top:34px;
}

.ie #main_nav .bar_box {
	display:none;
}

.ie #main_nav li {
	padding-bottom:11px;
	border-bottom:solid 5px #151a18;
}

.ie #main_nav .here, .ie #main_nav li:hover {
	border-bottom:solid 5px #f60;
}



/*----------------------------------------次ページ矢印---------------------------------------------------*/
.next {
	width:64px;
	height:64px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}

#next_img {
	display:none;
	border:none;
}

/*-------------ie用--------------*/
.ie .next {
	display:none;
}

.ie #next_img {
	display:block;
}


/*----------------------------------------前ページ矢印---------------------------------------------------*/
.prev {
	position:absolute;
	width:64px;
	height:64px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transition:margin-left 0.1s linear,opacity 0.1s linear;
	-moz-transition:margin-left 0.1s linear,opacity 0.1s linear;
	-webkit-transition:margin-left 0.1s linear,opacity 0.1s linear;
}

.prev:hover {
	margin-left:-2px;
	opacity:0.3;
}

#prev_img {
	display:none;
	border:none;
}

#prev_img:hover {
	margin-left:-2px;
	opacity:0.3;
}

/*-------------ie用--------------*/
.ie .prev {
	display:none;
}

.ie #prev_img {
	display:block;
	margin-top:85px;
}


/*----------------------------------------トップページ---------------------------------------------------*/
#home {
	position:absolute;
	top:50%;
	left:40px;
	margin-top:-172px;
}


#home h1 {
	width:600px;
	font-weight:bold;
	line-height:1.1em;
}

#home h1 span {
	margin:0 10px;
}

#home p {
	width:500px;
	margin-top:30px;
	font-size:16px;
	line-height:1.5em;
}

#service_nav {
	position:relative;
	margin-top:50px;
	font-size:13px;
}

#service_nav ul {
	float:left;
	position:relative;
	top:5px;
	width:660px;
	opacity:0;
}

#service_nav h2 {
	font-weight:lighter;
	margin-bottom:0.3em;
}

#service_nav li {
	float:left;
	padding-right:15px;
}

#service_nav a {
	color:#141918;
	transition:color 0.1s linear;
	-moz-transition:color 0.1s linear;
	-webkit-transition:color 0.1s linear;
}

#service_nav a:hover {
	color:#52655b;
}

#service_nav .next {
	position:relative;
	top:6px;
	float:left;
	width:6px;
	height:6px;
	margin-right:6px;
}

#service_nav #next_img {
	position:relative;
	top:4px;
	float:left;
	width:5px;
	margin-right:5px;
}


/*----------------------------------------COMPANY---------------------------------------------------*/
#comp table {
	position:absolute;
	top:50%;
	left:100px;
	width:480px;
	margin:-177px 0 0 350px;
	padding:15px 15px 0 15px;
	font-size:12px;
	background-color:rgba(255,255,255,0.6);
	border-radius:5px;
}

#comp th {
	padding-right:60px;
}

#comp td {
	padding-bottom:15px;
}

#comp td, #comp th {
	vertical-align:top;
	line-height:1.5em;	
}

#comp th {
	text-align:left;
	font-weight:lighter;
}


/*----------------------------------------PHILOSOPHY---------------------------------------------------*/
#phil .detail_txt {
	display:block;
	left:420px;
	width:540px;
	margin-top:-143px;
}

#phil .detail_txt h2 {
	color:#141918;
	font-size:38px;
	font-weight:lighter;
}

#phil .detail_txt h3 {
	margin-top:1.3em;
	color:#f60;
	font-size:15px;
}

/*----------------------------------------WORKFLOW　共通---------------------------------------------------*/
.flow_txt {
	width:435px;
	margin-top:85px;
	font-size:14px;
	line-height:1.6em;
}

.flow_txt, .strategy_circle, #flow001_circle, .detail_txt {
	display:none;
}

.strategy_circle, #flow001_circle {
	opacity:0;
}

.strategy_circle {
	position:absolute;
	top:45%;
	left:45%;
	width:10%;
	height:10%;
	background-color:#ecf1f1;
	border-radius:50%;
}

.detail .strategy_circle {
	display:block;
	top:0%;
	left:-40%;
	width:100%;
	height:100%;
}

.side {
	position:absolute;
	top:50px;
	left:85px;
	width:200px;
}

.st_cirbox {
	position:absolute;
	width:156px;
	height:156px;
}

.side nav {
	position:absolute;
	top:180px;
	font-size:13px;
}

.side nav li {
	margin-bottom:1em;
}

.side nav a {
	color:#141918;
	transition:color 0.1s linear,margin-left 0.1s linear;
	-moz-transition:color 0.1s linear,margin-left 0.1s linear;
	-webkit-transition:color 0.1s linear,margin-left 0.1s linear;
}

.side nav a:hover {
	color:#52655b;
	margin-left:2px;
}

.side .next {
	position:relative;
	top:6px;
	float:left;
	width:6px;
	height:6px;
	margin-right:6px;
}

.side #next_img {
	position:relative;
	top:4px;
	float:left;
	width:5px;
	margin-right:5px;
}

.detail .prev {
	top:100px;
	left:20px;
}

.detail #prev_img {
	top:185px;
}

.detail h2 {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-10px;
	font-weight:lighter;
	font-size:14px;
	text-align:center;
	z-index:3;
}



/*----------------------------------------WORKFLOW　トップ---------------------------------------------------*/
#strategy .strategy_circle {
	transition:background-color 0.2s linear;
	-moz-transition:background-color 0.2s linear;
	-webkit-transition:background-color 0.2s linear;
}

#strategy li:hover .strategy_circle {
	background-color:#efefef;
}

#flow001 {
	position:absolute;
	top:50%;
	left:480px;
	width:490px;
	height:490px;
	margin-top:-282px;
}

#flow001 h2 {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-35px;
	margin-left:-57px;
	text-align:center;
	line-height:1em;
	font-weight:lighter;
	font-size:34px;
}

#strategy a {
	color:#141918;
}

#strategy a:hover {
	color:#52655b;
}

#strategy li {
	position:absolute;
	width:156px;
	height:156px;
	font-size:14px;
	text-align:center;
}

#strategy span {
	position:relative;
	top:71px;
}

#strategy #right span {
	top:60px;
}

#up {
	left:50%;
	margin-left:-78px;
}

#right {
	right:0px;
	top:50%;
	margin-top:-78px;
}

#down {
	bottom:0px;
	left:50%;
	margin-left:-78px;
}

#left {
	top:50%;
	margin-top:-78px;
}

#flow001_circle_box {
	position:relative;
	top:-2px;
	left:-2px;
	width:100%;
	height:100%;
	z-index:-1;
}

#flow001_circle {
	position:relative;
	top:45%;
	left:45%;
	width:10%;
	height:10%;
	border-style:solid;
	border-width:2px;
	border-color:#ecf1f1;
	border-radius:50%;
	z-index:-1;
}

#next_flow {
	position:absolute;
	top:177px;
	left:420px;
	transition:left 0.1s linear,opacity 0.1s linear;
	-moz-transition:left 0.1s linear,opacity 0.1s linear;
	-webkit-transition:left 0.1s linear,opacity 0.1s linear;
}

#next_flow:hover {
	left:422px;
	opacity:0.3;
}


/*----------------------------------------WORKFLOW　各ページ---------------------------------------------------*/
#promotion .detail_txt, #cost .detail_txt {
	top:15%;
}

#channel .detail_txt {
	margin-top:-233px;
}

#development .detail_txt {
	margin-top:-210px;
}

#promotion #left_head, #cost #left_head {
	padding-bottom:250px;
}

#promotion .st_cirbox h2, #development .st_cirbox h2 {
	margin-left:-56px;
}

#cost .st_cirbox h2 {
	margin-top:-21px;
	margin-left:-63px;
}

#channel .st_cirbox h2 {
	margin-left:-70px;
}


/*----------------------------------------CONTACT---------------------------------------------------*/
#cont .left_txt, #form .left_txt {
	position:absolute;
	top:40%;
}

#cont .left_txt p, #form .left_txt p {
	margin-bottom:1em;
}

#contact_box {
	position:absolute;
	top:50%;
	left:550px;
	margin-top:-83px;
}

#toform_txt {
	float:left;
	margin:40px 0 0 100px;
	font-size:12px;
	font-weight:bolder;
}

#toform {
	float:left;
	position:relative;
	top:10px;
	transition:left 0.1s linear,opacity 0.1s linear;
	-moz-transition:left 0.1s linear,opacity 0.1s linear;
	-webkit-transition:left 0.1s linear,opacity 0.1s linear;
}

#toform:hover {
	left:2px;
	opacity:0.3;
}


/*----------------------------------------FORM---------------------------------------------------*/
#inquiry_form dt {
	margin-top:5px;
}

#inquiry_form li {
	display:block;
	margin:5px 10px 5px 0;
}

#inquiry_form dt:after {
	content:"：";
}

.button {
	margin-top:5px;
	padding:7px;
	border-radius:4px;
	border:none;
	color:#fff;
	font-size:0.9em;
	background-color:#666;
	transition:background-color 0.1s linear;
	-moz-transition:background-color 0.1s linear;
	-webkit-transition:background-color 0.1s linear;
}

.button:hover {
	background-color:#999;
}

#inquiry_form .txt_form {
	width:400px;
	padding:6px;
	color:#666;
	border:solid 1px rgba(153,153,153,0.35);
	border-radius:4px;
	box-shadow:0 7px 20px rgba(204,204,204,0.5) inset;
	background-color:rgba(255,255,255,0.85);
}

#form .container {
	height:400px;
}

#inquiry_form {
	position:absolute;
	top:10%;
	left:570px;
	width:420px;
	padding-bottom:100px;
	font-size:14px;
}

#inquiry_form #company_name {
	width:60%;
}

#inquiry_form #name, #inquiry_form #phone, #inquiry_form #fax {
	width:40%;
}

#inquiry_form #address, #inquiry_form #inquiry {
	width:95%;
}

#inquiry_form #email {
	width:70%;
}