  /*****************************************************
	
共通設定
	
*****************************************************/


body{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

address{
font-style:normal;
}

.clearfix:after {
  display: block;
  clear: both;
	content: "";}

UL,OL {
padding-left:0px;
}



h1{
	padding: 10px 0 10px 0px;
	font-size:15px;
	font-weight: normal;
	text-align: left;
	color: #d6be3b;
	letter-spacing: 0.05em;
}

#header_area{
	width: 93%;
	height: auto;
	text-align: center;
	margin: 20px 5% 28px 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

#logo{
	width: 15%;
	height: 15%;
	margin: 0 35% 0 0;
}

#logo img{
	width: 85%;
	height: 85%;
}

#global_nav{
	width:40%;    /*横幅の指定*/
	background-color: #FFFFFF;
	
}

#global_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#global_nav ul li {
	color: #ACACAC;
	
}
#global_nav ul li a{
	text-decoration: none;
	color: #3bd6ca;
	font-size: 15px;
}

#global_nav ul li a:hover {
	text-decoration: none;
	color: #ACACAC;
}

#logo_visual{
	width: 4%;
	margin: 0 0 0 6%;
	}

#logo_visual img{
	width: 80%;
	margin: 0 10% 4px 10%;
	}

#trance{
	font-size: 12px;
}

#trance a{
	color: #ACACAC;
}

#trance p{
	color: #ACACAC;
}

.bxslider ul{
	width: 100%;
	height: auto;
}

#main_visual{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}


#whatweare_area{
	width: 100%;
	text-align: center;	
	border-bottom: #000000 20px solid;
}

.chuouArea{
	width: 80%;
	margin: 140px 10% 100px 10%;
	font-size: 100px;
}

#whatweare_area p{
	text-align: left;
	font-size: 40px;
	line-height: 1.5em;
}



.topContainer1{
	text-align: center;
	width: 200px;
	padding: 10px 0;
	margin: 0 auto 40px auto;
}

.topContainer1 h1{
	font-size: 2.0rem;
	font-weight: bold;
	border: 1px solid #3bd6ca;
	text-align: center;
}

#main .flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#main .flex img{
	width: 50%;
	opacity: 0.3;
}

#main .flex img:hover{
	width: 50%;
	opacity: 1.0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.topContaineer2{
	width: 100%;
}

.topbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 0;
}

.topbox img{
	width: 64%;
	height: 64%;
}

.topbox .topTextBox{
	width: 35%;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.2em;
}

.topbox3 .topTextBox{
	width: 39%;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.2em;
}

.topbox .topTextBox:nth-child(odd){
	text-align: left;
	padding: 0 0 0 1%;
}

.topbox .topTextBox:nth-child(even){
	text-align: right;
	padding: 0 1% 0 0;
}


.topbox2 img, .topbox5 img{
	filter: grayscale(100%);
}

/*****************************************************
	
TOP
	
*****************************************************/

#whatweare_area_top{
	width: 100%;
	text-align: center;	
	border-bottom: #000000 20px solid;
}

.chuouArea_top{
	width: 80%;
	margin: 140px 10% 100px 10%;
	font-size: 100px;
}

#whatweare_area_top p{
	text-align: left;
	font-size: 40px;
	line-height: 1.5em;
}

#top_about_top_text h1{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	display: inline-block;
	color: #74e2ec;
	font-weight: bold;
	font-size: 3.6rem;
	text-align: center;
	margin: 0 0 80px 0;
	background-color: #000000;
	padding: 24px;
}

#top_about_top_text p{
	font-size: 19px;
	line-height: 38px;
	padding: 10px 0 20px 0;
	margin-bottom: 15px;
}

#top_about_top_text{
	padding: 30px;
	padding: 30px 0 100px 0;
	text-align: center;
}




.topbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 0;
}

.topbox img{
	width: 64%;
	height: 64%;
}

.topbox .topTextBox{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	width: 35%;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.2em;
}

