/***************************************
 about
**************************************/
#about .about-wrapper {
	background-image: url(../img/about/about-1.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#about .about-wrapper h4 {
	font-size: 120%;
	color: #515769;
	font-weight: normal;
}
#about .about-wrapper h3 {
	font-size: 140%;
	color: #515769;
}
#about h2 {
	color: #fff;
}
#about .about-ttlwrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#about .about-ttl {
	background-image: url(../img/about/about-0.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	width: 30%;
}
.about-text {
	width: 70%;
}
@media (max-width: 480px) {
#about .about-ttlwrapper {
	display: block;
}
#about .about-ttl {
	background-image: none;
	width: 100%;
	color: #fff;
}
.about-text {
	width: 100%;
}
}
#about dl.wrapper1 {
	margin: 0;
	padding: .5em;
	width: 100%x;
	display: table-cell;
}
#about dt {
	margin: 0;
	padding: .5em;
	font-weight: bold;
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
#about dd {
	margin: 0;
	padding: .5em 0;
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
#about dd .div1 {
	padding-left: 3em;
	border-left: 1px solid #333;
	font-size: .9em;
	clear: both;
}
#about .about-item img {
	max-width: 100%;
}
#about .about-item .cap {
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	width: 100%;
}
#about #about-map .map-wrap {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
	overflow: hidden;
}
#about #about-map .map-wrap {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#about #about-map .map-wrap iframe {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/***************************************
 CONTACT
**************************************/
#contact .blue-btn {
	color: #fff;
	background: #2193b0; /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #2193b0, #6dd5ed); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #2193b0, #6dd5ed); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#contact .hissu {
	font-size: 80%;
	color: #fff;
	background: #f00;
	padding: 3px 5px;
	margin-left: 5px;
}
#contact img {
	max-width: 100%;
}
#contact p.maincopy {
	font-size: 200%;
	color: #46529c;
}
#contact #formWrap {
	width: 100%;
	margin: 0 auto;
}
#contact table.formTable {
	width: 100%;
	margin: 0 auto 16px;
	border-collapse: collapse;
}
#contact table.formTable td, table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
}
#contact table.formTable th {
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
}
#contact table.formTable .w100 {
	width: 100%;
	padding: 5px;
}
#contact table.formTable .w80 {
	width: 80%;
	padding: 5px;
}
#contact table.formTable .w50 {
	width: 50%;
	padding: 5px;
}
#contact table.formTable select {
	padding: 5px;
}
 @media screen and (max-width:480px) {
#contact #formWrap {
	width: 95%;
	margin: 0 auto;
}
#contact table.formTable th, table.formTable td {
	width: auto;
	display: block;
}
#contact table.formTable th {
	margin-top: 5px;
	border-bottom: 0;
}
#contact input[type="text"], textarea {
	width: 80%;
	padding: 5px;
	font-size: 110%;
	display: block;
}
#contact input[type="submit"], input[type="reset"], input[type="button"] {
	display: block;
	width: 100%;
	height: 40px;
}
#contact table.formTable .w100 {
	width: 100%;
	padding: 5px;
}
#contact table.formTable .w80 {
	width: 100%;
	padding: 5px;
}
#contact table.formTable .w50 {
	width: 100%;
	padding: 5px;
}
}
/***************************************
 RECROUIT
**************************************/
#recruit img {
	max-width: 100%;
}
#recruit p {
	color: #515769;
}
#recruit p.mds {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#recruit p.mds-l {
	font-weight: bold;
	border-left: 7px solid #46529c;
	padding: 0 0 0 10px;
	margin: 0;
}
#recruit .maincopy {
	font-size: 200%;
	color: #46529c;
}
#recruit .border-box {
	background: #fff;
	border: 1px solid #999;
	padding: 20px;
}
#recruit ul.shikaku {
	padding: 0;
	margin: 0 0 0 1em;
}
/***************************************
 philosophy
**************************************/
#philosophy .maincopy {
	font-size: 160%;
	color: #46529c;
}
#philosophy .philosophy-itemwrapper {
	background-image: url(../img/philosophy/philosophy-0.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#philosophy .philosophy-item p {
	color: #515769;
}
#philosophy .philosophy-item h3 {
	font-size: 130% !important;
	color: #515769;
}
#philosophy .emblem {
	max-width: 80%;
}

/***************************************
 WORKS
**************************************/
.works-title {
	color: #515769;
	border-left: 7px solid #46529c;
	padding-left: 0.5em;
	margin: 1.3em 0;
}

.cliant-name{
	padding-bottom: 0.5em;
	border-bottom: 1px solid #46529c;
}


/***************************************
 TOPPAGE NEWS 
**************************************/
#top-news-wrapper {
	width: 100%;
	border: 1px dotted #999;
	background: #fff;
	padding: 20px 10px;
}

