/*===============================
  Base
===============================*/
html {
	height: 100%;
}
body {
	/*font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", sans-serif;*/
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
	height: 100%;
    color: #fff;
	background-color: #313232;
}
a {
	text-decoration: none;
}

a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:hover {
  /*opacity: 0.7;*/
}


.flex,
section > ul{
   	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
section > ul::after{
  content:"";
  display: block;
  width:30%;
}

.for_sp{
  display: none;
}

@media screen and (max-width: 1099px) {
  .for_sp{
    display: block;
  }
}



/*===============================
  Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
  Wrapper
===============================*/
.wrapper {
	height: 100%;
	margin: 0 auto;
	box-sizing: content-box;
}

/*===============================
  Header
===============================*/

#global-navi.close {
    right: -550px!important;
}	
header  {
    width:100%;
    width: calc(100% - 180px);
}
header .header_rogo {
    float: left;
    height: 60px;
    width:275px;
}
header .header_rogo img{
    width:100%;
    height: auto;
    padding-top:10px;
}
header a:hover img {
    opacity: 0.6;
}
header > ul {
    float: right;
    height: 60px;
}

@media screen and (max-width: 768px){
	.wrapper {
		overflow-x: hidden;
	}
	
    main img {
        width: 100%;
        height:auto;
    }
    header {
		width:12%;
        text-align: right;
        height:40px;
        position: fixed;
        top: 10px;
        right:3%;
        z-index: 999;
    }
    header ul li{
        float:left;
        height:60px;
        margin-right:58px;
        padding:24px 0 25px;
        display:none;
    }
    header ul li:last-child{
    }
    header ul li img{
        width: 100%;
        height:auto;
    }
	header  {
		width:92%;
	}
	header .header_rogo {
  		width: 50%;
    	padding-top: 4.7VW;
	}
	header .header_rogo img {
		width:100%;
  		height: auto;
	}
	
	
	footer p{
		padding-bottom: 0px;
	}
	
	.pc {
		display: none!important;
	}
    /*スクロールイベントここから*/
    .scroalevent div {
        transition: 0s!important; /*iphoe7などで一部震える不具合解消のため*/
    }
    /*スクロールイベントここから*/
}

@media screen and (min-width: 769px){
	
	
    .docSlider-index_0 header ul li{
        display:block;
    }
    .docSlider-index_1 header ul li{
        display:none;
    }
    .docSlider-index_1 header ul li:last-child,
    .docSlider-index_2 header ul li:last-child,
    .docSlider-index_3 header ul li:last-child,
    .docSlider-index_4 header ul li:last-child,
    .docSlider-index_5 header ul li:last-child{
        /*display:block;*/
    }
	.sp {
		display: none!important;
	}
}


	

footer{
  display: block;
  width: 100%;
	padding:50px 0 10px!important;
  text-align: center;
  color: #fff;
  background-color: #2b2c2c;
  font-size: 14px;
  letter-spacing: 1px;
	line-height:1.5;
}

ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}