.topbox3 .topTextBox{
	width: 39%;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.2em;
}

.topbox .topTextBox:nth-child(odd){
	text-align: left;
	padding: 0 0 0 1%;
}

.topbox .topTextBox:nth-child(even){
	text-align: right;
	padding: 0 1% 0 0;
}


.topbox2 img, .topbox5 img{
	filter: grayscale(100%);
}


/*****************************************************
	
SERVICES
	
*****************************************************/

.barBlack{
	width: 100%;
	border-bottom: #000000 20px solid;
}


#serviceContainer1 .flex{
	display: flex;
	width: 100%;
	height: auto;
	align-items:	center;
	flex-wrap: wrap;
	padding: 140px 0;
}

.serviceTextLeft{
	width: 40%;
	height: auto;
	padding: 0 5% 0 10%;
}

.serviceTextLeft p{
	text-align: left;
	font-size: 30px;
	line-height: 1.5em;
}

.serviceTextRight{
	width: 35%;
	height: auto;
	padding: 0 10% 0 0%;
}

.serviceTextRight p{
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
}

#serviceContainer3{
	margin: 0 0 100px 0;
}

.serviceContainer3Detail .flex{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 10%;
}



.serviceContainer3Detail h1{
	font-size: 20px;
	padding: 20px 0 20px 10%;
	margin: 56px 0 0 0;
	text-align: left;
	color: #000000;
}

.serviceDetail{
	width: 40%;
	padding: 20px 0;
}

.serviceDetail:nth-child(even){
	width: 40%;
	padding: 20px 0;
	margin: 0 0 0 20%;
}

.serviceDetail img{
	width: 100%;
	height: auto;
}


.serviceDetail h2{
	font-size: 32px;
	margin: 28px 0 0 0;
	text-align: left;
}

.serviceDetail p{
	text-align: left;
	font-size: 16px;
	margin: 22px 0 18px 0;
	line-height: 1.5em;
}

.serviceBox1{
	width: 35%;
}

.serviceContainer3Detail .serviceBox2{
	width: 50%;
	margin: 0 0 0 15%;
}

/*****************************************************
	
clientsページ	
*****************************************************/

#popup_text{
	width: 100%;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	color: #000000;
	padding: 0px;
	margin-top: 80px;
	margin-left: 0px;
	margin-bottom: 39px;
	box-sizing:border-box;/*算出用*/
	
}

#logo_box{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 40px;
}


#logo_area{
	width: 1048px;
	height: 900px;
	margin-bottom: 80px;
	text-align: center;
	margin: 0 auto;
	overflow:hidden;
	box-sizing:border-box;/*算出用*/
}

.clients_logo{
	float: left;
	padding: 10px;
	margin: 10px;
	border: #7C7C7C solid 1px;
	box-sizing:border-box;/*算出用*/
	}

#cl_list_zone{
	width: 1300px;
	height: 660px;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 0px 0;
	border-top: 1px solid #7C7C7C;
	box-sizing:border-box;/*算出用*/
}

#cl_list_zone li{
	list-style: none;
	font-size: 14px;
	line-height: 21px;
	}

.ul_block_01, .ul_block_02, .ul_block_03, .ul_block_04{
	width: 305px;
	height: auto;
	float: left;
	text-align: left;
	margin-left: 20px;
	box-sizing:border-box;/*算出用*/
}

/*****************************************************
	
contactページ	
*****************************************************/
#contact_area{
	width: 1100px;
	height: 541px;	
	background-image: url(http://credits.co.jp/image/contact_bg.png);
  background-repeat: no-repeat;
	text-align: center;
	margin: 40px auto ;
 }

#contact_text{
	text-align: center;
	margin: 0 auto;
	width: 300px;
	height: auto;
	color: #ffffff;
	padding-top: 190px;
	line-height: 160px;
	font-size: 16px;
}

#cl_adress{
	font-size: 24px;
}


/*****************************************************
	
workページ	
*****************************************************/
#work_container{
	width:100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 100px;
	}

