@charset "utf-8";

/*-------------------------------------*/
/* CLEARFIX */
/*-------------------------------------*/
.clear,
.inner
{
}


.clear:after,
.inner:after
{
content:"";
display:block;
clear:both;
}

/*---------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,br,hr,blockquote,th,td,label{    
margin:0;   
padding:0;   
}

fieldset,img,abbr,acronym{
border:0;
} 

img{
vertical-align:bottom;
} 

/*---------------------------------------*/
hr{
display:none;
}

/*---------------------------------------*/
ul{
list-style:none;   
}

/*---------------------------------------*/
table{  
border-collapse:collapse;
border-spacing:0;
}

tr,th,td{  
text-align:left;
vertical-align:top;
font-weight:normal;
}

caption{
text-align:left;
}

/*---------------------------------------*/
a img,:link img,:visited img{
border:none;
}

:link,:visited {
text-decoration:none;
}

q:before,q:after {
content:'';
}

address {
font-style:normal;
}

input:focus{
outline: none;
}

a[href^="tel:"] { cursor: default; }


/*--
中 font-size:96%;
小 font-size:88%;
--*/
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond|Lato:400,700');

a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
color:#333333;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:81.25%;
line-height:1.8;
background:#fff;
-webkit-text-size-adjust: 100%;
}
.mincho{
font-family:"Hiragino Mincho ProN","ヒラギノ明朝 ProN W6","HiraMinProN-W6","游明朝 Medium","YuMincho Medium","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
.gothic{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.lato{
font-family: 'Lato', sans-serif;
}
.garamond{
font-family: 'Cormorant Garamond', serif;
}
.pc{
display:block !important;
}
.tab-pc{
display:block !important;
}
.tab{
display: none !important;
}
.sp-tab{
display:none !important;
}
.sp{
display:none !important;
}
@media screen and (max-width:980px){
.pc{
display:none !important;
}
.tab{
display:block !important;
}
.sp-tab{
display:block !important;
}
}
@media screen and (max-width:640px){
body{
font-size:9pt;
}
.tab-pc{
display: none !important;
}
.tab{
display: none !important;
}
.sp{
display:block !important;
}
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
html, body, #main, #top,  #main_photo, #fader4{
height:100%;
}
/*---------------------------------------*/
/* header */
/*---------------------------------------*/
#header{
position:fixed;
top:0;
left:0;
width:100%;
height:65px;
z-index:1000;
}
@media screen and (max-width:640px){
#header{
height:64px;
/*background:rgba(255,255,255,0.3);*/
}
}
#header .logo{
position:absolute;
top:65px;
left:0;
}
@media screen and (max-width:640px){
#header .logo{
top:10px;
left:0;
width: 40px;
}
#header .logo img{
width: 100%;
}
}
#header .logo .none{
display:none;
}
#header .logo .icon-logo{
font-size:91px;
color:#000;
}
@media screen and (max-width:640px){
#header .logo .icon-logo{
font-size:42px;
}
}
/*ハンバーガーメニュー */
.sb-toggle-right{
position:fixed;
top:65px;
right:5%;
margin-left:-12px;
width:30px;
height:24px;
z-index:1001;
cursor:pointer;
}
@media screen and (max-width:640px){
.sb-toggle-right{
top:20px;
left:auto;
right:5%;
margin-left:0;
height:18px;
}
}
.sb-toggle-right span {
position: absolute;
top:10px;
left:0;
background: #000;
display: block;
width: 100%;
height:2px;
font-size: 0px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
cursor:pointer;
}
.sb-toggle-right span:before,
.sb-toggle-right span:after {
position: absolute;
left: 0;
width: 100%;
height: 100%;
content: '';
background:inherit;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.sb-toggle-right span:before {
top:-3px;
-webkit-transform: translateY(-250%);
transform: translateY(-250%);
}
.sb-toggle-right span:after {
bottom:-3px;
-webkit-transform: translateY(250%);
transform: translateY(250%);
}
.sb-active .sb-toggle-right span {
-webkit-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg);
background: #fff !important;
}
.sb-active .sb-toggle-right span:before{
top:0;
-webkit-transform: translateY(0) rotate(-270deg);
transform: translateY(0) rotate(-270deg);
background: #fff !important;
}
.sb-active .sb-toggle-right span:after {
top:0;
-webkit-transform: translateY(0) rotate(-270deg);
transform: translateY(0) rotate(-270deg);
background: #fff !important;
}

