@charset "UTF-8";



html,body,header,footer,main,section,title,h1,h2,h3,p,a,figure,figcaption,table,div,nav,ul,li,button{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family:serif;
}
body *{
	box-sizing: border-box;
}
#splash{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color:black;
  text-align:center;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:120px;
}
#splash_logo img {
  width:120px;
}
#humberger{
	display:none;
}
#humbrger{
	display: none;
}
.cross{
  display: none;
}
.outer{
	width: 100%;
	height:100vh;
	box-sizing:border-box;
}
#top-img{
	position: absolute;
	z-index:-1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slick-list,.slick-track{
	width: 100%;
	height: 100%;
}
.slide img{
	display:block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
#header-wrapper img{
	width:80px;
	padding:20px 0;
	transition:all 0.5s;
}
#header-wrapper{
	width:100%;
	height:130px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	box-sizing:border-box;
	margin: auto;
	position: absolute;
	top:0;
	z-index:1000;
	transition:all 0.8s;
}
#header-wrapper .header-img{
	margin-left:70px;
}
#header-wrapper .header-list{
	margin-right:70px;
	padding:5px 20px;
}
#header-wrapper .header-list a{

	color:white;
}
#header-wrapper .header-list nav{
	width:400px;
}
.header-nav1{
	height:40px;
	display:flex;	
	align-items:flex-end;
	justify-content:space-between;
	padding:5px 0;
	width:100%;
}
.header-nav1 .fa-square-twitter{
	font-size:24px;
}
.header-nav2{
	height:40px;
	display:flex;	
	align-items:center;
	justify-content:space-between;
	padding:5px 0;
	width:100%;
}
.header-nav1 li{
	padding:5px;
	font-size:10px;
	font-weight:normal;
	transition:all 0.5s;
}
.header-nav2 li{
	transition:all 0.5s;
}
.header-nav2 h3{
	font-size:19px;
	font-weight:normal;
}
.header-nav2 p{
	margin:3px 0;
	font-size:10px;
	font-weight:normal;
}
#header-wrapper img:hover,.header-nav1 li:hover,.header-nav2 li:hover,.top-div2 p:hover,.footer-class222 button:hover,.div-hover p:hover,.footer-class222 .footer-img2:hover,.footer-class222 .footer-img1:hover{
	opacity:0.5;
}
#header-wrapper2 img{
	width:80px;
	padding:20px 0;
	transition:all 0.5s;
}
#header-wrapper2{
	display:none;
	width:100%;
	height:130px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1000;
	background-color:white;
	box-sizing:border-box;
	margin: auto;
}
.shows{
	width:100%;
	height:120px;
	display:flex;
	justify-content:space-between;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:100;
	background-color:white;
	margin: auto;
}
#header-wrapper2 .header-img2{
	margin-left:70px;
}
#header-wrapper2 .header-list2{
	margin-right:70px;
	padding:5px 20px;
}
#header-wrapper2 .header-list2 a{
	color:black;
}
#header-wrapper2 .header-list2 nav{
	width:400px;
}
.header-nav12{
	height:40px;
	display:flex;	
	align-items:flex-end;
	justify-content:space-between;
	padding:5px 0;
	width:100%;
}
.header-nav12 .fa-square-twitter{
	font-size:24px;
}
.header-nav22{
	height:40px;
	display:flex;	
	align-items:center;
	justify-content:space-between;
	padding:5px 0;
	width:100%;
}
.header-nav22-list3{
	position: relative;
}
.g-menu-link{
	display: block;
	padding: 20px;
	box-sizing: border-box;
}
.header-nav12 li{
	padding:5px;
	font-size:10px;
	font-weight:normal;
	transition:all 0.5s;
}
.header-nav22 li{
	transition:all 0.5s;
}
.header-nav22 h3{
	font-size:19px;
	font-weight:normal;
}
.header-nav22 p{
	margin:3px 0;
	font-size:10px;
	font-weight:normal;
}
#header-wrapper2 img:hover,.header-nav12 li:hover,.header-nav22 li:hover{
	opacity:0.5;
}
.business-nav{
	position: absolute;
	top: 100%;
	left:0;
	width: 200%;
	background-color:rgba(0, 0, 0, 0.7);
	padding:20px;
	opacity:0;
	transition:all 0.4s;
	box-sizing: border-box;
	opacity: 0;
  pointer-events: none;
}
.business-nav a{
	color:white;
}
.header-nav22-list3:hover .business-nav {
  opacity: 1;
  pointer-events: auto;
  transition: .5s;
}
#top-wrapper{
	position: absolute;
	top: 0;
	height:100%;
	width: 100%;
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:flex-end;
	z-index: 10;
}
#top-wrapper .top-div1{
	margin-right:70px;
	color:white;
}
#top-wrapper .top-div1 h1{
	font-size:40px;
	font-weight:normal;
	text-align:right;
	letter-spacing:0.1em;
}
#top-wrapper .top-div1 p{
	text-align:right;
	font-size:14px;
}
#top-wrapper .top-div2{
	display:flex;
	position:absolute;
	bottom:0;
	right:0;
	max-width:600px;
	background-color:black;
}
#top-wrapper .top-div2 h3{
	font-weight:normal;	
	font-size:14px;
	padding:20px 20px 20px 30px;
	color:white;
}
#top-wrapper .top-div2 p{
	padding:20px;
	font-size:14px;
	transition:all 0.5s;
}
#top-wrapper .top-div2 a{
	color:white;
}
.text-class{
	text-align:center;
	margin:auto;
	margin-top:120px;
}
.text-class p{
	margin:10px 0;
}
.text-class h1{
	font-size:40px;
	font-weight:normal;
}
.textimg-class1{
	display:flex;
	justify-content: center;
	align-items:center;
	margin-bottom: 200px;
}
.textimg-class1 p{
	height:390px;
	width:550px;
	padding:0;
	font-size:18px;
	margin:0;
}
.textimg-class1 img{
	width:550px;
	height:550px;
	margin:0;
}
#business-wrapper{
	width: 100%;
	margin: 0 auto;
	height:auto;
	display:flex;
}
#business-wrapper .sentence{
	text-align:left;
	color:white;
	width:40%;
	display: flex;
  flex-direction:column ;
  justify-content: center;
	padding:70px;
	background-color:black;
}
#business-wrapper .sentence h2{
	font-weight:normal;
	font-size:34px;
	margin-bottom:20px;
}
#business-wrapper .sentence .p1{
	font-size:12px;
	padding-bottom:20px;
	border-bottom:1px solid white;
	display:block;
	width: 50px;
}
#business-wrapper .sentence .p2{
	font-size:14px;
	margin:20px 0 40px 0;
}
#business-wrapper .sentence .p3{
	font-size:18px;
	text-align:center;
	padding:0 10px 30px 10px;
	border-bottom:1px solid white;
	display:inline-block;
	width:20%;
	cursor:pointer;
	letter-spacing:0.2em;
}
#business-wrapper .sentence a{
	color:white;
}
#business-wrapper .big-image{
	color:white;
	width:60%;
}
.business-anker-top{
	width: 100%;
	height:350px;
	overflow: hidden;
  position: relative;
  display:flex;
  align-items: flex-end;
  color: white;
}
.business-anker{
	height: 350px;
	width: 50%;
	overflow: hidden;
  position: relative;
  display:flex;
  align-items: flex-end;
  color: white;
}
.business-anker-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .4s ease;
	object-fit: cover;
	z-index: -1;
}
.business-anker-top:hover .business-anker-img,.business-anker:hover .business-anker-img{
	transform: scale(1.3);
}
.min-image{
	display: flex;
}
.business-sentence{
	display: flex;
	flex-direction:column;
	padding-left: 2em;
	padding-bottom:2em;
}
.business-sentence h2{
	font-size:30px;
}
.business-sentence .display-h2{
	position: relative;
	top: 15px;
}
.business-sentence .hover-h2{
	position: relative;
	top: 40px;
	transition: all 0.5s;
}
.business-sentence p{
	font-size: 12px;
}
.none-fadein{
	opacity: 0;
	transition: all 0.5s;
}
#works-wrapper{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	box-sizing:border-box;
}
.works-sentence{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	margin:150px auto 0 auto;
}
.works-sentence h2{
	font-weight:normal;
	font-size:34px;
	margin-bottom:20px;
}
.works-sentence .p4{
	font-size:12px;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid black;
	display:inline-block;
}
.works-sentence .p5{
	font-size:12px;
}
.img-contents{
	max-width:1100px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px 0;
}
.img-contents .pin-h3{
	text-align:right;
	font-weight:normal;
	padding:5px 0;
	font-size:36px;
	color:black;
}
.photos{
	margin-bottom:10px;
	background-size:cover;
}
.place-one{
	width:540px;
	height:400px;
	
	background-size:cover;
	background-color:black;
}
.place-two{
	width:540px;
	height:620px;
	
	background-size:cover;
	background-color:black;
}
.place-three{
	width:540px;
	height:620px;
	
	background-size:cover;
	background-color:black;
}
.place-four{
	width:540px;
	height:750px;
	
	background-size:cover;
	background-color:black;
}
.place-five{
	width:540px;
	height:450px;
	
	background-size:cover;
	background-color:black;
}
.place-six{
	width:540px;
	height:400px;
	
	background-size:cover;
	background-color:black;
}
.img-contents .photos{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding-bottom:20px;
	padding-left:20px;
	box-sizing:border-box;

}
.img-contents .contents-one a,.img-contents .contents-two a{
	color:white;
	transition:all 0.3s;
}
.img-contents .place-div{
	display:flex;
}
.img-contents .place-div h3{
	font-weight:normal;
}
.img-contents .place-div p{
	padding:5px 10px;
	background-color:rgba(0, 0, 0, 0.9);
	font-size:12px;
	margin-right:3px;
	margin-bottom: 3px;
}
.photos .pp{
	padding:5px 10px;
	width:75px;
	background-color:rgba(0, 0, 0, 0.9);
	font-size:12px;
	margin-right:3px;
	margin-bottom:3px;
}
.photos h3{
	font-weight:normal;
}
.img-contents .place-div .place-div-top{
	background-color:#009966;
}
.contents-one a:hover,.contents-two a:hover{
	opacity:0.5;
}
.hip-p-anker{
	text-align: center;
	display: block;
	width: 200px;
	margin: auto;
}
.hip-p{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
	padding:30px 20px;
	border-bottom:1px solid black;
	margin:0 auto;
	color:black;
}
#company-wrapper{
	background-color:black;
	
	background-repeat:no-repeat;
	background-size:cover;
	margin:180px 0;
	padding: 220px 0;
	position: relative;
	z-index:-1;
}
#company-wrapper .p5{
	padding-bottom: 30px;
	display:inline-block;
	border-bottom:1px solid white;
	color:white;
}
#company-wrapper h2{
	color: white;
	font-weight:normal;
	font-size:32px;
	margin-bottom:0px;
}
.company-contents{
	max-width:1300px;
	width:90%;
	margin:auto;
}
.message-area{
	max-width:1300px;
	width: 100%;
	margin:40px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	z-index:1000;
	position:relative;
	box-sizing:border-box;
}
.message-area a{
	width:30%;
	height:360px;
	display:block;
}
.message-area .box-text{
	background-color:white;
	text-align:left;
	width:100%;
	height:100%;
	padding:40px 30px;
	color:black;
}
.message-area .box-text h3{
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
}
.message-area .box-text .p6{
	font-size:12px;
	padding-bottom:30px;
	border-bottom:1px solid black;
	display:inline-block;
}
.message-area .box-text .p7{
	margin-top:20px;
	font-size:14px;
	margin-bottom:30px;
}
.message-area .box-text .more-p{
	display:inline-block;
	position:absolute;
	bottom:25px;
	right: 25px;
	color:rgba(0, 0, 0, 0.4);
}
.message-area .box-one{
	position: relative;
	box-sizing: border-box;
}
.message-area .box-two{
	position: relative;
	box-sizing: border-box;
}
.message-area .box-three{
	position: relative;
	box-sizing: border-box;
}
#company-wrapper::after{
	content: "";
    display: block;
    background: #181818;
    width: 100%;
    height: 350px;
    position: absolute;
    bottom: 0;
    z-index:100;
}
#recruit-wrapper{
	width: 100%;
	max-width:1100px;
	margin:300px auto;
	position: relative;
}
#recruit-wrapper .recruit-anker{
	width:90%;
	height:50%;
	display: flex;
  position: relative;
  margin:0 auto 50px auto;
  overflow: hidden;
}
.recruit-anker:hover .recruit-hover-img {
  transform: scale(1.2);
}
.recruit-hover-img{
	width: 100%;
  height: 100%;
  transition: all .4s ease;
}
.recruit{
	height:100%;
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;		
	z-index:1;
	position:absolute;
	top: 0;
	left: 0;
}
#recruit-wrapper .parent-img{
	width: 60%;
	height: 50%;
}
.media{
	height:100%;
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:1;
	position: absolute;
	top: 0;
	left: 0;
}
.child-img{
	height:350px;
	width:60%;
	position:absolute;
	right:-120px;
	top:-150px;
	z-index: 100;
}
#contact-wrapper{
	display:flex;
	height:auto;
	background-color:black;
}
#contact-wrapper .contact-sentence{
	max-width:500px;
	margin:auto 0 auto auto;
	width:40%;
	text-align:left;
}
.contact-sentence h2{
	font-weight:normal;
	font-size:32px;
	margin-bottom:20px;
	color:white;
}
.contact-sentence .p8{
	padding-bottom:30px;
	border-bottom:1px solid white;
	margin-bottom:30px;
	color:white;
	display:inline-block;
}
.contact-sentence .p9{
	color:white;
}
.contact-image{
	width:60%;
	height:100%;
}
.contact-anker{
	height: 50%;
	display:flex;
	position: relative;
	overflow: hidden;
}
.contact-hover-img{
	width: 100%;
  height: 100%;
  transition: all .4s ease;
  z-index: 10;
}
.contact-image h3{
	font-size:32px;
	font-weight:normal;
	margin-bottom:5px;
}
.contact-image .p10{
	margin-bottom:30px;
}
.contact-image .report,.contact-image .Inquirement{
	color:white;
	padding-left:100px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.contact-anker:hover .contact-hover-img {
  transform: scale(1.2);
}






.footer-margin{
	background-color:rgba(0, 0, 0, 0.9);
}
#footer-wrapper{
	width:100%;
	max-width:1300px;
	margin: 0 auto;
	display:flex;
	align-items:center;
	height:850px;
	color:white;
}
.footer-class111{
	width:60%;
	margin-left:150px;
}
.footer-class111 a,.footer-class222 a{
	color: white;
	transition:all 0.5s;
}
.footer-class111 h3{
	font-size:16px;
	font-weight:normal;
	margin: 5px 0;
	transition:all 0.5s;
}
.footer-class111 p{
	font-size:12px;
	margin:5px 0;
	transition:all 0.5s;
}
.footer-parent{
	display:flex;
	width:850px;
	margin:0;
}
.footer-child{
	text-align:left;
	padding-bottom:150px;
	width:220px;
	margin-right: 50px;
}
.footer-class222{
	margin:0;
	width:40%;
}
.footer-class222 p{
	font-size:11px;
}
.footer-class222  .fa-square-twitter{
	font-size:40px;
	margin:10px 0 20px 0;
}
.footer-class222 .footer-img1{
	width:65px;
	height:70px;
	margin:10px 0;
	transition:all 0.5s;
}
.footer-div{
	margin:20px 0;
}
.footer-div p{
	margin-bottom: 5px;
	transition:all 0.5s;
}
.footer-class222 .footer-img2{
	width:250px;
	height:100px;
	transition:all 0.5s;
}
.footer-class222 button{
	width:250px;
	height:80px;
	background-color:#2E2E2E;
	color:white;
	border:none;
	margin:10px 0;
	display:block;
	cursor:pointer;
	transition:all 0.5s;
}
.button-css{
	display:flex;
	align-items: center;
	justify-content: center;
}
.button-css p{
	font-size:12px;
}
.button-css h3{
	width: 80%;
	font-size:26px;
}
small{
	display:flex;
	align-items: center;
	justify-content: space-around;
	height:80px;
	background-color:black;
	color: white;
}
.small-div01 .right-anker{
	margin-right: 5px;
	transition: all 0.5s;
	font-size: 14px;
}
.small-div01 .left-anker{
	margin-left: 5px;
	transition: all 0.5s;
	font-size: 14px;
}
.small-div01 a{
	color: white;
}
.small-div01 .right-anker:hover,.small-div01 .left-anker:hover{
	opacity: 0.5;
}






