@charset "utf-8";

#content_Wrap {
	background: #000;
	overflow: hidden;
}

.tx_center {
    text-align: center !important;
}

.bread_list {
	display: none;
}

.cap_C {
	text-align: center !important;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.mb_none {
	margin-bottom: 0 !important;
}

.ali_center {
	align-items: center;
}

.ali_bottom {
	align-items: flex-end;
}

/*sss*/
.main {
	position: relative;
    margin-bottom: 50px;
}

.main .ttl_wrap {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.main .ttl_wrap h2 {
	font-size: 3vw;
	text-align: center;
	letter-spacing: 4px;
}



.page_link {
	position: relative;
	width: 1200px;
	max-width: 90%;
	margin: 0 auto 100px;
}

.page_in_link {
	width: 100%;
	height: 1px;
	visibility: hidden;
	margin-top: -120px;
	padding-top: 120px;
}


.page_link h3 {
	font-size: 40px;
	color: #dbc585;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 0px;
}

.big_copy {
    color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 1.8;
	margin-bottom: 50px;
	margin-top: 10px;
}

.mini_copy {
    color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 50px;
	margin-top: 10px;
}

.att_txt {
    color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 20px;
	margin-top: 10px;
}

.big_img {
    margin-bottom: 100px;
}


.kei_right {
	display: flex;
	align-items: center;
	font-size: 25px;
	margin-bottom: 30px;
}

.kei_right:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.kei_right:after {
	margin-left: 1rem;
}

.kei_right small {
	font-size: 18px;
}

.desk {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.desk li {
    width: 50%;
}
.desk_txt {
    margin-top: 20px;
}

.box_wrap {
	margin-bottom: 40px;
}

.box_wrap h4 {
	font-size: 23px;
	color: #e0d9a3;
	margin:15px auto 15px;
	text-align: left;
	line-height: 1.6;
}

.box_wrap h4 small {
    font-size: 13px;
}

h6.gara_ttl {
	font-size: 25px;
	color: #fff;
	margin-bottom: 10px;
	text-align: left;
    font-family: "EB Garamond", serif;
    font-style: italic;
    color: #e7dbb6;
}


.box_wrap h5 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-align: left;
}

.box_wrap p {
	font-size: 14px;
	/*font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	transform: rotate(.028deg);
	font-feature-settings: normal;
	letter-spacing: 1px;
	line-height: 1.7;
}

.box_wrap h4 small {
	font-size: 14px;
}

.box_wrap h5 small {
	font-size: 13px;
}

.box_wrap p.small,
.box_wrap p small {
	font-size: 12px;
}

.box_wrap p.small {
	line-height: 1.6;
	margin-top: 10px;
}

.one_box {
	margin-bottom: 70px;
}

.waiting {
    justify-content: space-between;
    align-items: flex-end;
}
.waiting figure:nth-child(1) {
    width: 55%;
}
.waiting figure:nth-child(2) {
    width: 44%;
}

/*STRUCTURE*/
.kouzo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kouzo li.img {
	width: 50%;
}

.kouzo li.txt {
	width: 45%;
}

.kouzo .hataraki {
    margin-top: 30px;
}

.kouzo .hataraki .flex {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 30px;
}

.kouzo .hataraki .flex figure {
	width: 37.5%;
}

.kouzo .hataraki .flex .flex3-2 {
	width: 58%;
}

.kouzo.gabage  {
    align-items: center;
}
.kouzo.gabage .flex {
    align-items: flex-end;
    margin-bottom: 0;
}

.kouzo.gabage .flex .flex3-2 {
	width: 70%;
    margin-top: 30px;
    margin-bottom: 0;
}

.kouzo .hataraki .flex .flex3-2 p {
	font-size: 13px;
}

.kouzo .hataraki .lrb {
	width: 100px;
	max-width: 90%;
	margin-bottom: 10px;
}

.technology {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.technology .flex2-1 {
	width: 48%;
}

.technology .flex1-1 {
	width: 100%;
}



/*SECURITY*/
.total_security {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.total_security li.flex1-1 {
	width: 100%;
}

.total_security li.flex3-1 {
	width: 31%;
}

.total_security li.camera_ttl {
	width: 100%;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	margin: 50px auto 20px;
}


/*SERVICE*/
.owner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.owner li.flex1-1 {
	width: 100%;
}

.owner li.flex2-1 {
	width: 48%;
}

.owner li.flex3-1 {
	width: 32%;
}

.owner li.flex3-2 {
	width: 66%;
}

.owner li.flex4-1 {
	width: 22%;
}

.owner li.flex4-3 {
	width: 75%;
}

.owner li.flex2-1 .box_wrap.flex {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.owner li.flex2-1 figure.img {
	width: 40%;
}

.owner li.flex2-1 .txt {
	width: 55%;
}

.owner li.flex2-1 .txt h4 {
	color: #fff;
	line-height: 1.8;
}

.owner li.flex2-1 .txt h4 span {
	font-size: 14px;
}

.owner .service_wrap {
	background: #252525;
	padding: 20px;
}

.owner .service_wrap .box_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
}

.owner .service_wrap .box_wrap h6 {
	width: 100%;
}

.owner .service_wrap .box_wrap .img {
	width: 45%;
}

.owner .service_wrap .box_wrap p {
	width: 50%;
}

.owner .bbiq {
	width: 100px;
	max-width: 30%;
	float: right;
	transform: translateY(-15px);
}




/*-----------------------------
tab〜
-----------------------------*/
@media only screen and (max-width: 1024px) {}

/*-----------------------------
tabのみ
-----------------------------*/
/*@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .teiki { width: 60%;}
}*/

/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 769px) {

    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    
	.main .ttl_wrap {
		width: 100%;
	}

	.main .ttl_wrap h2 {
		font-size: 32px;
	}

	.main .ttl_wrap .txt {
		font-size: 20px;
	}
	.page_link h3 {
		font-size: 30px;
	}

	.page_link .copy {
		font-size: 16px;
		max-width: 100%;
		width: 100%;
		margin: 0 auto 20px;
		padding: 20px 0 0;
	}

	.kei_right {
		font-size: 16px;
		line-height: 1.8;
	}

	.box_wrap h4 {
		font-size: 16px;
	}

	.box_wrap p {
		font-size: 13px;
	}

	.box_wrap p.small {
		font-size: 11px;
	}

	.kei_right small {
		font-size: 15px;
	}
    
    .big_copy {
        font-size: 22px;
    }

	.page_link {
		margin: 0 auto 30px;
	}

	.js-scroll-hint {
		overflow-y: hidden;
	}

	.js-scroll-hint img {
		height: 200px;
		width: auto;
		max-width: inherit;
	}


	/*STRUCTURE*/
	.kouzo li.img {
		width: 100%;
		margin-bottom: 30px;
	}

	.kouzo li.txt {
		width: 100%;
	}

	.kouzo .hataraki .flex figure {
		width: 100%;
		margin-bottom: 20px;
	}

	.kouzo .hataraki .flex .flex3-2 {
		width: 100%;
	}

	.technology .flex2-1 {
		width: 100%;
	}


	/*SECURITY*/
	.total_security li.flex3-1,
	.total_security li.flex3-2 {
		width: 100%;
	}


	/*SERVICE*/
	.owner li.flex2-1 {
		width: 100%;
	}

	.sp_mb_none {
		margin-bottom: 0 !important;
	}

	.owner li.flex3-1 {
		width: 100%;
	}

	.owner li.flex3-2 {
		width: 100%;
		padding: 10px;
	}

	.owner .service_wrap {
		margin-top: 20px;
	}

	.owner .service_wrap .box_wrap .img {
		width: 100%;
		margin-bottom: 20px;
	}

	.owner .service_wrap .box_wrap p {
		width: 100%;
	}

	.owner .bbiq {
		width: 80px;
	}

	.owner li.flex4-1 {
		width: 100%;
		margin-bottom: 20px;
	}

	.owner li.flex4-3 {
		width: 100%;
	}

	.page_in_link {
		width: 100%;
		height: 1px;
		visibility: hidden;
		margin-top: -70px;
		padding-top: 70px;
	}







}