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

*{margin:0;padding:0;box-sizing:border-box;}
* > *:last-child{margin-bottom:0;}
html{overflow-x:hidden;overflow-y:scroll;}
.html{line-height:normal;}
p{margin:0;}
p + p,p + ul,p + ol,ul + p,ol + p{margin-top:10px;}

@font-face{font-weight:normal;font-style:normal;font-family:'swis721';src:url('../fonts/swis721btl.woff') format('woff');}
@font-face{font-weight:bold;font-style:normal;font-family:'swis721';src:url('../fonts/swis721btb.woff') format('woff');}

@font-face{font-weight:normal;font-style:normal;font-family:'Yu Gothic';src: local('Yu Gothic Medium');font-weight: 100;}
@font-face{font-weight:bold;font-style:normal;font-family:'Yu Gothic';src: local('Yu Gothic Medium');font-weight: 400;}

body,input,select,textarea{font-family:'swis721','nsjp',Arial,Helvetica,Roboto,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;font-size:100%;}

html, body {
      position: relative;
      height: 100%;
						width:100%;
    }
body{font-size:12px;line-height:24px;color:#000;}

#loading{
	position: absolute;
	left: 50%;
	top: 30%;
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 1;
}

#index #header{
	position:fixed!important;
	width:100%;
	z-index:1000;
	top:40%;
}

#index #link_nav{
	position:fixed;
	right:0;
	z-index:1000;
	top:40%;
}

#link_nav p a:link,#link_nav p a:active,#link_nav p a:focus,#link_nav p a:visited{
	display:block;
	width:200px;
	padding:0px 15px;
	background:rgba(0,0,0,0.6);
	color:#fff;
	text-decoration:none;
	line-height:36px;
	font-family: 'Khand', sans-serif;
	font-weight:normal;
	font-size: 16px;
}

#link_nav p a:hover{
	display:block;
	width:200px;
	padding:0px 15px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-decoration:none;
	line-height:36px;
}

#main-contents{
	text-align: center;
	width:100%;
	height:100%;
}

.inner_top{
	/*position:absolute;*/
	position:inherit;
	/*left: 20%;*/
	top: 30%;
	text-align:center;
}


h1{
	text-align:center;
}

h2{
	margin-bottom:10px;
	text-align:center;
	font-family: 'Khand', sans-serif;
	font-size: 22px;
}

.mb100{
	margin-bottom: 100px; 
}

.bg01{
	background: url(../images/bg01.jpg) no-repeat center center;
	background-size:cover;
	height:100%;
}

.bg02{
	background: url(../images/bg02.jpg) no-repeat center center;
	background-size:cover;
	height:100%;
}

.bg03{
	background: url(../images/bg03.jpg) no-repeat center center;
	background-size:cover;
	height:100%;
}

.bg04{
	background: url(../images/bg04.jpg) no-repeat center center;
	background-size:cover;
	height:100%;
}

.inner{
	position:absolute;
	/*left: 10%;*/
	top: 30%;
	text-align:left;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	padding:10px 200px 10px 50px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.title{
	margin-bottom:15px;
	margin-left:-0.1em;
}

.sub_title{
	margin-bottom:15px;
	
}

.swiper-container {
      width: 100%;
      height: 100vh;
    }
    .swiper-slide {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
						background:#fff;
    }
    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }
    .swiper-slide .title {
      font-size: 41px;
      font-weight: 300;
    }
    .swiper-slide .subtitle {
      font-size: 21px;
    }
    .swiper-slide .text {
      font-size: 14px;
      max-width: 600px;
      line-height: 2.3;
	  font-weight:bold;
    }
.swiper-button{
	position:absolute;
	display:block;
	bottom:20%;
	right:120px;
	background:#000;
	width:80px;
	height:80px;
	z-index:10000;
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
				color:#fff;
}

.swiper-button span{
	position:absolute;
	top: 8px;
	left: -30px;
	display:block;
	
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 100000;
    bottom:100px!important;
    display: block;
}
.swiper-pagination-bullet-active {
background: red!important;
}

.swiper-pagination-bullet {
background: #000!important;
}

.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}


/*下層*/

header{
	position:fixed;
	width:100%;
	background:#fff;
	height:80px;
}

#page #header{
	position:fixed!important;
	width:100%;
	z-index:1000;
	top:0%;
}

#page #link_nav{
	position:fixed;
	right:0;
	z-index:1000;
	top:10px;
}

#page #link_nav p{
	display:inline-block;
}

/*お問い合わせ*/

.com_tab{
	border-top:1px solid #333;
	width:100%;
	margin-bottom:30px;
	margin-top:60px;
}

.com_tab th{
	font-weight:normal;
	padding:15px 30px!important;
	border-bottom:1px solid #999;
	width:30%;
	background:#333;
	color:#fff;
}

.com_tab th.title{
	background:#ddd;
}

.com_tab td{
	font-weight:normal;
	padding:15px!important;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	background:#fff;
	color:#333;
}

.main_container{
	padding-bottom:30px;
	padding-top:80px;
	max-width:1140px;
	margin:0 auto;
	height:100%;
	width:100%;
}

footer{
	position:fixed;
	bottom:0;
	left:0;
	padding:5px 0 0;
	width:100%;
	background:rgba(255,255,255,0.6);
	z-index:100;
	text-align:center;
	display:table;
	table-layout:fixed;
	vertical-align:middle;
}

