/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);
body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	line-height: 1.6em;
	background-color: #CCC;
}
html {
	width: 100%;
	height: 100%;
}
h1 {
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	text-align: left;
}
h2, h3, h4, h5, h6 {
	margin: 0 0 30px;
	font-family: 'Varela Round', sans-serif;
	color: #444;
}
blockquote {
	font-family: Georgia, arial, sans-serif;
	color: #bbb;
	font-size: 20px;
}
p {
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 1.6em;
}
p.lead {
	font-weight: 600;
}
p.contents {
		margin: 0px;
font-size: 12px;
	line-height: 1.6em;
}
p.head {
	font-weight:bold;
	font-size:18px;
	line-height:2px;
	padding-left:15px;
}
p.child {
	font-size:13px;
	color:#666;
}
a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
}
.light {
	font-weight: 400;
}
img.img-responsive {
/*margin-bottom: 40px;*/
}

.title{
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	background-color: #FFF;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	text-align: center;
	padding: 20px;
	border-top-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #0E1F55;
	border-right-color: #0E1F55;
	border-bottom-color: #0E1F55;
	border-left-color: #0E1F55;
	width: 100%;
}
/* ------- Navigation ------------ */
#navigation {
	background: #fff;
	/*background-image:url(../image/bg-navber.jpg);*/
	background-size:contain;
	z-index: 9999;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 auto;
}
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	font-weight: 700;
}
.navbar-brand:focus {
	outline: 0;
}
.nav.navbar-nav {
	/*background-color: rgba(255,255,255,.6);*/
}
#menu .nav.navbar-bar {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav li {
	float: none;
	display: inline-block;
	text-align: center;
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	margin-left:16px;
	margin-right:16px;
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
}
.navbar-toggle {
	padding: 4px 6px;
	font-size: 14px;
	color: #000;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}
/* loader */
#preloader {
	background: #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
#loaderInner {
	background: #ffffff url(../image/spinner.gif) center center no-repeat;
	height: 60px;
	left: 50%;
	margin: -50px 0 0 -50px;
	position: absolute;
	top: 50%;
	width: 60px;
}
 @keyframes boxSpin {
 0% {
 transform: translate(-10px, 0px);
}
 25% {
 transform: translate(10px, 10px);
}
 50% {
 transform: translate(10px, -10px);
}
 75% {
 transform: translate(-10px, -10px);
}
 100% {
 transform: translate(-10px, 10px);
}
}
 @keyframes shadowSpin {
 0% {
 box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
}
 25% {
 box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
}
 50% {
 box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
}
 75% {
 box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
}
 100% {
 box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
}
}
#load {
	z-index: 9999;
	background-color: #FF4136;
	opacity: 0.75;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin: -5px auto 0 auto;
	left: 0;
	right: 0;
	border-radius: 0px;
	border: 5px solid #FF4136;
	box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
	animation: shadowSpin 1s ease-in-out infinite;
}
/* misc */
hr {
	margin-top: 10px;
}
hr.style-one {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
hr.style-two {
	border-color: #CCC;
}
/* margins */
.marginbot-0 {
	margin-bottom: 0 !important;
}
.marginbot-10 {
	margin-bottom: 10px !important;
}
.marginbot-20 {
	margin-bottom: 20px !important;
}
.marginbot-30 {
	margin-bottom: 30px !important;
}
.marginbot-40 {
	margin-bottom: 40px !important;
}
.marginbot-50 {
	margin-bottom: 50px !important;
}
/* ===========================
--- General sections
============================ */

.home-section {
	padding-top: 20px;
	padding-bottom: 80px;
	display: block;
	position: relative;
	z-index: 120;
	/*background-color: #3e464c;*/
	background-image:url(../image/bg.jpg);
	background-repeat:repeat-x;
}
.sns-section {
	padding-top: 80px;
	padding-bottom: 70px;
	display: block;
	position: relative;
	z-index: 120;
}
.project-section {
	padding-top: 120px;
	padding-bottom: 60px;
	display: block;
	position: relative;
	z-index: 120;
}
.section-heading {
	margin-bottom: 50px;
}
.section-heading h2 {
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 1em;
}
.section-heading i {
	margin-bottom: 20px;
}
/* --- section bg var --- */

.bg-white {
	background: #fff;
}
.bg-gray {
	background: #f8f8f8;
}
.bg-dark {
	background: #575757;
}
/* --- section color var --- */

.text-light {
	color: #fff;
}
/* ===========================
--- Intro
============================ */

.intro {
	width: 100%;
	position: relative;
	background-size: cover;
}
#intro.intro {
}
.intro .slogan {
	text-align: center;
}
.intro .page-scroll {
	text-align: center;
}
.intro .page-scroll a {
	color: #d7d7d7;
}
.brand-heading {
	font-size: 40px;
}
.intro-text {
	font-size: 18px;
}
.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}
.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}
/* ===========================
--- About
============================ */

.icon .fa {
	color: #888;
}
/* ==========================
--- Gallery
============================= */


.item {
	margin: 10px;
}
.item img {
	display: block;
	width: 100%;
	height: auto;
}
/* ===========================
--- Contact
============================ */

.form-wrapper {
	background: #f9f9f9;
	padding: 40px;
	border-radius: 6px;
}
form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	letter-spacing: 1px;
	font-size: 16px;
}
form#contact-form input, form#contact-form select, form#contact-form textarea {
	border-radius: 4px;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	margin-bottom: 20px;
	background: #fefefe;
	color: #888;
}
form#contact-form input, form#contact-form select {
	height: 40px;
}
form#contact-form button {
	border-radius: 4px;
	height: 40px;
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
}
form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	background: #fff;
}
/* ===========================
--- Footer
============================ */

