@charset "UTF-8";
/*
Theme Name:  JLAB
Author: HAYAKAWA
*/

/*----------------------------------------
■共通設定
-----------------------------------------*/
/******************************************************************************
 * RESET
*******************************************************************************/
h1,h2,h3,h4,h5,h6,
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1;
	letter-spacing: .075em;	
	color: #222222;
	background: transparent;
	font-family:'Roboto', 'Noto Sans JP', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
	display: block;
}

img {
	vertical-align:bottom;
	border: none;
}
a{
	color: #000;
	text-decoration: none;	
}

a:hover{
	text-decoration: none;
}
li{list-style:none;}

.wrap-box{
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;    
}
.anchor-txt{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.inner{
	max-width:1035px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-sizing: border-box;
	z-index:98;
	justify-content: space-between;

}

.cap figure{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img {
	vertical-align:bottom;
	border: none;
	max-width: 100%;
	width: 100%;
	height: auto;
 -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;

}

.en_txt{
	font-family: 'Roboto';
}

.contents-box .en_txt{
	text-align: center;
	font-weight: 500;
	font-size: 30px;
}

.hover-box .box{
	overflow: hidden;
}
.hover-box .box:hover figure{
	transform: scale(1.1);
}
.hover-box .box:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		-webkit-transition: .5s;
		transition: .5s;
		
	}
.hover-box .box:hover:after{
		background: rgba( 000,000,000,.75 );
	}

.link-box{
	display: block;
	width: 200px;
	background: black;
	border-radius: 20px;
	color: white;
	text-align: center;
	margin: auto;
	height: 40px;
	line-height: 40px;
	border: 1px solid black;
	-webkit-transition: .5s;
	transition: .5s;
	
}

.link-box:hover{
	background: white;
	color: black;
}

.hover-img:hover img{
	filter:alpha(opacity=45);
	-ms-filter: "alpha(opacity=45)";
	-moz-opacity:0.45;
	-khtml-opacity: 0.45;
	opacity:0.45;
	zoom:1;
}
textarea.text,
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="submit"],
input[type="button"]{
    -webkit-appearance: none;
}

textarea.text,
input[type="email"],
input[type="tel"],
input[type="text"]{
    border-radius: 0;	
}
.fadeInbox{
  animation: fadeInup .75s ease 1.75s 1 forwards;	
	filter:alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}

.fadeInbox-main	{
	animation: fadeInupmain 1s ease 1s 1 forwards;	
}
@keyframes fadeInupmain{
0% {
	filter:alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
    }
    100% {
	filter:alpha(opacity=1);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
    }
    
    
    }

@keyframes fadeInup{
0% {
        transform: translateY(180px);
	filter:alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
    }
    100% {
        transform: translateY(0px);
	filter:alpha(opacity=1);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
    }
    
    
    }
	

/*----------------------------------------
header
-----------------------------------------*/
#header{
	position: fixed;
	width: 100%;
	z-index: 101;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;	
	
}


#header-logo{
	width: 80px;
	float: left;

}
#header.header-active{
	background: rgba(000,000,000,.5);
	padding: 20px;
}



/*----------------------------------------
#panel-btn
-----------------------------------------*/
#panel-btn {
	width:32px;
	float: right;
	height:17px;
	border: none;
	outline: none;
	cursor: pointer;
	background:none;
	display: block;
	position: relative;
	z-index: 111;
	margin-top: 13px;
	-webkit-transition: .5s;
	transition: .5s;	
	
}

#panel-btn-icon {
	display: block;
	position: absolute;
	text-align: center;
	z-index: 11;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
	width:100%;
	height:100%;
/* 	background:white; */
	-webkit-transition: .2s;
	transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
	display: block;
	content: "";
	position:absolute;
	width:100%;
	height: 2px;
	background:white;
	-webkit-transition: .3s;
	transition: .3s;
}
#panel-btn-icon:before { 
	top: 0;
}
#panel-btn-icon:after {
	bottom: 0;
}

#panel-btn .close { 
	background: transparent;
}
#panel-btn .close:before,
#panel-btn .close:after {
	 margin-top: 11px;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after { 
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	bottom: auto;
}
.item-sroll{
	width: 41px;
	height: 23px;
	cursor: pointer;	
	bottom:30px;
	left:50%;
	transform: translate(-50%,0);	
	z-index: 20;
	position: absolute;
}

#sp-menubox li:first-child{
	top: 140px;
}