.work_container_area{
	display: flex;
	flex-wrap: wrap;
	padding: 0 2%;
}

.workshot_full{
	width: 99.2%;
	height: 99.2%;
	margin: 10px 0.4%;
}

.workshot_large{
	width: 65.5%;
	height: 65.5%;
	margin: 10px 0.4%;
}


.workshot_med{
	width: 32.5%;
	height: 32.5%;
	margin: 10px 0.4%;
}


.workshot_long{
	width: 32.5%;
	height: 32.5%;
	margin: 10px 0.6%;
}

.workshot_full img, .workshot_large img, .workshot_med img, .workshot_long img{
	width: 100%;
	height: 100%;
}

/*****************************************************
	
aboutページ	
*****************************************************/

#about_box{
	width: 100%;
	height: auto;
	padding: 20px 0 30px 0;
	border-top: solid 1px #939393;
	background-color: #565454;
	
}

#about_container{
	text-align: center;
	margin: 90px auto;
	width: 850px;
	height: auto;
	background-color: #565454;
	}

#about_container h1{
	color: #FFFFFF;
}

#about_top_text{
	padding: 30px;
	padding: 30px 0 100px 0;
	text-align: center;
}

#about_top_text h1{
	display: inline-block;
	color: #74e2ec;
	font-weight: bold;
	font-size: 3.6rem;
	text-align: center;
	margin: 0 0 80px 0;
	background-color: #000000;
	padding: 24px;
}


.about_text{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 64px 0 0 0;
}

#about_top_text p{
	font-size: 20px;
	padding: 10px 0 20px 0;
	margin-bottom: 15px;
	line-height: 1.8em;
}

#about_container h1{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.company_about{
	width: 850px;
	text-align: left;
	color: #FFFFFF;
	margin: 40px 0 0 0;
}

.company_about th{
	width: 150px;
	font-weight: normal;
	padding: 14px;
	font-size: 18px;
}

.company_about td{
	width: 700px;
	padding: 6px;
	font-size: 18px;
	line-height: 1.6em;
}




 /*****************************************************
	
POPUPLIST
	
*****************************************************/
#clients_text{
	width: 100%;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 100px;
	margin-left: 0px;
	margin-bottom: 29px;
	box-sizing:border-box;/*算出用*/
	
}



#popup_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: space-around;
	padding-top: 20px;
	padding-bottom: 100px;
}

.popup_container{
	width : calc(100% / 3) ;
	
}

.popup_pic{
	text-align: center;
	position:relative;
	margin-bottom: 50px;
}

.popup_pic .popup_caption{
	font-size:		16px;
	text-align: 		center;
	padding-top:		27%;
	color:			#000000;
	line-height: 30px;
}

.popup_pic .popup_mask{
	width : 100%;
	height: 100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(255,255,255,0.8);	/* マスクは半透明 */
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}

.popup_pic:hover .popup_mask {
	opacity:		1;	/* マスクを表示する */
}


 

 /*****************************************************
	
フッター
	
*****************************************************/
footer{
  width: 100%;
	height: auto;
	padding: 10px 0;
	background-color: #000000;
	color: #FFFFFF;
  overflow: hidden;   /*おまじない*/
	box-sizing:border-box;/*算出用*/
}

#footer_area{
	width: 1100px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#footer_area a{	
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#company{
	font-size: 14px;
}

.company_name{
	text-align: center;
	padding: 4px;
	line-height: 1.5em;
	margin: 12px 0 -4px 0;
	}

.company_name a{
	font-size: 10px;
	text-decoration: none;
	line-height: 0px;
	color: #000000;
}

.copyright{
	font-size: 10px;
	}

#personal{
	width: 80%;
	text-align: center;
	margin: 0 auto 60px auto;
}

#personal h1{
	color: #000000;
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 40px 0;
}

#personal h2{
	margin: 30px 0 10px 0;
}

#personal h2,#personal p{
	text-align: left;
	color: #000000;
	line-height: 1.6em;
}