@media screen and  (max-width: 1100px){
    .mywrap,
    section > ul{
    width: 85%;
    min-width: 680px;
  }
  
  .flex_center{
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  .flex_center li:first-child{
    margin-right: 0;
  }
}

@media screen and (max-width: 768px){
    .mywrap,
    section > ul{
    width: 96%;
    min-width: inherit;
  } 
  
  section > ul{
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  
  .flex_center{
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
}

@media screen and (max-width: 684px){
  footer{
    font-size: 2vw;
  } 
  
}

.inner{
    height: 100%;
    text-align: center;
}
.scroll {
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    margin: auto;
	z-index: 4;
}

.mapbtn {
	display: inline-block;
	width:72px;
	height:27px;
	color:#fff;
	line-height:27px;
	padding:0px 0 0 30px;
   	background:url("../image/map_btn_off.png") top center no-repeat;
	margin-top: 10px;
	font-size:12px;
}
a.mapbtn:hover {
   	background:url("../image/map_btn_on.png") top center no-repeat;
}
	#section005 .mfp_buttons {
		width:180px;
		margin:40px auto 0px;
	}
	#section005 .mfp_buttons button[type="submit"] {
		width:100%;
		display: block;
		border:1px solid #fff;
        border-radius: 19px;
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
		line-height:40px;
		text-align: center;
        color:#fff;
        font-size:16px;
        text-decoration: none;
        background-color: rgba(118,214,229,0.2);/*白50%*/
	}
	/*#section005 .mfp_buttons button[type="submit"]:hover {
        background: -webkit-linear-gradient(left, #2ebed5 0%, #76d6e5 100%);
        background: -o-linear-gradient(left, #2ebed5 0%, #76d6e5 100%);
        background: linear-gradient(to right, #2ebed5 0%, #76d6e5 100%); 
	}*/
	
	/*privacy*/
	.privacy_terms {
        padding: 0px;
        border: 1px solid #eee;
        line-height: 1.5;
        text-align: left;
		  margin-bottom: 10px;
    }
	.privacy_terms_body {
        overflow-y: auto;
    }
	.privacy_terms_ttl {
        font-weight: bold;
    }
	.privacy_check {
		background-color: #313232!important;
	}
	.privacy_check dt {
		display:none;
	}
	.privacy_check dd {
		width:100%!important;
	}
	.privacy_check dd label {
      	min-height: 20px!important;
	}
	.privacy_check dd label {
		text-align: center;
		background-color: #313232!important;
		display: inherit;
	}
	/*privacy*/

@media screen and (max-width: 768px){
	.wrapper {
		/*overflow-x:visible;スマホでsmoothscrollが効かない場合の対処*/
	}
	
	.scroll {
		bottom: 10VW;
		opacity: 1;
	}
	h1 {
		margin: 1VW 0 0 2%;
		width: 50%;
	}
	#section001 h1 {
  		top: 43%;
	}
	section h1 img{
		width:100%;
		height:auto;
	}
	
	section .inner h2{
		font-size:30px;
		padding:45px 0 50px;
	}
	section .inner img{
		width:100%;
		height:auto;
	}
	
	section .inner {
        width:88%;
		margin:0 auto;
		padding: 15VW 0 22VW;
	}
	section .inner h2{
		font-size:20px;
		padding:20VW 0 18VW;
	}
	section .inner img{
		width:100%;
		height:auto;
	}
	section .inner h2 {
		width:145px;
		display: inline-block;
	}
	section .inner h3{
		margin-bottom: 8VW;
	}
	
	#section002-2 .inner,
	#section003-2 .inner {
		padding-bottom: 25VW;
	}
	
	/*会社情報*/
	table.about {
         border-collapse:separate;
         border-spacing:10px 0px;
	}
	.about th, 
	.about td {
		font-weight:normal;
		text-align: left;
		padding:24px 0;
		border-top:1px solid #fff;
		font-size:13px;
		line-height:1.5em;
	}
	.about tr:last-child th, 
	.about tr:last-child td {
		border-bottom:1px solid #fff;
	}
	.about th {
		width:7em;
		margin-right:30px!important;
	}
	/*会社情報*/
	
	
    #section002{
        background:url("../image/bg01sp.jpg") center top no-repeat;
        background-size: cover;
		position: relative;
    }
    #section003{
        background:url("../image/bg02sp.jpg") center top no-repeat;
        background-size: cover;
    }
    #section004{
        background:url("../image/bg03sp.jpg") center top no-repeat;
        background-size: cover;
    }
	#section002 .block__left {
		margin-bottom:10VW;
	}
	#section002 .block__left > div {
		text-align:center;
	}
	#section002 .block__left > div h3 {
		font-size:19px;
		line-height:2.0em;
		margin-bottom: 8VW;
		/*text-indent: -0.5em;*/
	}
	#section002 .block__left > div p {
		font-size:13px;
		line-height:2.2em;
	}
	#section002-2 .block__right > h3 {
		font-size:18px;
		margin:20px 0 10px;
	}
	#section002 .inner {
  		/*height: calc(100% + 220VW);
		height: 475VW;*/
	}
	/*#section002.expand .inner {
  		height: calc(100% + 300VW);
	}
	#section002.expand  #map {
		bottom:-300VW;
	}*/
    #section002 #map {
		position:absolute;
		width: 82%;
		/*height: 50VW;
    	bottom: 25VW;*/
		height: 70VW;
    	bottom: 20VW;
		/*top:390VW;*/
		left:0px;
		right:0px;
		margin:auto;
    }
	
	#section003 .inner {
  		/*height: calc(100% + 50VW);*/
		padding-bottom:0;
	}
	.twoblocks .block__left ul li h3{
		font-size:14px;
	}
	.twoblocks .block__left ul li p{
		font-size:12px;
		text-align: left;
	}
	.twoblocks .block__left > p{
		font-size:12px;
		line-height:1.4em;
	}
	#section002 .block__left > div p,
	#section003 .block__left > div p,
	#section004 .oneblock p,
	#section005 .oneblock p {
		font-size:14px;
		line-height: 3em;
    	margin-bottom: 1.5em;
	}
	
	#section003-2 .block__left > ul {
		width:90%;
		margin:0 auto;
	}
	#section003-2 .block__left > ul li {
		float:left;
	}
	#section003-2 .block__left > ul li:nth-child(1) {
		width:48%;
		padding:0px 25% 0px;
	}
	#section003-2 .block__left > ul li:nth-child(2) {
		width:48%;
		margin-right:4%;
	}
	#section003-2 .block__left > ul li:nth-child(3) {
		width:48%;
	}
	#section003-2 .block__right > div {
        background-color: #3c3c3c;
		text-align: left;
		padding:8VW 8%;
		margin-top:18VW;
	}
	#section003-2 .block__right > div h3 {
		font-size:18px;
		line-height:2.0em;
		margin-bottom:20px;
	}
	#section003-2 .block__right > div p {
		font-size:13px;
		line-height:2.2em;
	}
	
	
	#section002-2 h3,
	#section003-2 h3 {
		margin: 20px 0 10px;
		margin-bottom:10VW!important;
	}
	#section003-2 .project {
		/*margin-bottom:150px;*/
	}
	#section003-2 .project ul li {
		margin-bottom:10VW;
	}
	#section003-2 .block__right > ul  {
		margin:5VW 0 25VW;
	}
	#section003-2 .block__right > ul li{
		float:left;
	}
	#section003-2 .block__right > ul li:nth-child(1) {
		width: 48%;
    	padding: 0px 26% 5VW;
	}
	#section003-2 .block__right > ul li:nth-child(2) {
		width: 48%;
    	padding: 0px 4% 5VW 0;
	}
	#section003-2 .block__right > ul li:nth-child(3) {
		width: 48%;
    	padding: 0px 0% 5VW;
	}
	#section003-2 .project h3 {
        margin-bottom:13VW!important;
	}
	#section003-2 .project ul li:first-child img {
        width:65%;
        transform: translateY(-3VW);
	}
	#section003-2 .project ul li:nth-child(n+2) img {
		margin-bottom:3VW;
	}
	
	#section002-2 .btn {
		width:296px;
		margin:15VW auto 0px;
        background:url("../image/icon_plus.png") right 30px center no-repeat;
	}
	#section002-2 .btn a {
		width:100%;
		display: block;
		border:1px solid #fff;
        border-radius: 19px;
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
		line-height:40px;
		text-align: center;
        color:#fff;
        font-size:12px;
        text-decoration: none;
	}
	#section002-2 .btn a:hover {
		border:1px solid #2ebed5;
	}
	#section003-2 .btn {
		width:296px;
		margin:12VW auto 0px;
        background:url("../image/icon_plus.png") right 30px center no-repeat;
	}
	#section003-2 .btn a {
		width:100%;
		display: block;
		border:1px solid #fff;
        border-radius: 19px;
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
		line-height:40px;
		text-align: center;
        color:#fff;
        font-size:12px;
        text-decoration: none;
	}
	#section003-2 .btn a:hover {
		border:1px solid #2ebed5;
	}
	#section004 .btn {
		width:280px;
		margin:70px auto 0px;
        background:url("../image/icon_link.png") right 30px center no-repeat;
	}
	#section004 .btn a {
		width:100%;
		display: block;
		border:1px solid #fff;
        border-radius: 28px;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
		line-height:58px;
		text-align: center;
        color:#fff;
        font-size:16px;
        text-decoration: none;
        background-color: rgba(118,214,229,0.2);/*白50%*/
	}
	#section004 .btn a:hover {
        background: -webkit-linear-gradient(left, #2ebed5 0%, #76d6e5 100%);
        background: -o-linear-gradient(left, #2ebed5 0%, #76d6e5 100%);
        background: linear-gradient(to right, #2ebed5 0%, #76d6e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	
	#section004 .oneblock h3 {
		text-align: center;
		font-size:22px;
		margin-bottom:30px;
	}
	#section004 .oneblock p {
		font-size:14px;
	}
	#section005 .oneblock p {
		font-size:14px;
		line-height:2.1em;
	}
	
	#section003,
	#section004,
	#section005 .inner {
		padding-bottom:20VW;
	}
	
	section h2 {
		background-size: 90%!important;
	}
	section h2 + p {
		font-size:14px;
		line-height:1.4em;
	}
	
	
	#section005 .inner {
  		height: calc(100% + 105VW);
	}
	form#mailformpro {
  		padding-top: 10VW;
	}
	
	/*privacy*/
	.privacy_terms {
        font-size: 12px;
		margin-bottom: 5VW;
    }
	.privacy_terms_body {
        max-height: 150px;
    }
	.privacy_terms_body {
        padding: 16px;
    }
	.privacy_terms_ttl {
        margin: 0 0 16px;
        font-size: 14px;
    }
	/*privacy*/
	
	
	footer p {
		margin:8VW auto 2VW;
		padding:0 0 5VW;
      	font-size: 12px;
		line-height:30px;
	}
	footer p.copy {
		margin:0 auto;
      	font-size: 10px;
	}
	footer > img {
		width:240px;
		height:auto;
	}
}