#sp-menubox li:nth-child(2){
	top: 210px;
}
#sp-menubox li:nth-child(3){
	top: 280px;
}
#sp-menubox li:nth-child(4){
	top: 350px;
}

#sp-menubox li{
	right: -273px;

}



.open-menu #sp-menubox {
	z-index: 110;	
	left: 0;
}
#sp-menubox li{
	position:fixed;
	display: block;
	width: 273px;
	height:50px;
	opacity: 1;
}
#sp-menubox li a{
	background: white;
	font-family: 'Roboto';
	font-weight:500;
	font-size: 24px;
	padding:10px 20px;
	line-height:1;
	-webkit-transition: all .4s;
      -moz-transition: all .4s;
      -ms-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;	

	
}

#sp-menubox li a:hover{
	background: black;
	color: white;
}

	@media all and (-ms-high-contrast: none){
.open-menu #panel-btn{
	height: 32px;
}
	}


/*----------------------------------------
slider
-----------------------------------------*/
.slider .cap,
.slider{
	height: 100vh;
}
.slider .slick-slide img{
	display: none !important;
}	

.page-contents:after,
.slider:after{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	/*border: 10px solid rgba( 255,255,255,.75 );*/
}
.slider .slick-dots{
	display: table;
	table-layout: fixed;
  position: absolute;
  bottom:30px;
  right:30px;
  z-index: 6;
  width: auto !important;

}
.slider .slick-dots li{
	display: table-cell;
	vertical-align: middle;
	padding-left: 2px;
}

/*----------------------------------------
work-box
-----------------------------------------*/
.home .work-box{
	padding-top: 160px;
	padding-bottom: 160px;
}
.work-box h3{
	margin-bottom: 60px;
}
.work-box ul{
	justify-content:flex-start;
	margin-bottom: 60px;
}

.work-box li:not(:nth-child(3n)){
	margin-right:5.6%; 
	
}

.work-box li{
	position: relative;
	width:29.557%;
}
.work-box li .text{
	font-size: 15px;
}
.work-box li .cap{
	padding-top:66.67%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.home .work-box .box:after{
	content: none;
}
.home .work-box .box .cap:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		-webkit-transition: .5s;
		transition: .5s;
		
	}
.home .work-box .box:hover .cap:after{
		background: rgba( 000,000,000,.75 );
	}

.work-box li .inbox{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 10;
		-webkit-transition: .5s;
		transition: .5s;
		opacity: 0;	
	}
.work-box li:hover .inbox{
		opacity: 1;
	}
.work-box li .inbox dt,
.work-box li .inbox dd,
.work-box li .inbox .data_txt{
		color: white;
		text-align: center;
		display: block;
		font-weight: 500;
		font-size: 15px;
	}
.work-box li .inbox dt,
.work-box li .inbox dl{
			margin-bottom: 13px;
		}


/*----------------------------------------
index-footer-banner
-----------------------------------------*/
#index-footer-banner{
	display: table;
	table-layout: fixed;
	width: 100%;
}
#index-footer-banner .box .cap{
	height: 100%;
}
#index-footer-banner .box{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	height: 250px;
	position: relative;
}
#index-footer-banner h3{
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: .1em;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/*----------------------------------------
■footer
-----------------------------------------*/
#footer{
	padding-top: 50px;
	background: white;
	position: relative;
	z-index: 2;
	
}
#footer .inner{
	align-items: center;
	margin-bottom: 50px;
}
#copy{
	text-align: center;
	display: block;
	font-size: 12px;
	letter-spacing: .075em;
	padding: 13px 0 36px;
}
#footer .itembox .box,
#footer-nav ul{
	display: table;
	table-layout: fixed;
}

#footer-nav ul li{
	display: table-cell;
	vertical-align: middle;
	padding-left: 35px;
}
#footer-nav ul li:first-child{
	padding-left: 0;
}
#footer-nav ul li a{
	display: block;
	font-weight: 500;
	font-size: 15px;
	-webkit-transition: all .4s;
      -moz-transition: all .4s;
      -ms-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;	
	
}
#footer-nav ul li a:hover{
	text-decoration: underline;
}

#footer-logo a{
	font-weight: 500;
	font-size: 15px;
}
#footer-logo{
	padding-right: 30px;
}
#footer-logo,
#footer .itembox .box ul{
	display: table-cell;
	vertical-align: middle;
}