/*---------------------------------------*/
/* gotop */
/*---------------------------------------*/
.gotop{
position:fixed;
bottom:90px;
right:50px;
font-size:84.6%;
text-align:center;
z-index:999;
}
@media screen and (max-width:640px){
.gotop{
bottom:70px;
right:20px;
}
}
.gotop a{
display:block;
}
.gotop .icon-arrow{
display:block;
font-size:22px;

}
/*---------------------------------------*/
/* contactbn */
/*---------------------------------------*/
.contactbn{
position:fixed;
bottom:20px;
right:20px;
width:370px;
z-index:100;
}
.contactbn a img{
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.contactbn a img:hover{
opacity:0.6;
}
@media screen and (max-width:640px){
.contactbn{
bottom:10px;
right:5%;
width:90%;
}
}
.contactbn img{
width:100%;
height:auto;
display:block;
}
@media screen and (max-width:640px){
.contactbn img{
max-width:305px;
margin:0 auto;
}
}
/*---------------------------------------*/
/* layout */
/*---------------------------------------*/
#container{
background:#fff;
position:relative;
z-index:10;
}
#page #container{
margin-top:150px;
padding-bottom:30px;
}
@media screen and (max-width:640px){
#page #container{
margin-top:100px;
}
}
#page #content{
	margin-bottom:250px;
}
@media screen and (max-width:640px){
#page #content{
	margin-bottom:100px;
}
}
.blockLeft{
float:left;
}

.blockRight{
float:right;
}

.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}

.fadein {
  opacity : 0;
  transform : translate(0, 0px);
  transition:all 0.5s;
}

.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}


/*---------------------------------------*/
/* 共通 */
/*---------------------------------------*/
.garamond .number{
vertical-align: text-top;
display: inline-block;
height: 1em;
margin-top:-0.28em;
}
.areaInner{
width:90%;
max-width:1300px;
margin:0 auto;
position:relative;
z-index: 10;
}
@media screen and (min-aspect-ratio: 16/10) and (max-width:1440px){
.areaInner{
max-width:980px;
}
}
.areaInner.w980{
max-width:980px;
}
.area{
margin:0 auto 180px;
overflow:hidden;
}
@media screen and (max-width:640px){
.area{
margin:0 auto 60px;
}
}
.areaTtl{
text-align:center;
max-width:90%;
font-size:292%;
line-height:1.2;
margin-left:auto;
margin-right:auto;
margin-bottom:40px;
}
#works .areaTtl{
font-size:235%;
}
@media screen and (max-width:640px){
.areaTtl{
font-size:15pt;
margin-bottom:30px;
}
#index .areaTtl{
font-size:18pt;
line-height: 1.4;
}
#works .areaTtl{
font-size:13pt;
}
}
.areaTtl .sub{
display:block;
font-size:27%;
margin-bottom:10px;
}
@media screen and (max-width:640px){
.areaTtl .sub{
font-size:8pt;
}
}
.areaTtl .sub .garamond{
font-size:130%;
}
@media screen and (max-width:640px){
.areaTtl .sub .garamond{
font-size:10pt;
}
}
.btn a{
border:1px solid #333;
width:150px;
text-align:center;
height:34px;
line-height:34px;
background:#fff;
margin:65px auto 0;
display:block;
font-size:84.6%;
}
@media screen and (max-width:640px){
.btn a{
font-size:8pt;
margin:30px auto 0;
}
}
.btn a:hover{
background:#000;
}
.contentLine{
width:100%;
height:1px;
background:#cccccc;
margin-bottom:100px;
}
@media screen and (max-width:640px){
.contentLine{
margin-bottom:60px;
}
}
.oldLink{
font-size:77%;
line-height:1;
margin-top:20px;
}
@media screen and (max-width:640px){
.oldLink{
font-size:8pt;
line-height:1;
}
}
.oldLink span{
border-bottom:1px solid #333;
padding-bottom:3px;
display:inline-block;
}
/* パララックス */
.bgslide {
background-attachment:fixed;
}
.bgArea {
position: relative;
width:100%;
margin:0 auto;
background-repeat:no-repeat;
background-size:cover;
}

/*-------------------------------------*/
/* top */
/*-------------------------------------*/
/*フェード*/
.fader{
position:relative;
height:100%;
}
@media screen and (max-width:640px){
.fader{
height:400px;
margin-bottom:15px;
}
}
.fader ul li{
position:absolute;
top:0;
left:0;
opacity:0;
}
.fader ul li .txt{
position:absolute;
top:50%;
left:50%;
width:750px;
margin: -120px 0 0 -375px;
}

