@charset "utf-8";
body{
	background-color: #fafafa;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
a{
	color: #00a3c6;
}
a:hover{
	color: #4BDFFF;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .5s;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
section{
	padding: 80px 0px;
}
section h2{
	margin-bottom: 50px;
	margin-top: 0px;
	font-weight: 400;
	text-align: center;
}
header{
	height: 700px;
	width: auto;
	background-image: url(../images/top_img.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	
}
header .navbar-brand{
	padding: 0px;
}
header .navbar-brand img{
	height: 50px;
	width: 135px;
}
header .navbar-brand h1{
	margin: 0px;
	padding: 0px;
}
header .navbar-default{
	background-color: #000;
	color: #FFF;
}
header .navbar-default .navbar-nav > li > a {
  color: #ffffff;
	font-size: 16px;
}
header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a:focus {
  color: #777777;
}
header .navbar-default .navbar-toggle {
  border-color: #777777;
}
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background-color: #777777;
}
header .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
#philosophy h2{
	margin-top: 50px;
	margin-bottom: 50px;
}
#philosophy p{
	text-align: center;
	line-height: 30px;
}
#netservice .col-sm-6{
	padding: 0px;
	background-color: #FFF;
	height: 350px;
}
#netservice h3 , #netservice p , #netservice a{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#netservice .text1 h3{
	margin-top: 70px;
}
#netservice .text2 h3{
	margin-top: 50px;
}
#netservice .text1 p{
	max-width: 390px;
}
#netservice .text2 p{
	max-width: 450px;
}
#netservice .img1{
	background-image: url(../images/net_img1.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	
}
#netservice .img2{
	background-image: url(../images/net_img2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
}
#consulting{
	background-color: #f2f4fb;
}
#consulting h2{
	margin-bottom: 10px;
}
#consulting h3{
	margin-top: 0px;
	margin-bottom: 50px;
	text-align: center;
}
#consulting h4{
	margin: 20px 0px;
}
#consulting p{
	text-align: center;
}
#consulting .row {
	max-width: 1000px;
}
#consulting .col-sm-4{
	margin-top: 50px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
#consulting .col-sm-4 p{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}
#consulting .otherlink{
	text-align: center;
}
#investment h3, #investment p{
	color: #FFF;
}
#investment p{
	margin: 20px 0px;
	max-width: 500px;
}
#investment .content1{
	background-image: url(../images/in-img1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 340px;
	
}
#investment .content1 h3{
	margin: 50px 0px 0px
}
#investment .content2{
	background-image: url(../images/in-img2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 340px;
	
}
#investment .content2 h3{
	margin: 40px 0px 0px;
}
#news a{
	color: #333;
}
#news .row{
	width: 90%;
	max-width: 1000px;
}
#news .otherlink{
	color: #00a3c6;
	text-align: center;
}
#news h4{
	margin: 40px 0 0;
}
#company{
	background-color: #FFF;
}
#company .col-sm-12 p{
	color: #999;
}
#company .col-sm-6 p span{
	font-weight: bold;
}
#company .img-box{
	padding-left: 0px;
	padding-right: 0px;
}
#company img {
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.30);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.30);
}
#company .about{
	margin-top: 50px;
}
.ggmap {
position: relative;
padding-top: 30px;
height: 250px;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 250px;
}
.ggmap{
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.30);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.30);
}
#contact .form-group .col-sm-3, #contact .form-group .col-sm-9{
	margin-bottom: 10px;
}
#contact label{
	font-weight: 500;
}
#contact .btn-lg{
	background-color: #00a3c6;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 100px;
	width: 250px;
}
#contact .btn-lg:hover{
	background-color: #4BDFFF;
	-webkit-transition: all .3s;
	transition: all .5s;
}
footer{
	background-color: #000;
}
footer p{
	margin: 0px;
	padding: 10px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
/*フェードイン+up*/
.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}
    
.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
/*ここまで*/

