@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------

   page

--------------------------------------------------------------------------------------------------*/
/*------------------------------------*\
  $index
\*------------------------------------*/
#top .slider {
  width: 1000px;
  margin: 0 auto;
}
#top #slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#top #slider #sliderInner {
  position: relative;
  left: 50%;
  width: 3000px;
  margin-left: -1500px;
}
#top #slider #sliderInner li {
  width: 1000px;
}
#top #slider #sliderInner #slideFilterL, #top #slider #sliderInner #slideFilterR {
  position: absolute;
  top: 0;
  width: 1000px;
  height: 360px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}
#top #slider #sliderInner #slideFilterL {
  left: 0;
}
#top #slider #sliderInner #slideFilterR {
  right: 0;
}
#top #slider .slider-text {
  position: absolute;
  top: 260px;
}
#top .boxes {
  width: 950px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 70px;
}
#top .boxes .box {
  width: 300px;
  height: 225px;
  border: solid 5px #959DA6;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 25px;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
#top .boxes .box:first-of-type {
  background: url("../image/box01.jpg?v=2");
}
#top .boxes .box:nth-of-type(2) {
  background: url("../image/box02.jpg?v=2");
}
#top .boxes .box:last-of-type {
  margin-right: 0;
  background: url("../image/box03.jpg?v=3");
}
#top .boxes .box .box-title {
  background: #007bbb;
  opacity: .8;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  padding-left: 8px;
}
#top .boxes .box:first-of-type .box-title {
	background:#0033CD;
}
#top .boxes .box:nth-of-type(2) .box-title {
	background:#FF9702;
}
#top .boxes .box:last-of-type .box-title {
	background:#7030A0;
}
#top .boxes .box .box-title:after {
  content: url("../image/triangle.png");
  position: absolute;
  right: 10px;
}
#top .bg-blue {
  background: url(../image/bg-blue.jpg);
  color: #fff;
  text-align: center;
  background-position: bottom;
  background-size: cover;
}
#top .btns {
  width: 830px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 80px;
}
#top .btns a {
  width: 330px;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  background: url("../image/top-btn.png");
  float: left;
}
#top .btns a:last-of-type {
  float: right;
}
#top .news {
  margin: 0;
  padding: 0;
}
#top .news li {
  list-style-type: none;
}
#top .news li a {
  font-size: 16px;
  height: 50px;
  display: block;
  text-decoration: none;
  position: relative;
  line-height: 50px;
  border-bottom: dotted 1px #CCCCCC;
}
#top .news li a:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #007bbb;
  bottom: -1px;
  width: 20%;
}
#top .news li a i {
  position: absolute;
  right: 0;
  padding-top: 17px;
  padding-right: 20px;
}
#top .news li .date {
  margin-right: 40px;
}
#top .news-more a {
  color: #fff;
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #007bbb;
  margin: 30px auto auto;
  display: block;
  text-decoration: none;
}
/*------------------------------------*\
  $recruit
\*------------------------------------*/
#recruit .syokusyu {
  background: #007bbb;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 40px;
}
#recruit table {
  margin: 0 auto;
  border: solid 1px #aaa;
  margin-bottom: 60px;
}
#recruit table th {
  border: solid 1px #aaa;
  text-align: left;
  width: 200px;
  padding: 10px;
}
#recruit table td {
  border: solid 1px #aaa;
  width: 500px;
  padding: 10px;
}
#recruit table:last-of-type {
  margin-bottom: 20px;
}
#recruit .contact-box {
  margin-top: 20px;
  border: solid 1px #aaa;
  border-top: solid 3px #666;
  padding: 10px;
  width: 100%;
  text-align: center;
}

/*------------------------------------*\
  $company
\*------------------------------------*/
#company .rinen .h4-cover {
  text-align: center;
}
#company .rinen h4 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 24px;
  margin-bottom: 16px;
  margin-top: 40px;
  font-weight: bold;
}
#company .rinen h4:before, #company .rinen h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
#company .rinen h4:before {
  left: 0;
}
#company .rinen h4:after {
  right: 0;
}
#company .rinen div {
  font-size: 24px;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  text-align: center;
  line-height: 1.7;
}
#company table {
  border: solid 1px #ccc;
}
#company table th, #company table td {
  border: solid 1px #aaa;
  padding: 10px;
}
#company table th {
  width: 150px;
  text-align: left;
  background: #efefef;
}
#company table td {
  width: 550px;
}
#company table td a {
  color: darkblue;
}
#company table ul {
  margin: 0;
  padding-left: 20px;
}
#company .gray table {
  border: none;
}
#company .gray table th {
  font-size: 13px;
}
#company .gray table th, #company .gray table td {
  border: none;
  border-bottom: solid 1px #aaa;
  background: none;
}
#company .gray table tr:nth-of-type(2n) th {
  background: #efefef;
}
#company .gray table tr:nth-of-type(2n) td {
  background: #efefef;
}

