@charset "utf-8";


* {
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}


body {
	background-color: #ffffff;
}


ul {
	margin-top:25px;
}
	
li {
	float: left;
	color: #FFF;
	list-style-type: none;
	padding-left: 10px;
	font-size:16px;
}

a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


div#main a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*スマホでは非表示 */
@media screen and (max-width: 480px){
.t_headmenu{display:none!important;}
}



/*
H1.2.3.4.5
-------------------------------------------*/
H1 {
	color: #FFF;
	font-size: 36px;
	margin: 50px 0 0 10px;
	font-weight: 100;
}

H2 {
	color: #111111;
	font-size: 26px;
	margin: 60px 0 40px;
	font-weight: 100;
}

H2 span{
	color: #FF4E1C;
	font-size: 26px;
	margin: 60px 0 40px;
	font-weight: 100;
}





H5 {
    color: #222222;
    font-size: 30px;
    margin: 30px auto;
	text-align: center;
    font-weight: lighter;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
H5 {
    color: #222222;
    font-size: 24px;
    margin: 10px auto;
	text-align: center;
    font-weight: lighter;
}
}




/*
グローバルナビ
-------------------------------------------*/

#headmenu {
	width: 100%;
	float: right;
	background-color: #28314e;
}

#headmenu .menu{
	width: 1100px;
	margin: 0 auto;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
	#headmenu .menu{
	width: 100%;
	margin: 0 auto;
	}
}


.t_headmenu{
	width: 400px;
	margin: 0 auto;
	float: right;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
	.t_headmenu{
	width: 70%;
	margin: 0 auto;
	float: right;
}
}

.t_headmenu td{
	height:72px;
	table-layout:fixed;
	line-height: 2;
	width:100px;
	vertical-align:auto;
	text-align:center;
	margin:0;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
.t_headmenu td{
	height:40px;
	table-layout:fixed;
	line-height: 2;
	width:100px;
	vertical-align:auto;
	text-align:center;
	margin:0;
}
}

.t_headmenu td a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    padding-top: 35px;

}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
.t_headmenu td a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	padding-top:8px;

}
}

.t_headmenu td a:hover{
	color:#baa470;
}

.img_logo{
	margin: 13px 0 7px auto;
	width: 400px;
	display: block;
	float: left;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
	.img_logo{
	margin:10px 0 7px 10px;
	display:block;
	float:left;
	width: 50%;
		padding-left: 10px;
	}
}

/*
メイン
-------------------------------------------*/

#mainimg{
	margin:0 auto;
	display:block;
	background-image:url(img/main.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:750px;
	background-size:cover;
}

#mainimg_service{
	margin:0 auto;
	display:block;
	background-image:url(img/main_service.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:750px;
	background-size:cover;
}

#mainimg_corp{
	margin:0 auto;
	display:block;
	background-image:url(img/main_corp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:750px;
	background-size:cover;
}
#mainimg_contact{
	margin:0 auto;
	display:block;
	background-image:url(img/main_contact.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:750px;
	background-size:cover;
}
#mainimg_rec{
	margin:0 auto;
	display:block;
	background-image:url(img/main_rec.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:750px;
	background-size:cover;
}
#mainimg_web{
	margin:0 auto;
	display:block;
	background-image:url(img/main_web.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:750px;
	background-size:cover;
}
#mainimg_consulting{
	margin:0 auto;
	display:block;
	background-image:url(img/main_consulting.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:750px;
	background-size:cover;
}
#mainimg_lp{
	margin:0 auto;
	display:block;
	background-image:url(img/main_lp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:750px;
	background-size:cover;
}
#mainimg_dsp{
	margin:0 auto;
	display:block;
	background-image:url(img/main_dsp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:750px;
	background-size:cover;
}
#mainimg_affiliate{
	margin:0 auto;
	display:block;
	background-image:url(img/main_affiliate.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:750px;
	background-size:cover;
}


