body,
html {
}


/*.company {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 22vw 7vw;
    background-color: rgba(255,255,255,0.5);
    color: #000;
  
}*/



/*=============
企業理念
=============*/
#company{
	width: 100%;
  height: 100vh;
  background-image: url("images/top_02.jpg");
  background-size: cover;
  background-position: center;
	position: relative;
}
#company .company_wrap{
	position: absolute;
    top: 20%;
    left: 0%;
   /* transform: translateY(-32%);
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);*/
	width: 100%;
}
#company .page_ttl{
}
#company .rinen_txt{
	text-align: center;
	background: rgba(255,255,255,0.5);
	    padding: 50px 0;
	margin-top: 60px;
}
#company .rinen_txt img{
	width: 80%;
}
#company .rinen_txt h2{
	padding-top: 5%;
}
#company .rinen_txt p{
	font-size: 1.1rem;
}
#company .about{
	padding: 10% 0 5%;
	font-size: 1.4rem;
}

.service ul{
	width: 100%;
	justify-content: space-between;
	padding: 20px;	
}
.service li{
	display: inline-block;
	width: 40%;
	margin: 10px;
	background: rgba(154,152,135,0.25);
	text-align: center;
	padding: 30px;
	vertical-align: top;
	border-radius: 5px;
}
.service h2{
	font-size: 1.8rem;
}
.service li p{
	font-size: 1.3rem;
	letter-spacing: 0.3rem;
	line-height: 2.5rem;
	text-align: left;
}
.txt p{
	font-size: 1.5rem;
	padding: 3% 0 5% 0;
}

/*=============
会社概要
=============*/
#company_info{
	padding-top: 150px;
}
.gaiyou{
	font-size: 1.2rem;
    line-height: 1.8;
	    margin-bottom: 8vw;
}
.gaiyou th{
	background: rgba(154,152,135,0.25);
	padding: 13px;
	white-space: nowrap;
	border-bottom: 1px solid #fff;
}
.gaiyou td{
	padding: 13px;
	border-bottom: 1px solid #fff;
}

.contact{
	width: 80%;
	border: solid 0.5px rgba(50,50,50,1.00);
	padding: 30px;
	font-size: 3rem;
	margin: 20px auto;
	text-align: center;
	position: relative;
}
.contact h2{
	font-size: 3rem;
	padding: 0 0 20px;
}
.contact p{
	text-align: center;
	padding: 0;
}
.contact a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.contact a:hover{
	background: #fff;
	opacity: 0.5;
}