@media screen and (min-width: 769px){
	
	section {
		/*height:calc(100VH - 80px);*/
	}
	section .inner {
		max-width:1180px;
		margin:0 auto;
	}
	section .inner h2{
		font-size:30px;
		padding:120px 0 60px;
	}
	section .inner img{
		width:100%;
		height:auto;
	}
	
	.oneblock {
		width:100%;
		margin:0px auto 0px;
	}
	.twoblocks {
    	/*display: flex;*/
    	/*align-items: flex-end;*/
	}
	.twoblocks .block__left{
		width:100%;
		margin-right:0%;
	}
	.twoblocks .block__right{
		width:80%;
		max-width: 760px;
		margin:0px auto 100px;
		/*padding-left: 3%;*/
	}
	
    header {
        text-align: right;
        height:60px;
        position: fixed;
        top: 60px;
        right:120px;
        z-index: 999;
    }
    header ul li{
        float:left;
        height:60px;
        margin-right:28px;
        padding:24px 0 25px;
        /*display:none;*/
    }
    header ul li:nth-child(1){
		width:67px;
    }
    header ul li:nth-child(2){
		width:47px;
    }
    header ul li:nth-child(3){
		width:57px;
    }
    header ul li:last-child{
		width:64px;
        margin-right:0;
        margin-right:58px;
    }
    header ul li img{
        width:100%;
		height:auto;
    }
	
	section{
    	text-align: center;
	}
	section .inner h2 {
		width:160px;
		display: inline-block;
	}
	
	/*会社情報*/
	table.about {
         border-collapse:separate;
         border-spacing:30px 0px;
	}
	.about th, 
	.about td {
		font-weight:normal;
		text-align: left;
		padding:30px 0;
		border-bottom:1px solid #fff;
		font-size:15px;
		line-height:1.5em;
	}
	.about tr:first-child th, 
	.about tr:first-child td {
		border-top:1px solid #fff;
	}
	.about th {
		/*width:170px;*/
		width:170px;
		margin-right:30px!important;
        padding-right: 0;
	}
	.about td {
		width:500px;
	}
	/*会社情報*/
	
    #section001 {
        /*background:url("../image/bg00.jpg") center top no-repeat;
        background-size: cover;*/
    }
    #section002{
        background:url("../image/bg01.jpg?v=1") center top no-repeat;
        background-size: cover;
		/*height: 1200px;
		position: relative;*/
    }
    #section003{
        background:url("../image/bg02.jpg?v=0") center center no-repeat;
        background-size: cover;
		/*height: 1200px;
		position: relative;*/
    }
    #section004{
        background:url("../image/bg03.jpg?v=1") center center no-repeat;
        background-size: cover;
    }
	#section002 .block__left {
		width: 100%;
		margin-right: 0%;
	}
	#section002 .block__left > div,
	#section003 .block__left > div,
	#section004 .oneblock {
		text-align: center;
		margin-top:60px;
	}
	#section002 .block__left > div h3,
	#section003 .block__left > div h3,
	#section004 .oneblock h3 {
		font-size:21px;
		line-height:1.8em;
		margin-bottom:3em;
		text-indent: -0.5em;
	}
	#section002 .block__left > div p,
	#section003 .block__left > div p,
	#section004 .oneblock p,
	#section005 .oneblock p {
		font-size:15px;
		line-height: 4em;
    	margin-bottom: 3em;
	}
	#section002-2 .block__right > h3,
	#section003-2 h3 {
		font-size:21px;
		margin-bottom:100px;
		font-weight:normal;
	}
	#section002 .inner {
  		/*height: calc(100% + 700px);*/
		padding-bottom:100px;
	}
    #section002 #map {
		position:absolute;
		width: 100%;
		height: 450px;
		bottom:0px;
		left:0px;
		right:0px;
		margin:auto;
    }
	#section002.expand .inner {
  		/*height: calc(100% + 700px);*/
	}
	#section002.expand  #map {
		/*bottom:-650px;*/
	}
	
	#section002-2 .inner,
	#section003-2 .inner {
		padding:100px 0;
	}
	
	#section003-2 .block__right {
		/*width: 50%;*/
		width: 510px;
		margin-bottom:150px;
	}
	#section003-2 .project {
		/*margin-bottom:150px;*/
	}
	#section003-2 .block__right > ul li {
		float:left;
	}
	#section003-2 .block__right > ul li:nth-child(1) {
		width:226px;
		padding:0px 140px 0px;
	}
	#section003-2 .block__right > ul li:nth-child(2) {
		width:226px;
		margin-right:58px;
	}
	#section003-2 .block__right > ul li:nth-child(3) {
		width:226px;
	}
	
	#section003-2 .project ul {
		width:1200px;
		margin:60px auto 0px;
	}
	#section003-2 .project ul li {
		float:left;
		width:295px;
		margin-right:30px;
	}
	#section003-2 .project ul li:first-child {
		width:225px;
	}
	#section003-2 .project ul li:last-child {
		margin-right:0;
	}
	#section003-2 .project ul li img {
		width:100%;
		height:auto;
	}
	#section003-2 .project ul li:nth-child(n+2)  {
        padding-top:103px;
	}
	#section003-2 .project ul li p{
		font-size:15px;
		padding-top: 10px;
	}
	#section003-2 .project ul li a:hover img {
		opacity: 0.7;
	}

	
	#section003,
	#section004,
	#section005 .inner {
		padding-bottom:100px;
	}
	#section005 .oneblock p {
		font-size:15px;
		line-height:2.1em;
	}
	
	#section002-2 .btn {
		width:296px;
		margin:50px auto 0px;
        background:url("../image/icon_plus.png") right 30px center no-repeat;
	}
	#section002-2 .btn a {
		width:100%;
		display: block;
		border:1px solid #fff;
        border-radius: 19px;
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
		line-height:40px;
		text-align: center;
        color:#fff;
        font-size:12px;
        text-decoration: none;
	}
	#section002-2 .btn a:hover {
		border:1px solid #2ebed5;
	}
	#section003-2 .btn {
		width:296px;
		margin:70px auto 0px;
        background:url("../image/icon_plus.png") right 30px center no-repeat;
	}
	#section003-2 .btn a {
		width:100%;
		display: block;
		border:1px solid #fff;
        border-radius: 19px;
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
		line-height:40px;
		text-align: center;
        color:#fff;
        font-size:12px;
        text-decoration: none;
	}
	#section003-2 .btn a:hover {
		border:1px solid #2ebed5;
	}
	#section004 .btn {
		width:350px;
		margin:70px auto 0px;
        background:url("../image/icon_link.png") right 30px center no-repeat;
	}
	#section004 .btn a {
		width:100%;
		display: block;
		border:1px solid #fff;
        border-radius: 28px;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
		line-height:58px;
		text-align: center;
        color:#fff;
        font-size:16px;
        text-decoration: none;
        background-color: rgba(118,214,229,0.2);/*白50%*/
	}
	/*#section004 .btn a:hover {
        background: -webkit-linear-gradient(left, #2ebed5 0%, #76d6e5 100%);
        background: -o-linear-gradient(left, #2ebed5 0%, #76d6e5 100%);
        background: linear-gradient(to right, #2ebed5 0%, #76d6e5 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
	}*/
	
	#section005 .mailform {
        width: 80%;
        margin: 0 auto;
        max-width: 800px;
	}
	
	#section005  .inner {
  		height: calc(100% + 250px);
	}
	
	/*privacy*/
	.privacy_terms {
        font-size: 14px;
    }
	.privacy_terms_body {
        max-height: 150px;
    }
	.privacy_terms_body {
        padding: 16px;
    }
	.privacy_terms_ttl {
        margin: 0 0 16px;
        font-size: 16px;
    }
	/*privacy*/
	
	footer > img {
		width:297px;
		height:auto;
	}
	footer p {
		margin:30px auto 18px;
		padding:0;
		line-height:30px;
	}
	footer p.copy {
		margin:0 auto;
      	font-size: 10px;
	}
	/*ブロックごと設定 1VH=18px で高さ換算*/
	/*ブロックごと設定*/
    .tel {
        pointer-events: none;
    }
}