@media screen and (max-width: 1200px){
	.outer{
	  width: 100vw;
	  height: 100vh;
	  box-sizing:border-box;
  }
  .slide img{
	  display:block;
	  width: 100%;
	  height: 100vh;
	  overflow:hidden;
	}
	#humberger,#humberger02{
		display: none;
	}
	#humbrger{
	  display: none;
  }
  .cross{
  	display: none;
  }
	#header-wrapper2 .header-img2{
		margin-left:50px;
	}
	#header-wrapper2 .header-list2{
		margin-right:50px;
		padding:10px 20px;
		box-sizing: border-box;
	}
	#top-wrapper .top-div1 h1{
		font-size:35px;
	}
	#second-wrapper{
		width:100%;
		max-width:1100px;
		margin: 0 auto;
	}
	.textimg-class1{

	}
	.text-class{
		width: 90%;
	}
	.text-class h1{
		font-size:36px;
	}
	.textimg-class1 p {
    height:auto;
    width:48%;
    padding: 0;
    font-size: 14px;
    margin: 0;
  }
	.textimg-class1 img {
    width: 48%;
    height:auto;
    padding: 80px 0;
    margin: 0;
  }
	#business-wrapper{
		height:auto;
		display: flex;
		flex-direction:column;
	}
	#business-wrapper .sentence{
		width: 100%;
		height: 60vh;
	}
	#business-wrapper .big-image{
		width:100%;
	}
	.min-image{
		display: flex;
	}
	.works-sentence{
		width:95%;
	}
  .img-contents{
		display:flex;
		justify-content:space-around;
		box-sizing:border-box;
	}
	.img-contents .contents-one, .img-contents .contents-two{
		width: 48%;
	}
	.place-one {
    width:100%;
    height: 300px;
  }
  .place-two{
  	width: 100%;
  	height:590px;
  }
  .place-three{
  	width: 100%;
  	height:590px;
  }
  .place-four{
  	width: 100%;
  	height:720px;
  }
  .place-five{
  	width: 100%;
  	height:420px;
  }
  .place-six{
  	width: 100%;
  	height:370px;
  }
  #recruit-wrapper .recruit-anker{
  	width: 75%;
  }
  #recruit-wrapper .parent-img{
  	height:30%;
  	margin: auto;
  }
  .child-img {
    height: 200px;
    width: 45%;
    position: absolute;
    right: 40px;
    top: -130px;
  }


  #contact-wrapper{
  	height: 950px;
  }
	#contact-wrapper .contact-sentence{
		width:45%;
		margin-left: 2em;
	}
	#contact-wrapper .contact-sentence h2{
		font-size: 26px;
	}
	#contact-wrapper .contact-sentence p{
		font-size:14px;
	}
	#contact-wrapper .report,#contact-wrapper .Inquirement{
		padding:2em;
	}
	.contact-anker img{ 
		object-fit: cover;
		object-position: center;
		transform: scale(1.1);
	}
	#footer-wrapper{
		height:auto;
		padding: 80px 0;
		display:flex;
		align-items:flex-start;
	}
	.footer-class111{
		margin-left:0;
	}
	.footer-parent{
		display:flex;
		flex-direction:column;
		width:auto;
	}
	.footer-child {
    text-align: left;
    padding-bottom:30px;
    width: 220px;
    margin-left:50px;
  }
  .footer-child h3{
  	font-size:18px ;
  }
  .footer-child p{
  	font-size:14px;
  }


}
@media screen and (max-width: 768px){
	.business-nav,#header-wrapper .header-list,#header-wrapper2 .header-list2{
		display:none;
	}
	.outer{
	　width:100%;
	　height:100vh;
	　box-sizing:border-box;
　}
	.slide img{
	  display:block;
	  width: 100%;
	  height: 100vh;
	  overflow:hidden;
	}
	#humberger01,#humberger02{
		margin-right: 40px;
		position: relative;
		bottom:15px;
    height:80px;
    width:50px;
    display:inline-block;
    box-sizing:border-box;
    text-align: right;
  }
  #humberger01 div {
    position: absolute;
    left: 0;
    height:2px;
    width:100%;
    border-radius: 2px;
    display: inline-block;
    box-sizing:border-box;
    background-color:white;
  }
  #humberger02 div {
    position: absolute;
    left: 0;
    height:2px;
    width:100%;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    background-color:black;
  }
  #humberger01 div:nth-of-type(1),#humberger02 div:nth-of-type(1)  {
    bottom: 32px;
  }
  #humberger01 div:nth-of-type(2),#humberger02 div:nth-of-type(2)  {
    bottom: 22px;
  }
  #humberger01 div:nth-of-type(3),#humberger02 div:nth-of-type(3)  {
    bottom: 10px;
  }
  .cross-parent{
  	position: absolute;
  	top: 20px;
  	right: 50px;
  }
  .cross {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 1px;
    background: white;
    transform: rotate(155deg);
    vertical-align: middle;
  }
  .cross::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transform: rotate(50deg);
  }
	#humbrger{
		padding: 100px 30px;
	  display: flex;
	  flex-direction:column;
	  height:100vh;
	  width: 100vw;
	  background-color:black;
	  position:fixed;
	  top: 0;
	  right: 0;
	  z-index: 10000;
	  box-sizing:border-box;
	  transform: translateX(1000px);
	  transition: all .5s;
  }
  #humbrger.open {
    transform: translateX(0); /* right0まで-700px移動 */
    height:100vh;
	  width:100vw;
  }
  #humbrger.open-2 {
    transform: translateX(0); /* right0まで-700px移動 */
    height:100vh;
	  width:40vw;
  }
  .humbrger-list1{
  	margin: auto;
  	width: 90%;
  	padding-bottom:40px;
  	border-bottom:1px solid dimgray;
  }
  .humbrger-list1 a,.humbrger-list2 a{
  	color: white;
  }
  .humbrger-list1 h2{
  	font-size:16px;
  	font-weight:normal;
  	padding-top:1em;
  }
  .humbrger-list1 p{
  	font-size:12px;
  }
  .humbrger-list1 li,.humbrger-list2 li{
  	font-size:12px;
  }
  .humbrger-list2{
  	margin: auto;
  	padding-top:20px;
  	width:90%;
  }
  .humbrger-list2 img{
  	width: 100%;
  	height: auto;
  	margin: auto;
  	padding-bottom:20px;
  }
  .humbrger-list2 ul{
  	display: flex;
  	justify-content:space-between;
  	align-items:center;
  }
  .humbrger-list2 .fa-square-twitter{
  	font-size:20px;
  }
	#header-wrapper,#header-wrapper2{
		height: 80px;
		box-sizing:border-box;
	}
	#header-wrapper img,#header-wrapper2 img{
		height:100%;
		padding: 0;
		width: 100%;
	}
	#header-wrapper .header-img,#header-wrapper2 .header-img2{
		margin-left:40px;
		padding-top:10px;
		height: 80%;
	}
	#header-wrapper .header-img a,#header-wrapper2 .header-img2 a{
		display: block;
		height: 100%;
	}
	.text-class{
		width: 55%;
	}
  .text-class h1{
  	font-size:32px;
  	width: 80%;
  	margin: auto;
  }
  .textimg-class1{
  	display: flex;
  	flex-direction:column;
  }
  .textimg-class1 p{
  	margin:30px auto 0 auto;
  	width: 55%;
  	letter-spacing: 0.2em;
  }
  .textimg-class1 br{
  	display: none;
  }
  .textimg-class1 img {
    width: 55%;
    height: auto;
    padding:50px 0;
    margin: 0;
  }
  #business-wrapper .sentence {
    text-align: left;
    color: white;
    width: 100%;
    padding:80px 30px;
    box-sizing:border-box;
    height: 50vh;
  }
  .business-anker-top{
  	height: 300px;
  }
  .business-anker{
  	width: 100%;
  	height: 300px;
  }
  .business-sentence{
  	width: 100%;
  }
  .business-sentence .display-h2{
  	width: 75%;
  }
  #business-wrapper .min-image h3,#business-wrapper .min-image h2{
  	font-size: 24px;
  }
  #business-wrapper .image-normal{
  	display:flex;
  	flex-direction:column;
  }
  .message-area{
		display:flex;
		flex-direction:column;
	}
	.message-area a{
		width: 100%;
		height: 290px;
		margin-bottom: 5px;
	}
	#company-wrapper{
		padding:50px 0;
		height: auto;
		margin: 180px 0 0 0;
	}
	.message-area .box-text{
		width: 100%;
	}
	.message-area .box-one,.message-area .box-two,.message-area .box-three{
		box-sizing:border-box;
	}
	#recruit-wrapper{
		margin-bottom: 150px;
	}
	.recruit img{
		height: 50%;
		width: 80%;
	}
	.child-img{
		width: 55%;
	}
	.media img{
		height: 40%;
	}
	#contact-wrapper{
		display:inline-block;
		width: 100%;
		height:1200px;
	}
	#contact-wrapper .contact-sentence{
		height: 35%;
		padding:2em;
		width:100%;
		box-sizing:border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#contact-wrapper .report, #contact-wrapper .Inquirement{
		padding:2em;
	}
	.contact-sentence h2{
		margin-bottom:10px;
	}
	.contact-sentence .p8{
		display: inline-block;
		width: 50px;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.contact-sentence .p9 br{
		display: none;
	}
	.contact-image{
		width:100%;
		margin:0;
		height: 65%;
	}
	.contact-anker{
		height: 45%;
	}
	.contact-hover-img{
		object-fit: cover;
	}
	.contact-anker img{
		transform: scale(1.0);
	}
	.contact-image h3{
		font-size:20px;
	}
	.contact-image .p10{
		margin-bottom: 15px;
		font-size: 12px;
	}
	.contact-image p{
		font-size: 12px;
	}
	#footer-wrapper{
		display:inline-block;
		padding: 0;
	}
	.footer-class111{
		display:flex;
		justify-content:space-around;
		width:90%;
		margin:auto;
		padding-bottom: 50px;
		padding-top:320px;
		border-bottom:1px solid gray;
	}
	.footer-margin{
		width: 100%;
		max-width: 768px;
		margin:0 auto;
		position: relative;
	}
	
	.footer-child {
    text-align: left;
    padding-bottom: 30px;
    width:100%;
    margin: 0;
  }
  .footer-class222{
	  width:85%;
	  margin:auto;
  }
  .footer-class222 .footer-img1{
  	margin:0;
  	margin-top:50px;
  }
  .footer-class222 button {
    width: 100%;
    height: 80px;
    border: none;
    margin: 10px 0;
  }
  .footer-class222 .footer-img2{
  	position:absolute;
  	top: 50px;
  	left: 0;
  	right:0;
  	width: 80%;
  	margin:  0 auto;
  	height:auto;
  }
  .button-css h3{
  	display:inline-block;
  	width: auto;
  }
  small{
  	font-size:12px;
  	display: flex;
  	flex-direction:column;
  	padding: 30px 0;
  	height: 120px;
  }
}

