@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	font-family:"Osaka", Univers,"ＭＳ ゴシック", "MS Gothic",Osaka-mono, monospace,Helvetica, sans-serif;
	font-size:0.85em;
	letter-spacing:0.03em;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

  
gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	text-align:center;
}

/*リンク*/
a {
	text-decoration: none;
	outline: none;
}
a:link	{
	color : #000000;
}
a:active	{
	color : #000000;
} 
a:hover {
	color : #000000;
 opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a:visited	{
	color : #000000;
} 

/*リンク終了*/


h2 {
	margin:0;
	font-family:Univers, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:5em;
	color:#000;
	letter-spacing:-0.03em;
}
h3 {
	margin-bottom:0.4em;
	font-family:Univers, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:2.5em;
	line-height:0.8em;
}
h6 {
	margin:0 auto;
	font-family:Univers, Helvetica, Arial, sans-serif;
}
p {
	margin:auto;
	line-height:1.8em;
}


.button {
	text-align:center;
	width:100%;
}
.button .btn-icon {
	display: inline-block;
	text-align: center;
	color: #898989;
	text-decoration: none;
	padding: 0.5em 3.5em;
	position: relative;
	margin:1em auto;
	font-family:Univers, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing:0.2em;
	border: 0.5px solid #898989;
	outline: none;
}
.button a {
	outline: none;
}
.button a:link	{
	color : #898989;
	outline: none;
}
.button a:active	{
	color : #898989;
	outline: none;
}
.button a:visited	{
	color : #898989;
	outline: none;
}



/*header*/

.header {
	width:100vw;
	height:250px;
	text-align:center;
	position:relative;
	background-image:url(Works/MainImg.jpg) !important;
	background-size:cover !important;
	background-position:center !important;
}

.header_logo {
	width:100%;
	text-align:center;
	 position: absolute;
	 top: 27%;
	 left: 0;
	 opacity:0.8;
}
.header_logo img {
	 width:25vw;
	 min-width:20px;
	 max-width:80px;
}
.header_title {
	 position: absolute;
	 bottom:0;
}



/*main*/
.main {
	margin-bottom:3em;
	overflow:hidden;
}
.lead {
	width:90vw;
	margin:4em auto;
	text-align:center;
	color:#233743;
}


section {
	width:80%;
	margin: 4em auto;
	text-align:justify;
}
.works_img {
	width:100%;
	height:200px;
}
.B img {
	width:100%;
	height:200px;
	object-fit: cover;
	object-position: 50% 100%;
}
.C img {
	width:100%;
	height:200px;
	object-fit: cover;
	object-position: 50% 50%;
}
h3 span {
	font-size:0.35em;
	color:#006198;
}


.footer {
	margin: 0px auto;
	padding-top:15px;	
	padding-bottom:10px;
	text-align:center;
	background-color: #233743 !important;
}
.footer img {
	width:40px;
	margin-bottom:5px;
}
.footer small {
	font-size:7px;
	color:#ffffff !important;
	letter-spacing:0;
	opacity:0.5;
}


.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	text-align: center;
}

.button .btn-icon {
	padding: 0.7em 5em;
	margin:1.5em auto;
	font-size: 0.9em;
}
.pc {
	display: block;
}
.mob {
	display: none;
}


h2 {
	font-size:8.5em;
}
h3 {
	margin: 0.2em auto 0.4em auto;
	font-size:3em;
}


/*header*/

.header {
	height:350px;
}

.header_logo img {
	 width:20vw;
	 max-width:100px;
}

/*main*/
section {
	width:80%;
	margin: 5em auto;
	overflow:hidden
}
.works_img {
	width:46%;
	height:180px;
	float:left;
}
.B img {
	height:180px;
}
.C img {
	height:180px;
}
.works_txt {
	width:46%;
	float:right;
	clear: right;
}

.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 850px) {

.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	text-align:center;
}


.pc {
	display: block;
}
.mob {
	display: none;
}


h2 {
	font-size:10.5em;
}
h3 {
	margin: 1.7em auto 0.4em auto;
	font-size:3em;
}


/*header*/

.header {
	height:500px;
}

.header_logo {
	 top: 30%;
}
.header_logo img {
	 width:20vw;
	 max-width:120px;
}

.main {
	width:85%;
	margin: auto auto 5em auto;
	max-width:1100px;
}


/*main*/
.lead {
	width:100%;
	margin:5em auto;
}

.works_img {
	height:270px;
}
.B img {
	height:270px;
}
.C img {
	height:270px;
}


.footer {
	padding-top:20px;	
	padding-bottom:13px;
}
.footer img {
	width:50px;
	margin-bottom:10px;
}


.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}

@media print {

.main {
	margin-bottom:20px;
	overflow:visible;
}
.header_logo img {
	 width:120px;
}
}