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

body {
	-webkit-text-size-adjust: 100%;
}

input[type="image"]{
	border-radius: 0;
} 

/*=========================================== 
スマホ向けのレイアウトの指定：～960px 
===========================================*/
@media only screen and (min-width: 0px) {
	
#container{
	margin:0 auto;
	width:100%;
	color: rgb(75,75,75);
}

/* メインビジュアル */
.mv_sp img{
	width:100%;
	height:auto;
	display: block;
}
	
.mv{
	display: none;
}

#wrapper{
	margin:0 auto;
	width:100%;
}

/* タイトル周り */
.head{
	margin:45px auto 36px;
	width:90%;
}

h2{
	font-size:24px;
	text-align: center;
}

h2 p{
	letter-spacing:3px;
	line-height: 1.5;
}

.video{
	margin: 0 auto;
	width: 90%;
	height: 500px;
}

.video iframe{
	width: 100%;
	height: 100%;
}

/*共通*/
.photo img{
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.text_area{
	width:90%;
	margin: 0 auto;
}

.text{
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}

.content{
	overflow: hidden;
}

/*警備部*/
.security{
	margin-top: 45px;
}

.security h3 p{
	font-size: 26px;
	color: rgb(0,159,232);
	border-bottom: 3px solid rgb(0,159,232);
	padding-bottom: 5px;
	margin: 36px 0 20px 0;
}

/*警備部 > 社員の一日*/
.security_daily {
	width: 100%;
	overflow: hidden;
	margin-top: 36px;
	background: rgb(230,230,230);
	padding: 10px;
	font-size: 15px;
	box-sizing: border-box;
}

h4 p{
	font-size: 21px;
	margin-bottom: 10px;
}

/*警備部 > 社員の一日*/
.pc{
	display: none;
}

.sp{
	display: block;
	
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.btn1_sp{
	width: 100%;
	height: auto;
	margin:0 0 10px 0; 
}

.btn2_sp{
	width: 100%;
	height: auto;
}

input#button1_sp,input#button2_sp{
	width: 100%;
	height: auto;
    -moz-box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.3);
}

#box1_sp,#box2_sp{
	overflow: hidden;
	background-color: rgb(255,255,255);
	padding: 10px;
}

.daily_1 dl,.daily_2 dl{
	margin-bottom: 25px;
	overflow:hidden;
}

.daily_1 dt,.daily_2 dt{
	width: 100%;
	font-size: 20px;
	float: left;
	margin:0 0 10px 0;
	border-bottom: 1px dashed rgb(75,75,75);
}

dt img{
	width: 25px;
	height: auto;
}

span.time{
	color:rgb(0,157,255);
	margin-left: 10px;
}

span.br{
	display: inline-block;
	padding: 5px 0;
}

.daily_1 dd img,.daily_2 dd img{
	float: left;
	margin:0 0 10px 5px;
	-moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}

.daily_1 .text,.daily_2 .text{
	font-size: 15px;
	line-height: 1.5;
	float: left;
	margin: 0 10px 0 10px;
}

/*機械警備部*/
.Electronic-Security{
	margin-top: 45px;
}

.Electronic-Security h3 p{
	font-size: 26px;
	color: rgb(49,80,161);
	border-bottom: 3px solid rgb(49,80,161);
	padding-bottom: 5px;
	margin: 36px 0 20px 0;
}

/*消防部*/
.Fire-fighting{
	margin: 45px 0;
}

.Fire-fighting h3 p{
	font-size: 26px;
	color: rgb(211,58,24);
	border-bottom: 3px solid rgb(211,58,24);
	padding-bottom: 5px;
	margin: 36px 0 20px 0;
}

/*ページトップ ボタン*/
#page_top{
	color:rgb(220,220,220);
	position:fixed;
	bottom:15px;
	right:15px;
	font-size:1.4rem;
	z-index: 9999;
}

#page_top a{
	background:rgb(100,100,100);
	color:rgb(255,255,255);
	width:50px;
	padding:15px 5px;
	text-align:center;
	display:block;
	border-radius:5px;
}

