@charset "utf-8";

/* =================================================

	page style
	 
----------------------------------------------------
*

	main
	sectionWork
	sectionAbout
	sectionNews
	sectionContact

*
================================================= */







/* =================================================

	main

================================================= */

#main {
}



/* ----------------------------------------------
	mainNav
---------------------------------------------- */

#main #mainNav {
	position: absolute;
	left: 0%;
	top: 40px;
	z-index: 10;
	width: 100%;
}

#main #mainNav ul.gNav li a {
	color: #fff !important;
}
#main #mainNav ul.gNav li.navStore a {
	border: 1px solid #fff;
}


#main #mainNav ul.gNav li a:hover {
 color: #ccc !important;
}
#main #mainNav ul.gNav li.navStore a:hover {
 border: 1px solid #ccc !important;
}

/* medium */
@media screen and (max-width: 1000px){
#main #mainNav {
	display: none;
}
}

/* small */
@media screen and (max-width: 750px){
}



/* ----------------------------------------------
	mainVisual
---------------------------------------------- */

#main #mainVisual {
	position: relative;
}

#main #mainVisual .block {
	position: relative;
}
#main #mainVisual .block .img {
	position: relative;
}
#main #mainVisual .block .img img {
	width: 100%;
	height: auto;
}
#main #mainVisual .block .logo {
	position: absolute;
	left: 0%;
	width: 100%;
	text-align: center;
}
#main #mainVisual .block .btn {
	position: absolute;
	left: 0%;
	bottom: 26px;
	width: 100%;
	text-align: center;
}

/* original */
@media screen and (max-width: 1880px){
#main #mainVisual .block .img img {
	width: 1880px;
}
}

/* large */
@media screen and (max-width: 1000px){
}

/* medium */
@media screen and (max-width: 978px){
}

/* small */
@media screen and (max-width: 750px){
#main #mainVisual .block .img img {
	width: 100%;
}
}


/*
	main01
---------------------------------------------- */

#main #mainVisual #main01 {
	background-color: #050a13;
}
#main #mainVisual #main01 .txt {
	position: absolute;
	left: 0%;
	/*top: 152px;*/
	top: 15.2%;
	width: 100%;
	text-align: center;
	color: #fff;
}
#main #mainVisual #main01 .logo {
	/*top: 798px;*/
	/*top: 79.8%;*/
	bottom: 15.2%;
}


/*
	main05
---------------------------------------------- */

#main #mainVisual #main05 .logo {
	/* top: 6.5%; */
	top: 2%;
	text-align: left;
}
#main #mainVisual #main05 .logo span {
	display: block;
	width: 1020px;
	margin: 0px auto;
}
#main #mainVisual #main05 .logo img {
}

/* original */
@media screen and (max-width: 1110px){
/* #main #mainVisual #main05 .logo {
	top: 2%;
} */

#main #mainVisual #main03 .logo span {
	display: inline;
	width: auto;
	padding-left: 45px;
	margin: 0;
}
#main #mainVisual #main05 .logo span {
	width: 94%;
}
#main #mainVisual #main05 .logo img {
	/* width:25.68%; */
	/* min-width:110px; */
	width:16.68%;
}

}
@media screen and (max-width: 750px){
#main #mainVisual #main05 .logo img {
	/* width:25.68%; */
	/* min-width:110px; */
	min-width:80px;
}

}

/*
	main06
---------------------------------------------- */

#main #mainVisual #main06 .logo {
	bottom: 10%;
}


/*
	js
---------------------------------------------- */

#main #mainVisual .main01_js {
}
#main #mainVisual .main02_js,
#main #mainVisual .main03_js,
#main #mainVisual .main04_js,
#main #mainVisual .main05_js,
#main #mainVisual .main06_js {
	display: none;
}







/* =================================================

	sectionWork

================================================= */