.fader ul li .txt img{
width:100%;
height:auto;
}
.fader ul li .txt .contactBtn{
width:227px;
margin:80px auto;
display:block;
}
@media screen and (max-width:640px){
.fader ul li .txt{
width:90%;
left:5%;
margin:-50px 0 0 0;
}
.fader ul li .txt .contactBtn{
width:180px;
margin:30px auto;
}
}
.fader ul li .txt .lpBtn{
width:113px;
margin:6.0em auto 0 auto;
display:block;
}
@media screen and (max-width:640px){
.fader ul li .txt .lpBtn{
width:80px;
}
}
.fader .active{
z-index:10;
opacity:1;
transition: opacity 2s linear;
}
.fader .last-active{
z-index:9;
opacity:0;
transition: opacity 2s linear;
}
#main_photo{
width:100%;
margin:0 auto;
top:0;
_display: inline;
_zoom:1;
z-index:1 !important;
position:relative;
}
#main_photo .photo{
background-repeat:no-repeat;
background-size:cover;
background-attachment: scroll;
width:100%;
height:100%;
}
/* PC用背景固定 */
#main_photo #photo01{
background-image:url(../img/main_img02.jpg);
background-position:center center;
}
#main_photo #photo02{
background-image:url(../img/main_img01.jpg);
background-position:center center;
}
#main_photo #photo03{
background-image:url(../img/main_img03_pc.jpg);
background-position:center center;
}
#main_photo .sliderBtn{
width: 100%;
}
#main_photo .sliderBtn a{
width: 235px;
height: 45px;
margin: 100px auto 0;
display: block;
background: #fff;
border: 1px solid #666;
text-align: center;
line-height: 45px;
color: #666;
font-weight: bold;
}
@media screen and (max-width: 640px){
#main_photo #photo02{
background-position:-190px center;
}
#main_photo #photo03{
background-image:url(../img/main_img03.jpg);
background-position:center center;
}
#main_photo .sliderBtn a{
width: 175px;
height: 35px;
line-height: 35px;
margin:30px auto 0;
}
}
#main_photo .sliderBtn a:hover{
background: #666;
border: 1px solid #fff;
color: #fff;
}

#top .logo{
	position:absolute;
	top:50px;
	left:5%;
	z-index: 10;
}
@media screen and (min-aspect-ratio: 16/10){
	#top .logo{
		font-size:90px;
		top:-13px;
	}
}
@media screen and (max-width:1030px){
	#top .logo{
		font-size:90px;
		top:0;
	}
}
@media screen and (max-width:640px){
	#top .logo{
		font-size:90px;
	}
	#top .logo img{
		width: 100px;
    	position: absolute;
    	top: 30px;
	}
}
#top .logo .icon-logo{
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.sb-active #top .logo .icon-logo{
	color:rgba(255,255,255,0.3);
}
#top .arrow{
	position:absolute;
	bottom:50px;
	left:50%;
	z-index: 10;
	width: 18px;
	height: 18px;
	display: block;
	margin-left:-8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
@media screen and (max-width:640px){
	#top .arrow{
		display:none;
	}
}

/*-------------------------------------------*/
/* A */
/*-------------------------------------------*/
a:link,
a:visited
{
color:#333;
text-decoration:none;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all  0.6s ease;
}

a:hover,
a:active
{
opacity:0.6;
text-decoration:none;
}

a[name]:hover {
color:#000000;
text-decoration:none;
}


/*-------------------------------------------*/

.sb-slidebar-inner ul li a:link,
.sb-slidebar-inner ul li a:visited
{
color:#fff;
}

.sb-slidebar-inner ul li a:hover,
.sb-slidebar-inner ul li a:active
{
color:rgba(255,255,255,0.4);
}
.btn a:link,
.btn a:visited
{
color:#333;
text-decoration:none;
}

.btn a:hover,
.btn a:active
{
color:#fff;
text-decoration:none;
}

/*-------------------------------------------*/

#contactArea .areaInner .btn a:link,
#contactArea .areaInner .btn a:visited
{
color:#fff;
text-decoration:none;
}

#contactArea .areaInner .btn a:hover,
#contactArea .areaInner .btn a:active
{
color:#333;
text-decoration:none;
}

/*-------------------------------------------*/

#contactArea .areaInner .btn.bk a:link,
#contactArea .areaInner .btn.bk a:visited
{
color:#333;
text-decoration:none;
}

#contactArea .areaInner .btn.bk a:hover,
#contactArea .areaInner .btn.bk a:active
{
color:#fff;
text-decoration:none;
}

/*-------------------------------------------*/

#worksArea .worksGroup .groupTtl .moreBtn a:link,
#worksArea .worksGroup .groupTtl .moreBtn a:visited
{
color:#333;
text-decoration:none;
}

#worksArea .worksGroup .groupTtl .moreBtn a:hover,
#worksArea .worksGroup .groupTtl .moreBtn a:active
{
color:#333;
text-decoration:none;
}

/*-------------------------------------------*/

a[href^="tel:"]:link,
a[href^="tel:"]:visited {
color:#333;
}

a[href^="tel:"]:hover,
a[href^="tel:"]:active {
color:#333;
}

/*-------------------------------------------*/