#page_top a:hover{
	background:rgba(100,100,100,0.7);
}
}

/*=========================================== 
PC向けのレイアウトの指定：961px〜
===========================================*/
@media only screen and (min-width: 960px) {
	
body{
overflow-x: hidden;
}

#container{
	margin:0 auto;
	max-width:100vw;
}
	
/* メインビジュアル */
.mv{
	width: 100vw;
	height:294px;
	background: url(../images/profile_mv.jpg) no-repeat center;
	background-size:cover;
	display: block;
}
	
.mv_sp{
	display: none;
}

#wrapper{
	margin:0 auto;
	width:960px;
}

/* タイトル周り */
.head{
	margin:90px auto 50px;
	width:960px;
}

h2{
	font-size:45px;
}

h2 p{
	letter-spacing:5px;
}

.video{
	width: 960px;
	height: 500px;
}

/*共通*/
.photo img{
	float: left;
	width: 420px;
	height: auto;
	margin-right: 20px;
}

.text_area{
	width:100%;
	margin: 0 auto;
}

.content{
	overflow: hidden;
}

/*警備部*/
.security{
	margin-top: 90px;
}

.security h3 p{
	float: right;
	width: 520px;
	font-size: 30px;
	border-bottom: 4px solid rgb(0,159,232);
	margin: 0 0 40px 0;
}

/*警備部 > 社員の一日*/
.pc{
	display: block;
	float: left;
}

.sp{
	display: none;
}

.security_daily {
	margin-top: 50px;
}

h4 p{
	font-size: 28px;
}

.btn1{
	width: 465px;
	height: 287px;
	margin:0 10px 0 0;
	float: left;
}

.btn2{
	width: 465px;
	height: 287px;
	float: left;
}

input#button1,input#button2{
	width: 465px;
	height: auto;
    -moz-box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.3);
}

#box1,#box2{
	overflow: hidden;
	background-color: rgb(255,255,255);
	padding: 30px;
}

.daily_1,.daily_2{
	float: right;
	width: 576px;
}

.daily_1 dl,.daily_2 dl{
	margin-bottom: 40px;
	overflow:hidden;
}

.daily_1 dt,.daily_2 dt{
	width: 556px;
	font-size: 28px;
	height: 50px;
	line-height: 50px;
	float: left;
	margin:0 0 10px 0;
	padding: 0 0 0 20px;
	border-bottom: 1px dashed rgb(75,75,75);
}

dt img{
	width: 50px;
	height: auto;
}

span.time{
	color:rgb(0,157,255);
	margin-left: 10px;
}

span.br{
	display: inline-block;
	padding:0;
}

.daily_1 dd img,.daily_2 dd img{
	float: left;
	margin:0 0 10px 20px;
	-moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}

.daily_1 .text,.daily_2 .text{
	width: 355px;
	float: right;
	margin: 0 20px 0 0;
}

/*機械警備部*/
.Electronic-Security{
	margin-top: 72px;
}

.Electronic-Security h3 p{
	float: right;
	width: 520px;
	font-size: 30px;
	border-bottom: 4px solid rgb(49,80,161);
	margin: 0 0 40px 0;
}

/*消防部*/
.Fire-fighting{
	margin-top: 72px;
	margin-bottom: 90px;
}

.Fire-fighting h3 p{
	float: right;
	width: 520px;
	font-size: 30px;
	border-bottom: 4px solid rgb(211,58,24);
	margin: 0 0 40px 0;
}

.clear{
	clear: both;
}

/*ページトップ ボタン*/
#page_top{
	color:rgb(220,220,220);
	position:fixed;
	bottom:30px;
	right:30px;
	font-size:1.8rem;
}

#page_top a{
	background:rgb(100,100,100);
	color:rgb(255,255,255);
	width:120px;
	padding:30px 0;
	text-align:center;
	display:block;
	border-radius:5px;
}

#page_top a:hover{
	background:rgba(100,100,100,0.7);
}
}

