/* CSS Document */

.top-main{
	position: relative;
}
header{
	position:absolute;
	left:0;
	right:0;
	bottom: 0;
	margin:auto;
	text-aling:center;
	z-index:1000;
}
header.fixed {
	position:fixed;
	bottom: inherit;
	top: 0;
}
.swiper-container{
width:100%;
height:100vh;
display:block;
}

/* CSS Document 
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}*/
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 15s linear 0s 1 normal both;  
}

.slide-img img{
  display: block;
  width:100%;
  height:100vh;
}

.catch{
position:absolute;
left:0;
right:0;
margin:auto;
text-align:center;
/*top:23%;*/
	top: 38%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	max-width: 580px;
	width: 55%;
	z-index: 100;
}
.catch img{
	width: 100%;
	height: auto;
}
.catch h2{
color:#fff;
font-size:6.5rem;
font-family: 'Kiwi Maru', serif;
    text-shadow:1px 1px 0 #fff, 2px 2px 0 #4593d0;
	font-weight:300;
}

.wrap{
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	position: relative;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 10s linear 0s 1 normal both;  
}

.slide-img img{
	object-fit: cover;
	height: 100vh;
	width:100%;
}


.title{
	font-size: 3.6rem;
	font-weight: 500;
	color: #505050;
	margin: 5% auto 10px;
	text-align: center;
	letter-spacing: 0.05em;
}

h2{
	color: #4593d0;
	font-size: 2.0rem;
	font-weight: 500;
}

.top-business,
.top-company{
	margin: 6% auto 4%;
}
.top-business .business_btn{
	width: 30.3333%;
	margin: 5% 1.5%;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top-business .photo{
	position: relative;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top-business .photo::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.top-business .business_btn:hover .photo::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top-business h3{
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	color: #fff;
	width: 100%;
	height: auto;
}

.top-business .btn{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20%;
	width: 80%;
	max-width: 140px;
	margin: auto;
	border-radius: 20px;
	background: #009933;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	padding: 3px 10px;
	text-align: center;
}

.top-company .company_btn{
	width: 50%;
	margin: 5% 0;
	position: relative;
}
.top-company .photo{
	position: relative;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top-company .photo::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top-company .company_btn:hover .photo::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.top-company h3{
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	color: #fff;
	width: 100%;
	height: auto;
}

.top-company .btn{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20%;
	width: 80%;
	max-width: 140px;
	margin: auto;
	border-radius: 20px;
	background: #009933;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	padding: 3px 10px;
	text-align: center;
}
.top-other .top_btn{
	width: 50%;
}
.top-other .top_btn a{
	padding: 20px;
	display: block;
}
.top-other .facebook{
	width: 48%;
	margin: 0 1%;
	height: 450px;
	overflow: hidden;
	border: 1px solid #dfdfdf;
}
.facebook .facebookinner {
width: 500px;
}
@media (min-width:1px) and (max-width: 960px) {
	
header{
	position:fixed;
	left:0;
	right:0;
	margin:auto;
	text-aling:center;
	z-index:1000;
	bottom: inherit;
	top: 0;
}	

.top-main{
	margin: 60px auto 0;
}

.title{
	font-size: 3.2rem;
	margin: 5% auto 5px;
}
	
h2{
	font-size: 1.8rem;
}
.top-business .business_btn{
	width: 31.3333%;
	margin: 5% 1.0%;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top-other .top_btn a{
	padding: 10px;
	display: block;
}
	
}

@media (min-width:1px) and (max-width: 768px) {

.top-main{
	margin: 60px auto 0;
}

.catch{
	top: 32%;
	max-width: 580px;
	width: 55%;
}
.swiper-container{
width:100%;
height:auto;
display:block;
}
.slide-img img{
  display: block;
  width:100%;
  height:auto;
}
.title{
	font-size: 2.8rem;
}
.top-other .top_btn{
	width: 100%;
}
.top-business h3,
.top-company h3{
	font-size: 1.6rem;
	top: 30%;
}
.top-business .btn,
.top-company .btn{
	font-size: 1.2rem;
	line-height: 1.6em;
	padding: 5px ;
}
.top-other .facebook{
	width: 98%;
	max-width: 500px;
	height: 400px;
	margin: 10px auto;
}
.facebook .facebookinner{
width: 100%;
max-width: 500px;
	height: 400px;
}
	
}
@media only screen and (min-width:1px) and (max-width: 530px) {

.title{
	font-size: 2.5rem;
	margin: 5% auto 5px;
}
h2{
	font-size: 1.5rem;
}	
.top-business .business_btn{
	width: 80%;
	margin: 10px auto;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top-business .business_btn h3{
	font-size: 2.2rem;
	}
.top-business .business_btn .photo img{
  width: 100%;
  max-height: 270px;
  object-fit: cover;
	
}
	
	.top-company .Flexbox{
		margin: 20px auto;
	}
.top-company .company_btn{
	width: 100%;
	margin: 0 0;
	position: relative;
}
.top-company .company_btn h3{
	font-size: 2.2rem;
	}


}