@charset "utf-8";
/* CSS Document */
body{
	font-size:18px;
}


section{
	margin:0;
	padding:0;
}

/*
.container .row{
	width:100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
*/

h2{
	color:#00a9ba;
	padding:2rem  1rem 0 0;
	margin:0 auto;
	text-align: left;
	font-size:3rem;
	letter-spacing: 0.1em;
}

h2 span.subtitle{
	font-weight:600;
	color:#2e008b;
	line-height:1rem;
	text-align: left;
	padding-left:15px;
	padding-left:0;
	display:block;
}

.container .row div{
	margin-bottom:20px;
}



.row .detail{
	font-weight:bolder;
}

a.link-button{
	width:30%;
/*	background-color:red;
	color:white;
	font-weight:bold;
	padding:1rem 2rem;*/
	text-decoration: none;	
/*	background: linear-gradient(45deg, #2398a9, #b9d2f0);*/
	
}

#main_image{
	height:500px;
	width:auto;
	text-align: center;
	background-image:url("../../img/top_image.png") ;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding-bottom:2rem;
}

#main_image .container #lead_text{
	color:white;
	color:#FEFEFE;
	font-size:2rem;
	font-size:1.8rem;
	font-weight: bold;
	text-align: justify;
	text-align-last: justify;
	width:45%;
	width:50%;
	position: relative;
	top:200px;
	left:50%;
  filter:drop-shadow(3px 3px 5px black);
}

#company{
	background-image:url("../../img/company_back.png");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom:2rem;

}

#products,
#access{
	background-image:url("../../img/products_back.png");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom:2rem;
	position:relative;

}

	#products .container .row div:last-child, 
	#csr .container .row div:last-child,
	#access  .container .row div:last-child{
		padding-top:30px;
	}

#products .container .row div .products-link{
	position:relative;
	top:340px;
	left:0;
	display:block;
	padding-top:0;
}


#recruit{
/*	padding-bottom:2rem;*/
	position:relative;
	margin:5rem auto 0;
	display:flex;
	height:500px;
	align-items: center;
	justify-content: center;
	
}

#recruit div{
	width:100%;
}

#recruit2{
	background-image:url("../../img/recruit_back.png");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
/*	margin:5rem auto 0;*/
	display:flex;
	height:500px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	
}

#recruit h2,
#recruit h2 span.subtitle{
	text-align: center;
}

#recruit h2 span.subtitle{
	color:white;
}
#recruit a{
	text-decoration: none;
}

#contact{
	width:100%;
	text-align: center;
	height:200px;
	display:flex;
	justify-content: center;
	align-items: center;
}

#contact div{
	display:block;
}

#contact a{
	margin:5rem 0;
}


.detail{
	margin-top:3rem;
}

/* for GoogleMap */
.ggmap{
	position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.ggmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figcaption{
	color:#2e008b;
}
	
a.download2 span{
	padding:0.1rem 2rem;
	border-radius: 1.5rem;
	background:linear-gradient(45deg,#252989,#00a8ba);
	color:white;
	font-size:1.2rem;
}

a.download2:hover{
	color:white;
}




@media  (min-width: 769px) {	/* Medium */

	
	.youtube_wrap{
		width: 560px;
		width:90%;
    aspect-ratio: 16 / 9;	
		margin:0 auto;
	}
	
	.youtube_wrap iframe{
		width:100%;
		height:100%;
	}
	
}

@media screen and (max-width:1399.98px){
	#products .container .row div .products-link{
	top:275px;
	}
	
	.container{
		max-width:95%;
	}
}
	
	


@media screen and  (min-width: 1200px){	/* Extra Large */

	
	.youtube_wrap{
/*		width:50%;*/
				aspect-ratio: 16 / 9;
		margin:0 auto;
	}	
	
	.youtube_wrap iframe{

		width:100%;
	}	

}

@media only screen and (max-width:1199.98px){
	#products .container .row div .products-link{
		top:63%;
	}	
	
}

@media screen and (max-width:991.98px){
#main_image .container #lead_text{
	font-size:1.5rem;
	left:45%;
	width:55%;
}
	
}



@media screen and (max-width:768px){
.container 	.youtube_wrap{
		width: 100%;
    aspect-ratio: 16 / 9;	
		margin:0 auto;
	}
	
	.youtube_wrap iframe{
		width:100%;
		height:100%;
	}
	
#products .container .row div .products-link{
		top:0;
	}		
	
#main_image .container #lead_text{
	left:40%;
	width:60%;
	font-size:1.2rem;

}
	

}

@media screen and (max-width:767.98px){
#company{
	background-image:url("../../img/company_back_tb.png");
}

#products,
#access{
	background-image:url("../../img/products_back_tb.png");
	background-position: left;
}
	
#recruit{
	height:300px;	
}	
	
#recruit2{
	background-image:url("../../img/recruit_back_tb.png");
	height:300px;	
}
	
	
	
}



@media screen and (min-width:576px){

	
}

@media screen and (max-width:575.98px){
	
#products .products-link{
	top:20px;
	margin-bottom:0;


}	
	
	
	
	
}
	