footer {
	padding: 24px 0 10px;
}
footer p {
	color: #f8f8f8;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ccc;
}
/* ==========================
Parallax
============================= */


#separator {
	background-image: url(../img/bgworks.jpg);
	background-size: cover;
	color: #FFF;
}
/*
#separator .icon {
	margin-bottom: 20px;
}

#separator span {
	color: #CCC;
}

#separator:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}
*/
/* ===========================
--- Elements
============================ */

.btn {
	font-weight: 700;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a.btn:hover {
	color: #fff;
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-circle.btn-dark {
	border: 2px solid #666;
	color: #666;
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255,255,255,.1);
}
.btn-circle.btn-dark :hover, .btn-circle.btn-dark :focus {
	outline: 0;
	color: #999;
	background: #fff;
}
.btn-circle.btn-dark :hover i, .btn-circle.btn-dark :focus i {
	color: #999;
}
.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
 @-webkit-keyframes pulse {
 0 {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0 {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
.btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active {
	color: #fff;
	background-color: #f5a76a;
	border-color: #f5a76a;
}
.btn-default:hover, .btn-default:focus {
	border: 1px solid #28c3ab;
	outline: 0;
	color: #000;
	background-color: #28c3ab;
}
.btn-huge {
	padding: 25px;
	font-size: 26px;
}
.banner-social-buttons {
	margin-top: 0;
}


/* Media queries */

@media (max-width:768px) {
.navbar-header .fa {
	color: #666;
}
.col-xs-6 {
	margin-bottom: 30px;
}
}
 @media (max-width:480px) {
.navbar-custom .nav.navbar-nav {
	background-color: rgba(255,255,255,.4);
}
.navbar.navbar-custom.navbar-fixed-top {
	margin-bottom: 30px;
}
.page-scroll a {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	font-size: 20px;
}
}
.indexall {
	width: 800px;
	height: 139px;
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	margin: -69px 0 0 -400px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;
}
.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.sns {
	text-align: center;
	padding-top: 130px;
	border-radius: 15px;
}
.worksinleft {
	background-color: rgba(250,110,168,0.2);
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	border: 5px solid #FFF;
}
.worksincenter {
	background-color: rgba(118,196,127,0.2);
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	border: 5px solid #FFF;
}
.worksinright {
	background-color: rgba(61,182,227,0.2);
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	border: 5px solid #FFF;
}
.indexenter {
	border: 2px solid #666;
}
.indexall {
	vertical-align: middle;
	text-align: center;
}
.aboutright {
	margin-left: 60%;
}
p.aboutunder {
	text-align: right;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
#acMenu dt {
	display: block;
	line-height: 50px;
	cursor: pointer;
}
#acMenu dd {
	line-height: 50px;
	display: none;
}
.mail {
	color: #666;
	font-weight: 700;
	border-bottom-style: solid;
	border-width: 1px;
}
.block_title {
	font-size: 4em;
	font-weight: 300;
	text-align: center;
	overflow: hidden;
	margin-bottom: 70px;
}
.block_title:before, .block_title:after {
	content: "";
	background: #666;
	display: inline-block;
	height: 2px;
	position: relative;
	width: 42%;
	vertical-align: middle;
	margin-top: -10px;
}
.block_title:before {
	right: 0.5em;
	margin-left: -42%;
}
.block_title:after {
	left: 0.5em;
	margin-right: -42%;
}
.shadow-in {
	border: solid 1px #CCCCCC;
	-webkit-box-shadow: 0 0px 10px 0px #777 inset;
	-moz-box-shadow: 0 0px 10px 0px #777 inset;
	box-shadow: 0 0px 10px 0px #777 inset;
}
p.topw {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.custombtn {
	background-color: #36C;
	padding:20px 0;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	border-radius:6px;
	font-size: 16px;
}
.custombtn:hover, .custombtn:focus, .custombtn:active, .custombtn.active {
	color: #fff;
	background-color: #39F;
}
.banner {
	margin-bottom:10px;
}
.ggmap {
position: relative;
padding-bottom: 40%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 80%;
}
.item {
	margin:0 0 20px;
	color:#5f7626;
}
.childhead {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #203744;
}
.childheadword {
	font-size:18px;
	font-weight:bold;
	margin:0;
	color: #FFF;
	background-image: url(title.jpg);
	background-repeat: no-repeat;
	background-size:100% 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	background-position: 4px top;
}
.childheadborder {
	border-top:dashed 1px #666;
	margin:4px 0 0;
	padding:0;
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #000;
  -webkit-box-shadow: 0 20px 10px #999;
  -moz-box-shadow: 0 20px 10px #999;
  box-shadow: 0 20px 10px #999;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.contentsin{
	background-color:#17184b;
	padding: 4px 1px;
	border-radius:4px;
}
.contentshead{
	font-weight:600;
	font-size:18px;
	color:#fff;
	margin-top:4px;
	margin-bottom:8px;
	padding-left:10px;
}
.contentsmenu{
	padding:10px;
	background-color:#FFF;
}
.smartborder{
	border-top:1px dashed #bbb;
	margin:8px 0;
}
.mobileHidden { display:none;}

@media screen and (min-width:768px) { 
    .desktopHidden { display:none;}
    .mobileHidden { display:inline;}
}
.navorg{
	font-size:14px;
	font-weight:bold;
	/*padding:0 26px;*/
}
.navact{
	background-color:#cdddab;
	color:#333;
	/*margin:-10px -20px;*/
}

/*--------------------------------------------------------------
# gmail
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/aig-ai230605004-xl.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ffc451;
  border-color: #ffc451;
  color: #151515;
}