#sectionWork {
}
#sectionWork .aqdoLogo {
	text-align:center;
	margin-top:30px;
}
#sectionWork .leadTxt {
	margin-top: 40px;
	/* margin-top: 70px; */
	text-align: center;
	/* font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
	font-size: 12px;
	/* font-size: 20px; */
	/* font-size: 24px; */
	line-height: 1.65;
	letter-spacing: -0.05em;
	color: #666666;
}
#sectionWork .leadTxt span {
	display: block;
	margin-top: 1em;
	color: #666666;
}



/* ----------------------------------------------
	brandList
---------------------------------------------- */

#sectionWork .brandList {
	padding-top: 52px;
	padding-bottom: 292px;
	background: url(../img/work_img.jpg) center bottom repeat-x;
}

#sectionWork .brandList ul:before,
#sectionWork .brandList ul:after { /content: ""; /display: table;}
#sectionWork .brandList ul:after { /clear: both;}

#sectionWork .brandList ul {
	border-left: 1px solid #1a1a1a;
	display: flex;
}
#sectionWork .brandList ul li {
	display: table-cell;
	/*/float: left;*/
	/*width: 304px;*/
	width: calc(100% / 3);
	padding: 10px;
	border-right: 1px solid #1a1a1a;
	text-align: center;
	
}
#sectionWork .brandList ul li.listLine {
}

#sectionWork .brandList ul li a {
	display: block;
	text-decoration: none;
	color: #1a1a1a;
}
#sectionWork .brandList ul li a:hover {
	color: #ccc;
}
#sectionWork .brandList ul li a dl {
}
#sectionWork .brandList ul li a dt {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.85;
	letter-spacing: -0.05em;
	color: #666666;
}
#sectionWork .brandList ul li a dt img {
	display: block;
	width: 130px;
	height: auto;
	margin: 0px auto 4px;
}
#sectionWork .brandList ul li.listScrew a dt img {
	width: 180px;
}
#sectionWork .brandList ul li a dl dd {
	font-size: 12px;
	color: #666666;
}
#sectionWork .brandList ul li a div.listImgSm {
	display: none;
}

/* original */
@media screen and (max-width: 1020px){
#sectionWork .brandList {
	padding-bottom: 30%;
	background-size: 220% auto;
}
#sectionWork .brandList ul {
	width: 95.88235294117647%;
	margin: 0px auto;
}
}

/* medium */
@media screen and (max-width: 978px){
#sectionWork .brandList ul {
	width: auto;
}
}

/* small */
@media screen and (max-width: 750px){
#sectionWork .leadTxt {
	margin-top: 10%;
	font-size: 18px;
}

#sectionWork .brandList {
	padding-top: 0%;
	padding-bottom: 0%;
	background: none;
}
#sectionWork .brandList ul {
	flex-direction: column;
	width: 100%;
	border: none;
}
#sectionWork .brandList ul li {
	position: relative;
	display: block;
	width: auto;
	border: none;
}
#sectionWork .brandList ul li a {
	/*width: 478px;*/
	width: 74%;
	/*min-width: 240px;*/
	padding: 10px 4% 0px;
	margin: 8% auto 0%;
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
}
#sectionWork .brandList ul li a dl {
	margin-top: -4px;
}
#sectionWork .brandList ul li a dt img {
	/*width: 198px;*/
	width: 41.42259%;
	max-width: 198px;
	margin-bottom: 0%;
}
#sectionWork .brandList ul li.listScrew a dt img {
	width: 62%;
}
#sectionWork .brandList ul li a dd {
	padding-bottom: 10px;
}
#sectionWork .brandList ul li a div.listImgSm {
	display: block;
	position: relative;
	left: -20%;
	bottom: 0%;
	/*width: 580px;*/
	width: 140%;
	padding-top: 6%;
	background-color: #fff;
}
#sectionWork .brandList ul li a div.listImgSm img {
	width: 100%;
	height: auto;
}
#sectionWork .brandList ul li a:hover {
	color: #1a1a1a;
}
}







/* =================================================

	sectionAbout

================================================= */