#index #contactArea .clear .blockLeft p a:link,
#index #contactArea .clear .blockLeft p a:visited
{
color:#fff;
text-decoration:none;
}

#index #contactArea .clear .blockLeft p a:hover,
#index #contactArea .clear .blockLeft p a:active
{
color:#fff;
text-decoration:none;
}

/*-------------------------------------------*/

@media screen and (max-width:640px){
#index #contactArea .clear .blockLeft p a:link,
#index #contactArea .clear .blockLeft p a:visited
{
color:#333;
text-decoration:none;
}

#index #contactArea .clear .blockLeft p a:hover,
#index #contactArea .clear .blockLeft p a:active
{
color:#333;
text-decoration:none;
}
}

/*-------------------------------------------*/

#footer .info dd a:link,
#footer .info dd a:visited
{
color:#fff;
text-decoration:none;
}

#footer .info dd a:hover,
#footer .info dd a:active
{
color:#fff;
text-decoration:none;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-arrow {
  width: 35px;
  height: 18px;
}


html.sb-scroll-lock.sb-active:not(.sb-static) {
overflow: hidden; /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}
/* ----------
* 002 - Site
*/
#sb-site, .sb-site-container {
/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
width: 100%;
position:absolute;
z-index: 1; /* Site sits above Slidebars */
background-color:rgba(255,255,255,0); /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
min-height: 0 !important;
}
/* ---------------
* 003 - Slidebars
*/
.sb-slidebar {
position: fixed;
top: 0;
z-index:0; /* Slidebars sit behind sb-site. */
background-color:rgba(255,255,255,0); /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
color:#fff;
}
.sb-active .sb-slidebar {
z-index:1000; /* Slidebars sit behind sb-site. */
height: 100%;
}
.sb-right {
right: 0; /* Set Slidebar to the right. */
}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
position: fixed; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}
.sb-slidebar.sb-active {
display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}
.sb-style-overlay {
z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}
.sb-momentum-scrolling {
-webkit-overflow-scrolling:auto; /* Adds native momentum scrolling for iOS & Android devices. */
}
/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
width: 100%;
left:0 !important;
top:-1500px !important;
}
@media screen and (max-width:980px){
.sb-slidebar {
top:-900px !important;
}
}
@media screen and (max-width:640px){
.sb-slidebar {
top:-1200px !important;
}
}

.sb-active .sb-slidebar {
left:0 !important;
top:0 !important;
}

/* ---------------
* 004 - Animation
*/

.sb-slidebar {
-webkit-transition: all 500ms ease 0s;
-moz-transition: all 500ms ease 0s;
-o-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
}
@media screen and (max-width:640px){
.sb-slidebar {
-webkit-transition: all 800ms ease 0s;
-moz-transition: all 800ms ease 0s;
-o-transition: all 800ms ease 0s;
transition: all 800ms ease 0s;
}
}

/* --------------------
* 005 - Helper Classes
*/
.sb-hide { 
display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

.sb-slidebar-inner{
font-size:84.6%;
line-height:1.4;
color:#9fa0a0;
width:100%;
height:100%;
background:rgba(0,0,0,0.9);
}
@media screen and (max-width:980px){
.sb-slidebar-inner{
background:rgba(0,0,0,0.9) !important;
}
}
@media screen and (max-width:640px){
.sb-slidebar-inner{
font-size:8pt;
}
}

.noscroll {
	overflow: hidden
}
.triger_wrap {
	display: block;
	height: 24px;
	position: fixed;
	right: 30px;
	top: 25px;
	width: 30px;
	z-index: 2;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}
.menu-trigger, .menu-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
	z-index: 2
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
	z-index: 2;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}
