@charset "UTF-8";
/* CSS Document */
img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

#main_hero{
	background-image: url("../img/main_hero_bg.webp");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	margin-top: -80px;
	position: relative;
	z-index: -1;
}
#main_hero .top_copy{
	position: absolute;
	width: 380px;
	height: auto;
	bottom:100px;
	left:100px;
}
#main_hero .top_img{
	position: absolute;
	width: 40%;
	height: auto;
	top:30%;
	left:-10%;
}
.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

@media screen and (max-width: 767px){
	#main_hero .top_copy{
	width: 60%;
	height: auto;
	bottom:20%;
	left:10%;
		transform: translateY(-50%);
}
#main_hero .top_img{
	width: 100%;
	height: auto;
	top:30%;
	left:-10%;
}
}

/* youtube */
#top_movie{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
	padding: 130px 70px 0px 70px;
}
#top_movie .top_movie_wrapper{
	align-items: center;
	margin: 0 auto;
	max-width: 750px;
}
#top_movie .top_movie_wrapper .movie-box{
	margin: 0 auto;
	
}
#top_movie .top_movie_wrapper .movie-box iframe{
	border-radius: 10px;
	box-shadow: 0px 0px 15px 10px #e4ebf1;
}
#top_movie h3{
	font-size: 24px;
	font-weight: 600;
	color: #0C5EA4;
	text-align: center;
	margin-top: 40px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px){
	#top_movie{
		padding:60px 20px 0px 20px;
	}
	#top_movie h3{
		font-size: 18px;
	}
}


/* 会社概要 */
#top_company{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
	padding: 130px 70px;
}
#top_company .top_company_wrapper{
	align-items: center;
	margin: 0 auto;
	max-width: 1480px;
}
#top_company h2{
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #0C5EA4;
}
#top_company span{
	font-size: 14px;
	color: #0C5EA4;
	font-weight: 600;
}
#top_company p{
	font-size: 15px;
	line-height: 2;
	color:#333333;
	margin-top: 40px;
}
#top_company img{
	margin-left: -70px;
}

@media screen and (max-width: 767px){
	#top_company{
		padding:60px 20px;
	}
	#top_company .top_company_wrapper{
		flex-direction: column;
	}
	#top_company .top_company_wrapper .w60,
	#top_company .top_company_wrapper .w40{
		width: 100%;
	}
	#top_company .top_company_wrapper .w60{
		margin-bottom: 40px;
	}
	#top_company p{
		font-size: 14px;
	}
}


/* 警備内容 */
#top_service{
	background: rgb(18,123,197);
	background: linear-gradient(90deg, rgba(18,123,197,1) 0%, rgba(6,66,134,1) 100%);
	padding: 130px 70px;
}
#top_service .top_service_wrapper{
	background-image: url("../img/service_bg.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	margin: 0 auto;
	text-align: center;
	max-width: 1480px;
}
#top_service h2{
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
}
#top_service span{
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
#top_service p{
	font-size: 15px;
	line-height: 2;
	color:#fff;
	margin-top: 40px;
}
#top_service .service_box{
	gap:30px;
	margin-top: 40px;
}
#top_service h3{
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 30px 0;
}

@media screen and (max-width: 767px){
	#top_service{
		padding: 60px 20px;
	}
	#top_service .service_box{
		flex-direction: column;
		padding: 0 40px;
	}
	#top_service p{
		text-align: left;
		font-size: 14px;
	}
}


/* 採用情報 */
#top_recruit{
	background-image: url("../img/top_recruit_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 130px 70px;
}
#top_recruit .top_recruit_wrapper{
	margin: 0 auto;
	max-width: 1480px;
}
#top_recruit h2{
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #0C5EA4;
}
#top_recruit span{
	font-size: 14px;
	color: #0C5EA4;
	font-weight: 600;
	display: block;
}
#top_recruit .recruit_box{
	background: rgb(18,123,197);
	background: linear-gradient(90deg, rgba(18,123,197,1) 0%, rgba(6,66,134,1) 100%);
	align-items: center;
	position: relative;
}
#top_recruit .recruit_box:hover{
	opacity: 0.7;
	transition: 0.3s;
}
#top_recruit .card-link{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
#top_recruit .recruit_box_inner{
	justify-content: space-between;
	padding: 30px;
}
#top_recruit .recruit_box_inner p{
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
}
#top_recruit .recruit_box_inner img{
	width: 14px;
	height: auto;
}

@media screen and (max-width: 767px) {
	#top_recruit{
		padding: 60px 20px;
	}
	#top_recruit .top_recruit_wrapper{
		flex-direction: column;
	}
	#top_recruit .top_recruit_interview.w60,
	#top_recruit .top_recruit_interview.w40{
		width: 100%;
	}
	#top_recruit .top_recruit_interview.w60{
		margin-top: 40px;
	}
	#top_recruit .recruit_box_inner p{
		font-size: 24px;
	}
}


/* ダウンロード */
#top_download{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
	padding: 130px 70px;
	text-align: center;
	margin: 0 auto;
}
#top_download h2{
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #0C5EA4;
}
#top_download span{
	font-size: 14px;
	color: #0C5EA4;
	font-weight: 600;
	display: block;
}
#top_download .download{
	align-items: center;
	justify-content: center;
	gap:50px;
	margin: 0 auto;
	margin-top:40px;
}
#top_download .download img{
	width: 100%;
	max-width: 100%;
	height:auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#top_download .download .pamphlet1,
#top_download .download .pamphlet2,
#top_download .download .pamphlet3{
	width: auto;
}
@media screen and (max-width: 767px) {
	#top_download{
		padding: 60px 20px;
		
	}
	#top_download .download{
		flex-direction: column;
		gap:20px;
	}
	#top_download .download .pamphlet1{
		width: 50%;
	}
	#top_download .download .pamphlet2,
	#top_download .download .pamphlet3{
		width: 80%;
	}
}