@charset "utf-8";
/* CSS Document */

.top_img_wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top:108px;
}
.top_img {
	width: 100%;
	height: 400px;
	background: url(../img/company/top_img.jpg)  no-repeat;
	background-size: cover;
	background-position: center;
	animation-duration: 1.2s;/* アニメーション時間 */
	animation-name: zoomOutBlur;
}
 @keyframes zoomOutBlur {
 0% {
transform:  scale(1.2)rotate(0.00001deg);

 filter: blur(15px)
}
 100% {
transform: scale(1)rotate(0.00001deg);

 filter: blur(0px)
}
}
.title_wrapper {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.title_top {
	position: absolute;
	z-index: 10%;
	top: 20%;
}
.title_top img {
	width: 150px;
	height: 150px;
}
#main_contents {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}
.company_wrapper{

	max-width:650px;
	margin:50px auto 20px;
	

}
.company_wrapper tr{
	
	vertical-align: top;
	font-size: 1.2rem;
	
}
.company_wrapper th{
	 padding-right: 50px;
	text-align: left;

	width: 25%;
	
}
.company_wrapper td{
 padding-bottom:35px;

	width: 75%;
}
.award{
	width:40%;
	    margin: 10px auto 40px;
}
.award2{
	width:60%;
    margin: 10px auto 40px;
}
#history_wrapper{

	border-spacing: 0px;
}

#history_wrapper th{
		font-weight: normal;
	vertical-align: top;
	width: auto;
	white-space: nowrap;
}

#history_wrapper td{
 padding-bottom:0px;
	white-space: nowrap;
	width: auto

}


#history_wrapper2{

	border-spacing: 0px;
}

#history_wrapper2 th{
		font-weight: normal;
	vertical-align: top;
	width: auto;
	white-space: nowrap;
}

#history_wrapper2 td{
 padding-bottom:0px;
	white-space: nowrap;
	width: auto

}
/*--------------------btn----------------------*/

.btn_wrapper{
	display: flex;
	 align-items: center;
	width: 80%;
	margin:70px auto 150px;
	

}

.yajirushi{
	width: 30px;
	margin-right: 5%;
}

.btn_page{
	width: 85%;
}
.btn_page a{
	 position: relative;
	  display: inline-block;
	width: 100%;
	text-align: center;
	background: #000;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
		font-size:1.1em;
		letter-spacing: 0.3em;
	  outline: none;
	  z-index: 2;
	border: 2px solid #333;
}

.btn_page a::before,
.btn_page a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}



.btn_page a,
.btn_page a::before,
.btn_page a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
	
}

.btn_page a:hover {
  background: #FFF;
	color: #000;
}
.btn_page a::before,
.btn_page a::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #333;
}
.btn_page a::before {
  top: 0;
}
.btn_page a::after {
  bottom: 0;
}
.btn_page a:hover::before,
.btn_page a:hover::after {
  height: 0;
}




@media (max-width: 769px) {


.title_top {
	position: absolute;
	z-index: 10%;
	top: 15%;
}
.title_top img {
	width: 100px;
	height: 100px;
}

.top_img_wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top:70px;
}


.title_wrapper {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.top_img {
	width: 100%;
	height: 300px;
	background: url(../img/idea/top_img.jpg)  no-repeat;
	background-size: cover;
	background-position: center;
	animation-duration: 1.2s;/* アニメーション時間 */
	animation-name: zoomOutBlur;
}

#main_contents {
	width: 95%;
	margin: 0 auto;
	max-width: 1000px;
}
	
.company_wrapper{
width: 100%;
	max-width:650px;
	margin:30px auto 20px;
	

}	
	.company_wrapper table{
width: 100%;

	overflow: hidden;

}	
	.company_wrapper tr{
	
	vertical-align: top;
	font-size: 1rem;
	
}
.company_wrapper th{
	 padding-right: 20px;
	text-align: left;
	    display: block;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom:1px solid #000;
		width: 100%;
}
.company_wrapper td{
 padding-bottom:20px;   
	display: block;
padding-top: 5px;
	line-height: 1.5;
			width: 100%;
	
}
	
#history_wrapper{

	border-spacing: 0px;
}
#history_wrapper tr {
margin-top: 2px;
}
#history_wrapper th{
		font-weight: normal;
	vertical-align: top;
	width: auto;
	border-bottom:0px ;
	font-size: 1rem;

	padding:5px 0px 0px;
}

#history_wrapper td{
 padding:0px;
border-bottom:1px dotted #333;
	width: auto

}
#history_wrapper2{

	border-spacing: 0px;
}
#history_wrapper2 tr {
margin-top: 2px;
}
#history_wrapper2 th{
		font-weight: normal;
	vertical-align: top;
	width: auto;
	border-bottom:0px ;
	font-size: 1rem;

	padding:5px 0px 0px;
}

#history_wrapper2 td{
 padding:0px;
	width: auto

}
	
/*--------------------btn----------------------*/

.btn_wrapper{
	display: flex;
	 align-items: center;
	width:95%;
	margin:50px auto 80px;
	

}

.yajirushi{
	width: 5%;
	margin-right: 5%;
}

.btn_page{
	width: 90%;
}
.btn_page a{
	 position: relative;
	  display: inline-block;
	width: 100%;
	text-align: center;
	background: #000;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
		font-size:1em;
		letter-spacing:0.1em;
	  outline: none;
	  z-index: 2;
	border: 2px solid #333;
}

.btn_page a::before,
.btn_page a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}



.btn_page a,
.btn_page a::before,
.btn_page a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
	
}

.btn_page a:hover {
  background: #FFF;
	color: #000;
}
.btn_page a::before,
.btn_page a::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #333;
}
.btn_page a::before {
  top: 0;
}
.btn_page a::after {
  bottom: 0;
}
.btn_page a:hover::before,
.btn_page a:hover::after {
  height: 0;
}


  }
.pd20{padding-bottom: 20px}
.company_wrapper .pd20{padding-bottom: 0px}

.mb20{
	margin-bottom: 20px
}


.company_wrapper .mb20{
	margin-bottom: 0px
}