/*accordion*/

@media screen and (max-width: 768px){
	.docSlider-pager {
		display:none;
	}
}
	
.accordion_btn {
	position: relative;
	width: 524px;
	line-height: 1em;
	margin: 10px auto 0;
	border-radius: 10px;
	text-align: left;
  	padding-left: 0px;
	font-size:14px;
}
.accordion_btn:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 198px;
	min-height: 58px;
	display: block;
	box-sizing: border-box;
}
.accordion_btn:hover {
	cursor: pointer;
}
	
.smooth {
    clip-path: inset(0 100% 0 0);
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
    line-height: 1;
    height: 40px;
    margin-top: 15px;
}
.smooth.is-animated {
 	clip-path: inset(0);
}

/*accordion*/


/*youtube*/
#section001{
  	position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
    height: 100vh;/*高さを全画面にあわせる*/
    text-align: center;
    color: #fff;
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background: url("../img/movie.jpg") no-repeat;
    background-size: cover;
}

/* ローディングアイコン設定 */
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/

#loading.disappear{
     display: none;   
}

/* youtube設定 */

#youtube-area{
    position: fixed;
    z-index: -9999;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
  opacity: 0;    
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name:PageAnimeAppear;
  animation-duration:.5s;
  animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

#youtube {
/*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask{
    position: absolute;
    z-index: 2;/*下から2番目に表示*/
    top:0;
    width:100%;
    height: 100%;
        background-color: rgba(0,0,0,0.0);/*黒65%*/
}

