@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.btn-gradient-3d-orange {
  margin-top: 20px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #87cefa 0%, #87cefa 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #87cefa;
}

.btn-gradient-3d-orange:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

#menu {
	z-index: 1000000;
	width: 100%;
	position: fixed;
	display: none; /*最初は非表示に設定*/
	right: 0;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	background: rgba(255, 255, 255, 0.5);
}

#menu img {
	height: 50px;
	float: left;
	padding: 20px 0;
	margin-left: 20px;
}

.menu_pc ul {
	float: right;
	margin-right: 30px;
}

.menu_pc li {
	float: left;
	width: 100px;
	margin-top: 30px;
	list-style: none;
}

.menu_mobail {
	display: none;
}

.nav_contents {
	display: none;
}

.header_img {
	background-image: url(../img/header_img.jpg);
	background-size: cover;
	width: 100%;
	height: 100vh;
	color: black;
}

.header_img_text {
	width: 400px;
	padding: 20% 0 0 60%;
}

.text01 {
	color: red;
}

.information {
	width: 100%;
	background-color: white;
}

.information_text {
	width: 90%;
	padding: 40px 0 100px 0;
	margin: 0 auto;
}

.information_text h2 {
	float: left;
	height: 100px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: solid 2px blue;
	color: blue;
}

.date p {
	float: left;
	font-size: 16px;
}

.type p {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(255, 0, 0, 0.5);
	font-size: 16px;
}

.news_text a {
	text-decoration: none;
	font-size: 14px;
}

video {
	width: 1800px;
	position: fixed;
	float: right;
	z-index: -100;
}

.company_profile {
	width: 400px;
	height: 700px;
	background-color: blue;
	color: white;
}

.inner {
	position: absolute;
	margin: 200px 0 0 30px
}

.inner_text_title {
	font-weight: bold;
	font-size: 20px;
}

.inner_text_title h3 {
	font-size: 25px;
}

.inner_text {
	width: 600px;
}

.campany_img_mobile {
	display: none;
}

.company_business {
	background-color: white;
	height: 700px;
	padding-bottom: 150px;
}

.business_img01 {
	position: absolute;
	margin-top: 150px;
	margin-left: 30px;
}

.business_img01 img{
	width: 300px;
	float: left;
	box-shadow: 4px 4px;
}

.business_img02 {
	position: absolute;
	margin-left: 250px;
	margin-top: 450px;
}

.business_img02 img{
	width: 500px;
	box-shadow: 4px 4px;
}

.business {
	width: 400px;
	padding: 100px 0 0 60%;
}

.business_text_title {
	font-weight: bold;
	font-size: 20px;
}

.business_text_title h3 {
	font-size: 25px;
}

.company_product {
	width: 100%;
	height: 400px;
	background-color: white;
	padding-top: 100px;
}

.product {
	width: 90%;
	margin: 0 auto;
}

.product_text_title {
	font-weight: bold;
	font-size: 20px;
}

.product_text_title {
	font-size: 25px;
}

.product_imgs {
	display: flex;
	justify-content: center;
}

.product_img {
	width: 300px;
	height: auto;
	float: left;
	margin: 20px 20px;
	border: solid 2px black;
	padding: 5px 5px;
  	transition: all 0.1s linear;
}

.product_img:hover {
  	transform: scale(1.2);
}

.product_img img {
	width: 100%;
}

.btn_products {
	width: 100%;
	background-color: white;
	padding: 100px 0 100px 0;
	text-align: center;
}

.btn_product {
	margin: 0 auto;
	padding: 20px 100px;
	font-size: 30px;
	border-radius: 10px;
	background-color: #87cefa;
}

.btn_product:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.company_point {
	width: 100%;
	height: 700px;
	background-image: url(../img/point_img.jpg);
	background-size: cover;
}

.campany_point_text {
	font-size: 20px;
	width: 450px;
	padding: 100px 0 0 60%;
}

.campany_point_text h4 {
	font-size: 25px;
	font-weight: bold;
}

.campany_point_text h3 {
	font-size: 30px;
	font-weight: bold;
}

footer {
	background-color: #808080;
	width: 100%;
	height: 100px;
	text-decoration: none;
	color: white;
	text-align: center;
}

.footers a { 
	margin: 0 20px;
	text-align: center;
}

.footers {
	padding: 20px 0;
}

@media all and (max-width: 1135px) {
	.header_img_text {
	width: 400px;
	padding: 20% 0 0 30px;
	}

	.business {
	position: relative;
	width: 400px;
	padding: 100px 0 0 35px;
	}

	.business_waku {
		padding: 10px;
		background-color: rgba(255, 255, 255, 0.5);
	}

	.campany_point_text {
		padding: 100px 0 0 30px;
	}

	.campany_point_waku {
		padding: 10px;
		background-color: rgba(255, 255, 255, 0.2);		
	}
}

@media all and (max-width: 800px) {

	video {
		display: none;
	}

	.menu_pc {
		display: none;
	}

	.menu_mobail {
		display: inline;
	}

	.nav_contents {
		display: inline;
	}

	.header_img_text {
		width: 300px;
		padding: 200px 0 0 20px;
	}

	.header_img_text img {
		width: 250px;
	}

	.information_text h2 {
		width: 100%;
		border-right: none;
	}

	.business {
		position: relative;
		width: 95%;
		padding: 20px 0 0 10px;
	}

	.business_img01 {
		margin-top: 100px;
		margin-left: 30px;
	}

	.business_img01 img{
		width: 200px;
		float: left;
		box-shadow: 4px 4px;
	}

	.business_img02 {
		position: absolute;
		margin-left: 100px;
		margin-top: 300px;
	}

	.business_img02 img{
		width: 250px;
		box-shadow: 4px 4px;
	}

	.campany_img_mobile {
		display: inline;
		width: 100%;
	}

	.campany_img_mobile img {
		width: 100%;
	}

	.company_profile {
		width: 90%;
		height: 300px;
		margin: 0 auto;
		padding: 0;
		background-color: white;
		color: black;
	}

	.inner {
		position: absolute;
		margin: 20px 0 0 0;
		width: 90%;
	}

	.inner_text {
		width: 100%;
	}

	.company_business {
		background-color: white;
		height: 500px;
		padding-bottom: 50px;
	}

	.campany_point_text {
		width: 95%;
		padding: 50px 0 0 10px;
	}

	.product_imgs {
		flex-direction: column;
	}

	.product_img {
		margin: 20px auto;
	}

	.company_product {
		padding-top: 50px;
		height: auto;
	}

	.btn_products {
		margin: 0;
		padding: 20px 0 50px 0;
		text-align: center;
	}

	.btn_product {
		padding: 20px 100px;
		font-size: 20px;
	}

	.footers a {
		margin: 0 10px;
	}
}