@charset "utf-8";


/****************************************************************************/
/* 共通設定                                                                 */
/****************************************************************************/
* {
  margin:0px;
  padding:0px;
}

html {
  scrollbar-face-color: #180b09;
  scrollbar-track-color: #2a1311;
  scrollbar-arrow-color: #5d413e;
  scrollbar-highlight-color:#180b09;
  scrollbar-shadow-color: #2a1311;
  scrollbar-3dlight-color: #2a1311;
  scrollbar-darkshadow-color: #2a1311;
}

body {
  font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  text-align:center;
}

#wrapper {
  width:900px;
  margin:0px auto;
  text-align:left;
  padding:0px 20px 0px 20px;
}

#main {
  clear:both;
  width:898px;
  background-color:#ffffff;
  text-align:left;
  border-top:2px solid #544d3d;
  border-left:1px solid #9a9588;
  border-right:1px solid #9a9588;
  float:left;
}
ul,li{
  list-style:none;
}
img a{
  border:none;
}
a:hover img{
  opacity:0.5;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.imga a:hover img{
  opacity:0;
  filter:alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
.aright{
  text-align:right;
}
.acenter{
  text-align:center;
}
.bline{
  border-bottom:1px dotted #9a9588;
  padding:0 0 10px;
}
img {max-width: 100%;}
/****************************************************************************/
/* フォント                                                        */
/****************************************************************************/
/* 明朝体 */
.mincho {
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.bold {
  font-weight: bold;
}

/****************************************************************************/
/* 余白・位置 (汎用)                                                        */
/****************************************************************************/
/* 上余白 */
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}
.mt300 {margin-top:300px;}

/* 下余白 */
.mb05  {margin-bottom:5px;}
.mb10  {margin-bottom:10px;}
.mb20  {margin-bottom:20px;}
.mb30  {margin-bottom:30px;}
.mb40  {margin-bottom:40px;}
.mb50  {margin-bottom:50px;}
.mb60  {margin-bottom:60px;}
.mb80  {margin-bottom:80px;}
.mb100 {margin-bottom:100px;}
.mb150 {margin-bottom:150px;}
.mb200 {margin-bottom:200px;}

/* 左余白 */
.ml05 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml40 {margin-left:40px;}

/* 右余白 */
.mr05 {margin-right:5px;}
.mr07 {margin-right:7px;}
.mr08 {margin-right:8px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr40 {margin-right:40px;}

/* 位置 */
.center {text-align:center;}
.right  {text-align:right;}



/****************************************************************************/
/* 文字装飾 (汎用)                                                          */
/****************************************************************************/
/* 文字：コメント・強調等 */
.red       {color:#CC0000;}
.bg_yellow {background-color:#FFFF00;}
.bg_brown  {background-color:#FFFF99;}
.bg_green   {background-color:#CCFEA7;}
.txt18 {font-size: 18px;}
.txt21 {font-size: 21px;}
.txt24 {font-size: 24px;}

/* 文字：リンク */
a.link, a.link:link         {color:#3366CC;border-bottom:1px dotted #3366CC;text-decoration:none;}
a.link:visited              {color:#663366;border-bottom:1px dotted #663366;text-decoration:none;}
a.link:hover, a.link:active {color:#3366CC;border-bottom:1px solid #3366CC;text-decoration:none;}

a img {border:none;}
li img { vertical-align:text-bottom;}



/****************************************************************************/
/* その他 (汎用)                                                            */
/****************************************************************************/
/* 回り込み */
.floatL {float:left;}
.floatR {float:right;}

/* 回り込みのクリア */
.clear {clear:both;font-size:0px;}

/* 情報グルーピング用の区切り線 */
hr {display:none;}

/* 画像枠線 */
img {border:none;}


/****************************************************************************/
/* フッター                                                                 */
/****************************************************************************/
#footer {
  clear:both;
  background-color:#1b150c;
}
#footercontents {
  width:900px;
  padding:0px;
  font-size:14px;
  margin:0px auto;
  padding:20px;
  line-height:1.8em;
  overflow:hidden;
}
#footer ul li {
  list-style:none;
  border-bottom:1px dotted #fff;
  color:#ffffff;
}
#footer .tline {
  border-top:1px dotted #fff;
}
#footer ul{
  width:197px;
}
#footer ul li a {
  color:#ffffff;
  text-decoration:none;
}
#footer ul li a:hover {
  color: #cc9900;
}
#footer ul li img {
  padding:9px 0;
}
.footerL{
  width:414px;
  margin:50px 20px 0 0;
  float:left;
  display:block;
}

.footerR{
  width:426px;
  margin:20px 0 0 0;
  float:right;
  display:block;
}
#footer .ulimg{
  text-align:right;
  margin:20px 0 0 0;
}

#footer p {
  text-align:left;
}

#footer p a {
  color:#ffffff;
  text-decoration: none;
}

#footer p a:hover {
  color: #cc9900;
  text-decoration:underline;
}

address {
  clear:both;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#ffffff;
  padding:50px 0 20px 0;
  text-align:center;
}