/*youtube 上のロゴ */
h1{
    position:absolute;
    z-index: 3;/*下から2番目に表示*/
  /*天地中央配置*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  /*色指定*/
    color:#fff;
    text-shadow: 0 0 15px #666;
	/*font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
	font-weight: normal;
	font-size: 28px;
	text-align: center;
	width: 100%;
}
h1 small{
	font-size: 28px;
}

#section002 .block__left > div h3,
#section003 .block__left > div h3,
#section004 .oneblock h3 {
    font-feature-settings: "palt";
    letter-spacing: 0.15em;
	    line-height: 2.0em;
}

@media screen and (max-width: 768px) {
#SMP------------------------{}
	h1 {
    	margin: 0VW 0 0 0%;
    	width: 80%;
		font-size: 26px;
  	}
}
/*youtube*/


/*ハンバーガーメニュー*/

#wrapper nav {
    position: fixed;
    top: 0;
    right: -420px;
    width:420px;
    height: 100%;
    background:#2b2c2c;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 9998;
}
#wrapper nav .global-navi-inner{
    position: relative;
    width: 100%;
    height: 100%;
}
#wrapper nav .global-navi-inner ul {
    position: absolute;
    top:60px;
	left:60px;
    width: 90%;
}
#wrapper nav .global-navi-inner ul li{
    width: 100%;
}
#wrapper nav .global-navi-inner ul li img{
    width: 90px;
}
#wrapper nav .global-navi-inner ul li a{
	display: block;
    width: 100%;
}
#wrapper nav .global-navi-inner .global-navi-fotter {
    position: absolute;
	width:320px;
    bottom:60px;
	left:60px;
	padding-top:60px;
	border-top:1px solid #fff;
}
#wrapper nav .global-navi-inner .global-navi-fotter img {
    width:100%;
    height:auto;
}
#wrapper nav .global-navi-inner .global-navi-fotter p {
    font-size:14px;
	line-height:28px;
	padding:38px 0 0px;
}
#wrapper nav .global-navi-inner .global-navi-fotter p .mapbtn{
	margin-top: 15px;
}
	