#footer .itembox .box ul li{
	font-size: 13px;
}

#footer .itembox .box ul li:first-child{
	margin-bottom:10px;
}

#footer .itembox .box ul li .txt{
	text-decoration: none;
}
#footer .itembox .box ul li .txt:first-of-type{
	margin-right: 20px;
}
/*----------------------------------------
page-contents
-----------------------------------------*/
.page-title{
	text-align: center;
	color: white;
	font-size: 36px;
	font-weight: 500;
}
.page-contents{
	background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
    position: relative;
	padding-bottom: 60px;    
}


.page-contents header{
	padding-bottom: 90px;
	padding-top: 105px;
}

.page-contents .inner{
	max-width: 1220px;
	background: white;
	padding-top: 56px;
	padding-bottom: 56px;
	width: 90%;
}

.page-contents .title{
	text-align: center;
	margin-bottom: 40px;
}

.page-contents .title .en_txt,
.page-contents .title .txt{
	display: block;
}

.page-contents .title .en_txt{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}
.page-contents .title .txt{
	font-size: 15px;
}
	.page-contents .item-table dl{
		width: 100%;
		display: table;
		table-layout: fixed;
		border-bottom: 1px solid black;
		padding: 35px 0;
	}
	.page-contents .item-table dl:first-of-type{
		padding-top: 0;
	}
	.page-contents .item-table dl:last-of-type{
		padding-bottom: 0;
		border-bottom: none;
	}

	.page-contents .item-table dt,
	.page-contents .item-table dd{
		display: table-cell;
		vertical-align: middle;
		font-size: 14px;
	}

.page-contents .item-table dd p{
	line-height: 1.5;
}

	.page-contents .item-table dt{
		width: 140px;
		font-weight: 700;
	}
	.page-contents .item-table a{
		text-decoration: underline;
	}
	.page-contents .lead-text{
		text-align: center;
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 30px;
	}

.radio-box.mw_wp_form_error,
.mw_wp_form_error input{
	border: 1px solid #f00 !important;
}
/*----------------------------------------
#page-about
-----------------------------------------*/

	#page-about .item-table{
		border: 2px solid black;
		max-width: 750px;
		width: 100%;
		margin: auto;
		padding: 40px 50px;
		box-sizing: border-box;
	}
	
	#page-about .box:first-of-type{
		margin-bottom: 110px;
	}

#page-about .history section{
	max-width: 880px;
	width: 100%;
	margin: auto;
}
#page-about .history ul li:not(:last-child){
	margin-bottom: 45px;
}
#page-about .history ul li{
	justify-content: flex-start;
	align-items: center;
}
#page-about .history .time_txt{
	font-size: 30px;
	font-weight: 500;
	margin-right: 45px;
}

#page-about .history .text{
	font-size: 14px;
	width: 700px;
	line-height: 1.6;
}
	#page-about .history section.item-box{
		display: table;
		table-layout: fixed;
	}
	
	#page-about .history section.item-box ul{
		display: table-cell;
		vertical-align: top;
	}
	#page-about .history section.item-box .cap-box{
		width: 191px;
		padding-left: 100px;
	}
	#page-about .history section.item-box .text{
		width: 425px;
	}

/*----------------------------------------
#page-contact
-----------------------------------------*/

	
	.contact-box{
		max-width: 770px;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		margin:0 auto 60px;
	}
	.contact-box th{
		font-size: 15px;
		text-align: left;
		width: 250px;
		font-weight: 700;
	}
	
	.contact-box th,
	.contact-box td{
		padding-bottom: 30px;
	}
	.color-txt{
		color: #f00;
		font-size: 15px;
	}
	textarea.text,
	input.text-box{
		border: 1px solid black;
		width: 348px;
		font-size: 15px;	
		padding: 12px 15px;
		box-sizing: border-box;
	}
	input.address-box{
		width: 100%;
	}
	input.number-box{
		width:130px;
		margin: 0 20px 0 14px;
	}
	textarea.text{
		resize: none;
		width: 100%;
		line-height: 1.5;
	}
	
	.contact-box .text-box th{
		vertical-align: top;
	}
	.contact-box dt{
		margin-bottom: 25px;
	}
	.contact-box .text-box td{
		width: 500px;
		line-height: 1.5;
	}	
	input.link-box,
	button.link-box{
		cursor: pointer;
		line-height:1;
		font-size: 15px;
	}
