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



/* ========================================================================== */
/* TOP
   ========================================================================== */
   
#top_main {
	/*position: fixed;*/
	position: relative;
	width: 100%;
	background: #EEEEEE;
	margin-top: 110px;
}
	#top_main img.main_img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	#top_main p#main_copy {
		position: absolute;
		top: 18%;
		right: 55%;
		max-width: 600px;
		margin-left: 10%;
	}
	#top_main p#main_copy img {
		width: 100%;
	}


/*コンセプト*/
#top_concept {
	/*position: fixed;*/
	position: relative;
	width: 100%;
	background: url(../img/top/concept_img_bk.png) center no-repeat #f5f5f7;
	padding: 80px 0;
	/*background-size:contain;*/
}
	#top_concept h2 {
		width: 90%;
		text-align: center;
		margin: 0 auto 30px;
		font-size: 30px;
		font-weight: normal;
		line-height: 1.6;
	}
	#top_concept p {
		width: 90%;
		text-align: center;
		margin: 0 auto;
		font-size: 16px;
		font-weight: normal;
		line-height: 2.0;
		letter-spacing: .05em;
	}


/*私たちだからできること*/
#top_service {
	width: 100%;
	padding: 80px 0;
	/*background: url(../img/top/concept_img_bk.png) center no-repeat #f5f5f7;*/
	/*background-size:contain;*/
}
	#top_service h2 {
		width: 90%;
		text-align: center;
		margin: 0 auto 30px;
		font-size: 38px;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: .1em;
		color: #333333;
	}
	#top_service h2 span {
		text-align: center;
		font-size: 16px;
		font-family: "bebas", sans-serif;
		font-weight: normal;
		letter-spacing: .1em;
		color: #be0008;
		display: block;
	}
	#top_service p.ts_msg {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: .05em;
		font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	}
	#top_service ul {
		position: relative;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		list-style: none;
		font-size: 16px;
			
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		
		padding: 40px 0 60px;
		
		/*background: #666666;*/
	}
		#top_service ul li {
			width: 23%;
		}
		#top_service ul li a {
			text-decoration: none;
		}
		#top_service ul li a:hover {
			filter:alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
		}
		#top_service .img_cover {
			width: 100%;
			padding: 70px 0;
			/*background: #666;*/
			margin-bottom:20px;
			background-size: cover;
			background-position: center center;
		}
		#top_service a:hover .img_cover {
			filter:alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
		}
		#top_service .ic01 { background-image: url(../img/top/cov_service01.png);}
		#top_service .ic02 { background-image: url(../img/top/cov_service02.png);}
		#top_service .ic03 { background-image: url(../img/top/cov_service03.png);}
		#top_service .ic04 { background-image: url(../img/top/cov_service04.png);}


		#top_service h3.t_col,
		#top_service h3.t_col span { color: #333333; text-shadow: 1px 1px 0 rgba(255,255,255,1);}
		#top_service h3 {
			text-align: center;
			margin: 0 auto;
			font-size: 18px;
			font-weight: bold;
			line-height: 1.6;
			letter-spacing: .05em;
			color: #FFFFFF;
		}
		#top_service h3 span {
			text-align: center;
			font-size: 13px;
			font-family: "bebas", sans-serif;
			font-weight: normal;
			letter-spacing: .1em;
			color: #FFFFFF;
			display: block;
		}
		#top_service dl dt {
			font-size: 18px;
			color: #333333;
			font-weight: bold;
			margin-bottom: 10px;
		}
			#top_service a:hover dl dt {
				color: #be0008;
			}
		#top_service dl dd {
			font-size: 14px;
			color: #666666;
			line-height: 1.5;
		}
		
	#top_service .btn_wrap {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
	}
		#top_service .btn_wrap a {
			position: relative;
			max-width: 260px;
			width: 100%;
			text-align: center;
			font-size: 16px;
			margin: 0 auto;
			padding: 16px 0;
			display: block;
			color: #333333;
			text-decoration: none;
			border: 1px solid #333333;
			border-radius: 26px;        /* CSS3草案 */  
			-webkit-border-radius: 26px;    /* Safari,Google Chrome用 */  
			-moz-border-radius: 26px;   /* Firefox用 */
			/*background: url(../img/common/btn_mark01.png) 245px 17px no-repeat;*/
		}
		#top_service .btn_wrap a:hover {
			filter:alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
		}
		#top_service .btn_wrap a span {
			position: absolute;
			top: 14px;
			left: 240px;
		}
			#top_service .btn_wrap a:hover span {
				position: absolute;
				top: 14px;
				left: 245px;
			}