#wrapper nav ul li {
    padding: 0px 28px 0px 0;
}
#wrapper nav ul li a{
    display:block;
    padding: 20px 0px 30px 0;
}
#wrapper nav ul li a {
    text-decoration: none;
    color: #ddd
}
#wrapper .btn-gnavi {
    position: fixed;
    top: 62px;
    right: 62px;
    width: 60px;
	padding:20px;
    height: 60px;
    z-index: 9999;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
   	background:url("../image/menu_hamburger.png?v=1") center center no-repeat;
    background-size: 100%;
}
#wrapper .btn-gnavi span {
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span:nth-child(1) {
    top: 22px
}
#wrapper .btn-gnavi span:nth-child(2) {
    top: 29px
}
#wrapper .btn-gnavi span:nth-child(3) {
    top: 36px
}
#wrapper .btn-gnavi.open span {
    background-color: transparent;
}
#wrapper .btn-gnavi.open span {
    width: 20px;
}
#wrapper .btn-gnavi.open {
   	background:url("../image/menu_hamburger_close.png") center center no-repeat;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
@media screen and (max-width: 768px) {
#SMP------------------------{}
	
    #wrapper nav .global-navi-inner ul {
        top:7VW;
    }
    #wrapper .btn-gnavi {
        top: 5VW!important;
  		right: 5%!important;
    }
    #wrapper nav {
        right: -100VW;
        width: 100VW;
    }
	
    #wrapper nav ul li a{
        padding-bottom: 10px;
    }
	
    #wrapper nav .global-navi-inner ul {
        left:10%;
        width: 80%;
    }
    #wrapper nav .global-navi-inner .global-navi-fotter {
        width:80%;
        left:10%;
    }
    #wrapper nav .global-navi-inner .global-navi-fotter {
        padding-top:10VW;
    }
}

