/* CSS Document */

@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css?family=Sawarabi Mincho');
@import url('https://fonts.googleapis.com/css?family=Roboto:500');



/*----- 1. Reset.css -----*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/


h1 {
  font-size: 16px;
}

/*----- Helper Classes -----*/


html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
::-webkit-scrollbar {
	display: none;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans;
}

p {
	font-family: Open Sans;
	line-height:1.4;
}

::-moz-selection {
    color: #FFFFFF;
    background: #1eb858;
}

::selection {
    color: #FFFFFF;
    background: #1eb858;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.underline {
	display: inline;
	border-bottom: 3px solid #111;
	padding-bottom: 0;
}

.after-line {
	height: 3px;
	width: 100px;
	background: #001CFF;
	margin-top: -10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	margin: 0 0 20px 0;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}

.logo {
  margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
}

/* ===========================================
	CLASS
=========================================== */

.sp {
	display: none;
}
.spbr {
	display: none;
}
.pcbr {
	display: block;
}
/* font style*/
.font_s {
	font-size: 80%;
}
.font_ss {
	font-size: 70%;
}
.font_b {
	font-weight: bold;
}
.img-responsive-center {
	margin: 0 auto;
}


 @media(max-width:667px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
.spbr {
	display: block;
}
.pcbr {
	display: none;
}
}

/* ------ row Style ----- */

/*gridのgutter調整*/
.row-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.row-0 > [class*="col-"] {
 padding-left: 0;
 padding-right: 0;
}
.row-10 {
	margin-left: -5px;
	margin-right: -5px;
}
.row-10 > [class*="col-"] {
 padding-right:5px;
 padding-left:5px;
}
.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.row-20 > [class*="col-"] {
 padding-right:10px;
 padding-left:10px;
}
.row-30 {
	margin-left: -15px;
	margin-right: -15px;
}
.row-30 > [class*="col-"] {
 padding-right:15px;
 padding-left:15px;
}
.row-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.row-40 > [class*="col-"] {
 padding-right:20px;
 padding-left:20px;
}
.row-60 {
	margin-left: -30px;
	margin-right: -30px;
}
.row-60 > [class*="col-"] {
 padding-right:30px;
 padding-left:30px;
}

.row-center {
	text-align: center;
	letter-spacing: -0.4em;
}
.row-center > [class*='col-'] {
	display:inline-block;
	letter-spacing:0;
	vertical-align:top;
	float:none !important;
}
.row-center.va-middle > [class*='col-'] {
	vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
	vertical-align:bottom;
}


/* ===========================================
	BOXスタイル
=========================================== */

.box {
	padding: 60px 0;
}


/* width css */
.box7 {
    width: 700px;
}

@media screen and (max-width:768px) {
	
.box7 {
    width: 100%;
}


}

@media screen and (max-width:667px) {

.box {
	padding: 60px 0;
}
}



/* -----------------------------------------------------
--------------- Background Styling starts ----------------
--------------------------------------------------------*/

.bg_gray {
	background: #f9f8f4;
}

.bg_paper {
	background: url(../images/bg_paper.jpg);
	
}


/* ------ Navbar Styling Starts ----- */

.navbar-nav {
	font-family: "Sawarabi Mincho";	
	font-weight: bold;
    float: left;
    margin: 0;
}

.navbar {
	font-size: 14px;
  font-family: Open Sans;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 25px;
	letter-spacing: 1px;
	height: 60px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-backface-visibility: hidden;
}


.navbar.past-main img {
	width: 50%;
	height: auto;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}



.navbar-default {
  transition: all 0.6s ease;
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-radius: 0px;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

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

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 14px;
    color: #111111;
  }

.navbar-default .navbar-brand {
	padding-top: 5px;
	color: #111111;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
  transition: 1s;
}

.navbar-default .navbar-nav > li > a {
  color: #111111;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
  transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #A1A1A1;
}

.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #222222;
  }


.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #333333;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
  color: #111111;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
  color: #111111;
}

.navbar-default .nav-white > li > a {
	color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
	color: #999999;
}

.navbar-default .navbar-brand.nav-white {
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

/*---------- Media Queries ---------*/

@media only screen and (max-width: 767px) {
	
h1.brand img {
	width: 76px;
	height: 47px;
}	
	.navbar {
		padding-top: 5px;
		height: 60px;
	}
.navbar-nav {
    float: none;
}

  .navbar-default {
    border: 0px;
    background-color: transparent;
  }

	.navbar-default .navbar-collapse {
		text-align: center;
		border-color: transparent;
	  background-color: #FFFFFF;
	}

  .navbar-default .navbar-collapse {
    border: 0;
    border-color: transparent;
  }

  .navbar-default .navbar-nav > li> a {
    color: #222222;
		margin-top: 10px;
  }

	.navbar-default .navbar-nav > li> a:hover {
		color: #222222;
	}

  .navbar-default .navbar-brand {
    color: #FFFFFF;
		padding: 3px 15px !important;
  }

	.navbar-default .navbar-brand.nav-white {
		color: #FFFFFF;
	}

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

@media only screen and (min-width: 240px) {
	

.navbar.past-main {
	font-size: 14px;
	padding-top: 5px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.99);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}


.navbar-default.past-main .navbar-brand {
	color: #111111;
}

.navbar-default.past-main .navbar-toggle .icon-bar {
	background-color: #111111;
}

.navbar-default.past-main .navbar-nav > li > a {
  color: #222222;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.navbar-default.past-main .navbar-nav > li > a:hover {
  color: #111111;
}

.navbar-default.past-main .navbar-nav > .active > a {
  background: transparent;
  color: #5924EC;
  }


.navbar-default.past-main .navbar-nav > .active > a:hover {
    background: transparent;
    color: #222222;
}

.navbar-default.past-main .navbar-nav > .active > a:focus {
	background: transparent;
  color: #222222;
}

}

.navbar-default .nav-white .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
	background-color: #111111;
}




