@charset "utf-8";


/*General
---------------------------------------------------------------------------- */	
body{
	ont-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size: 14px;
	line-height: 2.2;
	-webkit-text-size-adjust: 100%;
}
a{
	text-decoration:underline; 
	outline: none;
}
a:hover{
	text-decoration: underline;
 }
a.hover:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
}

a.telno{
	text-decoration:none;
	font-family: 'Roboto Condensed','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
label{
	font-weight:normal;
}
/* フォントサイズ
---------------------------------------------------------------------------- */
/* 基本サイズは14pxに設定されています */

.fs8 {
  font-size: 57% !important; }

.fs9 {
  font-size: 64% !important; }

.fs10 {
  font-size: 72% !important; }

.fs11 {
  font-size: 79% !important; }

.fs12 {
  font-size: 86% !important; }

.fs13 {
  font-size: 93% !important; }

.fs14 {
  font-size: 100% !important; }

.fs15 {
  font-size: 108% !important; }

.fs16 {
  font-size: 115% !important; }

.fs17 {
  font-size: 122% !important; }

.fs18 {
  font-size: 129% !important; }

.fs19 {
  font-size: 136% !important; }

.fs20 {
  font-size: 143% !important; }

.fs21 {
  font-size: 150% !important; }

.fs22 {
  font-size: 158% !important; }

.fs23 {
  font-size: 165% !important; }

.fs24 {
  font-size: 172% !important; }

.fs25 {
  font-size: 179% !important; }

.fs26 {
  font-size: 186% !important; }
.fs32 {
  font-size: 228% !important; }
.bold{
	font-weight:bold;
}
.text-center-pc{
	text-align: center;
}
@media (max-width: 766px){
.text-center-pc{
	text-align: left;
}
.fs24 {
  font-size: 122% !important; }
}
/* WEB Font
---------------------------------------------------------------------------- */
.roboto{
	font-family: 'Roboto Condensed','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ボタン
---------------------------------------------------------------------------- */

.btn-black {
	border-radius: 20px;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #000;
}
.btn-red {
	border-radius: 20px;
  color: #1c1c1c;
  background-color: #fff;
  border-color: #ccc;
}
.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: #fe0000;
  border-color: #fe0000;
}
.btn-red:hover {
  color: #fff;
  background-color: #fe0000;
  border-color: #fe0000;
}
.btn-red.active {
	border-radius: 20px;
  color: #fff;
  background-color: #fe0000;
  border-color: #fe0000;
}
.btn-red.active:focus,
.btn-red.active.focus {
  color: #1c1c1c;
  background-color: #fff;
  border-color: #ccc;
}
.btn-red.active:hover {
  color: #1c1c1c;
  background-color: #fff;
  border-color: #ccc;
}
.btn_detail{
  padding:20px 60px;
  font-weight:bold;
  font-size:18px;
  border-radius: 0;
}
/* レスポンシブ
---------------------------------------------------------------------------- */
@media (min-width: 767px){
.sp{
	display:none;	
}
}
@media (max-width: 766px){
.pc{
	display:none;	
}
.topcontent{
	padding:60px 0 0 0;
}
.btn_detail{
  padding:10px 10px;
  font-weight:bold;
  font-size:16px;
}
}

/*header
---------------------------------------------------------------------------- */
.header{
	margin-top:0;
	padding: 20px 0;
}
.logo{
	float:left;
	margin:20px 10px 20px 0;

}
.header.flex .container{
	display: flex;
}
.header h1{
	margin:10px auto 0 20px;
}
.header h1 a{
	text-decoration: none;
}

#head_right{
	text-align:right;
	margin:0 20px 0 auto;
}
.header ul{
	float:right;
	margin:10px 0 0 0;
	
}
.header ul li{
	float:left;
	display:block;
	margin:0 0 0 20px;
	
}
.header ul li .btn{
	padding:10px 15px;
}
.header .btn-black {
  font-size:18px;
  border-radius: 0;
}
.header h1.text{
	font-size:32px;
}
.navbar h1.text .navbar-brand{
	font-size:22px;
	padding: 15px 0 0 0;
	color: #000;
}
.navbar h1.text .navbar-brand a{
}
/* menu
---------------------------------------------------------------------------- */
.navbar-inverse {
    background-color: #fff;
    border: none;
}
.navbar {
    min-height: 60px;
}
.navbar-fixed-top {
    border-width: 0 0 2px;
}
.navbar h1 {
    margin: 0;
	text-align:center;
}
.navbar h1 img{
    margin: 0 auto;
	padding:10px 0 0 80px;
	max-height:50px;
	width:auto;
}
.navbar-toggle{
	border-radius:0;
	border:none;
	margin:0;
	padding:0;
}
.navbar a.navbar-brand,
.navbar span.navbar-brand {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 4px 0px 0 0;
    padding: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background:none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle{
	background:url(../img/common/menu_o.png) no-repeat #fff center center;
	background-size:80%;
	height:60px;
	width:60px;
}
.navbar-inverse .navbar-collapse,.navbar-default .navbar-form{
	border:none;
	background:#000;
	color:#fff;
}

.navbar-inverse .navbar-toggle.collapsed{
	border:none;
	background:url(../img/common/menu.png) no-repeat #fff center center;
	background-size:80%;
	color:#fff;
}
.navbar-inverse a,
.navbar-inverse a:hover,
.navbar-inverse a:focus{
	color:#fff;
	text-decoration:none;
}
.navbar-inverse .navbar-nav li span {
	font-family: 'Roboto Condensed','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:10px;
	padding:0 0 0 10px;
}

.navbar-inverse .navbar-nav > li > a {
	color:#fff;
  background:url(../img/common/arrow_white.png) no-repeat right center;
  background-size:7px 10px;
  padding:10px;
  border-bottom:1px dotted #fff;
  margin:0 10px;
  text-align:left;
  text-decoration:none;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent;
	color:#ccc;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #080808;
	color: #33a02b;
}
.navbar-inverse .navcontact{
	margin:10px auto;
	width:230px;
}
.navbar-inverse .navcontact > li > a {
	
}
.navbar-inverse .navcontact > li > a .btn{
	border-color:#fff;
	padding:2px 15px;
	float:left;
	display:block;
	margin:0 0 10px 10px;
	font-size:11px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 420px;
}
/* pcmenu
---------------------------------------------------------------------------- */
.menu{
	clear:both;
}

.menu ul{
	margin:0 auto;
}
.menu ul li{
	text-align:center;
	float:left;
	width:16.66%;
	font-size:16px;
	line-height:2.0;
}
.menu ul li#menu01 a{
}
.menu ul li#menu02 a{
}
.menu ul li#menu03 a{
}
.menu ul li#menu04 a{
}
.menu ul li#menu05 a{
}
.menu ul li a{
	text-decoration:none;
	display:block;
	padding:10px 0;
}
.menu ul li span {
	font-family: 'Roboto Condensed','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:12px;
	display:block;
}
/* Path
---------------------------------------------------------------------------- */
.path{
}
.path ul{
	padding:10px 10px;
	margin:0;
}
.path ul li{
	display:inline;
	background:url(../img/common/path_line.png) no-repeat left center;
	padding:10px 10px 10px 20px;
	font-size:12px;
}
.path ul li:first-child{
	background:url(../img/common/home.png) no-repeat left 10px;
}
.path ul li a{
	text-decoration:none;
}
.path ul li a:hover{
	text-decoration:underline;
}
/* content
---------------------------------------------------------------------------- */
h2{
	font-family: 'Roboto Condensed','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:36px;
	font-weight:600;
	text-align:center;
	line-height:2.0;
	margin:20px 0;
}
h2 span{
	font-size:18px;
	display:block;
	font-weight:normal;
	line-height:1.0;
	background:url(../img/common/bg_h2.png) no-repeat center top;
	padding-top:20px;
}
.access{
	padding:40px 0;

}