@media all and (-ms-high-contrast: none) {
	
.contact-box th{
	width: 550px;
}	
.contact-box td{
	width: 500px;
}
select::-ms-expand {
    display: none;
}
	
}	
@supports (-ms-ime-align:auto) {
.contact-box th{
	width: 550px;
}	
.contact-box td{
	width: 500px;
}

  }
	
input:-ms-input-placeholder,	
input::-moz-placeholder,	
input:-moz-placeholder,	
input::-webkit-input-placeholder {
	color: #999999;
}
.radio-box{
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;    
	justify-content: flex-start;
	
}	
.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0 !important;
}
.mw_wp_form .horizontal-item{
	margin-left: 0;
	width: 100px;
}

.mwform-radio-field input{
	margin-right: -2px !important;
}

.mw_wp_form .horizontal-item:nth-of-type(4){
	margin-right: 30px;
}
.mw_wp_form .horizontal-item:not(:nth-of-type(n + 4)){
	margin-bottom: 20px;
}

.mwform-radio-field-text{
	vertical-align: middle;
	font-size: 15px;
}

.slect-box{
	position: relative;
	overflow: hidden;
	width:43.9999999%;
	margin:0;
	text-align: center;
	
}

.slect-box select{
		padding: 10px 38px 9px 12px;
	font-size: 15px;
	color: #000;
	border: 1px solid black;
	background: white !important;	
	border-radius: 0 !important;
	cursor: pointer;
	text-overflow: ellipsis;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;

}
.slect-box::before {
	position: absolute;
	top: 50%;
	transform:translate(0,-50%);
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	z-index: 10;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid black;
	pointer-events: none;
}


.mw_wp_form .error{
	margin-top: 5px;
	font-size: 12px !important;
}

.radio-box .error{
	width: 100%;
	margin-top:15px;
}


.page-contents .btn-box{
	align-items: center;
	justify-content: center;
}

.page-contents .link-box{
	margin: 0px 15px;
}


	#page-thanks .thanks-box p{
		text-align: center;
		line-height: 1.8;
		font-size: 15px;
		margin-bottom: 25px;
	}
	
	#page-thanks .thanks-box .link-box{
		margin: auto;

	}



/*----------------------------------------
works-list
-----------------------------------------*/
	

	.works-list h3{
		text-align: center;
		font-weight: 500;
		font-size: 24px;
	}
	
	.works-list .work-box header{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.works-list .work-box header h3{
		margin-bottom: 0;
	}
	.works-list .work-box ul{
		margin-bottom: 0;
	}
	.works-list .work-box{
		padding: 0 45px;
		margin-bottom: 15px;
	}
	
.works-list .work-box li:not(:nth-child(3n)){
	margin-right:3.78%;
}
	
	.works-list .work-box li{
		width: 30.812%;
		margin-bottom: 45px;
	}

.works-list .work-box li .cap{
	height: 0;
	padding-top:66.67%;
}
	
	.works-list .work-box li .cap{
		margin-bottom: 0;
	}
	
	.works-list .work-box li .inbox{
		margin-top: 0;
	}


/*----------------------------------------
.single-works
-----------------------------------------*/
.single-works .inbox{
	padding:10px 0 0;
	box-sizing: border-box;
	position: relative;
}	


.single-works .inbox .cap{
	width: 100%;
}
.single-works .inner{
	padding-top: 0;
	padding-bottom: 45px;
	position: relative;
	max-width:80.07%;
}
.single-works .detail-txt{
	position: absolute;
	left: 30px;
	bottom: 15px;
	z-index: 10;
}
.single-works .detail-txt li{
	font-size: 15px;
	color: white;
	position: relative;
	line-height: 1;
	font-family: "Roboto";
}
.single-works .detail-txt li:not(:last-child){
	margin-right: 17px;
}


.single-works .detail-txt li:not(:last-child):after{
	content: "";
	width: 1px;
	height: 100%;
	background: white;
	display: block;
	position: absolute;
	right: -9px;
	top: 0;
	transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	
}

#thumbnail-list{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#thumbnail-list li{
	width: 36px;
	height: 36px;
	border: 2px solid white;
	box-sizing: border-box;
	position: relative;
	margin-left: 5px;
	cursor: pointer;
}


	.works-nav{
		max-width: 520px;
		margin: 40px auto 0;
		position: relative;
		width: 100%;		
	}

.works-nav .btn{
	width: 32px;
	margin: 0 auto 12px;
}

