@charset "utf-8";
/*設定のリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

element.style {
}
.glonav-item a, .glonav-item span.glonav-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}
a, a:link, a:visited, a:active, a:hover {
    color: #000;
    text-decoration: none;
}

/*全体構造*/
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	text-align:center;
	background:#fff;
	}

#wrapper {
	width:100%;
	margin:0 auto;
	text-align:left;
	background:#FFF;/*後で白に変える*/
	}

/*ヘッダー部分*/

#headerWrapper{
	position: fixed;
	width:100%;
	/* min-width:1200px; */
	height:100px;
	background-color:#fff;
	margin:0 auto;
	text-align: center;
  z-index: 100000;
	/* display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around; */
}
#header{
  width: 950px;
	margin: 0 auto;
}
#sp-header{
	display: none;
}
/*会社ロゴ*/
#logo{
	height: 100px;
	/* margin-right: 50px; */
  float: left;
}
#logo img{
	height: 100px;
	/* padding-top: 10px; */
}
/* メインメニュー */
#navbase{
	display: flex; /* 横並び */
  justify-content: flex-end; /* 右寄せ */
	/* float: left;
	margin:auto; */

	height:78px;
	display: block;
}
#navbase ul {
  /* padding: 10px 0 0; */
  /* float: left; */
	display: flex; /* 横並び */
  justify-content: flex-end; /* 右寄せ */
}
#navbase ul li.navbase_menu{
	display:inline-block;
	text-align: center;
	margin-right: 5px;
	width: 110px;
	border-bottom: 2px solid #2ecc71;

	padding: 0 .3em;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(46,204,113,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
	padding: 0 !important;
}
#navbase ul li.navbase_menu a,
.navbase_menu p.about{
	display:inline-block;
	width: 100%;
	height: 78px;
	line-height: 78px;
	text-align: center;
	float: left;
}
#navbase ul li:nth-child(6),
#navbase ul li.navbase_menu a:nth-child(6){
	width: 150px !important;
}

/* 装飾 */
#navbase ul li.navbase_menu:hover{
	background-position: 0 100%;
}
#navbase ul li.navbase_menu a:hover,
.navbase_menu p.about:hover{
	color: #fff;
	}
#navbase ul li.navbase_menu a:hover::after {
  width: 100%;
}
/* submenu */

#navbase ul.submenu{
	/* position: absolute;
	top: 98px;
	left: 0;
	width: 100%;
	height: 135px;
	background: #2ecc71; */
}
#navbase ul.submenu .submenu_list{
	/* width: 750px; */
	margin: 0 auto;
	margin-top: 80px;
	text-align: center;
}

#navbase ul.submenu li {
  width: 200px !important;
	/* float: left; */
	background-color: #fff;
	margin: 0 auto;
}
/* 2つ目以降の要素 */
#navbase ul.submenu li:nth-child(n + 2){
	/* margin-left: 10px; */
}
#navbase ul.submenu li a {
    border-top: 1px solid #eee;
}
#navbase ul.submenu li a{
	display: block;
	line-height: 80px;
	width: 100%;
	float: none;
	padding-left: 10px;
	text-align: left;
	color: #fff;
	background: #2ecc71;
	transition: 0.5s;
	text-decoration: none;
	border-right: 1px solid #eee;
	box-sizing: border-box;

	}

#navbase ul.submenu li a:nth-child(n + 2){
	padding-top: 25px !important;
}

/* hover(マウスオーバー)でサブメニューを表示 */

#navbase ul.submenu li a:hover{
 color: #000;
 filter: alpha(opacity=60);
 -moz-opacity:0.6;
 -khtml-opacity: 0.6;
  opacity:0.6;
}
#navbase ul.submenu{
	/* display: none; */
}
#navbase ul li:hover ul.submenu{
	/* display: block; */
}

#navbase ul li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#navbase ul li:hover ul li{
  overflow: visible;
  height: 78px;
}


/* facebook */
.fb_icon{
	display:inline-block;
	text-align: center;
	margin-right: 5px;
	/* width: 110px; */

	/* padding: 0 .3em; */
  background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(46,204,113,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
}
.fb_icon a{
	display: block;
	width: auto;
	text-align: center;
	/* padding: 60px 0 10px; */
	float: left;
	/* margin-top: 50px; */
}
.facebook {
	width: 110px;
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #1B3D82;
  text-shadow: 0 -1px -1px #1B3D82;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white !important;
  border-radius: 5px;
  padding: 14px 70px;
}
.facebook:hover {
  background-color: #354F84;
}
.facebook:active {
  top: 2px;
	box-shadow: 0 2px 0 #1B3D82;
}

/*content*/
#contents{
	box-sizing: border-box;
 /* min-width:1200px; */
	width:100%;
	margin: 0 auto;
	/* margin-top:20px; */
	background-color:#FFF;
	text-align: center;
	padding: 0 0 50px 0;
  /* margin-top: 30px; */
}
#contents-in {
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
	min-width: 800px;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	border-top: solid 5px #00903a;
	/* -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2); */
}
#contents .service h2{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #2ecc71;
	font-size: 230%;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.3em;
	position: relative;
	display: inline-block;
}
#contents .service h2:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 30px 0 30px;
  border-color: #2ecc71 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