/*カテゴリ・シングルページオリジナル*/
.caterory header, .single header{
	height: 200px;
	background-size: cover;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}
.caterory header:before, .single header:before{
	content: '';
	background: inherit;/*.bgImageで設定した背景画像を継承する*/
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	/*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;/*重なり順序を一番下にしておく*/
}
.caterory .categoryTitle {
	margin-bottom: -30px;
}
.caterory section .container-fluid, .single section .container-fluid{
	max-width: 1000px;
}
.single section .container-fluid{
	background-color: #FFF;
	padding: 30px 20px;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.30);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.30);
}
.caterory .row{
	background-color: #FFF;
	margin: 30px 20px;
	padding: 20px;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.30);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.30);
}
.caterory h3{
	font-size: 34px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.single h2{
	margin-bottom: 10px;
}
.single .date{
	margin-bottom: 30px;
	text-align: center
}
/*カテゴリページオリジナルここまで*/

@media (min-width: 1200px){
.container-fluid {
	max-width: 1200px;
}
header{
	height: 800px;
}

}

@media (max-width: 767px){
h2{
	font-size: 32px;
}
h3{
	font-size: 22px;
}
h4{
	font-size: 22px;
}
p{
	font-size: 16px;
	line-height: 24px;
}
section{
	padding: 30px 0px;
}
section h2{
	margin-bottom: 50px;
	margin-top: 30px;
}
header{
	height: 500px;
}
#netservice .row{
	margin: 30px 10px;
}
#netservice .col-sm-6{
	height: auto;
}
#netservice h3 , #netservice p , #netservice a{
	margin-bottom: 10px;
}

#netservice .text1, #netservice .text2{
	margin-top: 0px;
	padding: 20px 0;
}
#netservice .text1 h3, #netservice .text2 h3{
	margin-top: 0px;
}
#netservice .img1, #netservice .img2{
	height: 300px;
}
#consulting h4{
	margin: 20px 0 10px 0
}
#consulting .col-sm-4{
	margin-top: 30px;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
#consulting .col-sm-4 p{
	font-size: 14px;
	line-height: 20px;
}
#consulting .otherlink{
	margin: 0px 0 50px 0;
}
#investment h3, #investment p{
	color: #FFF;
}
#investment p{
	margin: 20px 0px;
}
#investment .content1, #investment .content2{
	height: auto;
	padding: 30px 0;
}
#investment .content1 h3, #investment .content2 h3{
	margin: 0px;
}
#news h4{
	margin: 40px 0;
}
#company p{
	font-size: 14px;
	line-height: 18px;
}
#company .img-box, #company .ggmap{
	margin: 30px 20px;
}
#company .about{
	margin-top: 30px;
}
.ggmap {
height: 200px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
width: 100%;
height: 200px;
padding-right: 0px;
padding-left: 0px;
}
#contact .form-group .col-sm-3, #contact .form-group .col-sm-9{
	margin-bottom: 0px;
}
#contact label{
	font-size: 16px;
}
#contact .btn-lg{
	margin: 30px auto 50px;
	width: 230px;
}
/*カテゴリページオリジナル*/
.caterory header, .single header{
	height: 250px;
}
.caterory .row{
	margin: 20px 10px;
	padding: 10px 0;
}
.caterory h3{
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.caterory p{
	font-size: 14px;
	line-height: 20px;
}
.single section .container-fluid{
	margin: 10px;
}
.single img{
	width: 100%;
	height: auto;
}

/*カテゴリページオリジナルここまで*/
}

/*ページナビゲーション*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin-top: 5%;
}
.wp-pagenavi > * {
	display: inline-block;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #000;
	background-color: #FFF;
	padding: 5px 10px;
	margin: 0 2px;
	white-space: nowrap;
	text-align: center;
	text-decoration:none;
	background-color: #FFF;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.30);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.30);
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#4BDFFF; 
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #00a3c6;
}
@media screen and (max-width: 767px) {
	.wp-pagenavi .page, .wp-pagenavi .extend {
		display: none;
	}
}