/*------------------------------------*\
  $news
\*------------------------------------*/
#news ul {
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
#news ul li {
  list-style-type: none;
}
#news ul li a {
  font-size: 16px;
  height: 50px;
  display: block;
  text-decoration: none;
  position: relative;
  line-height: 50px;
  border-bottom: dotted 1px #CCCCCC;
}
#news ul li a:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #007bbb;
  bottom: -1px;
  width: 20%;
}
#news ul li a i {
  position: absolute;
  right: 0;
  padding-top: 17px;
  padding-right: 20px;
}
#news ul li .date {
  margin-right: 40px;
}
#news .pager {
  text-align: center;
  margin-top: 40px;
}
#news .pager a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}
#news .pager .current {
  background: #007bbb;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}
#news img.alignright{
	display: block;
	margin: 0 0 0 auto;
}
 
#news img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
 
#news img.aligncenter{
	display: block;
	margin: 0 auto;
}
/*------------------------------------*\
  $news-show
\*------------------------------------*/
#news-show .page-title {
  background: none;
  color: #007bbb;
  font-weight: bold;
  font-size: 22px;
  margin: 20px auto;
  padding-bottom: 10px;
  border-bottom: solid 1px #007bbb;
}
#news-show .content p {
  line-height: 1.7;
}
#news-show .content img {
  max-width: 100%;
}
#news-show .pager {
  text-align: center;
  margin-top: 40px;
}
#news-show .pager a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
#news-show .pager .current {
  background: #007bbb;
  color: #fff;
  font-weight: bold;
}
#news-show .pre-next-link {
  margin-top: 40px;
}
#news-show .pre-next-link .next {
  width: 150px;
  float: left;
  text-align: left;
}
#news-show .pre-next-link .prev {
  width: 150px;
  float: right;
  text-align: right;
}
#news-show .pre-next-link a {
  background: #007bbb;
  color: #fff;
  width: 150px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  font-weight: bold;
}
#news-show .show-date {
  float: right;
  font-size: 12px;
  margin-top: 12px;
}

/*------------------------------------*\
  $contact
\*------------------------------------*/
#contact p:first-of-type {
  margin-top: 30px;
}
#contact table {
  margin: 20px auto;
  width: 100%;
}
#contact table tr:last-of-type th, #contact table tr:last-of-type td {
  height: auto;
  vertical-align: top;
}
#contact table tr:last-of-type td textarea {
  width: 95%;
  height: 145px;
  line-height: 1.7;
  padding-left: 4px;
}
#contact table th {
  width: 20%;
  text-align: left;
  border-bottom: solid 1px #007bbb;
  margin-bottom: 10px;
  padding-left: 10px;
  padding: 12px 0;
}
#contact table td {
  width: 70%;
  height: auto;
  padding: 12px 0;
  border-bottom: solid 1px #007bbb;
  margin-bottom: 10px;
}
#contact table td input {
  width: 95%;
  height: 30px;
  padding-left: 4px;
}
#contact .cnf-btn {
  display: block;
  width: 100px;
  height: 45px;
  background: #007bbb;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  margin: 0 auto;
}
#contact .cnf-btn:hover {
  cursor: pointer;
}
#contact .caution {
  color: red;
}
#contact .tel {
  width: 60px;
}
#contact .adrs {
  width: 60px;
  margin-bottom: 6px;
}
#contact .adrs:first-of-type {
  margin-left: 10px;
}
#contact input#zip {
  width: 100px !important;
  margin-bottom: 6px;
}
#contact #autozip {
  display: none !important;
}
#contact .btns input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
#contact .btns input {
  display: block;
  width: 100px;
  height: 45px;
  background: #007bbb;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  margin: 0 auto;
}
#contact .btns input:hover {
  cursor: pointer;
}

/*------------------------------------*\
$contact-cnf
\*------------------------------------*/
#contact table tr:last-of-type td.naiyo, #contact table tr:last-of-type th.naiyo {
  height: 60px;
}

.contact-cnf table tr:last-of-type th.naiyo {
  height: auto !important;
}

/*------------------------------------*\
$contact-send
\*------------------------------------*/
#contact .back-top a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  margin: 50px auto;
  background-color: #007bbb;
}