/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/


#main {
  height: 100%;
}



/*---------------- メインビジュアル ------------------- */

.visual .hero-section {
	background: url(../images/intro-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 0 0;
}

.visual .hero-content {
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.visualWrap {
	padding: 200px 0 50px 0;
}

.visual img {
	margin: 0 auto;
	vertical-align: middle;
}


.visual .hero-content h1 {
	font-size: 44px;
	font-weight: 700;
	color: #00316c;
	line-height: 1.4;
	letter-spacing: -1px;
	margin: 40px 0 20px 0;
}

.visual .hero-content p {
	font-family: Open Sans;
	font-size: 14px;
	color: #222222;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}


@media(max-width:768px) {
	.hero-section {
		padding: 150px 0 100px 0;
	}

	.visual .hero-section {
		padding: 100px 0 50px 0;
	}

	.visual .hero-content {
		padding: 100px 0 50px 0;
		overflow: hidden;
	}

	.visual .hero-content h1 {
		font-size: 44px;
		line-height: 1.4;
	}
	
.visualWrap {
	padding: 0;
}

.visualWrap img {
	width: 80%;
}
	

}


@media(max-width:667px) {
	
.visual .hero-section {
	background: url(../images/intro-bg_sp.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 0 0;
}
	
	
.visual .hero-content h1 {
	font-size: 24px;
	margin: 20px 0 0 0;
}

.visual .hero-content {
	padding: 20px 0 20px 0;
}

.visualWrap {
	padding: 10px 0 30px 0;
}

.visualWrap img {
	width: 90%;
}

}



/* -----------------------------------------------------
--------------- トップページ ----------------
--------------------------------------------------------*/



/* ----- コンセプト ----- */


h2.titstyle1 {
	font-family: "Sawarabi Mincho";	
	color: #00316c;
	position: relative;
	display: block;
	margin: 0 auto 2em;
	font-size: 2.0em;
	text-align: center;
	letter-spacing: 0.1em;
}
h2.titstyle1:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 30px;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1a509d;
}

.topCont h3.tit1 {
	font-size: 1.6em;
	line-height: 1.4;
	margin: 0 0 40px;
	font-weight: bold;
}




/* ----- 制作実績 ----- */

.client-section {
	background-color: #fff;
	padding: 5px 0 0 0;
}

.clients .single {
	padding: 25px 0 25px 0;
}

.clients .single img {
	padding: 0 10px;
}

.client-section .sitename {
	color: #808080;
	padding: 10px 0;	
}

/* ----- 会社概要 ----- */

.company-section .map {
	margin: 0 0 40px;

}

.company-section .address {
	margin: 0 0 10px;
}


.company-section .info a {
	text-decoration: none;
	color: #333;
}


.company-section .info dl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 70%;
	margin: 0 auto 60px;
	font-size: 90%;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
}


.company-section .info dl:after {
    content: "";
    clear: both;
    display: block;
}

.company-section .info ul li {
	padding-left:16px;
	background-image:url("../images/circle_blue.gif");
	background-repeat:no-repeat;
	background-position:0px 4px;
}

.company-section .info dl dt {
	display: block;
	float: left;
	clear: left;
	width: 20%;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	font-weight: bold;
}

.company-section .info dl dd {
	display: block;
	float: left;
	width: 80%;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	text-align: left;
}



/* ----- お問い合わせ ----- */

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

.contact-section h2:before {
	background-color: #fff;
}


.contact-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url(../images/bg_contact.jpg) no-repeat center center;
	background-size: cover;
}


.contact-section .box7 {
	margin: 0 auto;
}

.contactArea {
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact-section .contactArea > .row  {
	margin-bottom: 10px;
}


@media(max-width:768px) {

.company-section .info dl {
	width: 100%;
}

}


@media(max-width:667px) {
	
h2.titstyle1 {
	margin: 0 auto 1.6em;
	font-size: 1.7em;
	letter-spacing: 0.1em;
}
	
.topCont h3.tit1 {
	font-size: 1.3em;
	margin: 0 0 20px;
}

.concept-section p, .case-section p {
	text-align: left;
}

.case-section p.sitename {
	text-align: center;
}	


.company-section .info dl dt {
	width: 25%;
}

.company-section .info dl dd {
	width: 75%;
}



.company-section .map {
	margin: 0 0 20px;
}


.contact-section .contactArea  {
	padding: 0 20px;	
}

}


/* ------- Footer Section Styling Starts ------- */


.footer {
  background-color: #1c293f;
  width: 100%;
  height: 100%;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer p {
	font-size: 13px;
	font-weight: 400;
	color: #A1A1A1;
	line-height: 1.3;
	margin: 10px 0 0 0;
}


/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/


.back-to-top {
	background: rgba(30, 184, 88, 0.5);
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 90;
	display: none;
	text-decoration: none;
	color: #0E1729;
}

.back-to-top i {
	position: relative;
	left: 13px;
	top: 8px;
	font-size: 24px;
	color: #FFFFFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
    background: rgba(30, 184, 88, 0.9);
    color: #FFFFFF;
}

.back-to-top:hover i {
	top: 6px;
}

.back-to-top:focus {
    color: #FFFFFF;
}


.product .back-to-top {
	background: rgba(146, 127, 84, 0.5);
}

.product .back-to-top:hover {
	background: rgba(146, 127, 84, 0.9);
}

