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

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

index.css

======================================================================

01.index

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


/*--------------------------------------------------------------------/
	01.index
/--------------------------------------------------------------------*/

/* h2
----------------------------------------------------------------*/
div#page_title {
	position: relative;
	background: url(../img/top/h2_bg.jpg) no-repeat 50% 0;
	background-size: cover;
	width: 100%;
	z-index: 99;
}
div#page_title h2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* con01
----------------------------------------------------------------*/
#con01 {
	padding-top: 30px;
	background: url(../img/common_bg_01.gif);
}
#con01 h3 {
	margin-bottom: 11px;
	padding-top: 70px;
	background: url(../img/top/top_icon.png) no-repeat 50% 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.3;
	font-size: 160%;
	font-weight: normal;
}
#con01 p {
	margin-bottom: 25px;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: center;
	font-size: 105%;
}
#con01 p a {
	padding: 12px 60px 10px;
	background: url(../img/icon_arrow_01.png) no-repeat 103% 103%;
	border: 1px solid #0e5faf;
	border-radius: 1px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-size: 110%;
}
#con01 p a:hover {
	background: #0e5faf url(../img/icon_arrow_01.png) no-repeat 103% 103%;
	color: #fff;
}

#con01 ul li {
	background: #0e5faf;
	-webkit-box-shadow:rgb(143, 171, 208) 7px 7px 0px -3px;
	-moz-box-shadow:rgb(143, 171, 208) 7px 7px 0px -3px;
	box-shadow:rgb(143, 171, 208) 7px 7px 0px -3px;
}
#con01 ul li a{
	display: block;
	padding: 33px 0 30px 165px;
	color: #fff;
	text-decoration: none;
	font-size: 170%;
}
#con01 ul li:first-child a {
	background: url(../img/top/top_bnr_pic_01.jpg) no-repeat 0 0, url(../img/icon_arrow_01.png) no-repeat 100% 100%;
}
#con01 ul li:last-child a {
	background: url(../img/top/top_bnr_pic_02.jpg) no-repeat 0 0, url(../img/icon_arrow_01.png) no-repeat 100% 100%;
}



/* works
----------------------------------------------------------------*/
#works {
	padding: 60px 0;
	background: url(../img/common_bg_02.gif.gif);
	width: 100%;
}

#works h3 {
	color: #fff;
	letter-spacing: 1px;
	font-size: 28px;
}
#works p {
	color: #fff;
	line-height: 1.4;
	letter-spacing: 1px;
}
#works p#btn {
	text-align: center;
	margin: 20px auto 5px;
}

#works p#btn a {
	padding: 6px 30px 5px;
	background: #fff url(../img/icon_arrow_01.png) no-repeat 103% 103%;
	border: 1px solid #0e5faf;
	border-radius: 1px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-size: 110%;
}
#works p#btn a:hover {
	background: #0e5faf url(../img/icon_arrow_01.png) no-repeat 103% 103%;
	color: #fff;
	border: 1px solid #fff;
}

#works article {
	margin-top: 20px;
	max-width: 332px;
}
#works article h4 {
	text-align: center;
	color: #fff !important;
	letter-spacing: 1px;
	line-height: 1.2;
	font-weight: normal;
}
#works article h4 span {
	position: relative;
}
#works article h4 span:before {
	position: absolute;
	top: 2px;
	left: -20px;
	content: url(../img/icon_01.png);
}

#works article figure {
	background: #fff;
}

#works article figure a img {
	margin: 0px auto 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#works article figure a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

#works article p {
	line-height: 1.5;
	text-align: center;
	font-size: 13px;
}



/*====================================================================/
	 smp Layout
/====================================================================*/

@media print, screen and (max-width: 979px) {
	

/* h2
----------------------------------------------------------------*/
div#page_title {
	padding: 60px 0;
	background-size: cover;
}
div#page_title h2 img {
	width: 80%;
}

/* con01
----------------------------------------------------------------*/
#con01 ul {
	margin: 40px 2% 40px;
}
#con01 ul li {
	margin-bottom: 20px;
}

/* works
----------------------------------------------------------------*/
#works {
	padding: 40px 0;
}
#works > div {
	margin-left: 2%;
	margin-right: 2%;
}
#works h3 {
	margin-bottom: 10px;
}
#works article {
	margin: 20px auto;
}


}


@media print, screen and (min-width: 580px) and (max-width: 979px) {

/* con01
----------------------------------------------------------------*/
#con01 {
	background: url(../img/top/top_bg_01.jpg) no-repeat 50% 0;
}
#con01 ul {
}
#con01 ul li {
	float: left;
	margin-right: 2%;
	width: 48%;
}

/* works
----------------------------------------------------------------*/

#works p#btn {
	float: right;
	margin: 0px;
}
#works #works_box:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both !important;
}

#works article {
	float: left;
	margin: 20px 0 0 0;
	width: 33.333%;
}
#works article figure {
	margin:0px 1% 10px;
	max-width: 332px;
}

}


/*====================================================================/
	 PC & tablet Layout
/====================================================================*/

@media print, screen and (min-width: 980px) {
	

/* h2
----------------------------------------------------------------*/
div#page_title {
	height: 448px;
}
div#page_title h2 {
	padding-top: 115px;
}


/* con01
----------------------------------------------------------------*/
#con01 {
	background: url(../img/top/top_bg_01.jpg) no-repeat 50% 0;
	height: 653px;
	box-sizing: border-box;
	background-size: cover;
}
#con01 h3 {
	font-size: 26px;
}
#con01 p {
	font-size: 16px;
}
#con01 ul {
	margin: 55px auto 0;
	width: 686px;
}
#con01 ul li {
	width: 333px;
}
#con01 ul li a {
	padding: 55px 0 0 165px;
	height: 127px;
	box-sizing: border-box;
}
#con01 ul li:first-child {
	float: left;
}
#con01 ul li:last-child {
	float: right;
}


/* works
----------------------------------------------------------------*/
#works > div {
	margin: 0px auto;
	position: relative;
	width: 1040px;
}
#works h3 {
	border-right: 1px solid #fff;
	width: 130px;
}
#works p {
	float: none;
	position: absolute;
	top: -5px;
	left: 150px;
}
#works p#btn {
	position: absolute;
	top: -15px;
	left: 600px;
}


#works article {
	float: left;
	margin-right: 20px;
}
#works article:last-child {
	margin-right: 0;
}



}