@charset "utf-8";

body{
		font-family: "Hiragino Sans", "Meiryo","Yu Gothic medium";
		margin: 0 auto;
		padding-top: 0px;
		width: 100%;
		height: auto;
		overflow-x: hidden;
}

.corporate_top::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 225, 255, 0.2) 100%), url( "../img/hp_top_esc16.jpeg");
	background-size:cover;
}

.box1{
	width: 225px;
	height:100px;
	margin: 8px;
}
.box1:hover{
    border-radius: 0.75em;
    background-color: rgba(2,155,72,1.00);
}

@media  (max-width: 799px) {	
	
	.box1{
	width:200px;
	height: 95px;
	}
	
.corporate_top::before{
		background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 225, 255, 0.2) 100%), url( "../img/hp_top_esc16_mobile.jpg");
	}

}

/* CSS Document */