.header-tel {
	position: absolute;
	right: 0;
	top: 0;
}
.btn-tel {
	display: block;
	background-color: #009944;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	padding: 10px 15px;
	font-weight: bold;
	border: 1px solid #094;
	transition: .2s;
}
.btn-tel:hover {background-color: #fff;color: #e60012;}

h1 {
  float: left;
  font-size: 30px;
  font-weight: normal;
}

.navi {
  float: right;
  list-style: outside none none;
  margin-right: 20px;
}

.navi > li {
  float: left;
  padding: 0 20px;
}

.navi a {
  text-decoration: none;
  color: #333;
}

.navi a:hover {
  text-decoration: underline;
  color: #ccc;
}

img.mainimg {
  width: 100%;
	vertical-align: bottom;
}

div.main {
}
div.inner {
  margin: 0 auto;
  width: 900px;
  padding: 100px 0;
}


table {
  margin-bottom: 70px;
  text-align: left;
  width: 100%;
}

th {
  background: #fff none repeat scroll 0 0;
  font-weight: normal;
  padding: 20px;
  vertical-align: top;
  width: 30%;
}

td {
  line-height: 2.5;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

h3 {
  color: #535554;
  font-size: 40px;
  margin: 0 auto 50px;
  text-align: center;
  width: 65%;
}
h3 span::after {
	content: '';display: block;width: 50%;border-bottom: 5px solid #e60012;
	position: absolute;left: 0;top: -5px;
}

h3 span {
  border-top: 5px solid #009944;
  color: #9a9588;
  display: block;
  font-size: 17px;
  margin: 20px auto 0;
  padding-top: 7px;
  width: 80%;
	position: relative;
}
h4 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #094;
}
h5 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #535554;
}

#sfm-layout table {
  width:100%;
  color:#333;
  margin:0px auto;
  font-size:14px;
  color:#333333;
}

.style1 {
  font-size: 12px;
  font-weight:bold;
  color:#FF0000;
}

#sfm-layout td {
  text-align:left;
}

#name_s, #kana, #address2, #address3, #email_s, #emailcheck, #subject { width: 224px;
}

#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 { width: 60px; }

#formWrap {
  width:80%;
  margin:30px auto 50px;
  color:#555;
  line-height:120%;
  font-size:90%;
  background-color: #fff;
  padding: 20px 0;
}
table.formTable{
  width:100%;
  margin:50px auto 20px;
  border-collapse:collapse;
}
table.formTable td,table.formTable th{
  border:none;
  padding:10px;

}
table.formTable th{
  width:30%;
  font-weight:normal;
  text-align: right;
  padding-top: 17px;
}
table.formTable input,table.formTable textarea {
  border:0;
  padding:5px;
  font-size:1.3em;
  font-family:Arial, sans-serif;
  color:#333;
  border:solid 1px #ccc;
  width:80%;
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

#formWrap p input {
  border:solid 1px #ccc;
  padding:5px 20px;
  font-family:Arial, sans-serif;
  font-size:1.1em;
  text-transform:uppercase;
  color:#333;
  cursor:pointer;
}
#formWrap input[type=submit] {background-color:#3284c1;color: #fff;}

footer {
  background-color: #094;
}

.flex {display: flex;flex-wrap: nowrap;}
.flex > div { display: block;width: 100%;}

.col-r { float:right; }
.col-l { float:left; }
.w40 { width: 40%; }
.clear { clear:both!important; }
li { padding-bottom:10px; text-align:left; }