/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
	#mainimg{
	margin:0 auto;
	display:block;
	background-image:url(img/main_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:400px;
background-size:cover;
	}
	
	#mainimg_service{
	margin:0 auto;
	display:block;
	background-image:url(img/main_sp_service.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:400px;
background-size:cover;
	}
	
	#mainimg_corp{
	margin:0 auto;
	display:block;
	background-image:url(img/main_sp_corp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:400px;
background-size:cover;
	}
	#mainimg_contact{
	margin:0 auto;
	display:block;
	background-image:url(img/main_sp_contact.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:400px;
background-size:cover;
	}
	#mainimg_rec{
	margin:0 auto;
	display:block;
	background-image:url(img/main_sp_rec.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:400px;
background-size:cover;
	}
    #mainimg_web{
	margin:0 auto;
	display:block;
	background-image:url(img/main_sp_web.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:400px;
background-size:cover;
	}
    #mainimg_consulting{
	margin:0 auto;
	display:block;
	background-image:url(img/main_sp_consulting.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:400px;
background-size:cover;
	}
    #mainimg_lp{
	margin:0 auto;
	display:block;
	background-image:url(img/main_sp_lp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:400px;
background-size:cover;
	}
        #mainimg_dsp{
	margin:0 auto;
	display:block;
	background-image:url(img/main_sp_dsp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:400px;
background-size:cover;
	}
        #mainimg_affiliate{
	margin:0 auto;
	display:block;
	background-image:url(img/main_sp_affiliate.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height:400px;
background-size:cover;
	}
}



/*
main3menu
-------------------------------------------*/

#main3menu{
	width:1100px;
	display:block;
	margin:70px auto;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
	#main3menu{
	width:100%;
	display:block;
	margin:30px auto;
	}
}

#listbox {
	height: 300px;
	width: 320px;
	float: left;
	margin-bottom: 25px;
	text-align: center;
	margin: 18px;
    border: solid 5px #eeeeee;
}


#listbox H4 {
    color: #000000;
    font-size: 20px;
    margin: 0 0 -10px 0;
    font-weight: lighter;
}


#listbox h4 span{
	color: #FF4E1C;
	font-size: 16px;
	margin: 30px 0;
	line-height: 1.6;
}


#listbox p {
	line-height: 1.4;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;
	color: #222222;
}


#listbox p span {
	color: #F60;
	font-size: 18px;
}



/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
#listbox {
	width: 84%!important;
	margin: 18px auto!important;
    display:block!important;
    float: none!important;
    height: auto!important;
}
    
#listbox H4 {
    color: #000000;
    font-size: 22px!important;
   margin: 0 0 -10px 0!important;
    font-weight: normal!important;
}    
    
#listbox p {
	font-size: 15px!important;
    text-align: left!important;
}    
    
}


#listbox img{
	margin-bottom: 15px;
	width: 320px;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
#listbox img{
	margin-bottom: 15px;
	width: 100%;
}
}

#main3menu h2 {
	margin: 80px auto 40px auto !important;
	display: block;
	text-align: center;
}



#main3menu H5 {
	font-size: 14px;
	margin: 5px 0;
	color: #FFF;
	font-weight:lighter;
}

#main3menu H5 span{
	font-size: 16px;
	margin: 5px 0;
	color: #FFF;
	font-weight:lighter;
}


/*
mission
-------------------------------------------*/
#mission{
	width: 100%;
	background-image:url(img/mission_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	padding: 50px 0;
    background-size: 100vw;
}

.img_mission{
	display: block;
	margin: 15px auto;
	width: 800px;
}

.img_mission_logo{
	display: block;
	margin: 15px auto;
	width: 200px;
}

#mission p{
	width: 800px;
	display: block;
	margin: 10px auto!important;
}

.img_service{
	display: block;
	margin: 15px auto;
	width: 800px;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{

#mission{
	width: 100%;
	background-image:url(img/mission_bg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: auto;
	padding: 50px 0 20px 0!important;
    background-size: cover!important;
        
}

.img_mission{
	display: block;
	margin: 15px auto;
	width: 90%;
}

.img_mission_logo{
	display: block;
	margin: 15px auto;
	width: 30%;
}

#mission p{
	width: 90%;
	display: block;
	margin: 10px auto!important;
	line-height: 1.6!important;
}	
    
.img_service{
	width: 90%!important;
}    
	
}



/*
recruit
-------------------------------------------*/
#recruit{
	width: 100%;
	background-image:url(img/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
     background-size: 100vw;
}

.recruit{
	width: 1200px;
}