/*成功に導くエーワンの応え*/
#top_case {
	width: 100%;
	background: #999999;
	padding: 80px 0;
}
	#top_case h2 {
		width: 90%;
		text-align: center;
		margin: 0 auto 30px;
		font-size: 38px;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: .1em;
		color: #FFFFFF;
	}
	#top_case h2 span {
		text-align: center;
		font-size: 16px;
		font-family: "bebas", sans-serif;
		font-weight: normal;
		letter-spacing: .05em;
		color: #be0008;
		display: block;
	}
	#top_case p.ts_msg {
		width: 90%;
		margin: 0 auto 40px;
		text-align: center;
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: .05em;
		color: #FFFFFF;
		font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	}
	
	
	#top_case_in {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto 40px;
		text-align: center;
		font-size: 16px;
		list-style: none;
		
		/*height: 300px;*/
	}
		#top_case_in div.sl_in {
			position: relative;
			width: 100%;
			margin: 0 auto;
			background: #FFFFFF;
			
			/*
			flex-wrap: wrap;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			
			display: flex;
			justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			*/
			
		}
		#top_case_in div.sl_in figure.tci_img {
			max-width: 500px;
			width: 100%;
			float: left;
		}
			#top_case_in div.sl_in figure.tci_img img {
				width: 100%;
			}
		#top_case_in div.sl_in div.tci_box {
			max-width: 500px;
			width: 100%;
			float: left;
			padding: 30px 50px 30px 0;
			text-align: left;
			color: #333333;
		}
		#top_case_in div.sl_in div.tci_box dl {
			margin: 0 0 15px 0;
			padding: 5px 0 5px 45px;
			background: url(../img/common/ttl_mark01.png) left 3px no-repeat;
			background-size: 7% auto;
		}
			#top_case_in div.sl_in div.tci_box dl dt {
				color: #be0008;
				font-size: 12px;
				padding: 0 0 5px;
			}
			#top_case_in div.sl_in div.tci_box dl dd {
				font-size: 15px;
			}
		#top_case_in div.sl_in div.tci_box p {
			font-size: 22px;
			line-height: 1.4;
			margin: 0 0 20px 0;
			font-weight: 600;
			font-style: italic;
		}
		#top_case_in div.sl_in div.tci_box ul {
			margin:20px 0 0 0;
			list-style: none;
		}
			#top_case_in div.sl_in div.tci_box ul li {
				float: left;
				margin-right: 10px;
				font-size: 12px;
				padding: 8px 10px;
				background: #EEE;
			}
		
		/*
		#top_case_in div.sl_in div.tci_img {
			float: left;
			max-width: 500px;
		}
			#top_case_in div.sl_in div.tci_img img {
				width: 100%;
			}
		#top_case_in div.sl_in div.tci_box {
			float: left;
			width: 500px;
			background: #F00;
			height: 300px;
		}
		*/
	
	
	
	#top_case .btn_wrap {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
	}
		#top_case .btn_wrap a {
			position: relative;
			max-width: 260px;
			width: 100%;
			text-align: center;
			font-size: 16px;
			margin: 0 auto;
			padding: 16px 0;
			display: block;
			color: #FFFFFF;
			text-decoration: none;
			border: 1px solid #FFFFFF;
			border-radius: 26px;        /* CSS3草案 */  
			-webkit-border-radius: 26px;    /* Safari,Google Chrome用 */  
			-moz-border-radius: 26px;   /* Firefox用 */
			/*background: url(../img/common/btn_mark01.png) 245px 17px no-repeat;*/
		}
		#top_case .btn_wrap a:hover {
			filter:alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
		}
		#top_case .btn_wrap a span {
			position: absolute;
			top: 14px;
			left: 240px;
		}
			#top_case .btn_wrap a:hover span {
				position: absolute;
				top: 14px;
				left: 245px;
			}