#sectionAbout {
	padding-bottom: 0px !important;
}



/* ----------------------------------------------
	tabNav
---------------------------------------------- */

#sectionAbout .tabNav {
	margin-top: 75px;
}

#sectionAbout .tabNav ul {
	position: relative;
	left: 50%;
	float: left;
}

#sectionAbout .tabNav ul:before,
#sectionAbout .tabNav ul:after { content: ""; display: table;}
#sectionAbout .tabNav ul:after { clear: both;}

#sectionAbout .tabNav ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0px 15px;
}

/* small */
@media screen and (max-width: 750px){
#sectionAbout .tabNav {
	display: none;
}
}



/* ----------------------------------------------
	tabPage
---------------------------------------------- */

#sectionAbout .tabPage {
	clear: both;
	color: #fff;
}
#sectionAbout .tabPage .tabTtl {
	display: none;
}

#sectionAbout #philosophy,
#sectionAbout #message {
	padding-top: 55px;
	/*padding-bottom: 120px;*/
	text-align: center;
}

#sectionAbout #philosophy .philosophyBlock,
#sectionAbout #message .messageBlock {
}

#sectionAbout #philosophy .dlTtl,
#sectionAbout #message .dlTtl {
	padding-bottom: 26px;
	font-size: 21px;
	/* font-size: 24px; */
	font-weight: bold;
	line-height: 1.5;
	color: #FFFFFF;
}

#sectionAbout #philosophy p,
#sectionAbout #message p {
	padding-bottom: 24px;
	font-size: 12px;
	/* font-size: 14px; */
	/* font-size: 16px; */
	line-height: 1.66;
	color: #FFFFFF;
}

/* small */
@media screen and (max-width: 750px){
#sectionAbout .tabPage .tabTtl {
	display: block;
	width: 43.5%;
	min-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
	border: 1px solid #fff;
	padding: 3% 2%;
	text-align: center;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
#sectionAbout #philosophy,
#sectionAbout #message {
	padding-top: 10%;
	padding-bottom: 0%;
}
}

/*
	 message
---------------------------------------------- */
#sectionAbout #message {
	position: relative;
}
#sectionAbout #message .messageBlock {
	position: relative;
	z-index: 20;
	/*width: 540px;*/
	width: 56.36743%;
	padding-bottom: 8%;
	margin: 0px auto;
}
#sectionAbout #message .messageImg {
	position: relative;
	z-index: 10;
	width: 100%;
}
#sectionAbout #message .messageImg img {
	position: absolute;
	/*right: -55px;*/
	right:0;
	/* right: -5.5%; */
	bottom: 0px;
	z-index: 5;
}
#sectionAbout #message p.messageSignature {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* medium */
@media screen and (max-width: 978px){
#sectionAbout #message .messageBlock {
	width: 100%;
}
#sectionAbout #message .messageImg img {
	/*width: 424px;*/
	width: 26.65%;
	/* width: 38%; */
	/* width: 42%; */
}
}

/* small */
@media screen and (max-width: 750px){
#sectionAbout #message .messageImg {
	display: none;
}
}


/*
	 company
---------------------------------------------- */
#sectionAbout #company {
	margin-top: 60px;
}

#sectionAbout #company .companyImg img {
	width: 100%;
	height: auto;
}

#sectionAbout #company dl {
	/*width: 580px;*/
	width: 59.30470%;
	margin: 50px auto 40px;
}

#sectionAbout #company dl dd dl {
	clear: left;
	width: auto;
	margin: 8px auto 0px;
}
#sectionAbout #company dl:before,
#sectionAbout #company dl:after { content: ""; display: table;}
#sectionAbout #company dl:after { clear: both;}
#sectionAbout #company dl dd dl:before,
#sectionAbout #company dl dd dl:after { display: none;}

#sectionAbout #company dl dt,
#sectionAbout #company dl dd {
	padding: 18px 20px;
}
#sectionAbout #company dl dd dl dt {
	padding: 0px;
}
#sectionAbout #company dl dd dl dd {
	padding: 0px;
}