/*------------------------------------*\
$works-mizushima
\*------------------------------------*/
#works-mizushima .w-m-images {
  text-align: center;
}
#works-mizushima .w-m-images img {
  max-width: 48%;
  margin-top: 20px;
  margin-right: 4%;
  float: left;
}
#works-mizushima .w-m-images img:nth-of-type(2) {
  margin-right: 0;
}
#works-mizushima .w-m-images a img {
  max-width: 100%;
}
#works-mizushima .boxes {
  width: 48%;
  margin-top: 60px;
  margin-right: 4%;
  float: left;
}
#works-mizushima .boxes:nth-of-type(2n) {
  margin-right: 0;
}
#works-mizushima .boxes img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#works-mizushima .boxes .box-text {
  margin-top: 10px;
}
#works-mizushima .boxes .box-text span.midashi {
  font-size: 1.2em;
  background: #007bbb;
  display: block;
  color: #fff;
  padding: 3px;
  padding-left: 6px;
  margin-bottom: 4px;
}
#works-mizushima .boxes .box-text .underline {
  text-decoration: underline;
}

/*------------------------------------*\
$works-dump
\*------------------------------------*/
#works-dump .w-d-images {
  text-align: center;
}
#works-dump .w-d-images img {
  max-width: 48%;
  margin-top: 20px;
  margin-right: 4%;
  float: left;
}
#works-dump .w-d-images img:nth-of-type(2) {
  margin-right: 0;
}
#works-dump .w-d-images a img {
  max-width: 100%;
}

/*------------------------------------*\
$works-fukuyama
\*------------------------------------*/
#works-fukuyama .w-f-images {
  text-align: center;
}
#works-fukuyama .w-f-images img {
  max-width: 48%;
  margin-top: 20px;
  margin-right: 4%;
  float: left;
}
#works-fukuyama .w-f-images img:nth-of-type(2) {
  margin-right: 0;
}
#works-fukuyama .w-f-images a img {
  max-width: 100%;
}

/*------------------------------------*\
$qa
\*------------------------------------*/
#qa #toggleMenu {
  font-size: 1.1em;
}
#qa #toggleMenu dt {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  background-color: #007bbb;
  color: #fff;
  text-align: left;
  padding: 16px 20px 14px;
  font-weight: bold;
}
#qa #toggleMenu dd {
  width: 100%;
  height: auto;
  text-align: center;
  border: #ddd 1px solid;
  display: none;
  text-align: left;
  padding: 16px 20px 14px;
}
#business h2 {
	border-bottom:solid 4px #007bbb;
	width:30%;
	margin-top:40px;
	margin-bottom:20px;
	}
#business .under-h2 {
	display:none;
	}
#company .access h3 {
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
	margin-bottom:8px;
}
#company .access h3 span {
	font-size:1.2em;
	}
#company .access iframe {
	width: 100%;
	height:400px;
	margin-bottom:60px;
	box-shadow: 0 0 6px #ccc;
}
#recruit .rec_qa_btn a {
	width: 300px;
	font-size:22px;
	font-weight:bold;
	color: #fff;
	height:60px;
	line-height:60px;
	text-decoration: none;
	display:block;
	margin:0 auto;
	text-align:center;
	background: #007bbb;
	margin-top:30px;
	box-shadow:4px 4px 0 #7FBAA7;
}
/*# sourceMappingURL=page.css.map */

