/*!
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html, body { height: 100%; }

body {
    overflow-x: hidden;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: medium;
}

.text-muted {
    color: #666;
}

.text-primary {
    color: #fff;
}

.col-lg-4-icon {
	color: #00CCCC;
}

p {
    line-height: 1.75;
}

p.large {
font-size: large;
}

p.contact {
	margin: 30px auto;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
	color: #3399CC;
}

a:hover,
a:focus,
a:active,
a.active {
	color: #3399CC;
}

h1,
h2,
h3,
h4,
h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    color: #666;
    height: auto;
}
h5 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #cecece;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
	border-color: #FFFFFF;
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #000000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	border-color: #FFFFFF;
	color: #fff;
	background-color: #999999;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	border-color: #3399CC;
	background-color: #993300;
}

.btn-primary .badge {
	color: #666666;
	background-color: #fff;
}

.btn-xl {
    padding: 10px 20px 5px 20px;
    border-color: #f1c633;
	border: 0px solid #f1c633;
    border-radius: 10px;
    color: #e2e2e2;
	box-shadow: -15px 30px 7px #c2c2c2;
	border: 1px solid #eee;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	color: #fff;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #666666;
    background-color: #fff;
}
.btn-xl2 {
	padding: 20px 40px;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background-color: #999;
	margin-top: 20px;
}
.btn-xl2:hover,
.btn-xl2:focus,
.btn-xl2:active {
	color: #fff;
	background-color: #888;
}

.navbar-default {
	border-color: transparent;
	background-color: #000;
}
.navbar-default .navbar-brand {
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
	color: #666666;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
	border-color: #FFFFFF;
	background-color: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #999999;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	outline: 0;
	color: #FFFFFF;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #999999;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #999999;
}
.line{
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	height: 1px;
	background: #fff;
	background-image: -webkit-linear-gradient(left, #f1c633, #fff, #f1c633);
	background-image: -moz-linear-gradient(left, #f1c633, #fff, #f1c633);
	background-image: -ms-linear-gradient(left, #f1c633, #fff, #f1c633);
	background-image: -o-linear-gradient(left, #f1c633, #fff, #f1c633);
	opacity: 0.5;
}
#portfolio .line, #team .line {
	background-image: -webkit-linear-gradient(left, #cecece, #fff, #cecece);
	background-image: -moz-linear-gradient(left, #cecece, #fff, #cecece);
	background-image: -ms-linear-gradient(left, #cecece, #fff, #cecece);
	background-image: -o-linear-gradient(left, #cecece, #fff, #cecece);
}

@media(min-width:768px) {
    .navbar-default {
	padding: 0;
	border: 0;
	background-color: #000;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
    }
	
    .navbar-default .navbar-brand {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 0;
        background-color: #000;
    }


header {
    text-align: center;
    color: #000;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #9CC;
    text-align: center;
    padding: 100px;
    align-items: center;
}

header .intro-text {
	top: auto;
	bottom: auto;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
	margin-bottom: 25px;
	font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 40px;
	font-style: italic;
	line-height: 40px;
	text-shadow: -15px 30px 7px #c2c2c2;
    }
    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
		text-shadow: -15px 30px 7px #c2c2c2;
    }
}

section h2.section-heading {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 40px;
	color: #fff;
}
section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
	color: #666;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 150px;
	padding-left: 0;
    }
}

.service-heading {
	margin: 20px 0;
	text-transform: none;
	font-size: 22px;
	color: #666;
	font-weight: 500;
}
.about-heading {
	margin: 20px 0 30px 0;
	text-transform: none;
	font-size: 22px;
	color: #666;
 	font-weight: 500;
}
#about p {
	margin: 0;
	color: #333;
}
#about img {
	margin-bottom: 25px;
}
#about ul {
	margin-top: 25px;
}
#about ul li {
	margin: 15px 0;
}
#about H4 {
	font-weight: 500;
}

section#services {
    background-color: #FFFFFF;
    text-align: center;
    height: 100%;
    padding: 100px;
    align-items: center;
}

section#about {
    background-color: #CCFFFF;
    text-align: center;
    padding: 100px;
    align-items: center;
}
	
section#recruit {
    background-color: #EBDFFF;
    text-align: center;
    height: 100%;
	display: flex;
	align-items: center;
}
	
section#works {
    background-color: #CCFFCC;
    text-align: center;
    padding: 100px;
    align-items: center;
}
	
section#contact {
    background-color: #CFF;
    text-align: center;
    height: 100%;
    padding: 100px;
    align-items: center;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 15px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 206px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
	padding: 5px 0;
	text-align: center;
	background-color: #000;
	color: #FFF;
}

footer span.copyright {
	text-transform: uppercase;
	text-transform: none;
	line-height: 40px;
	color: #FFF;
	font-weight: 400;
}
footer span.copyright a{
	color: #888;
	border-bottom: 1px dotted;
}
footer span.copyright a:hover {
	color: #555;
	text-decoration: none;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	outline: 0;
	color: #fff;
	background-color: #000000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
	background-color: #FFFFFF;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #FFFFFF;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #FFFFFF;
}
.topbar {
   height: 40px;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 10000;
   overflow: visible;
}

body {
  padding-top: 40px;
}
	
.col_recruit {
	width: 40%;/*横幅*/
    margin: 2em 0 2em 0px;
    border: solid 1px #999999;/*1本線*/
    border-radius: 9px;
    padding: 1.0em;
    text-align: left;
    display: inline-table;
}
	
.col_recruit02 {

    margin: 2em 0 2em 0px;
    border-radius: 9px;
    padding: 1.0em;
    text-align: left;
    display: inline-table;
}
	
.box_news {
    position: relative;
    width: 60%;/*横幅*/
    margin: 2em 0 2em 0px;
    border: solid 1px #999999;/*1本線*/
    border-radius: 9px;
    padding: 1.0em;
    text-align: left;
    display: inline-block;
}
	
.aboutCompany {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0px;
}
	
.boxworks {
position: relative;
width: 80%;/*横幅*/
margin: 2em 0 2em 0px;
background: #ffffff;
border: solid 3px #ffcccc;/*1本線*/
border-radius: 9px;
padding: 1.0em ;
text-align: left;
display: inline-block;
}

.boxworksimg {
float: left;
margin: 15px;
max-width: 100%;
height: auto;
}

.boxworkstxt{
vertical-align: middle;
}
	