/*2500社を超える制作実績*/
#top_result {
	width: 100%;
	padding: 80px 0;
	background: #f3f3f3;
}
	#top_result h2 {
		width: 90%;
		text-align: center;
		margin: 0 auto 30px;
		font-size: 38px;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: .1em;
		color: #333333;
	}
	#top_result h2 span {
		text-align: center;
		font-size: 16px;
		font-family: "bebas", sans-serif;
		font-weight: normal;
		letter-spacing: .05em;
		color: #be0008;
		display: block;
	}
	#top_result p.ts_msg {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: .05em;
		font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	}


	#top_result ul {
		position: relative;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		list-style: none;
		font-size: 14px;
	
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		
		padding: 40px 0 0;
		
		/*background: #666666;*/
	}
		#top_result ul li {
			width: 23%;
			margin-bottom: 30px;
		}
		#top_result ul li a {
			text-decoration: none;
		}
		#top_result ul li a:hover {
			filter:alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
		}
		#top_result ul li a figure img { width: 100%;}
		#top_result ul li a:hover figure,
		#top_result ul li a:hover div,
		#top_result ul li a:hover strong {
			filter:alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
		}
		#top_result ul li a div.tr_cat {
			/*position: relative;*/
			width: 100%;
			/*background: #CCCCCC;*/
			color: #FFFFFF;
			
			display: flex;
			justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
		}
		#top_result ul li a div.cat_company, 
		#top_result ul li a div.cat01 { background: #1166aa; }
		#top_result ul li a div.cat_realestate, 
		#top_result ul li a div.cat02 { background: #9c893b; }
		#top_result ul li a div.cat_campaign, 
		#top_result ul li a div.cat03 { background: #319934; }
		#top_result ul li a div.cat_medicalwelfare, 
		#top_result ul li a div.cat04 { background: #ffcc00; }
		#top_result ul li a div.cat_goods, 
		#top_result ul li a div.cat05 { background: #ee6600; }
		#top_result ul li a div.cat_education, 
		#top_result ul li a div.cat06 { background: #7137a6; }
		#top_result ul li a div.cat_restaurant { background: #00a7db; }
		#top_result ul li a div.cat_hotel { background: #d7c447; }
		#top_result ul li a div.cat_municipality { background: #6cbb5a; }
		#top_result ul li a div.cat_recruit { background: #e5171f; }
		#top_result ul li a div.cat_mall { background: #e85298; }
		
			#top_result ul li a div.tr_cat span { width: 56%; padding: 8px 0 8px 12px; display:block;}
			#top_result ul li a div.tr_cat p {
				/*position: absolute;
				top: 0;
				right: 0;*/
				width: 44.1%;
				padding: 8px 12px 8px 0;
				color: #333333;
				text-align: right;
				background: #FFFFFF;
				display: block;
			}
		#top_result ul li strong {
			display: block;
			padding: 10px 0;
			color: #333333;
			font-size: 18px;
		}
	
	
	
	
	
	#top_result .btn_wrap {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
	}
		#top_result .btn_wrap a {
			position: relative;
			max-width: 260px;
			width: 100%;
			text-align: center;
			font-size: 16px;
			margin: 0 auto;
			padding: 16px 0;
			display: block;
			color: #333333;
			text-decoration: none;
			border: 1px solid #333333;
			border-radius: 26px;        /* CSS3草案 */  
			-webkit-border-radius: 26px;    /* Safari,Google Chrome用 */  
			-moz-border-radius: 26px;   /* Firefox用 */
			/*background: url(../img/common/btn_mark01.png) 245px 17px no-repeat;*/
		}
		#top_result .btn_wrap a:hover {
			filter:alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
		}
		#top_result .btn_wrap a span {
			position: absolute;
			top: 14px;
			left: 240px;
		}
			#top_result .btn_wrap a:hover span {
				position: absolute;
				top: 14px;
				left: 245px;
			}