@media screen and (max-width: 540px){
	.business-nav,#header-wrapper .header-list,#header-wrapper2 .header-list2{
		display:none;
	}
	.outer{
	　width:100%;
	　height:100vh;
	　box-sizing:border-box;
　}
	#top-img .slide img{
	  display:block;
	  width: 140%;
	  height: 100vh;
	  overflow:hidden;
	  object-fit: cover;
	  object-position: 45%;
  }
	#humberger01,#humberger02{
		margin-right: 40px;
		position: relative;
		bottom:15px;
    height:80px;
    width:50px;
    display:inline-block;
    box-sizing:border-box;
    text-align: right;
  }
  #humberger01 div {
    position: absolute;
    left: 0;
    height:2px;
    width:100%;
    border-radius: 2px;
    display: inline-block;
    box-sizing:border-box;
    background-color:white;
  }
  #humberger02 div {
    position: absolute;
    left: 0;
    height:2px;
    width:100%;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    background-color:black;
  }
  #humberger01 div:nth-of-type(1),#humberger02 div:nth-of-type(1)  {
    bottom: 32px;
  }
  #humberger01 div:nth-of-type(2),#humberger02 div:nth-of-type(2)  {
    bottom: 22px;
  }
  #humberger01 div:nth-of-type(3),#humberger02 div:nth-of-type(3)  {
    bottom: 10px;
  }
  .cross-parent{
  	position: absolute;
  	top: 20px;
  	right: 50px;
  }
  .cross {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 1px;
    background: white;
    transform: rotate(155deg);
    vertical-align: middle;
  }
  .cross::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transform: rotate(50deg);
  }
	#humbrger{
		padding: 100px 30px;
	  display: flex;
	  flex-direction:column;
	  height:100vh;
	  width: 100vw;
	  background-color:black;
	  position:fixed;
	  top: 0;
	  right: 0;
	  z-index: 10000;
	  box-sizing:border-box;
	  transform: translateX(1000px);
	  transition: all .5s;
  }
  #humbrger.open {
    transform: translateX(0); /* right0まで-700px移動 */
    height:100vh;
	  width:100vw;
  }
  #humbrger.open-2 {
    transform: translateX(0); /* right0まで-700px移動 */
    height:100vh;
	  width:40vw;
  }
  .humbrger-list1{
  	margin: auto;
  	width: 90%;
  	padding-bottom:40px;
  	border-bottom:1px solid dimgray;
  }
  .humbrger-list1 a,.humbrger-list2 a{
  	color: white;
  }
  .humbrger-list1 h2{
  	font-size:16px;
  	font-weight:normal;
  	padding-top:1em;
  }
  .humbrger-list1 p{
  	font-size:12px;
  }
  .humbrger-list1 li,.humbrger-list2 li{
  	font-size:12px;
  }
  .humbrger-list2{
  	margin: auto;
  	padding-top:20px;
  	width:90%;
  }
  .humbrger-list2 img{
  	width: 100%;
  	height: auto;
  	margin: auto;
  	padding-bottom:20px;
  }
  .humbrger-list2 ul{
  	display: flex;
  	justify-content:space-between;
  	align-items:center;
  }
  .humbrger-list2 .fa-square-twitter{
  	font-size:20px;
  }
	#header-wrapper,#header-wrapper2{
		height: 80px;
		box-sizing:border-box;
	}
	#header-wrapper img,#header-wrapper2 img{
		height:100%;
		padding: 0;
		width: 100%;
	}
	#header-wrapper .header-img,#header-wrapper2 .header-img2{
		margin-left:40px;
		padding-top:10px;
		height: 80%;
	}
	#header-wrapper .header-img a,#header-wrapper2 .header-img2 a{
		display: block;
		height: 100%;
	}
	#top-wrapper .top-div1 {
    margin:auto ;
    color: white;
    width:90%;
  }
  #top-wrapper .top-div1 h1{
	  font-size:30px;
	  text-align:center;
  }
  #top-wrapper .top-div1 p{
	  font-size:10px;
	  text-align:center;
  }
  #top-wrapper .top-div2{
  	width: 100%;
  }
  #top-wrapper .top-div2 h3,#top-wrapper .top-div2 p{
  	padding: 10px;
  }
  #top-wrapper .top-div2 p {
  	font-size: 12px;
  }
  .text-class h1{
  	font-size:22px;
  	width: 80%;
  	margin: auto;
  }
  .textimg-class1{
  	display: flex;
  	flex-direction:column;
  }
  .textimg-class1 p{
  	margin-top:30px;
  	width: 85%;
  	letter-spacing:5px;
  }
  .textimg-class1 img {
    width: 85%;
    height: auto;
    padding:50px 0;
    margin: 0;
  }
  #business-wrapper .sentence {
    text-align: left;
    color: white;
    width: 100%;
    padding:80px 30px;
    box-sizing:border-box;
  }
  .min-image{
  	display: flex;
  	flex-direction: column;
  }
  .business-anker-top{
  	height: 250px;
  }
  .business-anker{
  	width: 100%;
  	height: 250px;
  }
  .business-sentence{
  	width: 100%;
  }
  .business-sentence .display-h2{
  	width: 75%;
  }
  #business-wrapper .min-image h3,#business-wrapper .min-image h2{
  	font-size: 24px;
  }
  #business-wrapper .image-normal{
  	display:flex;
  	flex-direction:column;
  }
  .two,.three,.four,.five{
  	width: 100%;
  }
  .works-sentence{
  	margin-top:60px;
  }
  .works-sentence h2{
  	font-size:26px;
  }
  .img-contents{
  	display: flex;
  	flex-direction:column;
  }
  .img-contents .contents-one, .img-contents .contents-two{
  	width:90%;
  	margin: auto;
  }
  .img-contents .place-div p,.pp{
  	font-size: 10px;
  }
  .textimg-class1 br{
  	display:none;
  }
	.message-area{
		display:flex;
		flex-direction:column;
	}
	.message-area a{
		width: 100%;
		height: 300px;
	}
	#company-wrapper{
		padding:50px 0;
		height: auto;
		margin: 180px 0 0 0;
	}
	.message-area .box-text{
		width: 100%;
		height: auto;
	}
	.message-area .box-one,.message-area .box-two,.message-area .box-three{
		margin:20px 0;
		box-sizing:border-box;
	}
	#recruit-wrapper{
		margin:150px auto;
	}
	#recruit-wrapper .recruit-anker{
		width: 90%;
		height: 200px;
	}
	.recruit-hover-img{
		object-fit: cover;
	}
	.child-img {
    height: 160px;
    width: 55%;
    position: absolute;
    right:10px;
    top: -80px;
  }
	#contact-wrapper{
		display:inline-block;
		width: 100%;
		height: 900px;
	}
	#contact-wrapper .contact-sentence{
		height: 25%;
		margin: 0 ;
		padding:2em;
		width:100%;
		box-sizing:border-box;
	}
	#contact-wrapper .report, #contact-wrapper .Inquirement{
		padding:2em;
	}
	.contact-sentence h2{
		margin-bottom:10px;
	}
	.contact-sentence .p8{
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.contact-image{
		width:100%;
		margin:0;
		height: 75%;
	}
	.contact-anker{
		height: 45%;
	}
	.contact-hover-img{
		object-fit: cover;
	}
	.contact-anker img{
		transform: scale(1.0);
	}
	.contact-image h3{
		font-size:20px;
	}
	.contact-image .p10{
		margin-bottom: 15px;
		font-size: 12px;
	}
	.contact-image p{
		font-size: 12px;
	}
	#footer-wrapper{
		display:inline-block;
		padding: 0;
	}
	.footer-class111{
		display:flex;
		justify-content:space-around;
		width:90%;
		margin:auto;
		padding-bottom: 50px;
		padding-top:260px;
		border-bottom:1px solid gray;
	}
	.footer-margin{
		width: 100%;
		max-width: 768px;
		margin:0 auto;
		position: relative;
	}
	
	.footer-child {
    text-align: left;
    padding-bottom: 30px;
    width:100%;
    margin: 0;
  }
  .footer-class222{
	  width:85%;
	  margin:auto;
  }
  .footer-class222 .footer-img1{
  	margin:0;
  	margin-top:50px;
  }
  .footer-class222 button {
    width: 100%;
    height: 80px;
    border: none;
    margin: 10px 0;
  }
  .footer-class222 .footer-img2{
  	position:absolute;
  	top: 50px;
  	left: 0;
  	right:0;
  	width: 80%;
  	margin:  0 auto;
  	height:auto;
  }
  .button-css h3{
  	display:inline-block;
  	width: auto;
  }
  small{
  	font-size:12px;
  	display: flex;
  	flex-direction:column;
  	padding: 30px 0;
  }
}