/* footer
---------------------------------------------------------------------------- */
.footer{
	font-size:11px;
	padding:50px 50px 30px 50px;	
	font-family: 'Roboto Condensed','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.footer ul{
	margin:20px auto;
}
.footer ul li{
	font-size:12px;
	display:inline;
	background:url(../img/common/arrow_white.png) no-repeat left center;
	padding:0 30px 0 10px;
	white-space: nowrap;
	}

.footer ul li a{
	text-decoration:none;
	color:#fff;
}
.footer img {
	vertical-align:bottom;
	padding:0 0 5px 20px;
}
@media (max-width: 767px) {
.footer{
	padding:10px;	
}
}
/* pagetop
---------------------------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 100px;
	right: 50px;
}
#page-top a {
	background:url(../img/common/totop.png) no-repeat center center #FFF;
	color: #fff;
	text-align:center;
	width: 50px;
	display: block;
	height:45px;
	padding:10px;  
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}
#page-top a:hover {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
@media (max-width: 767px) {
#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
}
/*top
---------------------------------------------------------------------------- */

.mainimg{
	text-align:center;
}
.mainimg img{
	width:100%;
	height:auto;
	max-width:1300px;
	margin:0 auto;
}
/*topics
---------------------------------------------------------------------------- */
.topics{
	padding:50px 0;
}
.media{
	line-height:1.8;
}
.pull-left{
	font-weight:bold;
}
@media (max-width: 767px) {
  .media .pull-left {
    float: none!important;
    width: 100%;
    margin-bottom: 0px;
  padding-left: 0;
  }
}
/*phirosophy
---------------------------------------------------------------------------- */
.phirosophy{
	padding:50px 0;
}
.phirosophy p{
	line-height:2.3;
}
@media (max-width: 767px) {
.phirosophy p{
	line-height:1.5;
}
}
/*service
---------------------------------------------------------------------------- */
.service{
	padding:50px 0;
}
.service a{
}
.service a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.service h2{
}
.service h2 span{
	background:url(../img/common/bg_h202.png) no-repeat center top;
}
.service .blockservice{
	position:relative;
	padding:0;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	background: url(../img/top/bg_package.png);
	width: 50%;
}
.service .flex{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.service .blockservice img{
	z-index:1;
	width:100%;
	height:auto;
}
.service .blockservice .detail{
	padding:1px 0;
}
.service h3{
	font-size:18px;
	text-align:center;
	background:url(../img/common/bg_h202.png) no-repeat center bottom;
	padding:20px 0 20px 0;
	font-weight:bold;
}
.service p{
	padding:10px 35px;
	font-size:12px;
}
.service p img{
	max-width: 80%;
	min-height: auto;
	margin: 0 auto;
	display: block;
}

.service .package{
	background:url(../img/top/bg_package.png);
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	
}
.service h4{
	font-size:18px;
	text-align:center;
	padding:20px 0 10px 0;
	font-weight:bold;
}
.service .package .col-md-3{
	border-left:1px solid #2478be;
	display:inline-block;
	vertical-align:top;
	float:none;
}
.service .package .col-md-3 p{
	padding:10px 15px;
	font-size:12px;
}
.service .package .col-md-3.last{
	border-right:1px solid #2478be;
	border-bottom:none;
}
@media (max-width: 767px){
.service .package .col-md-3{
	border-bottom:1px solid #2478be;
	display:block;
	float:left;
}
.service .blockservice{
	width: 100%;
}
.service{
	padding:20px 0;
}
.service p{
	padding:5px 10px;
}
.service .flex{
	display: block;
}
}
/*contact
---------------------------------------------------------------------------- */
.contact{
	padding:50px 0;
}
.contact_line{
	width:auto;
	display:inline-block;
	padding:0 10px 10px 10px;
	margin:10px 0 20px 0;
	line-height:1.4;
}
.contact_line div{
	display:inline;
}
@media (max-width: 767px){
.contact_line div{
	display:block;
}
.contact .btn_detail{
	font-size:15px;
}
}
/*company
---------------------------------------------------------------------------- */
.company{
	padding:50px 0;
}
.tablearea {
	padding:0 50px 20px 50px;
}


.corp td{
	text-align:left;
	border-bottom: 1px dotted #333;
	border-top:none !important;
	padding:8px 15px !important;
}
.corp th{
	text-align:left;
	border-bottom: 1px dotted #333;
	border-top:none !important;
	font-weight:bold;
	padding:8px 15px !important;
}
@media (max-width: 767px) {

.corp th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	background:#ECEDEE !important;
}
.corp td{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.tablearea {
	padding:0 0 20px 0;
}
}
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*recruit
---------------------------------------------------------------------------- */
.recruit{
	background:url(../img/top/recruit.jpg) no-repeat;
	background-size:100% auto;
	padding:50px 0;
}
@media (max-width: 767px) {
.recruit{
	background:url(../img/top/recruit.jpg) no-repeat bottom;
	background-size:100% auto;
}
}
.recruit p{
	line-height:2.3;
}
@media (max-width: 767px) {
.recruit p{
	line-height:1.5;
}
}
/*sub
---------------------------------------------------------------------------- */
.sub{
	padding:50px 0;
	
}
.dotbottom{
		border-bottom:1px dotted #2478be;
}
.sub h3{
	font-size:32px;
	font-weight:normal;
	
}
.sub h4{
	font-size:24px;
	font-weight:normal;
}
.sub h5{
	font-size:20px;
	font-weight:normal;
}
.sub ul.marklist{
	list-style-type:none;
}
.sub ul.marklist li{
	list-style-type:none;
	background:url(../img/common/point.png) no-repeat left 12px;
	padding:0 0 0 15px;
	margin:5px 0;
}

/*contact
---------------------------------------------------------------------------- */
.tablearea input[type="text"],
.tablearea textarea{
	width:100%;
}
/*topics
---------------------------------------------------------------------------- */
p.pager span{
	padding:3px 0;
}
p.pager span.on a{
	background:#1f1f1f;
	color:#fff;
	padding:3px 5px;
}
/*COLOR*/
.btn-blue {
	border-radius: 0px;
  color: #2478be;
  background-color: #fff;
  border:2px solid #2478be;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #2478be;
  border-color: #2478be;
}
.btn-blue:hover {
  color: #fff;
  background-color: #2478be;
  border-color: #2478be;
}
.btn-blue02 {
	border-radius: 0px;
  color: #fff;
  background-color: #2478be;
  border:2px solid #2478be;
}
.btn-blue02:focus,
.btn-blue02.focus {
  color: #2478be;
  background-color: #fff;
  border-color: #2478be;
}
.btn-blue02:hover {
  color: #2478be;
  background-color: #fff;
  border-color: #2478be;
}
body{
	color:#1f1f1f;
}
a{
	color: #1f1f1f;
}
a:hover{
	color: #565656;
 }
a.telno{
	color:#565656 !important;
}
.header{
	color:#565656;
}

.header .btn-blue {
  border:1px solid #2478be;
}

.menu{
	border-top:3px solid #565656;
	border-bottom:3px solid #565656;
}
.menu ul li a:hover{
	background:#565656;
	color:#fff;
}
.path{
	background:#f3f7fb;
	border-bottom:1px solid #565656;
}
h2{
	color:#565656;
}
.footer{
	background: #565656;
	color:#f1f0f0;
}
.topics{
	background:#f1f0f0;
}
.pull-left{
	color:#565656;
}
.phirosophy{
	background: #ffffff;
}
.service{
	background:#d0d0d0;
	color:#fff;
}
.service a{
	color: #1f1f1f;
}
.service h2{
	color: #1f1f1f;
}
.sub{
	background:#fff;
	border-bottom:1px dotted #565656;
}
.contact{
	color:#565656;
}
.contact_line{
	border-bottom:1px dotted #565656;
}
.company{
	background:#f8f9f5;
}
.gmap {
	border:3px solid #565656;
}
.sub h3{
	color:#565656;
	
}
.sub h4{
	color:#565656;
}
.sub h5{
	color:#565656;
}