.menu-trigger span:nth-of-type(1) {
	top: 0
}
.menu-trigger span:nth-of-type(2) {
	top: 11px
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0
}
.mobilenav {
	font-family: inherit;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.mobilenav ul {
	height: 100%;
	text-align: center;
	width: 100%;
	max-width: 380px;
	min-width:360px;
	margin: 0 auto
}
.mobilenav ul li {
	list-style-type: none;
	border-bottom: 1px solid hsla(0,0%,100%,.2)
}
.mobilenav_content {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100vh;
	align-items: center
}
.mobilenav_inner {
	margin: 0 auto;
	display: flex;
	align-items: center
}
.mobilenav ul li a {
	position: relative;
	display: flex;
	padding: 9pt 18px;
	color: #fff;
	text-decoration: none;
	transition: .3s;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	width: 100%;
	z-index: 2;
	font-weight: 700;
	justify-content: space-between;
	align-items: center
}
.mobilenav ul li a:hover {
	color: #000;
	background: 0
}
.mobilenav ul li a:hover span {
	color: #000
}
.mobilenav ul li a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #fff;
	transform-origin: center center;
	transform: scale(0, 1);
	transition: transform .3s
}
.mobilenav ul li a:hover:before {
	transform: scale(1, 1)
}
.mobilenav ul li:first-child {
	border-top: 1px solid hsla(0,0%,100%,.2)
}
.mobilenav ul li a span {
	color: #fff;
	font-size: 13px;
	margin-left: 50px;
	font-weight:normal;
}
.mobilenav_logo {
	margin-right: 150px
}
.movmobb1 .active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
	background: #fff!important
}
.movmobb1 .active span:nth-of-type(2) {
	opacity: 0
}
.movmobb1 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	background: #fff!important
}
.movmobb2 .active span:nth-of-type(1) {
	-webkit-transform: translateY(17px) rotate(-315deg);
	transform: translateY(17px) rotate(-315deg);
	background: #fff!important
}
.movmobb2 .active span:nth-of-type(2) {
	opacity: 0
}
.movmobb2 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(315deg);
	transform: translateY(-4px) rotate(315deg);
	background: #fff!important
}
.movmobb3 .active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
.movmobb3 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg)
}
.movmobb3 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg)
}
.movmobb3 .active span:nth-of-type(3) {
	opacity: 0
}
.movmobb4 .active span:nth-of-type(3), .movmobb4 span:nth-of-type(3) {
	transition: none
}
.movmobb4 .active {
	-webkit-transform: rotateX(720deg);
	transform: rotateX(720deg)
}
.movmobb4 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg)
}
.movmobb4 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg)
}
.movmobb4 .active span:nth-of-type(3) {
	opacity: 0
}
.movmobb5 span:nth-of-type(1) {
	-webkit-animation: a .75s forwards;
	animation: a .75s forwards
}
@-webkit-keyframes a {
0 {
-webkit-transform:translateY(12px) rotate(45deg)
}
50% {
-webkit-transform:translateY(12px) rotate(0)
}
to {
-webkit-transform:translateY(0) rotate(0)
}
}
@keyframes a {
0 {
transform:translateY(12px) rotate(45deg)
}
50% {
transform:translateY(12px) rotate(0)
}
to {
transform:translateY(0) rotate(0)
}
}
.movmobb5 span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1
}
.movmobb5 span:nth-of-type(3) {
	-webkit-animation: b .75s forwards;
	animation: b .75s forwards
}
@-webkit-keyframes b {
0 {
-webkit-transform:translateY(-12px) rotate(-45deg)
}
50% {
-webkit-transform:translateY(-12px) rotate(0)
}
to {
-webkit-transform:translateY(0) rotate(0)
}
}
@keyframes b {
0 {
transform:translateY(-12px) rotate(-45deg)
}
50% {
transform:translateY(-12px) rotate(0)
}
to {
transform:translateY(0) rotate(0)
}
}
.movmobb5 .active span:nth-of-type(1) {
	-webkit-animation: c .75s forwards;
	animation: c .75s forwards
}
@-webkit-keyframes c {
0 {
-webkit-transform:translateY(0) rotate(0)
}
50% {
-webkit-transform:translateY(12px) rotate(0)
}
to {
-webkit-transform:translateY(12px) rotate(45deg)
}
}
@keyframes c {
0 {
transform:translateY(0) rotate(0)
}
50% {
transform:translateY(12px) rotate(0)
}
to {
transform:translateY(12px) rotate(45deg)
}
}
.movmobb5 .active span:nth-of-type(2) {
	opacity: 0
}
.movmobb5 .active span:nth-of-type(3) {
	-webkit-animation: d .75s forwards;
	animation: d .75s forwards
}
@-webkit-keyframes d {
0 {
-webkit-transform:translateY(0) rotate(0)
}
50% {
-webkit-transform:translateY(-10px) rotate(0)
}
to {
-webkit-transform:translateY(-10px) rotate(-45deg)
}
}
@keyframes d {
0 {
transform:translateY(0) rotate(0)
}
50% {
transform:translateY(-10px) rotate(0)
}
to {
transform:translateY(-10px) rotate(-45deg)
}
}
.movmobb6 .active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg)
}
.movmobb6 .active span:nth-of-type(2) {
	left: 200%;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-animation: e .8s forwards;
	animation: e .8s forwards
}
@-webkit-keyframes e {
}
@keyframes e {
to {
height:0
}
}
.movmobb6 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg)
}