/***************************************
 TWITTER
**************************************/
.twitter-timeline {
	margin: 0 0 0 5%;
	width: 95%;
}
@media (max-width: 680px) {
.twitter-timeline {
	margin: 30px 0 0 !important;
}
}
/***************************************
 BANNER
**************************************/
.border-img {
	border: 1px solid #eee;
}
/***************************************
 SERVICE
**************************************/
.service {
	padding: 10px !important;
}
.service-base {
	/*background-color: rgba(255,255,255,0.4);*/
	background: linear-gradient(rgba(0,0,0, 0.4) 30%, rgba(0,0,0, 0.1) 50%, rgba(255, 255, 255, 0));
	padding: 50px !important;
	/*box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.3);*/
	height: 100%;
}
.service-01 {
	background-image: url(../img/top/service-01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-02 {
	background-image: url(../img/top/service-02.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-03 {
	background-image: url(../img/top/service-03.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-04 {
	background-image: url(../img/top/service-04.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-05 {
	background-image: url(../img/top/service-05.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-06 {
	background-image: url(../img/top/service-06.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-07 {
	background-image: url(../img/top/service-07.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-08 {
	background-image: url(../img/top/service-08.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-09 {
	background-image: url(../img/top/service-09.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-3dscan {
	background-image: url(../img/top/service-3dscan.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-drone {
	background-image: url(../img/top/service-drone.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-office-interior {
	background-image: url(../img/top/service-office-interior.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-led {
	background-image: url(../img/top/service-led.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-other {
	background-image: url(../img/top/service-other.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-10 {
	margin-top: 5px;
}
.service-10 img {
	width: 100%;
	border: 1px solid #ccc;
}

h3.service-name {
	font-size: 110%;
	color: #dbdde4;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h3 {
	color: #fff;
}
/***************************************
 HEADER
**************************************/
.freedial {
	line-height: 28px;
	position: relative;
	/*top: 33px;
    right: 100px;*/
	float: right;
	font-weight: bold;
	font-size: 110%;
	margin: 2.2em 0 0 2em;
}
.freedial a:before {
	content: ' ';
	background-image: url(../img/freedial.svg);
	background-size: 25px 25px;
	height: 25px;
	width: 25px;
	margin-right: 3px;
	position: absolute;
	top: 5%;
	left: -30px;
}
@media (max-width: 800px) {
.freedial {
	line-height: 28px;
	position: absolute;
	top: 5px;
	right: 13%;
	font-weight: bold;
	font-size: 110%;
}
.freedial:before {
	content: ' ';
	background-image: url(../img/freedial.svg);
	background-size: 25px 25px;
	height: 25px;
	width: 25px;
	margin-right: 3px;
	position: absolute;
	top: 5%;
	left: -30px;
}
}
.header .navbar {
	background-color: rgba(255,255,255,0.85) !important;
}
.header .nav-item-child {
	color: rgb(71,82,156) !important;
}
.header .logo {
	width: 150px !important;
}
.header .logo-img {
	width: 150px !important;
}
 @media screen and (max-width: 320px) {
.header .logo {
	width: 120px !important;
}
.header .logo-img {
	width: 100% !important;
}
}
.header .nav-item-hover:after {
	background-color: rgba(239,127,39,1.0) !important;
}
/**********************************
BUTTON
**********************************/
a.cp_btn {
	position: relative;
	display: block;
	width: 140px;
	padding: 0.5em;
	text-align: center;
	background: #fb9744;
	border-bottom: 2px solid #f38429;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	margin-bottom: 16px;
}
a.cp_btn:active {
	border-bottom: 2px solid #fb9744;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
a.cp_btn p {
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0;
	margin: 0;
}
a.cp_btn p:after {
	content: '>';
	color: #FFF;
	margin: 0 0 0 3px;
}
/***************************************
 ALIGN
**************************************/
.txt-center {
	text-align: center;
}
/***************************************
 TEXT SIZE
**************************************/
.txt-s {
	font-size: 80% !important;
}
/***************************************
 TEXT WEIGHT
**************************************/
.txt-nml {
	font-weight: normal !important;
}
/***************************************
 FooGallery表示位置
**************************************/
.fbx-modal {
	position: absolute;
	top: 0;
}
.fbx-modal img {
	position: absolute;
	top: 0;
}
/***************************************
 Gallery Button表示位置
**************************************/
.btn-theme-it {
	margin-top: 30% !important;
}
@media screen and (max-width: 480px) {
.btn-theme-it {
	margin-top: 100% !important;
}
}
/***************************************
 Gallery Pager
**************************************/
.carousel-indicators li {
	border: 2px solid #fff !important;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
/***************************************
 COMMON
**************************************/
@media screen and (min-width: 481px) {
.sp-only {
	display: none;
}
}
@media screen and (max-width: 480px) {
.pc-only {
	display: none;
}
}