footer span{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding-right:0.5em;
}
footer a{
	text-align:left;
	display:table-cell;
	vertical-align:middle;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

header{
	width:100%;
	padding:5px;
}

.lead{
	font-size:140%;
padding-top:25%;
}

@media(max-width: 768px){

header{
	position:fixed;
	width:100%;
	background:#fff;
	height:50px;
}

header h1{
	width:50%;
	margin-top:6px;
	max-height:40px;
}

header h1 img{
	max-height:40px;
	width:auto;
}


.main_container {
    padding-bottom: 30px;
    padding-top: 40px;
    max-width: 1140px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.inner_top {
    position: absolute;
    left: 0%;
    top: 20%;
    text-align: center;
				padding:15px;
}

.inner_top img{
	max-width:100%;
	height:auto;
}

	.inner{
	position:absolute;
	left: 0%;
	top: 20%;
	text-align:left;
	padding:15px;
}

#index #header {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: auto;
    bottom: 20%;
    left: 100%;
    margin-left: -120px;
}

#index #link_nav {
    z-index: 1000;
				width:auto;
				left:100%;
				top:60%;
				position: static;
}

#link_nav p a:link, #link_nav p a:active, #link_nav p a:focus, #link_nav p a:visited{
	display:block;
	left:0;
}

.swiper-button-next {
   
    right: 5px!important;
    left: auto;
}

.swiper-button {
    position: absolute;
    display: block;
    bottom: 120px;
    background: #000;
    width: 60px;
    height: 60px;
    z-index: 10000;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
				margin:0 auto;
				right: 0;
				top:auto;
}

.swiper-button span{
	position:absolute;
	top: 8px;
	left: -20px;
	display:block;
	
}

/*下層*/

#page #header {
 position: absolute;
	width: 100%;
	z-index: 100;
	top: auto;
	top: 0;
	left: 100%;
margin-left: -110px;
}

#page #link_nav {
    z-index: 1000;
				width:auto;
				left:0;
				top:0%;
				position: static;
}

#page #link_nav p {
    display: inline-block;
				width:50px;
}

#page #link_nav p a{
	width:50px;
	padding: 0px 5px;
	text-align:center;
}


.com_tab{
	border-top:1px solid #ccc;
	width:100%;
	margin-top:10px!important;
}

.com_tab th{
	font-weight:normal;
	padding:15px 10px!important;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
	background:#ececec;
	color:#333;
	display:block;
	text-align:left;
}

.com_tab th.title{
	background:#ddd;
}

.com_tab td{
	font-weight:normal;
	padding:15px 10px!important;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#fff;
	color:#333;
	display:block;
	width:100%;
}


footer span{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding-right:3em;
	margin-left:-1em;
}

footer img{
	margin-left:-2.7em;
}

.swiper-container {
      width: 100%;
      height: 100vh;
    }
    .swiper-slide {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
						background:#fff;
    }
    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }
    .swiper-slide .title {
      font-size: 41px;
      font-weight: 300;
    }
    .swiper-slide .subtitle {
      font-size: 21px;
    }
    .swiper-slide .text {
      font-size: 12px;
      max-width: 600px;
      line-height: 1.8;
    }
				
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.img-responsive {
    display: block;
    max-width: 90%;
    height: auto;
}

}

@media (min-width:768px) and (max-width:991px){

header{
	position:fixed;
	width:100%;
	background:#fff;
	height:70px;
}

header h1{
	width:40%;
	margin-top:6px;
	max-height:60px;
}

header h1 img{
	max-height:60px;
	width:auto;
}

}

@media (min-width:1400px){
.inner{
	position:absolute;
	/*left: 10%;*/
	top: 30%;
	text-align:left;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	padding:10px 400px 10px 200px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	text-shadow: 1px 1px 3px #fff; 
	
}

.swiper-container {
      width: 100%;
      height: 100vh;
    }
    .swiper-slide {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
						background:#fff;
    }
    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }
    .swiper-slide .title {
      font-size: 41px;
      font-weight: 300;
    }
    .swiper-slide .subtitle {
      font-size: 21px;
    }
    .swiper-slide .text {
      font-size: 18px;
      max-width: 800px;
      line-height: 2.3;
	  font-weight:bold;
    }

}


/*20210414追加トップ事例画像高さ揃える*/
#rent{ padding-top: 120px;}
a .inner_box img:hover{opacity: .8;}

.resultbox{ width: 33.333%;}

.result {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.resultbox{
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
	margin-bottom: 40px;
}

@media (max-width:991px)	{
.resultbox{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	margin-bottom: 40px;
}
	.result {margin-right: 0px; margin-left: 0px;}
}

.inner_box{
	position: relative;
	width: 100%;
	padding: 65% 0 0;
}

.inner_box span{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	display:block;
	background:#f6f6f6;
}

.inner_box img{
	width:auto;
	height:auto;
	text-align:center;
	max-width:100%;
	max-height:100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#rent .container{padding-left: 10px; padding-right: 10px}

.btn,a.btn:hover,a.btn:active,a.btn:focus				{font-size: 14px;line-height: 18px;padding:5px 15px;border: none;text-decoration: none !important;border-radius:0px;margin: 0 auto;font-weight: bold;text-shadow:none;}
	@media (max-width:991px)	{.btn,a.btn:hover,a.btn:active,a.btn:focus	{font-size: 14px;padding:5px;}}

.btn:hover{ opacity: 0.8;}

.btn-more,a.btn-more:hover,a.btn-more:active,a.btn-more:focus{background:#d60115 !important;color:#fff !important;position: relative;min-width: 120px;border-radius:20px;}

.work-inner {
    padding: 20px 0px;
}

.work-inner h3{ font-size: 20px; font-weight: bold; margin-bottom: 20px;}