/*30周年記念特別パック*/
#top_30th {
	width: 100%;
	padding: 80px 0;
}
	#top_30th h2 {
		width: 90%;
		text-align: center;
		margin: 0 auto 30px;
		font-size: 38px;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: .1em;
		color: #333333;
	}
	#top_30th h2 span {
		text-align: center;
		font-size: 16px;
		font-family: "bebas", sans-serif;
		font-weight: normal;
		letter-spacing: .05em;
		color: #be0008;
		display: block;
	}
	#top_30th p.ts_msg {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 40px;
		text-align: center;
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: .05em;
		font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	}
	#top_30th #t30th_bnr {
		max-width: 800px;
		width: 100%;
		margin: 0 auto 40px;
		text-align: center;
	}
		#top_30th #t30th_bnr a {
			display: block;
			margin: 0 auto;
			text-align: center;
		}
		#top_30th #t30th_bnr a:hover {
			filter:alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
		}
		#top_30th #t30th_bnr a img {
			width: 100%;	
		}
	#top_30th div#t30_inq {
		position: relative;
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
		list-style: none;
		border: 1px solid #CCC;
	}
	#top_30th dl {
		border: 4px solid #EEEEEE;
		padding: 16px 16px 16px 20px;
	
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
	}
	#top_30th dl dt {
		width: 74%;
		line-height: 1.4;
		font-size: 15px;
		padding-top: 3px;
	}
	#top_30th dl dd {
		width: 24%;
	}
	
		#top_30th dl dd a {
			font-size: 16px;
			color: #FFFFFF;
			text-decoration: none;
			border-radius: 3px;        /* CSS3草案 */  
			-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
			-moz-border-radius: 3px;   /* Firefox用 */
			display: block;
			padding: 16px 0;
			font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
			text-align: center;
			
			background: -moz-linear-gradient(top left, #BBBBBB, #777777); 
			background: -webkit-linear-gradient(top left, #BBBBBB, #777777); 
			background: linear-gradient(to bottom right, #BBBBBB, #777777); 
			
		}
		#top_30th dl dd a:hover {
			filter:alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
		}
	
	
@media screen and (max-width: 1024px) {

#top_concept { padding: 8% 0;}
	#top_concept h2 { font-size: 24px; line-height: 1.4;}
	#top_concept p { font-size: 16px; line-height: 1.8;}
	
#top_service { padding: 8% 0;}
	#top_service h2 { font-size: 30px; letter-spacing: .05em;}
	#top_service h2 span { font-size: 14px;}
	#top_service p.ts_msg { font-size: 18px;}
		
		
	
	#top_service ul {
		position: relative;
		width: 80%;
		margin: 0 auto;
		list-style: none;
		font-size: 16px;
		/*display: block;*/
	
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;

		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		padding: 40px 0 20px;
		
		/*background: #666666;*/
	}
		#top_service ul li {
			width: 48%;
			margin-bottom: 6%;
		}