.recruit p{
	width: 350px!important;
	margin: 0 0 0 auto;
	top:150px;
	position:relative;
	text-align: center;
}

 
a.b_recruit{
	display: block;
	width: 350px;
	height: 60px;
	background-image: url(img/b_recruit.png);
	text-indent: -9999px;
	top: 150px;
	position: relative;
	margin-top: 10px;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 0;
	left: 0;
	right: 0;
}

.b_recruit:hover{
background-position:left bottom;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
#recruit{
	width: 100%;
	background-image:url(img/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 50px 0;
	background-size:cover;
}

 .recruit{
	width: 100%;
}
	
.recruit p{
	width: 60%!important;
	margin: 0 0 0 auto;
	top:40px;
	position:relative;
	text-align: center;
	line-height: 1.6;
}

 
a.b_recruit{
display:block;
width:150px;
height:46px;
background-image:url(img/b_recruit_s.png);
text-indent:-9999px;
top:40px;
position:relative;
margin: 0 30px 0 auto;
left:0;
right:0;
}
	
	
	
}



/*
reform
-------------------------------------------*/
#reform{
	width: 100%;
	background-image:url(img/reform_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
    background-size: 100vw;
}

#reform h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}



/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
#reform{
	width: 100%;
	background-image:url(img/reform_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 80px 0 0 0;
	background-size:cover;
}
    
       #reform h3{
    font-size: 18px;
         margin-top: 0%!important;
}

}

/*
recruit
-------------------------------------------*/
#recruit{
	width: 100%;
	background-image:url(img/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
    background-size: 100vw;
}

#recruit h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}



/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
#recruit{
	width: 100%;
	background-image:url(img/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 80px 0 0 0;
	background-size:cover;
}
    
       #recruit h3{
    font-size: 18px;
         margin-top: 0%!important;
}

}

/*
contact
-------------------------------------------*/
#contact{
	width: 100%;
	background-image:url(img/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
    background-size: 100vw;
}

#contact h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}



/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
#contact{
	width: 100%;
	background-image:url(img/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 80px 0 0 0;
	background-size:cover;
}
    
       #contact h3{
    font-size: 18px;
         margin-top: 0%!important;
}

}

.btn-border {
  display: block;
    text-align: center;
    width: 300px;
  max-width: 50%;
  border: 2px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 20px;
    margin: 10px auto;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #ffffff;
  border-color: #baa470;
  color: #baa470;
}


/*
contents
-------------------------------------------*/

#contents{
    width: 1000px;
    display: block;
    margin: 70px auto;
}

#contents .img600{
	display: block;
	margin: 30px auto 60px auto;
	width: 600px;
}



#contents p{
	display: block;
	margin: 5px auto 35px auto;
	width: 1000px;
	line-height: 1.6;
}

#contents h2 {
	margin: 60px auto 0px auto !important;
	font-size:30px !important;
	display: block;
	text-align: center;
}


#contents H3{
	color: #111111;
	font-size: 40px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-weight: 100;
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 10px;
}

#contents H5{
	color: #FF4E1C;
	font-size: 22px;
	margin: 25px 0 0 0 ;
	font-weight: 100;
}

#contents a{
	color:#FF4E1C;
	font-size:16px;
	text-decoration:none;
}

#contents a:hover{
	text-decoration:underline;
}




#pankuzu{
	width: 100%;
	color: #111111;
	padding:10px 20px;
	margin-bottom:50px;
	margin-top:80px;
	background-color:#eeeeed;
}

#pankuzu p{
	width: 1000px;
	line-height: 1.4;
	margin: 0 auto;
	display: block;
}

	
#pankuzu p a:link { 
	color: #111111;
	text-decoration: none;
}

#pankuzu p a:visited { 
	color: #111111;
	text-decoration: none;
}


/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
	#contents{
    width: 96%;
    display: block;
    margin: 70px auto;
}

#contents .img600{
	display: block;
	margin: 30px auto 60px auto;
	width: 80%;
}



#contents p{
	display: block;
	margin: 5px auto 35px auto;
	width: 94%;
	line-height: 1.6;
}

#contents h2 {
	margin: 60px auto 10px auto !important;
	font-size:23px !important;
	display: block;
	text-align: center;
}


#contents H3{
    color: #111111;
    font-size: 32px;
    margin: 30px 10px 5px 10px;
    font-weight: 100;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 10px;
}