#contents .service h2 p{
	margin: 0;
	padding: 0;
}
#contents .business_wrap {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.business_link{
	height:210px;
}
.business-item{
	float: left;
	text-align: center;
	width: 50%;
	font-size: 110%;
	padding-top: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.business_wrap h3{
	display: block;
  font-weight: bold;
	font-size: 130%;
	letter-spacing: 0.2em;
  /* text-align: right; */
	padding-bottom: 20px;
	height: auto;
}

.business_wrap p{
	display: block;
	/* text-align: right; */
	height: auto;
}
.business_wrap h3 span{
		background: linear-gradient(transparent 50%, #b3ffd2 50%);
}
.business-item-sub{
	float: right;
	width: 50%;
}
.business_wrap img{
	width: 100%;
	height: 100%;
	max-width:100%;
	max-height:100%;
	object-fit: cover;
}
.business-item2{
	float: right;
	width: 50%;
	height: 100%;
	font-size: 120%;
	padding-top: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f5f5f5;
}

.business-item-sub2{
	float: left;
	width: 50%;
}
#business_wrap{
	margin-bottom: 15px;
}
.clearfix{
clear:both;
}

#logo #headright a:hover {
    opacity: 0.7;
}

/* サブページのphoto共通 */
.photo {
    margin-top: -120px;
    padding-top: 120px;
    width: 100%;
    height: 200px;
    margin: 0;
		/* min-width: 1200px; */

}
.photo img{
	display: block;
	width: 800px;
	text-align: center;
  margin: 0 auto;
}
.sub-ttl {
  font-size: 250%;
  font-weight: 500;
  text-align: center;
  padding-top: 70px;
  letter-spacing: .2rem;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-family: 'Alegreya Sans SC', sans-serif;
	/* font-weight: normal; */
	color: #000;
	text-shadow: 1px 1px 0 #FFF, 2px 2px 0 #999, 3px 3px 0 #FFF;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }

/*a:link { color: #fff; }
a:visited { color: #fff; }*/
a:hover { color: #336600; }
a:active { color: #336600; }
/* 全体的なリンクEND */

/* Fotter */
#footer{
	/* min-width:1200px; */
	width:100%;
	padding-top:50px;
	text-align: left;
	clear:both;
	background: #8c8c8c;
	color: #fff;
}
.footer-nav-wrap {
    width: 950px;
    margin: 0 auto;
    padding: 55px 0;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ccc;
  opacity: 0.6;
  border-radius: 50%;
	margin: 5px;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.footer_text{
	background-color: #8c8c8c;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:30px;
}

.footer_text a:link{
	color:#fff;
}

.footer_text a:visited{
	color:#fff;
}

.footer_text a:hover, a:active{
	color:#336600; /*深緑色*/
	text-decoration:none;
}

/* new fotter */
.footer-nav {
    float: left;
    width: 30%;
    margin-right: 50px;
}
.footer-nav.middle {
    width: 21%;
    margin-right: 30px;
    margin-bottom: 50px;
}
.footer-nav-ttl {
    width: 100%;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.footer-nav-list a {
    color: #fff;
		line-height: 2.5em;
}
.footer-nav-list li img{
	/* filter: drop-shadow(0 0 7px #fff);
	-webkit-filter: drop-shadow(0 0 7px #fff); */
}
.footer-nav-list li .privacy img{
	width: 75px;
	height: 75px;
}
.footer-nav-ttl a{
	  color: #fff;
}

.privacy li {
	float: left;
}
.privacy img {
	width: 75px;
	height: 75px;
}

#address{
	display: block;
	width: 100%;
	font-size:10px;
	text-align:center;
	color:#fff;
}



/*ぱんくずリスト*/

#breadcrumbs{
	width:900px;
	height:23px;
	margin-bottom:5px;
	margin-top:15px;
	text-align:left;
	/*margin-left:20px;*/
	padding-left:61px;
	line-height:23px;
}

.buz-table {
  width: 678px;
  height: auto;
  margin: 50px 50px;
  text-align: left;
}
.buz-table th{
	width: 20%;
	padding-left: 10px;
}
.buz-table td{
	width: 80%;
	text-align: left;
	padding: 5px 10px;
}
}


/*フロート解除*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: block;
}

/* 見出しの画像をCSSに */
#main #contents .bar {
    /* background-color: #00903a;
    color: #fff;
    display: block;
		text-align: left;
    width: 655px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    padding-left: 25px;
		z-index:-1; */
}

/* リンクエリア */
.link_area {
	width: 862px;
	margin: 0 auto;
	height: auto;
  padding: 30px 0;
	box-sizing: border-box;
}
.link_area .banner {
	width: 203px;
	height: 100px;
	float: left;
}
.link_area .banner{
	margin-left: 10px;
	margin-bottom: 50px;
}

/* aboutus */
.pj {
	display: block;
	margin: 5px 0;
}

/* Hides from IE Mac */
* html .clearfix{
	height: 1%;

/* clearfix for ie7 hpからコピー必要？*/
.clearfix{
    display: inline-block;

/*フロート解除END*/

/*削除予定*/
/*rightbox初期設定*/

#rightbox{
	width:205px;
	margin-top:20px;
	margin-right:10px;
	background-color:#FFF;/*#4D69A6作業用*/
	float:right;
}

#rightbox .business {
	margin-bottom: 5px;
}

#rightbox .rikunabi {
	border: 1px solid #60a3e6;
	padding-top: 5px;
}

/* サイドバーメニュー */
.localnavi {
  list-style-type: none;
  margin-bottom: 10px;
}

.localnavi ul li {
display: block;
line-height: 38px;
text-align:left;
}

.localnavi li a {
  text-decoration: none;
  font-size:13px;
  width: 171px;
  height:38px;
  padding: 4px 16px;
  display: block;
  border: 0.5px outset #fff;
 background-color: #eee;
 color: #333;
}

.localnavi ul li a:hover {
  text-decoration: none;
  border: 1px outset #fff;
  background-color: #9c9;/*ミントグリーン*/
  color: #fff;
}

.localnavi ul li a:active {
  text-decoration: none;
  border: 1px outset #fff;
  background-color: #228b22;/* #9c9ミントグリーン*/
  color: #fff;
}
