@charset "UTF-8";
body{
	font-size: 80%;
	overflow-x: hidden;
}

header,
#top-head-inner{
	height: 80px;
}
#head-logo{
	min-width: auto;
	width: 70%;
}

#top_img{
	padding-top: 90px;
	padding-right: 5%;
}
#top_img figure{
	height: calc(50vh - 100px);
}
#top_img dl{
	position: relative;
	left: 0;
	top: 0;
	padding: 20px;
}
#top_img dl::before{
	width: 100px;
	height: 100px;
	border: 40px solid #fde800;

	right: -80px;
	top: -80px;
}
#top_img dt{
	font-size: 3em;
}

#service article .fl_box > li{
    width: 100%;
	padding: 30px;
	margin-bottom: 30px;
  }
  #service article .fl_box > li:not(:nth-of-type(3)){
    margin-right: 0;
  }
  #service article img{
	  max-width: 100px;
  }

  .swiper-wrapper{
    padding: 0 5% ;
    padding-bottom: 100px ;
  }
  .swiper-slide{
    width: 95% !important;
  }

  #work dl{
	padding: 30px ;
	width: 80%;
	}

	#company section.fl_box{
		padding: 30px;
	}
	#company th,#company td{
		display: block;
	}
	#company th{
		padding:20px 0 0 0;
		width: 100%;
	}
	#company td{
		padding: 5px 0 20px 0;
	}

	#company td ul.fl_box{
		flex-direction: column;
		justify-content: flex-start;
	  }
	#company td ul.fl_box > li{
		width: auto;
	}
	#company td ul.fl_box > li:first-of-type{
		margin-bottom: 15px;
	}

	#contact a{
		padding: 60px 30px;
	}
	#contact a span,
	#contact a small{
		display: block;
		position: relative;
		z-index: 3;
	}
	#contact a::before,
	#contact a::after{
		opacity: 0.5;
		z-index: 1;
	}
	#contact a::before{
		right: 80px;
	}
	#contact a::after{
		right: 30px;
	}
	#contact a:hover::before{
		right: 60px;
	}
	#contact a:hover::after{
		transform: translateY(-50%) translateX(10px);
	}

	#contact_form button{
		width: 100%;
	}

	footer{
		display: flex;
		flex-direction: column-reverse;
	}
	footer a{
		float: none;
		margin-bottom: 1em;
	}

	