@charset "utf-8";


/*==================================================
  Company
==================================================*/
#company{
}


.company_title{
	background: url(../images/company_img_01.jpg) no-repeat left center;
	background-size: cover;
	width: 300px;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
}


.company_title h2{
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


#company_01{
	background-color: rgba(255,255,255,1.0);
	width: 100%;
	margin: 0;
	padding: 0 300px 0 0;
	box-sizing: border-box;
}


#company_02{
	background-color: rgba(250,250,250,1.0);
	width: 100%;
	margin: 0;
	padding: 0 300px 0 0;
	box-sizing: border-box;
}


.company_inner_01{
	background: url(../images/bg_gray.png) center top;
	background-size: contain;
	width: 90%;
	margin: 0;
	padding: 5%;
	position: relative;
}

.company_inner_02{
	background: url(../images/bg_white.png) center top;
	background-size: contain;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}


.company_outline{
	width: 100%;
	margin: 0;
	padding: 5% 0;
}


.company_outline h2{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 3.0rem;
	color: #ff9900;
	margin: 0;
	padding: 0 0 20px 0;
}


.company_outline dl{
	width: 49%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


.company_outline dl dt{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #3c549b;
	margin: 0;
	float: left;
}


.company_outline dl dd{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #666666;
	margin: 0;
	border-bottom: solid 1px #eeeeee;
}


.company_outline dl dd a{
	color: #666666;
}


.company_outline dl dd a:hover{
	color: #cccccc;
}


.outline_left{
	border-top: solid 1px #eeeeee;
	float: left;
}


.outline_left dt{
	line-height: 1.7;
	padding: 20px 0;
}


.outline_left dd{
	line-height: 1.7;
	padding: 20px 0 20px 150px;
}


.outline_right{
	border-top: solid 1px #eeeeee;
	float: right;
}


.outline_right dt{
	line-height: 1.7;
	padding: 20px 0;
}


.outline_right dd{
	line-height: 1.7;
	padding: 20px 0 20px 150px;
	position: relative;
}


.outline_right dd span{
	position: absolute;
	left: 240px;
}




@media only screen and (max-width: 1600px){

	.company_outline dl dt{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.4rem;
		color: #3c549b;
		margin: 0;
		float: left;
	}


	.company_outline dl dd{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.4rem;
		color: #666666;
		margin: 0;
		border-bottom: solid 1px #eeeeee;
	}

}




@media only screen and (max-width: 1500px){

	.company_title{
		display: none;
	}


	#company_01{
		background-color: rgba(255,255,255,1.0);
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}


	#company_02{
		background-color: rgba(250,250,250,1.0);
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}


	.outline_left dd{
		line-height: 1.7;
		padding: 20px 0 20px 140px;
	}


	.outline_right dd{
		line-height: 1.7;
		padding: 20px 0 20px 140px;
		position: relative;
	}

}




@media only screen and (max-width: 1200px){

	.company_outline dl{
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.outline_left{
		border-top: solid 1px #eeeeee;
		float: none;
	}


	.outline_right{
		border-top: none;
		float: none;
	}


	.outline_left dd{
		line-height: 1.7;
		padding: 20px 0 20px 200px;
	}


	.outline_right dd{
		line-height: 1.7;
		padding: 20px 0 20px 200px;
		position: relative;
	}

}




@media only screen and (max-width: 700px){

	.outline_left dd{
		line-height: 1.7;
		padding: 20px 0 20px 110px;
	}


	.outline_right dd{
		line-height: 1.7;
		padding: 20px 0 20px 110px;
		position: relative;
	}

}




/*==================================================
  Access
==================================================*/
.company_access{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


#access_map{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


#accessmap{
	position: relative;
	padding-bottom: 100%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}


#accessmap iframe,
#accessmap object,
#accessmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