#sectionAbout #company dl dt {
	clear: left;
	float: left;
	width: 80px;
	font-weight: normal;
	color: #FFFFFF;
}
#sectionAbout #company dl dd dl dt {
	float: none;
	width: auto;
}

#sectionAbout #company dl dd {
	margin-left: 120px;
	color: #FFFFFF;
}
#sectionAbout #company dl dd dl dd {
	margin-left: 0px;
}

#sectionAbout #company dl dd p,
#sectionAbout #company dl dd ul li {
	margin-top: 8px;
	color: #FFFFFF;
}
#sectionAbout #company dl dd p.fst,
#sectionAbout #company dl dd ul li.fst {
	margin-top: 0px;
}

#sectionAbout #company .mapBlock {
	width: 100%;
	height: 460px;
	font-size: 0;
}
#sectionAbout #company .mapBlock div#map_canvas{
	width: 100%;
	height: 460px;
}

/* medium */
@media screen and (max-width: 978px){
#sectionAbout #company dl {
	width: 80%;
}
}

/* small */
@media screen and (max-width: 750px){
#sectionAbout #company {
	padding-bottom: 10%;
}
#sectionAbout #company dl {
	width: 100%;
	margin: 4% auto;
}
#sectionAbout #company dl dt {
	padding: 18px 20px 18px 0px;
}
#sectionAbout #company dl dd {
	padding: 18px 10px 18px 0px;
}

#sectionAbout #company .mapBlock,
#sectionAbout #company .mapBlock div#map_canvas{
	height: 300px;
}
}


/*
	js
---------------------------------------------- */

#sectionAbout #philosophy {
	display: block;
	padding-bottom:80px;
}
#sectionAbout #message {
	display: block;
}
#sectionAbout #company {
	display: block;
}

/* small */
@media screen and (max-width: 750px){
#sectionAbout #philosophy {
	padding-bottom:0;
}

}





/* =================================================

	sectionNews

================================================= */

#sectionNews {
}

#sectionNews .newsBlock {
	margin: 77px auto 0px;
}

/* センタリングの為、追記 */
#sectionNews .newsBlock ul {
	width:350px;
	margin:0 auto;
}

#sectionNews ul li a {
	color: #2a2a2a;
}
#sectionNews ul li a:hover {
	color: #c00;
}
#sectionNews dl {
	margin-top: 8px;
}
#sectionNews dl:before,
#sectionNews dl:after { content: ""; display: table;}
#sectionNews dl:after { clear: both;}
#sectionNews dl dt {
	clear: left;
	float: left;
	width: 90px;
	font-weight: normal;
	color: #666666;
}
#sectionNews dl dd {
	margin-left: 90px;
	padding-left: 20px;
	color: #666666;
}

/* small */
@media screen and (max-width: 750px){
#sectionNews .newsBlock {
	margin: 10% auto 0px;
}
#sectionNews .newsBlock ul {
	width:auto;
}

#sectionNews ul li a:hover {
	color: #2a2a2a;
}
#sectionNews dl {
	margin-top: 8%;
}
#sectionNews dl dt {
	float: none;
	width: auto;
	margin-bottom: 2%;
	text-align: center;
}
#sectionNews dl dd {
	margin-left: 0px;
	padding-left: 0px;
}
}






/* =================================================

	sectionContact

================================================= */

#sectionContact {
	padding-top: 92px;
	padding-bottom: 120px;
}

#sectionContact .contactBlock {
	margin: 73px auto 0px;
	text-align: center;
	line-height: 1.65;
	/*color: #fff;*/
}
#sectionContact .contactBlock p {
	margin-top: 25px;
	/*color: #FFFFFF;*/
}

/* small */
@media screen and (max-width: 750px){
#sectionContact {
	padding-top: 8%;
	padding-bottom: 10%;
}
#sectionContact .contactBlock {
	margin: 10% auto 0px;
}
}
