@charset "utf-8";

*{
	box-sizing: border-box;
	word-wrap: break-word;
}
html{
	font-size: 62.5%;
}
body{
	width: 100%;
	font-size: 1.4em;
	color: #1e1e1e;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
img{
	height: auto;
	vertical-align: bottom;
}
a{
	transition: .3s;
}

figure{
    display:block;
}
@font-face {
	font-family:'Oswald';
	src: url(../fonts/OSWALD-MEDIUM.TTF);
}
.clear{clear: both;}
.icon {
       width: 1em; height: 1em;
       vertical-align: -0.15em;
       fill: currentColor;
       overflow: hidden;
    }

#page{
    overflow: hidden;
    width:100%;
	padding-top: 90px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*----- clearfix */
.cf:before{
    content:"";
    display: table;
}
.cf:after{
    content:"";
    display: table;
    clear:both;
}


.fullwidth{
    padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
}
.inner{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.container{
    padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items:stretch;
}


.fit{
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}


.pc-none,
.pc-none-inline{
    display:none;
}
.sp-none{
    display:block;
}
.sp-none-inline{
    display:inline-block;
}



.view {
  opacity: 1;
  -webkit-transform: translate(0, 1rem);
          transform: translate(0, 1rem);
  -webkit-transition: all ease-in-out 750ms;
  transition: all ease-in-out 750ms;
}
.view.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.view2 {
  overflow: hidden;
  position: relative;
}

.view2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #fff;
  -webkit-transition: all ease-in-out 750ms;
  transition: all ease-in-out 750ms;
}

.view2.scrollin2:after {
  left: 100%;
}

@media screen and (max-width: 1200px) {
	.inner{width: 90%;}
}


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

    .header{
        position:fixed;
        top:0;
        left:0;
        z-index:999;
        width:100%;
        background: #fff;
    }
    .header-inner{
        width:100%;
        height: 90px;
        display: flex;
        justify-content: space-between;
        align-items:center;
        position: relative;
		transition: .1s;
    }

    .header .logo{
        padding-left:48px;		
    }
    .header .logo a{display: flex;align-items: center;}
    .header .logo a h1{font-weight: 600;margin-left: 8px;margin-bottom: 8px;}
    .header .logo a h6{font-size: 14px; margin-left: 8px;letter-spacing: 0.2px;}
    .header .logo:hover a{
    	color: #3d733f;
    }
    
    .global-nav{
    	width: 40%;
        display:block !important;
    }
	.global-nav-outer{
		
	}
   
    .global-nav .nav{
    	height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .global-nav .nav li{
		height: 90px;
        font-size:1.5rem;
        		
    }
    .change .global-nav .nav{
    	height: 80px;
    }
    .change .global-nav .nav li{
		height: 80px;		
    }
    .global-nav .nav li:not(:last-child){
       
    }
    .global-nav .nav li .global-nav-item{
    	display: block;
        color:#666;
        font-weight:bold;
		position: relative;
		text-align: center;
		height: 90px;
		line-height: 90px;
	}
	.change .global-nav .nav li .global-nav-item{
		height: 80px;
		line-height: 80px;
	}
	.global-nav .nav li.current a{
        color:#333;
        font-weight:bold;
		position: relative;
	}
	.global-nav .nav li a.global-nav-item:hover{
		opacity: 1;
	}
	
	.global-nav .nav li a.global-nav-item::after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0%;
		height: 2px;
		background: #3d733f;
		transition: all 0.3s;
	}
	.global-nav .nav li.current a::after,
	.global-nav .nav li a:hover::after{
		width: 100%;
	}
	.global-nav .nav li span{
		display:none;
	}

    .global-nav .nav-child{
        visibility: hidden;
    	opacity: 0;
		position: absolute;
		top:calc(100% + 0px);	
		left: 0;	
		transition: all .3s;
		border-radius: 4px;
		width: 100vw;
		min-width:180px;
		background: #fcfcfc;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
    }
    .nav-child-item{width: 80%;height: 100%;padding: 40px 0;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
    .nav-child-left{width: 50%;height: 100%;overflow: hidden;padding-right: 5%;position: relative;}
    .nav-child-left:after{content: '';position: absolute;right: 0;top: 0;width: 1px;height: 100%;background: #eaeaea;}
    .nav-child-left img{max-width: 100%;}
    .nav-child-right{width: 50%;height: 100%; display: flex;flex-direction: column;padding-left: 5%;}

    .global-nav .nav li .nav-child .nav-child-item .nav-child-right .nav-child-right-item a{
        position: relative; 
        display: block;   
        height: 40px;  
        line-height: 40px;
        text-align: left;
        color: #666;
    }
    .global-nav .nav li .nav-child .nav-child-item .nav-child-right .nav-child-right-item a::before{
		content: "";
		position: absolute;
		left: -10px;
		top: 18px;
		width: 4px;
		height: 4px;
		background: #666;
		border-radius: 50%;
	}
	.global-nav .nav li .nav-child .nav-child-item .nav-child-right .nav-child-right-item:hover a{
		color: #3d733f;
	}
	.global-nav .nav li .nav-child .nav-child-item .nav-child-right .nav-child-right-item:hover a::before{
		background: #3d733f;
	}
	.global-nav .nav-child-sp{
		display:none !important;
	}
	.global-nav .nav li:last-child .nav-child{
		right:0;
	}
	.global-nav .nav li:hover .nav-child{
		visibility: visible;
		opacity: 1;		
	}
	.global-nav .nav-child .nav-child-item .nav-child-right .nav-child-right-item a{
		transition: all 0.3s;
	}
	.global-nav .nav-child .nav-child-right-item a:hover{
		opacity: 1;
	}
	.global-nav .nav li.current .nav-child .nav-child-right-item a::after,
	.global-nav .nav-child .nav-child-item .nav-child-right .nav-child-right-item a:hover::after{
		display:none;
	}

    .global-nav-mobile{
        font-size: 22px;
        font-weight: 600;
        margin-right: 48px;
        font-family: 'Oswald';
        display: flex;
    }
    
    .global-nav-language{
        display: flex;
        justify-content: center;
		padding-right:48px;
    }
	.global-nav-language li{
		font-family: 'Jost', sans-serif;
		font-size:1.5rem;
	}
	.global-nav-language li:not(:last-child)::after{
		content: "/";
		font-weight:600;
		margin:0 .4em;
	}
	.global-nav-language li a{
		font-weight:600;
		position: relative;
		color: #666;
	}
	.global-nav-language li a:hover{
		opacity: 1;
	}
	.global-nav-language li a::after{
		content: "";
		position: absolute;
		left: 0;
		bottom: -5px;
		width: 0%;
		height: 2px;
		background: rgba(0,119,239,0.5);
		transition: all 0.3s;
	}
	.global-nav-language li.current a::after,
	.global-nav-language li a:hover::after{
		width: 100%;
	}
	
	
	.header.change .header-inner{
		height:80px;
	}
	
    
    .navbtn{
        display:none;
    }
	
	
	@media screen and (max-width:1270px){
		
		.header .logo{
			padding-left:20px;
		}
		.global-nav-mobile{
			margin-right:20px;    
		}
		
		.global-nav .nav{
			padding-right:20px;
		}

		
		.global-nav .nav li:not(:last-child){
			margin-right:20px;
		}
		
		
		.global-nav .nav-child li:not(:last-child){
			margin-right:0;
		}
		
		
		.global-nav-language{
			padding-right:20px;
		}
	}
	
	@media screen and (max-width:1120px){
	    .global-nav-mobile{
			display: none;    
		}
	}
	@media screen and (max-width:1120px){

		
		.global-nav .nav li{
			font-size:1.4rem;
		}
		
		
		.global-nav-language li{
			font-size:1.4rem;
		}
	}
	
	
	@media screen and (max-width:1070px){

		
		.global-nav .nav li{
			font-size:1.3rem;
		}
		
		
		.global-nav-language li{
			font-size:1.3rem;
		}
	}
	
	
	@media screen and (max-width:1030px){
		
		
		.global-nav .nav li:not(:last-child){
			margin-right:15px;
		}
		
		
		.global-nav .nav-child li:not(:last-child){
			margin-right:0;
		}
	}
	
	
	@media screen and (max-width:990px){
		
		
	}
	
	
	@media screen and (max-width:970px){

		
		.global-nav .nav li{
			font-size:1.23rem;
		}
		
		
		.global-nav .nav-child{
			min-width:160px;
		}
		.global-nav .nav-child li a{
			padding:12px;
		}
		
		
		.global-nav-language li{
			font-size:1.23rem;
		}
	}
	
	
	@media screen and (max-width:940px){
		
		

	}
	
	
	@media screen and (max-width:920px){

		
		.global-nav .nav li{
			font-size:1.18rem;
		}
		
		
		.global-nav-language li{
			font-size:1.18rem;
		}
	}
	

	@media screen and (max-width:900px){
		
		
	}
	
	
	@media screen and (max-width:890px){

		
		
		
		.global-nav .nav li{
			font-size:1.1rem;
		}
		
		
		.global-nav .nav-child{
			min-width:140px;
		}
		
		
		.global-nav-language li{
			font-size:1.1rem;
		}
	}
	
	
	@media screen and (max-width:850px){
		
		
	}
	
	
	@media screen and (max-width:830px){

		
		.global-nav .nav li{
			font-size:1.05rem;
		}
		
		
		.global-nav-language li{
			font-size:1.05rem;
		}
	}
	
	
	@media screen and (max-width:805px){

		
		.global-nav .nav li{
			font-size:1rem;
		}
		
		
		.global-nav-language li{
			font-size:1rem;
		}
	}
	

	@media screen and (max-width:780px){
		
	}	
    
}
.footer{
	clear:both;
	padding-top: 60px;
	padding-bottom: 0px;
	position: relative;
	background: #181717;
}
.footer .ft-conts-box{
	display: flex;
	justify-content: space-between;
}
.footer .ft-conts-box .box{
	width: 100%;
}
.footer .ft-logo{
	margin-bottom:20px;
}
.footer .ft-company{
	margin-bottom:15px;
	font-size: 2.5rem;
	letter-spacing: .08em;
	color: #fff;
}
.footer-contact-wk{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-contact-wk-item{
	width: 25%;
	position: relative;
	padding: 0 5%;
}
.footer-contact-wk-item:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.15);
	right: 0;
	top: 0;
}
.footer-contact-wk .footer-contact-title h4{
	color: #fff;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 600;
}

.footer .ft-nav .nav-list{
	display: flex;
	justify-content:flex-end;
}
.footer .ft-nav .nav-list .list:nth-child(1){
	margin-right:105px;
}
.footer .ft-nav .nav-list .list:nth-child(2){
	margin-right:130px;
}


.footer .ft-nav .nav-list .list li{
	letter-spacing:-.04em;
}
.footer .ft-nav .nav-list .list li:not(:last-child){
	margin-bottom:20px;
}
.footer .ft-nav .nav-list .list li a{
	font-size:1.4rem;
	font-weight:bold;
	color: #fff;
}


.footer .ft-nav .nav-list .list .list-child li{
	margin-top:16px;
	margin-bottom:0;
}
.footer .ft-nav .nav-list .list .list-child li:first-child{
	margin-top:15px;
}
.footer .ft-nav .nav-list .list .list-child li:not(:last-child){
	margin-bottom:0;
}
.footer .ft-nav .nav-list .list .list-child li a{
	font-weight:normal;	
}
.footer .ft-nav .nav-list .list .list-child li a::before{
	content: "-";
	margin-right:.2em;
}


.footer .ft-menu{
	padding-top:95px;
}
.footer .ft-menu .menu{
	display: flex;
	align-items:center;
}
.footer .ft-menu .menu li{
	font-size:1.2rem;
	padding:0 1.5em;
	letter-spacing:-.06em;
}
.footer .ft-menu .menu li:first-child{
	padding-left:0;
}
.footer .ft-menu .menu li:not(:last-child){
	border-right:#1e1e1e solid 1px;
}



.pagetop{
    position:fixed;
    right:25px;
    bottom:62px;
	z-index:99;
}
.pagetop a{
    display:block;
	width:65px;
	height:65px;
	border:#1e1e1e solid 1px;
	border-radius: 50%;
	background:#fff url("../img/pagetop.png") no-repeat 50% 50%/11px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    .pagetop a{
        background-image:url("../img/pagetop%402x.png");
    }
}
.pagetop a:hover{
	opacity: 1;
	background-position: 50% 30%;
}