/*
#top_case { padding: 8% 0;}	

	#top_case_in {
		width: 100% !important;
	}
*/	#top_case_in {
		max-width: none;
		width: 80% !important;
	}
		#top_case_in div.sl_in {
			width: 100%;
			margin: 0 auto;
		}
		#top_case_in div.sl_in a { text-decoration: none;}
		
		#top_case_in div.sl_in figure.tci_img {
			max-width: none;
			width: 100%;
			margin: 0 auto;
			float: none;
		}
			#top_case_in div.sl_in figure.tci_img img {
				width: 100%;
			}
		#top_case_in div.sl_in div.tci_box {
			max-width: none;
			width: 80%;
			margin: 0 auto;
			padding: 0 0 40px 0;
			float: none;
			
		}
		#top_case_in div.sl_in div.tci_box dl {
			background: url(../img/common/ttl_mark01.png) left 3px no-repeat;
			background-size: 35px auto;
		}
		



	
	#top_result ul {
		position: relative;
		width: 80%;
		margin: 0 auto;
		list-style: none;
		font-size: 14px;
		/*display: block;*/
	
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;

		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		padding: 40px 0 20px;
	}
		#top_result ul li {
			width: 48%;
			margin-bottom: 4%;
		}
	
	
	#top_30th #t30th_bnr {
		width: 90%;
	}
	#top_30th div#t30_inq {
		width: 90%;
	}
	#top_30th dl dt {
		width: 100%;
		padding-bottom: 2%;
		text-align: center;
	}
	#top_30th dl dd {
		width: 60%;
		margin: 0 auto;
	}
	
	.pc-only { display: none !important; }
		
}



@media screen and (max-width: 480px) {
	
#top_main { margin-top: 58px;}

#top_concept { padding: 10% 0;}
	#top_concept h2 {
		margin: 0 auto 20px;
		font-size: 20px;
		line-height: 1.4;
		text-align: left;
	}
	#top_concept p {
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}

#top_service { padding: 14% 0;}
	#top_service h2 { font-size: 26px; letter-spacing: 0; margin: 0 auto 15px; line-height: 1.2;}
	#top_service h2 span { font-size: 13px; padding-top: 5px;}
	#top_service p.ts_msg { font-size: 16px; text-align: left;}
	
	
	#top_service ul {
		position: relative;
		width: 92%;
		margin: 0 auto;
		list-style: none;
		font-size: 16px;
		/*display: block;*/
	
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;

		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		padding: 40px 0 20px;
		
		/*background: #666666;*/
	}
		#top_service ul li {
			width: 48%;
			margin-bottom: 6%;
		}
		#top_service h3 {
			line-height: 1.2;
			letter-spacing:0;
		}
		#top_service h3 span { padding-top: 8px;}



	
	
	#top_case h2 { font-size: 26px; letter-spacing: 0; margin: 0 auto 15px; line-height: 1.2;}
	#top_case h2 span { font-size: 13px; padding-top: 5px;}
	#top_case p.ts_msg { font-size: 16px; text-align: left;}
	
	
	
	
	#top_result h2 { font-size: 26px; letter-spacing: 0; margin: 0 auto 15px; line-height: 1.2;}
	#top_result h2 span { font-size: 13px; padding-top: 5px;}
	#top_result p.ts_msg { font-size: 16px; text-align: left;}
	#top_result ul {
		position: relative;
		width: 92%;
		margin: 0 auto;
		list-style: none;
		font-size: 13px;
	
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;

		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		padding: 40px 0 20px;
	}
		#top_result ul li {
			width: 48%;
			margin-bottom: 4%;
		}
		#top_result ul li a div.tr_cat {
			display: block;
		}
		
			#top_result ul li a div.tr_cat span { width: 100%; padding: 8px 12px; text-align: center;}
			#top_result ul li a div.tr_cat p {
				width: 100%;
				padding: 8px 12px;
				text-align: center;
			}
		#top_result ul li strong {
			font-size: 16px;
		}



	
	
	#top_30th h2 { font-size: 26px; letter-spacing: 0; margin: 0 auto 15px; line-height: 1.2;}
	#top_30th h2 span { font-size: 13px; padding-top: 5px;}
	#top_30th p.ts_msg { font-size: 16px; text-align: left;}


	#top_30th #t30th_bnr {
		width: 90%;
	}
	#top_30th div#t30_inq {
		width: 90%;
	}
	#top_30th dl dt {
		width: 100%;
		padding-bottom: 4%;
	}
	#top_30th dl dd {
		width: 60%;
		margin: 0 auto;
	}



.pc-only { display: none !important; }

}