@media screen and (max-width:768px) {
.menu-trigger span:nth-of-type(2) {
	top: 8px
}
.mobilenav_inner {
	margin: 0 auto;
	display: block;
	align-items: center
}
.mobilenav_logo {
	margin-right: 0;
	margin-bottom: 15px;
	margin: 0 auto 15px auto;
	text-align:center;
}
.mobilenav_inner img {
	width:35%;
	margin:0 0 10px 0;
}
.mobilenav ul {
	min-width: 300px;
}

.mobilenav ul li a {
	padding: 10px;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 0.9rem
}
}
.mobilenav .search-sp {
	border-bottom: none;
	width: 100%;
}
.mobilenav .search-sp input {
	width: 100%;
}

.gotop .arrow {
	position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: 10;
    width: 16px;
    height: 16px;
    display: block;
    margin-left: -8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateY(0) rotate( 
225deg);
    transform: translateY(0) rotate( 
225deg);
}

#view {
	margin:50px auto 0 auto;
}

#view .btn a {
    display: inline-block;
    font-size: 75%;
    height: 28px;
    line-height: 28px;
    width: 135px;
    background: #333;
    color: #fff;
}

@media screen and (max-width:640px){
#view {
	margin:50px auto 0 auto;
}
#view .btn a {
    font-size: 8pt;
    display: block;
    margin: 0;
}
}

.swiper-slide img {
	width:100%;
	height:auto;
}

.swiper-button-next, .swiper-button-prev {
    width: 20px !important;
    height: 30px !important;
    margin-top: -20px !important;
    -moz-background-size: 20px 30px !important;
    -webkit-background-size: 20px 30px !important;
    background-size: 20px 30px !important;
}

.swiper-slide .slidetxt .mincho {
    font-size: 121%;
    margin: 7px 0 5px;
    line-height: 1.6;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}

.swiper-slide .slidetxt .capture {
    font-size: 70%;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}

@media screen and (max-width:640px){
	
.swiper-slide .slidetxt {
	margin:0 0 0 0;
}
.swiper-slide .slidetxt .mincho {
    font-size: 10pt;
	margin: 7px 0 0 0x;
}
.swiper-slide .slidetxt .capture {
	font-size: 7pt;
}
.swiper-button-next, .swiper-button-prev {
	top:38% !important;
}
}

#about {
	margin-top:150px;
}

.about_wrap {
	text-align:center;
	max-width:780px;
	margin:0 auto 0 auto;
}

.about_txt01 {
	font-size: 200%;
	line-height:1.2;
	margin:100px 0 0 0;
}

.about_txt02 {
	font-size: 170%;
	line-height:1.5;
}

.about_txt03 {
	font-size: 120%;
	margin:60px 0 0 0;
	line-height:2.0;
}

.about_txt04 {
	font-size: 120%;
	margin:60px 0 0 0;
	line-height:2.0;
}

.about_txt05 {
	font-size: 170%;
	margin:100px 0 0 0;
}

.about_txt06 {
	font-size: 120%;
	margin:60px 0 0 0;
	line-height:2.0;
}

@media screen and (max-width:640px){
#about {
	margin-top:70px;
}	

.about_wrap {
	max-width:85%;
}

.about_txt01 {
	font-size: 140%;
	margin:50px 0 0 0;
}

.about_txt02 {
	font-size: 140%;
}

.about_txt03 {
	font-size: 100%;
	margin:30px 0 0 0;
}

.about_txt04 {
	font-size: 100%;
	margin:30px 0 0 0;
}

.about_txt05 {
	font-size: 140%;
	margin:50px 0 0 0;
}

.about_txt06 {
	font-size: 100%;
	margin:30px 0 0 0;
}
}

.company-bg {
    width: 100%;
    margin: 0;
    padding: 150px 0 100px 0;
    position: relative;
    top: 200px;
}

.company-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    transform: skewY(-7deg);
    z-index: -1;
}


#company {
	max-width:950px;
	margin:0 auto 0 auto;
}

.company_txt01 {
	font-size: 180%;
	line-height:1.2;
	margin:0 0 70px 0;
}

#company table {
}

#company table tr {
}

#company table th {
	font-weight:normal;
	vertical-align:top;
	padding:10px 0 10px 0;
	text-align:left;
	width:400px;
}

#company table td {
	font-weight:normal;
	vertical-align:top;
	padding:10px 0 10px 0;
}

@media screen and (max-width:640px){
.company-bg {
    width: 100%;
    margin: 0;
    padding: 80px 0 20px 0;
    position: relative;
    top: 100px;
}

#company {
}
.company_txt01 {
	font-size: 140%;
	margin:0 0 0 0;
}
#company table {
	margin-top:35px;
	margin-bottom:35px;
}

#company table th,#company table td {
    display: block;
    width: 100%;
}

#company table th {
	padding:0 0 0 0;
}

#company table td {
	padding:0 0 20px 0;
}
}


#access {
	margin-top:400px;
}

#maptxt {
	max-width:900px;
	margin:60px auto 140px auto;
}

