@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/technology/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;
}
.title {
	padding: 50px 0px 30px;
}
.title h3 {
	font-size: 2.8em;
	    line-height: 1.8;
}
.text {
	font-size: 1.3em;
	text-align: justify;
	margin-bottom:120px;
}
section{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
}
.contents{
	margin:0 auto;
	width: 80%;
	max-width: 800px;
	position: relative;
	overflow: hidden;
	margin-bottom:25px;
}
.mask,.mask2,.mask3,.mask4,.mask5,.mask6,.mask7,.mask8{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.47);
	text-align: center;
	  display: flex;
  justify-content: center;
  align-items: center;
	transition:1s;
}
.caption{
	
position: absolute;
	z-index: 2;
	color: #FFF;
	 top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
	font-size: 2em;
	    text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
}
.zoom,.zoom2,.zoom3,.zoom4,.zoom5,.zoom6,.zoom7,.zoom8{
	transition:1s;
	width: 100%
}
.mask:hover, .mask2:hover,.mask3:hover, .mask4:hover,
.mask5:hover, .mask6:hover,.mask7:hover,.mask8:hover{
opacity: 0;
	transition: 1s;
}

.zoom_in{
transform: scale(1.1)rotate(0.01deg);	
	transition-duration: 4s;	
}
section p{
	font-size: 1.3em;
}
.contents_last{
	font-size: 1.2em;
	width: 80%;
	margin:0 auto;
	background:#CDCDCD;
	color: #FFF;
		margin-bottom:20px;
	
}
.contents_last2{
	font-size: 1.2em;
	padding-bottom: 50px;
text-align: center;
	
}

.text2 {
	font-size: 1.3em;
	text-align: justify;
	margin-bottom:50px;
}
.bottom_img{
	width: 100%;
	padding-bottom: 200px
}
.arrow{
	width:25px;
	margin:50px auto 20px;
	
}
.border2{
	width:80%;
	border-bottom:1px #000 solid;
	margin:0 auto;
}

@media (max-width: 769px) {

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

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

}
.title {
	padding: 50px 0px 20px;
}
.title h3 {
	font-size: 1.6em;
   line-height: 1.8;
}
.text {
	font-size: 1em;
	text-align: justify;
	margin-bottom:80px;
}
section{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}
.contents{
	margin:0 auto;
	width: 100%;
	max-width: 800px;
	position: relative;
	overflow: hidden;
	margin-bottom:15px;
}
.mask,.mask2,.mask3,.mask4,.mask5,.mask6,.mask7,.mask8{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	text-align: center;
	  display: flex;
  justify-content: center;
  align-items: center;
	transition: 0.7s;
}
.caption{
position: absolute;
	width: 100%;
	z-index: 2;
	color: #FFF;
	 top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
	font-size: 1.5em;
	    text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
}
.zoom{
	width: 100%
}
.mask:hover, .mask2:hover,.mask3:hover, .mask4:hover,
.mask5:hover, .mask6:hover,.mask7:hover,.mask8:hover{
opacity: 0;
	transition: 0.7s;
}

.zoom_in{
transform: scale(1.1)rotate(0.1deg);	/*画像の拡大率*/
	transition-duration: 4s;	/*変化に掛かる時間*/
}
section p{
	font-size: 1em;
}
.contents_last{
	font-size: 1.2em;
	width: 100%;
	margin:0 auto;
	background:#CDCDCD;
	color: #FFF;
		margin-bottom:20px;
	
}
.contents_last2{
	font-size: 1em;
	padding-bottom: 50px;
text-align: center;
	
}

.text2 {
	font-size: 1em;
	text-align: justify;
	margin-bottom:50px;
}
.bottom_img{
	width: 100%;
	padding-bottom: 200px
}

.arrow{
	width:20px;
	margin:30px auto 10px;
	
}
	.border2{
	width:98%;
	border-bottom:1px #000 solid;
	margin:0 auto;
}
  }