header .disappear {
    display: none;
}
/*ハンバーガーメニュー*/


body > div {
	height:100VH;/*bgswitcher対策*/
}
section {
    background-color: #313232;
}

.tel {
	color:#fff;
}

/*文字効果 アニメーション*/
h1 {
    color: #fff;
    animation: blur 2s both ease-in;
	font-feature-settings: "palt";
  	letter-spacing: 0.15em;
}

#loader {
	width: 100%;
    height: 100%;
	margin: 0;
	background: #000;/*Loaderの背景色としたいものを指定*/
	opacity: 1.0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000; /*一番前面に出るように（今回はbxSlidrの矢印が9999だったのでそれを超えるようにしました）*/
}
#loader > div{
	position: absolute;
	top: 50%;
	left: 50%;
    width: 100px;
    height: 100px;
    background:url("../image/loading_bg.png") center center no-repeat;
	background-size: 100%;
    margin-top: -50px;/*Loaderの画像を縦方向中央に表示させるため、画像の高さの半分の40pxだけ上に移動*/
    margin-left: -50px;/*同様に画像の幅の半分の40pxだけ左に移動*/
}
#loader img {
    width: 100px;
    height: 100px;
}
@keyframes blur {
    from {
        filter: blur(10px);
    }
    
    to {
        filter: blur(0);
    }
}
@media screen and (max-width: 768px) {
#SMP------------------------{}
	
    #loader > div{
        width: 80px;
        height: 80px;
        margin-top: -40px;/*Loaderの画像を縦方向中央に表示させるため、画像の高さの半分の40pxだけ上に移動*/
        margin-left: -40px;/*同様に画像の幅の半分の40pxだけ左に移動*/
    }
    #loader img {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 376px){
    #wrapper nav .global-navi-inner .global-navi-fotter p {
        font-size:12px;
        line-height:20px;
        padding:30px 0 0px;
    }
}

