/* ///////////////////////////////////////////////////////////////////// 
//  00 - font
/////////////////////////////////////////////////////////////////////*/
/* IE10以上 */
@media all and (-ms-high-contrast: none) {
	body {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

body{
	font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color: #297fb9;
	color: #fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #6a6a6a;	
	background: #f3f8fe;
	font-size: 16px;
}

p {margin: 0 0 20px 0;	}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #fff;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #4290ae;	
}


h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #3A4F52;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 2.4em;
	color: #0D466C;
	display: inline-block;
}
h4 {
	font-size: 1.8em;
}
.btn{border-radius: 0;}
.btn-o {
	border: 1px solid #3A4F52;
	color: #3A4F52;
}
.btn-o:hover {
	background: #3A4F52;
	color: white;
}
.btn.btn-o-white {
	border: 1px solid white;
	color: white;
	background: transparent;
}
.btn.btn-o-white:hover {
	background: white;
	color: #6a6a6a;
}


/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/
#header {
	position: relative;
	text-align: center;
	padding: 0 !important;
	display: table;
	width: 100%;
}
/* nav */
.nav a {
	color: #fff;
}
/* navの縦棒 */
.nav-line li a {
	margin-left: -15px;
}
.nav-line li a:after {
	content: "";
	border-right: solid 1px #ccc;
	margin-left: 15px;
}
.nav-line li.last a:after {
	content: "";
	border-right: none;
	margin-right: -15px;
}
/* bootstrap custom */
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
/* top */
#header .top {
	font-size: 0.9em;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#header .top.solid {
    background: #297fb9;
}
#header .top .logo img {
	width: 100px;
	margin-top: 4px;
}
/* center */
#header .center {
	display: table-cell;
	height: 400px; /* anywey */
	vertical-align: top;
	padding-top: 200px;
}
#header .center .slogan h1 {
	color: #3A4F52;
	font-size: 3.6em;
	font-weight: bold;
	line-height: 1.4;
}
@media (max-width: 768px) {
	#header .center {
	padding-top: 100px;
	}
	#header .center .slogan h1 {
		color: #3A4F52;
		font-size: 2em;
		font-weight: bold;
	}
}
#header .center .slogan p {
	font-size: 2em;
	font-weight: bold;
	color: #6a6a6a;
}
/* bottom */
#header .bottom {
	position: absolute;
	left: 0;
	bottom: 100px;
	text-align: center;
	width: 100%;
}
/* スクロールを促すマウスアニメーション */
#mouse,
#mouse:before {
	position: absolute;
	left: 50%;
}
#mouse {
	top: 50%;
	width: 40px;
	height: 65px;
	margin-left: -20px;
	margin-top: -33px;
	box-sizing: border-box;
	border: 2px solid #ffffff;
	border-radius: 25px;
}
#mouse:before {
	content: '';
	top: 8px;
	width: 8px;
	height: 8px;
	background: #ffffff;
	margin-left: -4px;
	border-radius: 4px;
	animation: scroll 1.5s infinite;
	-webkit-animation: scroll 1.5s infinite;
	-moz-animation: scroll 1.5s infinite;
}
@keyframes scroll {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		transform: translateY(41px);
	}
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		transform: translateY(41px);
	}
}
@-moz-keyframes scroll {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		transform: translateY(41px);
	}
}

/*////////////////////////////////////////////////////////////////////////
//  03 - SP menu
///////////////////////////////////////////////////////////////////////*/
.slide_nav button {
	position: fixed;
	top: 0;
	right:0;
	z-index: 999999;
	margin-top: 0;
	padding: 12px 4px 0 0;
	border :none;
	outline: none;
	color: #fff;
} 
.slide_nav ul {
	padding: 30px 0;
}
.slide_nav ul > li > a {
	color: #fff;
}
.slide_nav .navbar-default {
	background: #297fb9;
	border: none;
	color: #fff;
}
/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
	background: transparent no-repeat center center fixed;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	padding: 60px 0;
	object-fit: cover;
}
.block-body {
	margin-top: 60px;
}

#header {
	background-image: url(../images/bg.png);
	max-width: 100%;
}
#parallax {
	background-image: url(../images/main.png);
	color: white;
	margin-top: -40px;
}