@media screen and (max-width:640px){
#access {
	margin-top:200px;
}
#maptxt {
	margin:30px auto 70px auto;
}
#maptxt p {
	margin:0 0 30px 0;
}
}

#map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#map iframe {
  width: 100%;
  height: 800px;
  margin-top: -200px;
  overflow: hidden;
}

#works {
	margin:170px auto 0 auto;
}

#works img {
	width:100%;
	height:auto;
}

#works .mincho {
    font-size: 121%;
    margin: 7px 0 5px;
    line-height: 1.6;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}

#works .capture {
    font-size: 70%;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
	margin:0 0 100px 0;
}

@media screen and (max-width:640px){
	
#works {
	margin:70px auto 0 auto;
}
	
#works .mincho {
    font-size: 10pt;
}
#works .capture {
	font-size: 7pt;
	margin:0 0 50px 0;
}

.works_inner h2 {
	font-size: 14pt !important;
    line-height: 1.4 !important;
}
#map {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#map iframe {
  width: 100%;
  height: 600px;
  margin-top: -150px;
  overflow: hidden;
}
}

#flow {
	max-width:600px;
	margin:170px auto 0 auto;
}

.flow_wrap {
	display:flex;
	padding: 0 0 85px 0;
}

.flownumber {
	position:relative;
}

.flownumber span {
	border:1px solid #000;
	width:50px;
	height:50px;
	line-height:50px;
	display:inline-block;
	text-align:center;
	font-size: 170%;
}

.flownumber span::after {
	content: "";
    display: inline-block;
    width: 1px;
    height: 80px;
    background-color: black;
    position: absolute;
    top: 130px;
    transform: translateY(-50%);
    left: 25px;
}

.flownumber_end span {
	border:1px solid #000;
	width:50px;
	height:50px;
	line-height:50px;
	display:inline-block;
	text-align:center;
	font-size: 170%;
}

.flownumber_end span::after {
	content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    background-color: black;
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
    left: 0px;
}

.flowtxt {
	margin:0 0 0 18px;
}

.flowtxt .flowtitle {
	font-size: 150%;
}

.flowtxt .flowtitle span {
	font-size: 80%;
}

.flowtxt .flowen {
	margin:0 0 15px 0;
}

.flowtxt .flowdes {
}

@media screen and (max-width:640px){
#flow {
	margin:70px auto 0 auto;
}
.flowtxt .flowtitle {
	font-size: 130%;
}

.flowtxt .flowtitle span {
	font-size: 70%;
}
.flownumber span {
	width:45px;
	height:45px;
	line-height:45px;
}
}

#rr {
	max-width:600px;
	margin:170px auto 100px auto;
}

.rr_subtitle {
	font-size: 140%;
	height:68px;
	line-height:68px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	margin:0 0 60px 0;
}

.rr_subtitle2 {
	font-size: 140%;
	height:68px;
	line-height:68px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	margin:170px 0 60px 0;
}

.rr_sectiontitle {
	font-size: 130%;
	margin:0 0 10px 0;
}

.rr_sectiontitle2 {
	font-size: 130%;
	margin:70px 0 10px 0;
}

.rr_des {
}

.rr_md {
	font-size: 130%;
	margin:0 0 30px 0;
	text-align:center;
}

.rr_md2 {
	font-size: 130%;
	margin:170px 0 30px 0;
	text-align:center;
}

@media screen and (max-width:640px){
#rr {
	margin:70px auto 50px auto;
}
.rr_subtitle {
	font-size: 120%;
	margin: 0 0 40px 0;
}

.rr_subtitle2 {
	font-size: 120%;
	margin: 70px 0 40px 0;
}
.rr_sectiontitle {
	font-size: 120%;
}
.rr_sectiontitle2 {
	font-size: 120%;
    margin: 40px 0 10px 0;
}
.rr_md2 {
	margin:70px 0 30px 0;
}
}

.achievement_title {
	font-size:230%;
}

.achievement {
	display:block;
	font-size:45%;
	margin:0 0 10px 0;
}

.works_inner .main_photo img {
	width:100%;
	margin:50px 0 0 0;
}

.works_inner .sub_photo img {
	width:100%;
}

.works_inner_subtitle {
	font-size:90%;
	margin:60px 0 0 0;
}

.works_inner_title {
	font-size:200%;
}

.before {
	font-size:200%;
	text-align:center;
	margin:200px 0 0 0;
}

.before_photo {
	margin:10px 0 150px 0;
}

.before_photo img {
	width:100%;
}

.sub_photo_beside {
	display:flex;
}

.sub_photo_beside div {
	width:50%;
}