/*iphoneSE/ipad調整*/
@media screen and (max-width: 376px){
	#wrapper nav .global-navi-inner .global-navi-fotter {
    	padding-top: 5VW;
        bottom: 5VW;
  	}
    #wrapper nav .global-navi-inner .global-navi-fotter p {
        font-size:12px;
        line-height:20px;
    	padding-top: 5VW;
    }
}
	
@media screen and (min-width: 376px) and (max-width: 768px){
	#wrapper nav .global-navi-inner .global-navi-fotter {
        width: 50%;
  	}
}
	
@media screen and (min-width: 769px) and (max-width: 834px){
	h1 {
    	font-size: 22px;
		width: 100%;
  	}
	header .header_rogo {
      	width: 35%;
    }
	header ul li:last-child {
    	margin-right: 30px;
  	}
}
/*iphoneSE/ipad調整*/

.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}
.smooth.is-animated {
  clip-path: inset(0);
}
	
.scroll2 {
  display: inline-block;
  padding-top: 80px;
  position: relative;
}
.scroll2 .txt {
	display: inline-block;
	font-size:12px;
    transform: translateY(-120px);/*上に移動*/
}
.scroll2::after {
  animation: scroll 3.5s infinite;
  border: solid #fff;
  border-width: 0 0 0px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
	  left: 17px;
  height: 70px;
}
.scroll a {
  color:#fff;
}
@keyframes scroll {
  0% {
    transform: rotate(0deg) translate(0, -15px);
  }
  80% {
    transform: rotate(0deg) translate(0 ,40px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
#loader img {
  animation: rotation 12s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*文字効果　アニメーション*/

/*ボタンアクション*/
.btn .skew {
  background: #fff;
  color: #ff701e;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn .skew::after {
  background: #2ebed5;
	background: linear-gradient(to right, #2ebed5 0%, #76d6e5 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn .skew:hover {
  color: #fff;
}
.btn .skew:hover::after {
  transform: scale(1, 1);
}
.btn{
  cursor: pointer;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn .skew::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 140px; 
}
.btn .skew:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}
/*ボタンアクション*/

.delay01 {
  animation-delay: 0.1s;
}
.delay02 {
  animation-delay: 0.5s;
}
.delay03 {
  animation-delay: 0.7s;
}
.delay04 {
  /*transition-delay: .9s!important;
  -webkit-transition-delay: .9s!important;*/
  animation-delay: 0.9s;
}
.delay05 {
  animation-delay: 1.0s;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUp0{
animation-name:fadeUpAnime0;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime0{
  from {
    opacity: 0;
  transform: translateY(0px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 右方向フェードイン */
.fadeLR{
animation-name:fadeLRAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLRAnime{
  from {
    opacity: 0;
  transform: translateX(-50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 左方向フェードイン */
.fadeRL{
animation-name:fadeRLAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRLAnime{
  from {
    opacity: 0;
  transform: translateX(50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeUpTrigger{
    opacity: 0;
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}

/*スクロールイベントここまで*/