@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/
*/
html {
	height:100%;
}
body {
	height:100%;
	text-align: center;
	visibility: hidden;
}
.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.3em auto 0.7em auto;
	font-family:Univers, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:4em;
	color:#000;
}
h3 {
	margin-bottom:2em;
	font-size:1.2em;
	letter-spacing:0.05em;
	line-height:2em;
}
h6 {
	margin:0 auto;
	font-size:1.1em;
	letter-spacing:0.05em;
}
p {
	margin:2em auto;
	line-height:2em;
}


.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;
}


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


/*slide*/
.header {
	width:100vw;
}

.slideShow_logo {
	width:100%;
	height: 100%;
	z-index: 120;
	position: absolute;
	top: 0%;
	left: 0%;
	text-align:center;
	color:#233743;
}
.slideShow_over {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	background-image:url(Top/SliderOver-mob.png);
	background-size:cover;
	background-position: center;
}
.slideShow_logo p {
	width:100vw;
	margin:auto;
	position: absolute;
	 top: 50%;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	 font-size:0.8em;
	 letter-spacing:0.1em;
}
.slideShow_logo p img {
	 width:40vw;
	 max-width:100px;
	 margin-bottom:1em;
}



.scroll {
	width:100%;
  position: absolute;
  bottom:0;
  padding-bottom:70px;
  z-index: 200;
}
.scroll span {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-left: 1px solid #898989;
  border-bottom: 1px solid #898989;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/*main*/
section {
	color:#233743;
	padding-top:7em;
}

.mainAbout_logo img {
	 width:30vw;
	 max-width:80px;
	margin:2.5em auto;
}


.mainWorks_designImg {
	width:100vw;
	position:relative;
}
.mainWorks_designImg img {
	width:100%;
}
.mainWorks_designImgOver {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}


.fadeInDown {
 -webkit-animation-duration:4s;
 -ms-animation-duration:4s;
 animation-duration:4s; 
 -webkit-animation-timing-function:ease;
 -ms-animation-timing-function:ease;
 animation-timing-function:ease-in;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0;}
 100% { opacity: 1;}
}
@keyframes fadeInDown {
 0% { opacity: 0;}
 100% { opacity: 1;}
}



.mainWorks_txt {
	position:inherit;
}
.mainWorks_flow {
	width:100%;
	margin-bottom:	0;
}



.mainCompany {
	background-color:#9FA0A0;
	padding-bottom:30px;
	padding-top:3em;
	position:relative;
	background-image:url(Top/CompanyBack.jpg) !important;
    background-size: cover;
}
.mainCompany_content {
	width:80%;
	max-width:400px;
	margin:auto;
}
.mainCompany h2 {
	color:#fff !important;
}
.mainCompany_item {
	margin:3.5em auto;
	padding-top:3em;
	text-align:left;
	color:#fff !important;
	overflow: auto;
	border-top:solid 1px #fff;
}
.mainCompany_item:first-child {
	border-top:none
}
.mainCompany_logo {
	width:20%;
	float:left;
	text-align:center;
}
.mainCompany_logo .nf {
	width:80%;
}
.mainCompany_logo .lions {
	width:62%;
}

.mainCompany_item ul {
	width:70%;
	float:right;
	clear: right;
}
.mainCompany_item ul li {
	margin:1.3em auto;
	line-height:1.8em;
	color:#fff !important;
}
.mainCompany_item ul i {
	color:#fff !important;
}
.mainCompany_item a {
	color:#fff !important;
}
.mainCompany_item a:link	{
	color:#fff !important;
}
.mainCompany_item .button {
	text-align:left;
}
.mainCompany_item .button .btn-icon {
	color:#fff !important;
	border: 0.5px solid #fff;
	letter-spacing:0.1em;
	padding: 0.7em 3.5em;
}


.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 only screen and (min-width: 500px) {

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


h2 {
	margin:0.5em auto 0.7em auto;
	font-size:5.5em;
}
h3 {
	letter-spacing:0.1em;
}
h6 {
	letter-spacing:0.03em;
}
.button {
	text-align:center;
	width:100%;
}
.button .btn-icon {
	padding: 1em 5em;
	margin:1.5em auto;
	font-size: 0.9em;
	border: 1px solid #898989;
}

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

p span {
	display: none;
}


.slideShow_logo p img {
	 max-width:135px;
}



.scroll {
  padding-bottom:90px;
}
.scroll span {
  width: 20px;
  height: 20px;
  margin-left: -10px;
}



/*main*/
.fadeInDown {
 -webkit-animation-duration:8s;
 -ms-animation-duration:8s;
 animation-duration:8s; 
}

.mainCompany_item {
	letter-spacing:0.03em;
}
.mainCompany_item .button .btn-icon {
	padding: 0.8em 4em;
	margin: 1em auto;
	font-size: 0.7em;
}

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

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

@media print, screen and (min-width: 850px) {
	
.fluid {
	font-size:0.9em;
	letter-spacing:0.03em;
}

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

h2 {
	font-size:6em;
}
p {
	line-height:2.5em;
}
.pc {
	display: block;
}
.tab {
	display: none;
}
.mob {
	display: none;
}

p span {
	display: none;
}

.slideShow_over {
	background-image:url(Top/SliderOver.png);
    background-size: 100%;
}
.slideShow_logo p img {
	 width:15vw;
	 max-width: 190px;
}
.slideShow_logo p {
	 font-size:1.2em;
}


/*main*/
section {
	padding-top:5em;
}

.mainAbout {
	width:80%;
	max-width:1200px;
	margin: 6em auto 0 auto;
}
.mainAbout_txt {
	width:65%;
	float:right;
	text-align:left;
}
.mainAbout_logo {
	width:35%;
	float:left;
}
.mainAbout_logo img {
	 width:40%;
	 max-width:150px;
	 margin: 7.5em auto auto auto;
}

.mainWorks_designImg {
	margin-top:8em;
}



.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 {

header {
	height:500px;
	overflow: hidden;
	position:relative;
}
#container {
	height:500px;
}
.slideShow_logo {
	width:100%;
	height:500px;
	position: absolute;
	 top: 50%;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideShow_over {
	height:500px;
}
.fullSlideShow, .fullSlideShow ul, .fullSlideShow ul li, .fullSlideShow ul li img {
	height:500px;
}


.scroll {
	display:none;
}
.pc {
	display: none;
}
.tab {
	display: block;
}
.mob {
	display: none;
}
h3 {
	color:#233743 !important;
}
.mainCompany_item h6 {
	color:#fff !important;
}
}