.first {text-align: center;padding: 40px 0;}
.first h2 {
  display: block;
  text-align: center;
  float: none;
  margin-bottom: 1em;
  font-family: serif;
  font-size: 2em;
}
.first p {font-size: 1.2em;line-height: 1.8;}
.company .inner {padding-bottom: 0;}
.company {
background: #fff url('../images/bg_company.jpg') 0 0 no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.service {
  background: #fff url('../images/work.jpg') right 0 no-repeat;
  background-size: auto 100%;
}
.service ul {width: 80%;margin: 0 auto;}
.service li {font-size: 1.2em;}
.service li:before {content: '\01F659';color: #c90;margin-right: 5px;}

.main > div:nth-of-type(2n + 1) {
  background-color: #e6edd9;
}

/* レスポンシブメニュー */
.logo {
  font-weight: bold;
  letter-spacing: 3px;
  float: left;
  text-align: left;
  line-height: 1;
  overflow: visible;
}
.logo a {color: #083479;text-decoration: none;}
.nav-wrap {
  width: 50%;
  float: right;
  transition: .2s;
}
.header {
  max-width: 900px;
  width: 100%;
  height: 55px;
  margin: 20px auto;
  background: #fff;
}
.nav {
  width: 100%;
  float: right;
}
.nav li {
  float: left;
  text-align: center;
  width: 25%;
  box-sizing: border-box;
	padding-bottom: 0;
}
.nav li a {
  text-decoration: none;
  color: #333;
}
.nav li a:hover {
  color: #ccc;
}
.nav-button {
  display: none;
}
.nav-wrap.open {
  display: block;
  opacity: 1;
}
.nav-wrap.close {
  display: none;
}
.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #448aff;
  text-decoration: none;
  color: #fff;
  line-height: 40px;
  width: 40px;
  transition: .2s;
  border: 1px solid #448aff;
}
.totop:hover {
  background-color: #fff;
  color: #448aff;
}

.dl-work {
	text-align: left;
	display: flex;
	background-color: #fff;
	min-width: 100%;
  margin-bottom: 80px;
}
.dl-work dt,.dl-work dd {width: 50%;padding: 20px;white-space: nowrap;background-color: #fff;line-height: 1.7;}
.dl-work dt {font-weight: bold;color: #2f7e38;width: 21em;}
.dl-work dd {width: 100%;}

.scwrap .dl-work{
width:100%;
}
.scwrap{
overflow: auto;
white-space: nowrap;
margin: 40px 0;
}
.scwrap::-webkit-scrollbar{
height: 5px;
}
.scwrap::-webkit-scrollbar-track{
background: #F1F1F1;
}
.scwrap::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.rec-first {
	text-align: left;
	margin-bottom: 80px;
	background-color: #fff;
	padding: 40px 30px 30px;
}
.rec-first p {margin-bottom: 1em;}

.rec-first .pic {width: 50%;padding-right: 20px;padding-bottom: 10px;}

.box-contact {background-color: #fff;padding: 30px;}

.table-recruit th {
	background-color: #094;color: #fff;font-weight: bold;text-align: right;width: 8em;line-height: 1.8;
}

.list-shikaku {
	display: flex;
	background-color: #fff;
	min-width: 100%;  
  flex-wrap: wrap;
  padding: 30px;
}
.list-shikaku li {
  counter-increment: num;
  width: calc(100% - 70px);
  box-sizing: border-box;
  color: #666;
  letter-spacing: 1px;
  padding-left: 40px;
  position: relative;
  white-space:normal;
  box-sizing: border-box
}
.list-shikaku li::before {
  content: counter(num);
  color: #094;font-weight: bold;
  width: 28px;
  line-height: 28px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  border: 1px solid #094;
  position: absolute;
  left: 0;
  top: -4px;
}

@media screen and (min-width: 768px) {
	.mb {display: none;}
  .nav-wrap {
    display: block !important;
    text-align: right;
		margin-top: 30px;
  }
  .nav {
    text-align: right;
  }
  .list-shikaku li {
    width: 50%;
  }
}
.content {
  padding: 20px;
}

.main > .work:nth-of-type(1),.main > .recruit:nth-of-type(1) {background-color: #f4f7f0;}

@media screen and (max-width: 767px) {
	.pc {display: none;}
	.flex {flex-wrap: wrap;}
	.flex > div {width: 100%;}
	.logo a img{height: 40px;}
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    padding-top: 70px;
    opacity: 0;
  }
  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
	.header-tel {left: 0;top:auto;bottom: 0;position: fixed}
	.totop {bottom: 70px;}
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .header {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 10px;
    position:relative;
    height: 70px;
  }
  .logo {
    width: 100%;
  }
  .nav-button {
    z-index: 20;
    position: fixed;
    width: 40px;
    height: 36px;
    right: 5%;
    top: 15px;
    margin: auto;
  }
  .nav li {
    float: none;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    margin: 15px 10px;
    display: block;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    background: #fff;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    background: #fff;
  }

}

@media only screen and (max-width:640px){
  div.inner {margin: 0 auto; width: 95%; overflow-x: hidden;padding-top: 40px 5px;}
  th, td { display: block; width: 100%; box-sizing: border-box; }
  th { padding: 10px; }
  td { padding: 10px 0; }
  .w40 { width: 100%; }
  #formWrap { width: 100%; margin: 0 auto 50px; }
  table.formTable th { width: 100%;text-align: left; }
  textarea { width: 100% !important; overflow-x: hidden; }
  address { padding: 20px 0; }
  .mt100 { margin-top: 30px; }
  h3 { font-size: 30px; width: 100%;margin-bottom: 30px; }
  iframe { width: 100% !important; }
  img.mainimg { margin-bottom: 30px; }
  .service {padding: 20px;}
  .service .inner {background-color: rgba(255, 255, 255, 0.8);padding: 30px 0;}
  .service ul {text-align: center;width: 100%;margin-top: 0;}
  .service li {text-align: center;}
  .service li:before {content: none;}
  .company td {padding-left: 10px;}
  #formWrap {padding: 0;}
  table.formTable input, table.formTable textarea {width: 100%;box-sizing: border-box}
  #formWrap p {text-align: center;padding-bottom: 30px;}
  #formWrap p input {width: 45%;padding: 5px 0;}
	.first p {text-align: left;padding: 0 10px;line-height: 1.6;}
	.dl-work dt,.dl-work dd {width: auto;}
	.rec-first .pic {width: 100%;padding: 0;}
	.table-recruit th {width: 100%;text-align: center;}
	.table-recruit td {padding: 10px;line-height: 1.5;}
}