@media screen and (max-width:640px){
.works_inner_title {
	font-size:130%;
	line-height: 1.4;
	margin: 10px 0 0 0;
}

.works_inner_des {
	margin:15px 0 0 0;
}
.before {
	font-size:120%;
	margin:50px 0 0 0;
}

.before_photo {
	margin:10px 0 50px 0;
	text-align: center;
}

.before_photo img {
	width:80%;
}
.achievement {
	display:block;
	font-size:80%;
	margin:0 0 10px 0;
}
.works_inner .main_photo img {
	width:100%;
	margin:30px 0 0 0;
}
.sub_photo_beside {
	display:block;
}

.sub_photo_beside div {
	width:100%;
}
}

#contact_wrap {
	background-image: url(../img/contact_back.jpg);
    background-position: center center;
	background-attachment: fixed;
	padding:120px 0 70px 0;
	color:#FFF;
}

#contact_container {
	max-width: 1000px;
}

.contact_des {
	font-size:110%;
	max-width:550px;
	margin:0 auto 0 auto;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	text-align:center;
	padding:30px 0 30px 0;
}

.contact_txt01 {
	font-size:110%;
	margin:70px 0 0 0;
}

.contact_txt02 {
	font-size:110%;
	margin:40px 0 0 0;
	padding:0 0 20px 25px;
	position:relative;
}

.contact_txt02::before {
	position: absolute;
  	content: "";
  	top: 6px;
    left: 0px;
  	width: 20px;
  	height: 20px;
  	margin-top: -5px;
  	background: url("../img/icon_map.svg") top left no-repeat;
  	background-size: 20px 20px;
}

.contact_txt03 {
	font-size:110%;
	margin:0 0 0 0;
	padding:0 0 20px 25px;
	position:relative;
}

.contact_txt03::before {
	position: absolute;
  	content: "";
  	top: 6px;
    left: 0px;
  	width: 20px;
  	height: 20px;
  	margin-top: -5px;
  	background: url("../img/icon_phone.svg") top left no-repeat;
  	background-size: 20px 20px;
}

.contact_txt04 {
	font-size:110%;
	margin:0 0 0 0;
	padding:0 0 20px 25px;
	position:relative;
}

.contact_txt04::before {
	position: absolute;
  	content: "";
  	top: 6px;
    left: 0px;
  	width: 20px;
  	height: 20px;
  	margin-top: -5px;
  	background: url("../img/icon_mail.svg") top left no-repeat;
  	background-size: 20px 20px;
}

.contact_inner {
	width:1000px !important;
	margin:0 auto 0 auto;
}

@media screen and (max-width:640px){
#contact_wrap {
	background-image: url(../img/contact_back_sp.jpg);
	background-size: contain;
    background-position: center center;
	background-attachment: inherit;
	padding:70px 0 30px 0;
	color:#FFF;
}
.contact_des {
	max-width:100%;
	padding:15px 0 15px 0;
}
.contact_txt01 {
	font-size:100%;
	margin:25px 0 0 0;
}

.contact_txt02 {
	font-size:100%;
	margin:10px 0 0 0;
	padding:0 0 5px 25px;
}

.contact_txt03 {
	font-size:100%;
	padding:0 0 5px 25px;
}

.contact_txt04 {
	font-size:100%;
	padding:0 0 5px 25px;
}

}

.swiper_out {
	position:relative;
	padding:0 50px 0 50px;
}

@media screen and (max-width:640px){
.swiper_out {
	position:relative;
	padding:0 35px 0 35px;
}
}

.thanksbody {
	height:auto !important;
}

#thanks {
	max-width:600px;
	margin:170px auto 0 auto;
}

.thanks_des {
	margin:0 0 300px 0;
}

@media screen and (max-width:640px){
#thanks {
	margin:70px 0 30px 0;
}
.thanks_des {
	margin:0 0 50px 0;
}
}

.main_pc {
	display:block;
}

.main_sp {
	display:none;
}

@media screen and (max-width:640px){
.main_pc {
	display:none;
}

.main_sp {
	display:block;
}
	
}

footer {
	background:#505050;
	min-height:292px;
	color:#FFF;
	padding:65px 0 0 0;
}

footer .f_logo {
	width:86px;
}

footer p {
	margin:10px 0 0 0;
}

footer .f_logo img {
	width:100%;
}

footer .copy {
	text-align:center;
	margin:90px 0 0 0;
}

@media screen and (max-width:640px){
footer {
	min-height:292px;
	padding:30px 0 100px 0;
}

footer .f_logo {
	width:50px;
	padding:0 0 15px 0;
}

footer p {
	margin:10px 0 0 0;
}

footer .f_logo img {
	width:100%;
}

footer .copy {
	text-align:center;
	margin:40px 0 0 0;
	font-size:8pt;
}
}

.pc_br{
    display: none;
}
@media screen and (max-width:640px){
    .pc_br{
        display: block;
    }
}
