@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;
  		background-attachment: fixed;
		background-position: center center; 
		background-size: cover;
		background-color: #464646;
}



.mein_visual_photo{
	z-index: 10;
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin:0;
	text-align: center;
}

.corporate_top{
	width: 100%;
	height: auto;
	display: block;
}

.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(0, 160, 120, 0.5) 0%, rgba(0, 225, 150, 0.2) 100%), url( "../img/hp_g_img_s.jpg");
	background-size:cover;
}

.box{
	width: 840px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}


.box1 p{
	width: 280px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: 0;
	font-size: 18px;
	color: #FFF;
	line-height: 1.1;
}

.box1 a{
	color: white;
	text-decoration-line:none;
}

.box1 a:hover{
	color: red;
	
}

.title2{
	font-size: 20px;
	border-color:white;
	border-width:1px;/*5ピクセルの太さにする*/
	border-bottom: dotted;
	padding: 1px;
	line-height: 1.7;
}

.text{
	font-size: 14px;
	font-weight: lighter;
}

.box2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition:  1s;
}

.box2.is-show {
  opacity: .5;
  visibility: visible;
  transform: translateY(0px);
}

.box1{
	position: relative;
	width: 400px;
	height:215px;
	background-color: rgba(46,139,87,0.8);
	transition-duration: .6s;
	margin: 10px;
	display: flex;
}

.box1:hover{
    border-radius: 0.75em;
    background-color: rgba(0,193,112,1.00);
}

.box2{
	width: 400px;
	height:250px;
	margin: 10px;
	opacity: .5;
}

.white{
	width: 100vw;
	height: auto;
	background-color: white;
	overflow: hidden;
}