.works-nav .btn p{
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
}

.works-nav .btn{
	position: relative;

}
	
.works-nav .arrow{
	width: 130px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}	

.works-nav .prev{
	left:30px;
	
}
.works-nav .next{
	right:30px;
	
}



.works-nav .arrow:before{
	content: "";
	position: absolute;
	top: -3px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	width: 20px;
	height: 20px;	
}


.works-nav .prev:before{
	left: -25px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.works-nav .next:before{
	right: -25px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}


.loading {
width: 100%;
height: 100%;
background:white;
position: fixed;
top: 0;
left: 0;
z-index: 20000;
}
.home #wrapper{
	opacity: 0;
}

@keyframes loadinganime {
0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    
    }

 
.loading img {
width:177px;
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
transform: translate(-50%,-50%);
/* animation: loadinganime 3s ease 3s 1 forwards; */
animation: loadinganime 7s ease .5s 1 forwards;
}

.sp-only{
	display:none;
}	
#spheader-logo{
	display: none;
}
/*----------------------------------------
934
-----------------------------------------*/
@media screen and (max-width: 934px){
.sp-only{
	display: block;
}	
	
#footer-nav{
	display: none;
}	
#footer .inner{
	justify-content: center;
}	
#footer-logo{
	margin: 0 auto 20px;
	padding-right: 0;
	text-align: center;
}
#footer-logo, #footer .itembox .box ul{
	display: block;
}

#footer .itembox .box ul li{
	text-align: center;
	line-height: 1.75;
}


}
/*----------------------------------------
767
-----------------------------------------*/
@media screen and (max-width: 767px){
.page-contents:before{
	content:"";
  display:block;
  position:fixed;
  top: 0;
  left: 0;
  z-index:-1;
  width:100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
}
	
	
	
#spheader-logo{
	display:block;
}
	
	.pc-only{
		display: none;
	}
html{
	font-size:3.125vw;
}
.open-menu #sp-menubox{
margin-left:-2.25rem;
padding-right:5rem;
padding-top: 1.25rem;
margin-top: -1.25rem;
	width: 100%;
	height: 100vh;
	background: rgba( 000,000,000,.75 );
}


.open-menu  .header-active{
	background: none;
}
/*
#sp-menubox li:first-child{
	margin-top: 6rem;
}

#sp-menubox li:nth-child(2){
	top: 14rem;
}
#sp-menubox li:nth-child(3){
	top: 21rem;
}
#sp-menubox li:nth-child(4){
	top: 28rem;
}*/
#sp-menubox li{
	width: 100%;
	right: -100%;
}

#sp-menubox li a{
	font-size: 2.25rem;
	/*padding: 1.25rem 2rem;*/
	line-height: 5rem;

}

#header.header-active{
	padding: 1.25rem ;
	
}
#header{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}
.home #header{
	justify-content: flex-end;
}
#header-logo{
	width: auto;
	height:2.56rem;
}
		#spheader-logo{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			width:16.726rem;
			z-index: 10;
		}

.home #header-logo{
	opacity: 0;
	-webkit-transition: all .4s;
      -moz-transition: all .4s;
      -ms-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;	
	
}

.home .header-active #header-logo{
	opacity: 1;
}

#header-logo img{
	width: auto;
	height: 100%;
}

#panel-btn{
	width: 2.731rem;
	height: 1.451rem;
	margin-top: .55rem;
}

.contents-box .en_txt{
	font-size: 2.5rem;
}
.page-contents:after, .slider:after{
	/*border:5px solid rgba( 255,255,255,.75 );
	border-bottom:5px solid rgba( 255,255,255,.75 );*/
}
.link-box{
	width: 16.897rem;
	height: 3.243rem;
	line-height: 3.243rem;
}

#copy{
	font-size: 1.25rem;
	padding: 1.25rem 0 2.5rem;
}
#footer .itembox .box ul li:first-child{
	margin-bottom: 0;
}
#footer{
	padding-top: 4.5rem;
}
#footer .inner{
	margin-bottom: 3.5rem;
}
#footer-logo{
	margin-bottom: 1.25rem;
}