header section {
	width: 1000px;
}
header .h-logo.change-h-logo {
	width:313px;
	margin:30px 0;
	float:left;
}
.gray-line nav {
	width: 650px;
	float:left;
}
.gray-line nav ul {
  margin-top: 24px;
}
.gray-line nav ul li {
	width: 125px;
}
.gray-line nav ul li.active {
	border-top:none;
}
#top .boxes {
	position:relative;
}
#top .top-work-bg {
	height:78px;
	background:url(../image/top-work-bg.png);
	background-position: center;
}
#top  {
	position:relative;
}
#top header {
  width: 1000px;
}
#top #slider ul {
	margin-top:0;
	padding-top:0;
}
#top .head-nav-bg {
	background: #fff;
	position:absolute;
	z-index:9999;
  width: 100%;
  opacity: .95;
  margin-top:30px;
  font-weight:bold;
}
#top .gray-line {
  border:none;
}
#top #slider #sliderInner #slideFilterL, #top #slider #sliderInner #slideFilterR {
	height:750px;
}
#top #slider .slider-text {
	top:auto;
  bottom: 30px;
}
header .h-logo.change-h-logo {
  margin: 25px 0;
}
.gray-line nav ul {
  margin-top: 18px;
}
#top .top-work-bg {
  background: url(../image/top-work-bg.gif);
}
#top .business-gray {
	background:#d7d7d7;
	padding-top:35px;
	padding-bottom:35px;
}
#top .business-gray .boxes {
  position: relative;
  margin-bottom:0;
}
#top .boxes .box {
  border: solid 5px #fff;
}
#company .access .ac-left {
	float:left;
	width: 250px;
	margin-top:20px;
}
#company .access h3 {
  text-align: left;
  width: 250px;
  font-size: 1em;
}
#company .access a {
	width: 160px;
	height: 50px;
	background: #007bbb;
	color: #fff;
	font-weight:bold;
	font-size:16px;
	display:block;
	text-align:center;
	line-height:50px;
	text-decoration:none;
	box-shadow:4px 4px 0 #666;
	margin-top:20px;
}
#company .access iframe {
  width: 450px;
}
.gray-line nav {
	position:relative;
}
.gray-line nav ul li ul {
	right:139px;
	margin-top:10px;
}
.gray-line nav ul li ul li a {
	height:60px;
	background:#fff;
	border-bottom:none;
	color: #007bbb;
	font-weight:bold;
	line-height:60px;
	border: solid 1px #007bbb;
	display:block;
	width: 130px;
}
.gray-line ul li ul li {
	background: #fff;
	opacity:1;
	color: #007bbb;
  display: inline;
}
.gray-line ul li ul li:last-of-type a {
	/*border: solid 1px #007bbb;*/
}
.gray-line ul li ul li a:hover {
	background: #007bbb;
	color: #fff;
	opacity:1;
}
#top .boxes .box {
  width: 310px;
  height: 235px;
  margin-right: 10px;
}
.rec_title_right {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  float: right;
  margin-top: 22px;
}
#rec_menu_btn:hover {
	cursor:pointer;
}
#business .a-link {
	margin-top:60px;
}
#business .a-link a {
	display:inline-block;
	margin-right:50px;
	width: 150px;
	height:50px;
	line-height:50px;
	box-shadow: 3px 3px 0 #333;
	text-align:center;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	border-radius:2px;
}
#business .a-link a:first-of-type {
		background: #0033CD;
}
#business .a-link a:nth-of-type(2) {
		background: #FF9702;
}
#business .a-link a:last-of-type {
		background: #7030A0;
}
.gray-line nav ul li#rec_menu_btn_02 ul li a {
	height: 30px;
  background: #0C2388;
  border-bottom: none;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  /* border: solid 1px #007bbb; */
  border-bottom: none;
  display: block;
  width: 130px;
}
.gray-line nav ul li#rec_menu_btn_02 ul li:last-of-type  a{
	/*border-bottom:solid 1px #007bbb;*/
}
.gray-line nav ul li#rec_menu_btn_02 ul {
  left: 124px;
}
.gray-line ul li#rec_menu_btn_02 ul li a:hover {
  background: #fff;
  color: #0C2388;
  opacity: 1;
}

.gray-line nav ul li#rec_menu_btn_03 ul li a {
  height: 50px;
  background: #0C2388;
  border-bottom: none;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  /*border: solid 1px #007bbb;*/
  border-bottom: none;
  display: block;
  width: 130px;
}
.gray-line nav ul li#rec_menu_btn_03 ul li:last-of-type  a{
	/*border-bottom:solid 1px #007bbb;*/
}
.gray-line nav ul li#rec_menu_btn_03 ul {
    left: 253px;
}
.gray-line ul li#rec_menu_btn_03 ul li a:hover {
  background: #fff;
  color: #0C2388;
  opacity: 1;
}
#business .a-link {
	width:560px;
}
#business .a-link a:last-of-type {
	margin-right:0;
}
#business h2.h2-top {
	margin-top: 0;
  border-bottom: 0;
  font-size: 30px;
}
#business .top-boxes .boxes {
	margin-top:20px;
}
#company .rinen div {
  font-size: 30px;
  font-weight: bold;
}
.bx-wrapper {
	max-width: 1080px !important; 
}
#top #slider #sliderInner #slideFilterL,#top #slider #sliderInner #slideFilterR {
	opacity:1;
}
#top #slider #sliderInner #slideFilterL img {
	right: -160px;
  position: absolute;
}
#top #slider #sliderInner #slideFilterR img {
	left: -160px;
  position: absolute;
}
#top .bg-blue {
  background-position: center;
}
#top .bg-blue h2 {
	color: #444;
}
#top .bg-blue .fs-little {
	color: #222;
	font-weight:bold;
}