#contact {
	background-image: url(../images/newsletter-bg.png);
	color: white;
	background-color: #679FC5;
}
#parallax h1{
	margin-bottom: 60px;
	color: white;
}
/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
	width: 100%;
	padding-bottom: 27%;
	background: #C3C9CC;
	display: table;
	text-align: center;
	vertical-align: middle;
	padding-top: 27%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-bottom: 30px;
}

.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 1;
}
.recent-work:before {
	background: rgba(2, 56, 58, 0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	opacity: 0;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.recent-work:hover {
	background-size: 200%;
	background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
	opacity: 1;
}





/*////////////////////////////////////////////////////////////////////////
//  06 - Parallax
///////////////////////////////////////////////////////////////////////*/

#parallax h1, #parallax h2, #parallax h3 {
	color: white;
}
#parallax h3 {
	margin-top: 20px;
	font-size: 1.6em;
	height: 60px;
}


/*////////////////////////////////////////////////////////////////////////
//  07 - detail
///////////////////////////////////////////////////////////////////////*/


#detail .detail-post img {
	margin-bottom: 20px;
}
#detail .date {
	margin-bottom: 15px;
	font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


#testimonials{
	text-align: center;
}
#testimonials .testimonial > img {
	border-radius: 100%;
	margin-bottom: 15px;
}
#testimonials .testimonial {
	padding: 25px;
}


/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
	color: white;
}
#contact h1{color: white}

.form-control-white {
	background: transparent;
	color: white;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
	color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    white;
	opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    white;
	opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/
#footer,
#copyright {
	background: #297fb9;
	color: #fff;
}
#footer {
	padding-top: 20px;
}
#footer a {
	color: #fff;
}
#copyright { 
	padding-bottom: 20px;
}
/* bootstrap custom */
.breadcrumb {
	background: transparent;
	font-size: 0.9em;
}
.breadcrumb > li+li:before {
	padding: 0;
	color: #fff;
	content: "";
}
.breadcrumb li+li:after {
	content: " ｜";
}
.breadcrumb li a:focus,
.breadcrumb li a:hover {
	color: #0D466C;
}
.breadcrumb li:first-child:after {
	content: " ｜";
}
.breadcrumb li+li:last-child:after {
	content: "";
}


/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (min-width: 481px) and (max-width: 767px){
	.detail-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}
}

@media (max-width: 480px) {
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social {
		margin-top: 5px;
	}

	#header {
		background: url(../images/bg_s.png);
	}
}

/*////////////////////////////////////////////////////////////////////////
//  12 - CUSTOM
///////////////////////////////////////////////////////////////////////*/
.margin-rignt-30 {
	margin-right: 30px;
}
.margin-left-30 {
	margin-left: 30px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.no-pad {
	padding: 0 !important;
}
.pad-10 {
	padding: 10px;
}
.pad-top-20 {
	padding-top: 20px;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.align-top {
	vertical-align: top;
}
.align-bottom {
	vertical-align: bottom;
}
.mark-blue {
	background: linear-gradient(transparent 60%, rgba(13,70,108,0.2) 40%);
	display: inline-block;
}
.arrow-box {
	background: #eee;
	padding: 30px;
	position: relative;
	z-index: 400;
}
.arrow-box:after {
	content: "";
	position: absolute;
	margin-left: -50px;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 50px 0 50px;
	border-color: #eee transparent transparent transparent;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.label {
	display: inline;
	padding: 10px 20px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 2px;
}
.bg-white {
	background-color: white;
}
.bg-none {
	background-color: transparent;
}
.text-green {
	color: #80c46b;
}

/* Googleフォントfor list-num */
@import url(https://fonts.googleapis.com/css?family=Philosopher);

.list-num:after {
	content: "";
	display: table;
	clear: both;
}
.list-num span {
	color: #0D466C;
	font-size: 3em;
	font-family: 'Philosopher';
	list-style: decimal inside;
	vertical-align: middle;
	margin-right: 10px; 
	line-height: 1;
	float: left;

}
.list-num strong {
	color: #297FB9;
	font-size: 1.4em;
	line-height: 1;
	vertical-align: middle;
	/*margin-left: 3em;*/
	display: block;
}