#footer-logo a{
	font-size: 1.25rem;
}
#footer .itembox .box ul li{
	font-size: 1.05rem;
}
#footer .itembox .box ul li .txt:first-of-type{
	margin-right: 1rem;
}
#footer .itembox .box ul li .txt,
#footer .itembox .box ul li .txt a{
	font-weight: 500;
}
#index-footer-banner h3{
	font-size: 2.5rem;
	width: 100%;
}
#index-footer-banner .box:first-of-type{
	margin-bottom: 1px;
}
#index-footer-banner .box{
	width: 100%;
	display: block;
	height:17.067rem;
}

.work-box li{
	width: 100%;
}

.work-box ul,
.work-box li:not(:last-child){
	margin-bottom: 6rem;
}
.works-list .work-box li:not(:nth-child(3n)),
.work-box li:not(:nth-child(3n)){
	margin-right: 0;
}

.home .work-box{
	padding-top: 6rem;
	padding-bottom: 8.5rem;
	padding-left: 3.2rem;
	padding-right: 3.2rem;
}
.works-list .work-box li:last-child{
	margin-bottom: 0;
}
.work-box li .cap{
	margin-bottom:0;
}
.work-box li .text{
	text-align: center;
}

#page-works .lead-text{
	display: none;
}
.page-contents .inner{
	padding-top: 2.25rem;
	max-width: none;
}
.works-list .work-box li{
	width: 100%;
}

.works-list .work-box{
	padding: 0;
	margin-bottom: 3.25rem;
}
.works-list .work-box:last-of-type{
	margin-bottom: 0;
}
.works-list h3{
	font-size: 1.75rem;
}
.works-list .work-box header{
	padding-bottom: 2rem;
}
.works-list .work-box li:not(:last-child){
	margin-bottom: 2.25rem;
}

.inner{
	padding-left: 1.45rem;
	padding-right: 1.45rem;
}
.page-contents .inner{
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	box-sizing: border-box;
	width: auto;
	padding-bottom: 2.25rem;
}

.page-contents header{
	padding-bottom: 3.25rem;
}


#thumbnail-list{
	display: none;
}

.single-works .inbox{
	padding: 0;
}

.single-works .inner{
	padding-left:.75rem;
	padding-right:.75rem;
	padding-top: .75rem;
}
.single-works .detail-txt{
	position: relative;
	margin: 1.5rem 0;
	left: auto;
	bottom: auto;
	align-items: center;
	justify-content: center;
}


.single-works .detail-txt li{
	color: black;
	font-size: 1rem;
}
.single-works .detail-txt li:not(:last-child):after{
	background: black;
}


.works-nav .btn{
	margin: 0 auto;
}
	
.works-nav .prev{
	left: 2rem;
}	

.works-nav .next{
	right: 2rem;
}

.works-nav{
	margin: 3.25rem 0 1.75rem;
	padding: 0;
}
.works-nav .arrow{
	width: 3rem;
}


.works-nav .btn p{
	display: none;
}
.works-nav .btn .icon{
	margin-bottom: 0;
}

.works-nav .arrow:before{
	width: 1rem;
	height: 1rem;
}
.works-nav .arrow:before{
	top: -1px;
	left: -1.25rem;
}
.works-nav .next:before{
	top: -2px;
	right: -1.25rem;
	left: auto;
}

.page-contents .title{
	margin-bottom: 2.25rem;
}

.page-contents .title .en_txt{
	font-size: 2.25rem;
	margin-bottom: .4rem;
}
.page-contents .title .txt{
	font-size: 1.25rem;
}
#page-about .item-table{
	padding: 1.75rem 1.5rem;
}

.page-contents .item-table dl{
	padding: 1.75rem 0 1.25rem;
}

.page-contents .item-table dt, .page-contents .item-table dd{
	display: block;
	font-size: 1rem;
}
.page-contents .item-table dd{
	line-height: 1.6;
}
.page-contents .item-table dt{
	width: auto;
	margin-bottom: .75rem;
}
.page-title{
	font-size: 2.5rem;
}

#page-about .box:first-of-type{
	margin-bottom: 2.25rem;
}
#page-about .history .time_txt{
	font-size: 1.75rem;
	margin-right: 0;
	margin-bottom: .5rem;
}
#page-about .history .text{
	font-size: 1rem;
	line-height: 1.7;
}
#page-about .history ul li:not(:last-child){
	margin-bottom: 1.75rem;
}


