@charset "utf-8";
@media screen and (max-width:1024px) {
	.pc{
		display: block;
	}
.sp{
		display:none;
	}
	nav{
		margin: 0;
	}
	.logo img{
		width: 100px;
		height: 100px;
	}
	.companyName{
		font-size: 140%;
	}
}
@media screen and (max-width:768px){
	.pc{
		display: block;
	}
.sp{
		display:none;
	}
	nav ul li a{
		font-size: 78%;
	}
	.logo img{
		width: 80px;
		height: 80px;
	}
	.companyName{
		font-size: 110%;
	}
	.footerlogo{
		margin-left: 10px;
	}
	.footerlogo img{
		width: 80px;
		height: 80px;
	}
	.footername{
		font-size: 20px;
		left: 100px;
	}
	.footernav div:not(:last-child) {
		margin-right: 20px;
	}
	.footernav div:last-child{
		margin-right: 20px;
	}
	.copy{
		margin-right: 20px;
	}
}
@media screen and (max-width:599px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.sp_br{
		display: block;
	}
	.businessContent{
		 flex-direction: column;
	}
	.company{
		width: 50%;
		height: 50px;
		font-size: 20px;
        line-height: 52px;
	}
	.footerlogo img{
		width: 50px;
		height: 50px;
	}
	.footername{
		font-size: 10px;
		left: 70px;
	}
	.footernav{
		font-size:10px;
	}
	.copy{
		font-size: 10px;
	}
 .drawer {
  position:fixed;
  top:0;
  left:0;
  width: 300px;
  background: #fff;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:9999;
}
  .drbtn {
  position: fixed;
  top:16px;
  right: -55px;
  width: 50px;
  height: 50px;
  -webkit-transition:ease .5s;
  transition:ease .5s;
  cursor:pointer;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  font-size: 10px;
  padding-bottom: 2px;
  z-index: 10000;
}
.hambarg {
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.hambarg:nth-child(1) {
    top: 20%;
    left: 50%;
}
.hambarg:nth-child(2) {
    top: 40%;
    left: 50%;
}
.hambarg:nth-child(3) {
    top: 60%;
    left: 50%;
}
.drawer.action {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
	width: 50%;
	height: 100%;
	text-align: center;
	font-size: 20px;
}
.drawer.action ul{
		margin-top: 50px;
	}
.drbtn.action {
  right: 0;
}
.drbtn.action .hambarg:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
  }
.drbtn.action .hambarg:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
  }
.drbtn.action .hambarg:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
  }
	.sp_logo{
	    display: flex;
		justify-content: flex-end;
		margin: 10px;
	}
	.companyName{
		margin-left: 15px;
		line-height: 3.5;
	}
	.logo img{
		width: 60px;
		height: 60px;
	}
	table{
		width: 90%;
	}
}