#contents H5{
	color: #FF4E1C;
	font-size: 22px;
	margin: 25px 0 0 0 ;
	font-weight: 100;
}

#contents a{
	color:#FF4E1C;
	font-size:16px;
	text-decoration:none;
}

#contents a:hover{
	text-decoration:underline;
}




#pankuzu{
	width: 100%;
	color: #111111;
	padding:10px 0px;
	margin-bottom:50px;
	margin-top:80px;
	background-color:#eeeeed;
}

#pankuzu p{
	font-size: 14px!important;
	width: 90%!important;
	line-height: 1.4;
	margin: 0 0 0 20px!important;
	padding: 10 0!important;
}

}

/*
お問い合わせ関連
-------------------------------------------*/

.t_contact {
	width: 1000px;
	margin: 15px auto;
	border:none;
	display:block;
}

.t_contact td {
	padding: 30px;
	background-color:#ffffff;
	color:#111111;
	width: 700px;
	border: solid 1px #eeeeee;
}

.t_contact th {
	padding: 30px;
	background-color: #eeeeee;
	color:#111111;
	width: 300px;
}

.t_contact p{
	margin:0;
	padding:0;
	line-height:1.2;
}

input[type=text]{
height:30px;
width:100%;
padding:3px 5px;
font-size:18px;
}


textarea{
height:180px;
width:100%;
padding:3px 5px;
font-size:18px;
}

input[type="submit"] {
	width:70%;
	height:60px;
	display:block;
	margin:0 auto;
	font-size:20px;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
	.t_contact {
	width: 100%;
	margin: 15px auto;
	border:none;
	display:block;
}

.t_contact td {
	padding: 20px;
	background-color:#ffffff;
	color:#111111;
	width: 70%;
	border: solid 1px #eeeeee;
}

.t_contact th {
	padding: 20px;
	background-color: #eeeeee;
	color:#111111;
	width: 30%;
}

.t_contact p{
	margin:0;
	padding:0;
	line-height:1.2;
}

input[type=text]{
height:30px;
width:100%;
padding:3px 5px;
font-size:18px;
}


textarea{
height:180px;
width:100%;
padding:3px 5px;
font-size:18px;
}

input[type="submit"] {
	width:70%;
	height:60px;
	display:block;
	margin:0 auto;
	font-size:20px;
}
}


/*
テーブル
-------------------------------------------*/



/*
thanks
-------------------------------------------*/
.thanks{
	margin: 20px auto;
	display: block;
	background-color: #222222;
	padding: 50px 20px;
	width: 1100px;
	text-align: center;
}

.thanks p{
	font-size:22px !important;
}

.thanks p span{
	font-size:22px !important;
}




/*
foot 
-------------------------------------------*/
#foot {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 40px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    background-color: #0e0e1b;
}


.foot_text{
	color:#fff;
	display:block;
	margin:20px auto;
	text-align:center;
}


/*
フッター
-------------------------------------------*/

#footmenu {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: #0e0e1b;
    padding-bottom: 80px;
    padding-top: 140px;
}

#footmenu .menu{
	width: 1100px;
	margin: 0 auto;
}

.t_foot{
	width: 900px;
	border: none;
	margin: 0 auto;
	display: block;
}

.t_foot td{
	width: 450px;
}

.t_foot p{
	color: #fff;
	font-size: 26px;
	line-height: 1;
}

.img_logo_f{
    width: 300px;
    display: block;
	margin: 0 auto;
}

.img_b_contact{
    width: 280px;
    display: block;
	margin: 0 auto 0 0;
}



/* スマホだけに適用するCSS */
@media screen and ( max-width:480px )
{
#footmenu {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: #0e0e1b;
    padding-bottom: 40px;
    padding-top: 40px;
}

#footmenu .menu{
	width: 100%;
	margin: 0 auto;
}

.t_foot{
	width: 80%;
	border: none;
	margin: 0 auto;
	display: block;
}

.t_foot td{

}

.t_foot p{
	color: #fff;
	font-size: 14px;
	line-height: 1;
}
	
.t_foot a:link { 
	color: #fff;
}
		

.img_logo_f{
    width: 40%;
    display: block;
	margin: 0 auto;
}

.img_b_contact{
    width: 80%;
    display: block;
	margin: 0 auto 0 0;
}

}


/*
google map
-------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*
navi
-------------------------------------------*/