.fixed-nav{
    position:fixed;
    right:0;
    bottom:0;
	top:0;
	margin:auto;
	z-index:99;
	height:390px;
}
.fixed-nav li:not(:last-child){
	margin-bottom:1px;
}
.fixed-nav a{
	width:52px;
	height:194px;
	background:rgba(30,30,30,0.8);
	display: flex;
	justify-content: center;
	align-items:center;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.fixed-nav a:hover{
	background:rgba(30,30,30,1);
	opacity: 1;
}



.maintitle{
    width:100%;
    position: relative;
	display: flex;
	height:450px;
}


.maintitle .copyright{
	width:100px;
	display: flex;
	justify-content:flex-end;
	align-items:center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size:1.1rem;
	letter-spacing: .04em;
}


.maintitle-conts{
	width:calc(100% - 100px);
}


.maintitle .visual{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	height:100%;
	max-height:390px;
	width:100%;
}


.maintitle .title{
	background: #fff;
	width:250px;
	height:170px;
	display: flex;
	justify-content: center;
	align-items:center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
}
.maintitle .title span{
	display:block;
}
.maintitle .title .mt{
	font-size:3.6rem;
	letter-spacing: .1em;
	margin-left:-.1em;
}
.maintitle .title .st{
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	margin-top:1.3em;
	font-family: 'Jost', sans-serif;
	position: relative;
	letter-spacing: .04em;
	font-weight:400;
	margin-left:calc(55px - .1em);
}
.maintitle .title .st::before{
	content: "";
	width:45px;
	height:1px;
	background: #d7d8d8;
	display:block;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:calc(100% + 15px);
}


.maintitle .pankuzu{
	display: flex;
	align-items:center;
    justify-content:flex-start;
    height:60px;
	padding-bottom:5px;
}
.maintitle .pankuzu li{
	font-size: 1.2rem;
	line-height:1;
}
.maintitle .pankuzu li:not(:last-child)::after{
	content: "";
    margin:0 .8em;
    width:1em;
	height:.8em;
	display:inline-block;
	background:url("../img/pan-arrow.png") no-repeat 50% 3px/4px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    .maintitle .pankuzu li:not(:last-child):after{
        background-image:url("../img/pan-arrow%402x.png");
    }
}
.maintitle .pankuzu li a{
	display:inline-block;
}
.maintitle .pankuzu li:first-child a{
	background:url("../img/pan-home.png") no-repeat 0 50%/auto .9em;
	padding-left:1.5em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    .maintitle .pankuzu li:first-child a{
        background-image:url("../img/pan-home%402x.png");
    }
}


.maintenance-title{
	height:auto;
}
.maintitle .maintenance{
	padding-top:100px;
	padding-bottom:150px;
	text-align: center;
}


.maintitle .copyright{
	justify-content: center;
}

.maintitle .maintenance .logo{
	text-align:center;
	margin-bottom:50px;
}
.maintitle .maintenance .logo img{
	width:176px;
	height:auto;
}


.maintitle .maintenance .txt{
	font-size:1.6rem;
	line-height: 2;
	margin-bottom:40px;
}
.maintitle .maintenance .txt p:not(:last-child){
	margin-bottom:1.5em;
}
.maintitle .maintenance .txt p strong{
	font-weight:bold;
}


.maintitle .maintenance .info{
	font-size:1.4rem;
	line-height: 2;
}

.main-footer {padding: 100px 0 0 0;background: url(../img/foot-bg_02.jpg) no-repeat center center;background-size: cover;}
.main-footer .container .row{justify-content: space-between;}
.main-footer .container .row .col-md-5{overflow: hidden;}
.main-footer-name{font-size: 30px;font-weight: 600;color: #fff;margin-bottom: 24px;}
.main-footer-contact{font-size: 14px; color: #fff;line-height: 32px;}
.main-footer-contact a{font-size: 14px; color: #fff;line-height: 32px;}
.main-footer-map{display: flex;display: -webkit-flex; justify-content: space-between;align-items: center; width: 100%;height: 200px;
border-radius: 10px;overflow: hidden;margin-top: 24px;margin-bottom:24px;}
.main-footer-message{padding: 30px 40px;background: rgba(0,101,173,0.5);border-radius: 10px;}
.main-footer-message h4{text-align: center;font-size: 24px;color: #fff;font-weight: 600;margin-bottom: 24px;}
.main-footer .container .row .col-md-6 .main-footer-message form{display: -webkit-flex;display: flex;justify-content: space-between;
flex-wrap: wrap;}
.message-input{width: 48%;margin-bottom: 24px;line-height: 50px;padding: 0 10px;border-radius: 6px;background: rgba(255,255,255,0.8);}
.message-content{width: 100%;height: 150px;border-radius: 6px; margin-bottom: 24px;padding: 10px;background: rgba(255,255,255,0.8);}
.message-submit{width: 100%;line-height: 50px;text-align: center;border-radius: 6px;background: rgba(255,255,255,0.8);cursor: pointer;
color: #666;}
.message-submit:hover{background: rgba(255,100,17,0.8);color: #fff;}
.sub-footer{border-top: 1px solid rgba(255,255,255,0.5);margin-top: 40px;}
.sub-footer .sub-footer-ba{display: flex;justify-content: space-between;flex-wrap: wrap;color: #999;}
.sub-footer .sub-footer-ba a{color: #999;}
.sub-footer-ba-item{width: auto;}
.sub-footer p{color: #999; margin-bottom: 0;font-size: 14px;line-height: 60px;}
.sub-footer .right{text-align: right;}
.sub-footer .right a:hover{color: #fff;}
.m-footer-transparent{height: 70px;display: none;}
.m-footer{width: 100%;background: #f1f1f1;height: 70px; padding: 10px 0; position: fixed;left: 0;bottom: 0;display: none;z-index:9999999;}
.m-footer a{display:block;float: left; width: 33.33333%;text-align: center;}
.m-footer a .icon{font-size: 30px;color: #0065ad;}
.m-footer a h6{font-size: 16px;color:#666;}

@media screen and (max-width: 1180px) {
	.header .logo a h1{font-size: 2rem;}
	.header .logo a h6{font-size: 12px;}
	.global-nav .nav li:not(:last-child){margin-right: 10px;}
}

@media screen and (max-width: 992px) {
	.main-footer-name{font-size: 24px;}
}
@media screen and (max-width: 768px) {
	.main-footer{padding: 40px 0 20px 0;}
	.main-footer-message{padding: 30px 10px;}
	.sub-footer{padding-top: 16px;margin-top: 16px;}
	.sub-footer p{line-height: 26px;}
	.m-footer-transparent{display: block;}
	.m-footer{display: block;}
}

@media screen and (max-width:980px){
	
	.footer .ft-nav .nav-list{
		justify-content: space-between;
	}
	.footer .ft-nav .nav-list .list:nth-child(1){
		margin-right:50px;
	}
	.footer .ft-nav .nav-list .list:nth-child(2){
		margin-right:50px;
	}
	
	.pagetop{
		bottom:92px;
	}
}


@media screen and (max-width:870px){
	.footer .ft-conts-box{
		display: block;
	}
	.footer .ft-conts-box .box:nth-child(1){
		width:100%;
	}
	.footer .ft-conts-box .box:nth-child(2){
		width:100%;
	}
	.footer .ft-info{
		margin-bottom:60px;
	}

	.footer .ft-nav .nav-list{
		justify-content:flex-start;
	}
	.footer .ft-nav .nav-list .list:nth-child(1){
		margin-right:105px;
	}
	.footer .ft-nav .nav-list .list:nth-child(2){
		margin-right:130px;
	}
}

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

	html{
		font-size: 1.333vw;
        height: -webkit-fill-available;
	}
	body{
		min-width: 100%;
		font-size: 2.4rem;
	}
	
	#page{
		padding-top:16vw;
		padding-bottom: 0vw;
	}
    
    a:hover{
        opacity: 1;
    }
	
	.fullwidth{
		padding-left: 4vw;
		padding-right: 4vw;
	}
    .inner{
        width:100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .container{
		padding-left: 4vw;
		padding-right: 4vw;
        width: 100%;
        display: block;
    }
    
    .main{
        padding-right:0;
        max-width:100%;
        margin:0 auto;
        overflow: hidden;
    }

    .sp-none,
    .sp-none-inline{
        display:none;
    }
    .pc-none{
        display:block;
    }
    .pc-none-inline{
        display:inline-block;
    }

    .header{
        display:block;
        position: fixed;
        top:0;
        left:0;
        z-index:99;
        width:100%;
        background:#fff;
    }
    .header-inner{
        width:100%;
        min-width:100%;
        height:16vw;
        display: flex;
        align-items:center;
        position: relative;
    }
    

    .header .logo{
        padding-left:0.5vw;
        line-height:0;
		position: relative;
		z-index:999;
    }
    .header .logo a{
    	display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    }
    .header .logo img{
		width: 170px;
        vertical-align: middle;
        margin-right: 0px;
    }
	.header .logo a h1{
		font-size: 18px;
	}
	.header .logo a h6{
		display: none;
	}
    .navbtn{
        position:fixed;
        z-index: 999;
        top:0;
        right: 0;
        width: 16vw;
        height:16vw;
        display:block;
    }

    .navbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 3.6vw;
        height: 3px;
        background-color: #1e1e1e;
        width: 7.666vw;
    }
    .navbtn span:nth-of-type(1) {
        top:6vw;
    }
    .navbtn span:nth-of-type(2) {
        top:8vw;
    }
    .navbtn span:nth-of-type(3) {
        top:10vw;
    }
    .navbtn.is-open span:nth-of-type(1) {
        top: 6vw;
        left: 3.6vw;
        transform: translateY(1.7vw) rotate(-45deg);
        width: 7.666vw;
    }
    .navbtn.is-open span:nth-of-type(2) {
        opacity: 0;
    }
    .navbtn.is-open span:nth-of-type(3){
        top: 9.5vw;
        left: 3.6vw;
        transform: translateY(-1.7vw) rotate(45deg);
        width: 7.666vw;
    }
    
    .global-nav{
		width:100% !important;
		height:100vh;
		background:#fff;
		-moz-background-size:50% auto;
		background-size:50% auto;
		z-index:80;
		transition:transform .3s;
		opacity:0;
		transform:scale(0.5);
		visibility:hidden;
		position: fixed;
		top:0;
		left:0;
	}
	.global-nav.panelactive{
		visibility: visible;
		transform:scale(1);
		opacity:1;
	}
    .global-nav-outer{
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
    }
	.global-nav-inner{
		padding:22.333vw 8vw 10.666vw;
		
	}

	.global-nav .nav{
		padding:0 0 8vw;
		border-bottom:#ccc solid 1px;
	}

    .global-nav .nav li{
        font-size:2.7rem;
		width: 100%;        
    }
	.global-nav .nav li:not(:last-child){
		margin-bottom:0;
		border-bottom:#ccc dashed 1px;
	}
    .global-nav .nav li a,
    .global-nav .nav li span{
        font-weight:bold;
        display:block;
		padding:3.3vw 0;

    }

	.global-nav .nav-child{
		display:none;
	}
	.global-nav .nav-child-sp{
		display:block;
		padding-bottom:3vw;
	}
	.global-nav .nav li .nav-child-sp li{
		padding-top:2vw;
		padding-bottom:2vw;
		font-size:2.4rem;
		border-bottom:none;
	}
	.global-nav .nav li .nav-child-sp li a{
		font-weight:normal;
		padding:0;
	}
	.global-nav .nav li .nav-child-sp li a::before{
		content: "-";
		margin-right:.5em;
		color:#1e1e1e;
	}

	.nav-child-ttl span{
		position: relative;
	}
	.nav-child-ttl span i{
		display:inline-block;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		margin:auto;
	}
	.nav-child-ttl i::before,
	.nav-child-ttl i::after {
		content: "";
		display: block;
		width: 4vw;
		height: 2px;
		background: #ccc;
		position: absolute;
		right: 2.5vw;
		top: 50%;
		transform: translateY(-50%);
	}
	.nav-child-ttl i::after {
		background: #ccc;
		transform: translateY(-50%) rotate(90deg);
		transition: 0.5s;
	}
	.nav-child-ttl.is-open i::before,
	.nav-child-ttl.is-open i::after {
		background:#ccc;
	}
	.nav-child-ttl.is-open i::after {
		transform: rotate(0);
		transition: 0.5s;
        height: 1px;
	}

    .global-nav-language{
        display: flex;
        justify-content: center;
		padding-left:15vw;
    }
	.global-nav-language li{
		font-family: 'Jost', sans-serif;
		font-size:2.6rem;
	}
	.global-nav-language li:not(:last-child)::after{
		content: "/";
		font-weight:600;
		margin:0 1em;
	}
	.global-nav-mobile {
        display: none;
    }
	.global-nav-language li a{
		font-weight:600;
		position: relative;
	}
	.global-nav-language li a::after{
		content: "";
		position: absolute;
		left: 0;
		bottom: -.5em;
		width: 0%;
		height: 2px;
		background: #1e1e1e;
	}
	.global-nav-language li.current a::after{
		width: 100%;
	}

	.footer{
		padding-top:10vw;
		padding-bottom:5vw;
	}
	.footer .ft-conts-box{
		display: block;
	}
	.footer .ft-conts-box .box:nth-child(1){
		width:100%;
	}
	.footer .ft-conts-box .box:nth-child(2){
		width:100%;
	}
	.footer-contact-wk{padding: 20px 20px 0 20px;}
	.footer-contact-wk-item{width: 100%;padding-bottom: 16px;padding: 4% 0; box-sizing: border-box;}
	.footer-contact-wk-item:after{width: 100%;height: 1px;left: 0;bottom: 0;}
	
	.footer-contact-wk .footer-contact-title h4{margin-bottom: 8px;}


	.footer .ft-info{
		margin-bottom:7vw;

	}

	.footer .ft-logo{
		margin-bottom:4vw;
	}
	.footer .ft-logo img{
		width:40vw;
		height:auto;
	}

	.footer .ft-company{
		margin-bottom:3vw;
		font-size: 4rem;
	}

	.footer .ft-contact{
		font-size:2.3rem;
		margin-bottom:3vw;
	}

	.footer .ft-nav{
		display: none;
	}

	.footer .ft-menu{
		padding-top:0;
		margin-bottom:7vw;
	}
	.footer .ft-menu .menu{
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer .ft-menu .menu li{
		font-size:2.2rem;
		margin-top:.5em;
		margin-bottom:.5em;
	}
	.footer .ft-menu .menu li:first-child{
		padding-left:1.5em;
	}
	.footer .ft-menu .menu li:nth-child(2n){
		border-right:none;
	}

	.footer .copyright{
		text-align: center;
		font-size:2.2vw;
	}


	.pagetop{
		right:3vw;
		bottom: 20vw;
	}
	.pagetop a{
		width:12vw;
		height:12vw;
		background-size:2vw auto;
	}
	.pagetop a:hover{
		background-position: 50% 50%;
	}
	
	

	.fixed-nav{
		right:auto;
		top:auto;
		bottom:0;
		height:12vw;
		width:100vw;
		display: flex;
		margin:0;
	}
	.fixed-nav li:nth-child(1){
		width:calc(50% - 1px);
	}
	.fixed-nav li:nth-child(2){
		width:50%;
	}
	.fixed-nav li:not(:last-child){
		margin-bottom:0;
		margin-right:1px;
	}
	.fixed-nav a{
		width:100%;
		height:12vw;
		background:rgba(30,30,30,0.8);
		display: flex;
		justify-content: center;
		align-items:center;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		font-size:2.7rem;
		color:#fff;		
	}
	.fixed-nav a:hover{
		background:rgba(30,30,30,0.8);
		opacity: 1;
	}
	.fixed-nav a span{
		font-weight:700;
		display:inline-block;
		background-position: 0 50%;
		background-repeat:no-repeat;
		padding-top:.3em;
		padding-bottom:.3em;
	}
	.fixed-nav li:nth-child(1) a span{
		background-image:url("../img/fixed-nav1-sp.png");
		background-size:4.5vw auto;
		padding-left:6.5vw;
	}
	/* Retina */
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
		.fixed-nav li:nth-child(1) a span{
			background-image:url("../img/fixed-nav1-sp%402x.png");
		}
	}
	.fixed-nav li:nth-child(2) a span{
		background-image:url("../img/fixed-nav2-sp.png");
		background-size:4vw auto;
		padding-left:6vw;
	}
	/* Retina */
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
		.fixed-nav li:nth-child(2) a span{
			background-image:url("../img/fixed-nav2-sp%402x.png");
		}
	}


	.maintitle{
		height:45vw;
		margin-bottom:10vw;
	}

	/*----- コピーライト */
	.maintitle .copyright{
		display:none;
	}


	.maintitle-conts{
		width:100%;
	}


	.maintitle .title{
		width:50vw;
		height:24vw;
		border-top-right-radius: 1.3vw;
		border-bottom-right-radius: 1.3vw;
	}
	.maintitle .title .mt{
		font-size:4rem;
	}
	.maintitle .title .st{
		font-size: 2rem;
		margin-left:calc(10vw - .1em);
	}
	.maintitle .title .st::before{
		width:7vw;
		right:calc(100% + 3vw);
	}

	.maintitle .pankuzu{
		display:none;
	}

	.maintenance-title{
		border-top: #d7d8d8 solid 1px;
		height:auto;
	}
	.maintitle .maintenance{
		padding-top:13vw;
		padding-bottom:10vw;
		padding-right:4vw;
		padding-left:4vw;
		text-align: left;
	}

	.maintitle .copyright{
		display: none;
	}

	.maintitle .maintenance .logo{
		margin-bottom:7vw;
	}
	.maintitle .maintenance .logo img{
		width:40vw;
		height:auto;
	}

	.maintitle .maintenance .txt{
		font-size:2.6rem;
		margin-bottom:8vw;
	}

	.maintitle .maintenance .info{
		font-size:2.4rem;
	}

}