.page-contents .lead-text{
	font-size: 1rem;
	margin-bottom: 1.75rem;
}
.contact-box tr{
	margin-bottom: 2.25rem;
	display: block;
}
.contact-box th, .contact-box td{
	display: block;
	padding-bottom: 0;
}
.contact-box th{
	margin-bottom: .75rem;
}
	.contact-box th{
		vertical-align: middle;
		}
		
	.contact-box tr.item-box th{
		vertical-align: top;
	}		

textarea.text, input.text-box{
	width: 100%;
	box-sizing: border-box;
	font-size: 1.25rem;
}
.contact-box .text-box td{
	width: auto;
}
.contact-box{
	max-width: none;
	padding: 0;
}
.slect-box,
input.number-box{
	width:9.387rem;
}
input.number-box{
	margin: 0 1rem;
	vertical-align: top;
}
.contact-box dt{
	margin-bottom: 1.25rem;
}
.color-txt,
.contact-box th,
.contact-box td{
	font-size: 1.25rem;
}

.radio-box{
	display: block;
}
.mw_wp_form .horizontal-item{
	display: block;
	width: auto;
}
.mw_wp_form .horizontal-item:not(:last-of-type),
.mw_wp_form .horizontal-item:not(:nth-of-type(n + 4)){
	margin-bottom: 1.25rem;
}

.mwform-radio-field-text{
	vertical-align:text-top;
	font-size: 1.25rem;
	line-height: 1.5;
}

.contact-box{
	margin: 0 auto;
}

		.slider .slick-dots li{
			display: block;
			width: 2px;
			height: 25px;
		}
		.slider .slick-dots li:not(:last-child){
			margin-bottom: 2px;
		}
		.slider .slick-dots{
			right: 2.25rem;
		}


.slider .cap{
	height: auto;
	
}
.slider .cap figure{
	background: none;
	position: relative;
	}
.slider .slick-slide img{
	display:block !important;
}	
	#page-about .history section.item-box ul{
		display: block;
	}
	#page-about .history section.item-box .cap-box{
		width: 100%;
		padding-left: 0;
		margin-top: 1.25rem;
	}
	#page-about .history section.item-box .text{
		width: auto;
	}

	.slider .cap, .slider{
		height: auto;
	}

.mw_wp_form_preview .btn-box{
	justify-content: space-between;
}
.page-contents .btn-box .link-box{
	margin: 0px .25rem;
	width: 11.777rem;
}

.mw_wp_form_preview .slect-box::before{
	content: none !important;
}


	#page-thanks .thanks-box p{
		text-align: center;
		line-height: 1.8;
		font-size:1.25rem;
		margin-bottom:2.25rem;
	}
	
	#page-thanks .thanks-box .link-box{
		margin: auto;
		line-height:auto;
	}




}


/*----------------------------------------
320
-----------------------------------------*/
@media screen and (max-width: 320px){
	.slect-box, input.number-box{
		width: 7.9rem;
	}
	
	.slect-box select{
		padding: 9px 38px 7px 12px;
	}
}

#privacy{ width: 800px; height:200px; overflow: scroll; text-align: left; margin: 0 auto 80px; border: 1px solid #ccc; padding: 40px; box-sizing: border-box; line-height: 1.8; overflow-x: hidden;}
#privacy h3{ text-align: center; margin: 0 auto 40px; font-weight: 700;}
#privacy dt , #privacy p , #privacy dd , #privacy li{line-height: 1.8; font-size: 0.8rem;}
#privacy p{ margin-bottom: 20px;}
#privacy dt { font-weight: 700; margin-bottom: 10px;}
#privacy dd { margin-bottom: 20px;}
#privacy ol { margin-top: 10px; margin-left: 1rem;}
#privacy ol li{ list-style: inside decimal;}
#privacy .privacyInner{ padding: 20px; background: #efefef; margin: 20px 0 0; display: inline-block;}
#privacy .privacyInner dt , #privacy .privacyInner dd{ margin:0; } 


@media screen and (max-width: 767px){
	#privacy{ width: 100%; padding: 1rem; margin-bottom: 1.75rem; }
	#privacy h3{ margin: 0 auto 2rem;}
	#privacy dt , #privacy p , #privacy dd , #privacy li{ font-size:1rem;}

}

#page-check #privacy , #page-check.page-contents .lead-text , #page-check.page-contents .slect-box::before{
	display: none;
}

.thanks-box h3{
	text-align: center;
	margin: 0 auto 40px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

@media screen and (max-width: 767px){
	.thanks-box h3{
		font-size: 1.75rem;
		margin-bottom: 1.25rem;
	}

}








