@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
* {
font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	font-weight: 500;
 letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}

.utility-sp{
	display: none;
}
body {
    font-size: 14px;
    font-size: 1.3rem;
    line-height: 1.6;
	min-width: 1000px;
}
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}


img {
	border: 0;
	vertical-align:bottom;
}
.for-mv{
	display: block;
}
a { text-decoration: none;}

ul, li { list-style: none;}
.for-pc{ display:block;}
.for-tab,.for-sp { display: none;}

.pd10_p{ padding-bottom:10px;
       display:inline-block;
			 }
.for-tab{ display:none;}
/* インデント */
p.indent-1 {
padding-left:7px;
text-indent:-7px;
}
p.indent-2 {
padding-left:1em;
text-indent:-1em;
}
/* float */
.fLeft { float: left !important;}
.fRight { float: right !important;}


/* clearfix */
.cf:after,
.ie9 .crs-links ul:after{
    content: "";
    display: block;
    clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	}

.att {
  padding-left: 0.7em;
  text-indent: -0.6em;
	display: inline-block;
}

.txt-red { color: #f00;}


/* font-size */



header{
  padding: 30px 0;
  max-width: 1000px;
  margin: 0 auto;
}

header .header{
  padding: 0 1%;
  text-align: center;
  position: relative;
}


/* 半透明 */
	a:hover img{
	transition: all .3s;
   opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
	}

.job-list-title{
    font-size: 24px;
    line-height: 1.33333;
    color:#947347;
    padding:20px 0;
}

.job-list-title::before{
  background: #947347;
  content: "";
  margin-right: 10px;
  padding-right: 5px;
}

.job-list-warp{
  background: #faf5ea;
}

.job-list-warp .container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0px auto;
}

.job-list-warp .job_list_data{
font-size: 12px;
  text-align: right;
  padding-bottom: 5px;
}

.job-list-warp .job_list_title{
  font-size: 12px;
  margin:5px 0;
}

.job-list-warp  .cont-list{
  margin:10px 0;
}

.job-list-warp  .cont-list th,
.job-list-warp  .cont-list td{
  font-size: 12px;
  padding: 3px 0;
  border-bottom: 1px dotted #cccccc;
}

.job-list-warp  .cont-list th {
    width: 70px;
    font-weight: bold;
}


.job-list-img{
  display: block;
  overflow: hidden;
  width: 100%;
  height: 300px;
  position: relative;
}

.job-list-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.job-list-detail a{
  border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
  background: #6c8d00;
  width: 70%;
  display: block;
  padding: 10px;
  text-align: center;
  margin: 10px auto 10px auto;
  color: #ffffff;
}

.job-list-detail a:hover { 
  background: #5b7508;
}

.job-flex-warap{
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}


.job-list-box {
    text-align: left;
    background-color: #FFF;
    border: solid 1px #ddd;
    padding:10px 5px;
    margin: 5px;
    font-size: 14px;
    width: 320px;
    vertical-align: top;
}


/*共通*/

.warpper{
  position: relative;
}

.warpper-contents{
  position: absolute;
  z-index: 200;
  width:100%
}

.footer-breadcrumb{
  padding: 20px;
  text-align: center;
}

footer .copyright{
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-top: 1px solid #eee;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}

.pankuzu{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0px auto;
}

.pankuzu ul{
  margin-bottom: 10px;
}

.pankuzu li{
  display: inline;
}

.pankuzu li:after {
    content: ">";
    color: #000000;
    margin: 0 4px;
}

.pankuzu  li:last-child:after {
    content: "" !important;
}


.job-box-warpper{
  padding-bottom: 100px;
}


.job-detail-title{
  margin-bottom: 20px;
}

.job-detail-title .container{
    width: 100%;
    max-width: 1000px;
    background: #947347;
    margin: 0 auto 0px auto;
}

.job-detail-title .container .cont-title{
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.job-detail-box-discription .container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.job-detail-box-discription .cont-dis{
    width: 40%;
}

.job-detail-box-discription .cont-txt{
    width: 55%;
    padding: 20px;
    line-height: 2;
}

.job-detail-box-discription .cont-txt p{
  padding-bottom:1rem;
}

.job-detail-box-discription .cont-txt .cont-bar{
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #9f4e1a;
    font-weight: 600;
}

.job-detail-box-discription .cont-list{
  width: 100%;
  margin-top: 20px;
}

.job-detail-box-discription .cont-list tr{
  border-bottom: dotted 1px #ddd;
}

.job-detail-box-discription .cont-list table{
  border-top: dotted 1px #ddd;
  width: 100%;
}

.job-detail-box-discription .cont-list th,
.job-detail-box-discription .cont-list td{
  padding: 7px 5px;
}

.job-detail-box-discription .cont-list th{
  width: 100px;
  font-weight: bold;
}

.job-detail-box-discription .cont-list td{
  width: calc(100% - 100px);
}


.job-detail-box-work .job-detail-bar {
    background-color: #6c8d00;
    padding: 20px 1%;
    margin-bottom: 20px;
}

.job-detail-box-work .job-detail-bar .bar {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.job-detail-box-work .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px auto;
}



.job-detail-box-merrit .job-detail-bar{
  background-color: #6c8d00;
  padding: 20px 1%;
  margin-bottom: 20px;
}

.job-detail-box-merrit .job-detail-bar .bar{
  text-align: center;
  color:#ffffff;
  font-size: 22px;
  font-weight: bold;
}

.job-detail-box-merrit .container{
   width: 100%;
   max-width: 1000px;
   margin: 0 auto 60px auto;
}

.job-detail-box-merrit .cont-box{
  margin-bottom: 30px;
}

.job-detail-box-merrit .cont-bar{
  border-bottom:solid 2px #cccccc;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color:#9f4e1a;
}

.job-detail-box-merrit .cont-txt{
  
}

.job-detail-box-top .job-detail-bar{
    width: 100%;
    max-width: 1000px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto 60px auto;
}




.job-detail-box-top .job-detail-bar .bar{
    font-size: 22px;
    font-weight: bold;
    color: #6c8d00;
}

.job-detail-box-top .job-detail-bar .bar span{
    border-bottom: 2px solid #6c8d00;
}

.job-detail-box-top .job-detail-bar .icon{
  width: 46px;
  height: 40px;
  
}

.job-detail-box-top .row:first-of-type .left {
    border-radius: 5px 5px 0 0;
}

.job-detail-box-top .row:last-of-type .left {
    border-radius: 0 0 5px 5px;
}

.job-detail-box-top .container{
   width: 100%;
   max-width: 1000px;
   margin: 0 auto;
}

.job-detail-box-top .row{
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #a49c8a;
    line-height: 1.4;
}

.job-detail-box-top .row:last-of-type{
    border-bottom: none;
}

.job-detail-box-top .row .left,
.job-detail-box-top .row .right{
    padding: 15px 25px;
    display: flex;
    align-items: center;
}

.job-detail-box-top .row .left{
    width: 190px;
    color: #ffffff;
    background: #947347;
}

.job-detail-box-top .row .right {
    width: calc(100% - 190px);
}


.el_bgTriangle.el_bgTriangle__2 {
    width: 2080px;
    height: 2080px;
    bottom: 0;
    right: 100%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.el_bgTriangle {
    position: absolute;
    z-index: 0;
    display: block;
}

.el_bgTriangle__2 .el_bgTriangle_inner:after {
    left: 1040px;
    border-top: 1040px solid transparent;
    border-bottom: 1040px solid transparent;
    border-left: 1040px solid #fff4e4;
}

.el_bgTriangle_inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 635px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 635px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 635px solid transparent;
    border-left: 635px solid #fff4e4;
}



/*エディタスタイル*/

.k_yellow {
    background: linear-gradient(transparent 40%, #ffff66 40%);
}

.k_pink {
    background: linear-gradient(transparent 40%, #ff99ff 40%);
}

.k_green {
    background: linear-gradient(transparent 40%, #99ff99 40%);
}

.k_pink, .k_yellow, .k_green, .k_blue {
    font-weight: bold;
}


.k_midashi-Typea  {
    position: relative;
    padding-top: 3px;
    padding-left: 25px;
    border-top: 3px solid #ccc;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 15px;
}

.k_midashi-Typea::before {
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 2;
    content: '';
    width: 10px;
    height: 10px;
    border: 3px solid #00acee;
    border-radius: 100%;
}

.k_midashi-Typea::after {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 25%;
    height: 3px;
    background-color: #00acee;
}

.k_midashi-Typeb {
    border-left: 4px solid rgba(0,172,238,1.00);
    font-size: 1.3em;
    padding: 3px 3px 3px 10px;
    border-bottom: dotted 1px #ccc;
		margin-bottom: 15px;
}

.k_box-Typea{
		margin-bottom: 50px;
}

.k_pa{
	padding:10px 0;
}
/**************************
お問い合わせ
*****************************/
.com-inner{
	width: 1000px;
	margin: 0 auto;
}
.com-title-box{
    background-color: #6c8d00;
    padding: 15px;
    margin: 0 1% 10px;
}

.com-title-box h1 {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
	padding-top: 5px;
    border-left: 4px solid #FFF;
    padding-left: 10px;
    line-height: 130%;
}
.contact-box-warpper{
    background-color: #FFF;
    border: solid 1px #ddd;
    margin: 20px 1% 30px;
	padding: 30px;
}
.table-body dl {
    margin-bottom: 20px;
}
.table-body dt {
    position: relative;
    font-size: 1.6rem;
    padding-top: 10px;
	font-weight: bold;
}
.req {
    display: inline-block;
    background-color: #fe0022;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 20px;
    margin: 0 5px 5px 0;
    padding: 3px 5px;
}
.req-blue{
	background: #2196f3;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 20px;
    margin: 0 5px 5px 0;
    padding: 3px 5px;
    display: inline-block;
}
input[type=text], input[type=textarea], input[type=tel], input[type=email] {
    margin-top: 10px;
    font-size: 15px;
    border: solid 1px #ddd;
    width: 95%;
	line-height: 34px;
    padding-left: 15px;
}
input[type=text], select, input[type=email], input[type=tel] {
    outline: none;
}
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    vertical-align: middle;
}
.form-btn .submit {
    display: inline-block;
    background-color: #e83c3c;
    border: 1px solid #e83c3c;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 60px;
    padding: 0 89px 0 87px;
    transition: all .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 30px;
}
.form-btn .submit:hover, .form-btn .send-btn:hover, .form-btn .btn-index:hover {
    background-color: #fff;
    color: #e83c3c;
}
.form-btn {
    text-align: center;
}
.sikaku-area label{
	display: block;
	margin: 0;
	padding:inherit;
}
.sikaku-area input[type=checkbox]{
	font-weight: bold;
}
.sikaku-area .c1 .mwform-checkbox-field-text{
	font-weight: bold;
	font-size: 1.5rem;
	padding-top: 5px;
}
.sikaku-he{
	margin-bottom: 10px;
}

.c1 textarea, .c2 textarea {
    margin-top: 10px;
    font-size: 15px;
    border: solid 1px #ddd;
    width: 95%;
}
.contace-copreat-text{
	text-align: center;
}
.co-next-btn a{
	display: block;
	width: 318px;
	margin: 30px auto 0;
	color: #fff;
	text-align: center;
	background: #6c8d00;
	padding: 20px 0;
	font-weight: bold;
	border: solid 1px #6c8d00;
	transition: all 0.3s;
}
.co-next-btn a:hover{
	background: #fff;
	color: #6c8d00;
}
.contact-t-back-btn{
	padding-bottom: 30px;
}
.contact-t-back-btn a{
	color: #727e49;
	cursor:pointer ;
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 30px;
	text-decoration: underline;
}

.t-bannar {
  width: 15%;
  position: absolute;
  top:0;
  right: 0;
}

.job-box-warpper .co-next-btn {
	text-align: center;
}

.job-box-warpper .co-next-btn a{
    text-align: center;
    display: inline-block;
    background: #ed446a;
    width: auto;
    padding: 2rem 9rem;
    border: 1px solid #ed446a;
    font-size: 16px;
	letter-spacing: 0;
	transition: .3s;
	margin: 0 0 0;
}

.job-box-warpper .co-next-btn a:hover{
	color: #ed446a;
	background: #fff;
}


/* Add index 追加css
----------------------------------------------------*/

.top-sec .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}


.top-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-header-l {
  width: 30%;
}

.top-header-l img {
  width: 100%;
}

.top-header-r {
  width: 60%;
}

.top-header-r ul:nth-child(1) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2%;
}

.top-header-r ul:nth-child(1) li {
    width: 25%;
}

.top-header-r ul:nth-child(1) li a {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  padding: 4% 0;
}

.top-header-r ul:nth-child(1) li a:hover {
  color: #0b8608;
  transition: 0.3s;
}

.top-header-r ul:nth-child(2) {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  padding: 2% 0;
	display: flex;
	justify-content: space-between;
}

.top-header-r ul:nth-child(2) .btn--1.btn {
	color: #fff;
    border: none;
    padding: 10px 35px 10px 15px;
    font-weight: bold;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
}

.top-header-r .btn span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    border: 0 none;
    border-bottom: 2px solid;
    border-left: 2px solid;
    -ms-transform: translateX(-5px) rotate(-135deg);
    transform: translateX(-5px) rotate(-135deg);
    margin: -4px 0 0 0;
    transition: border-color .3s, transform .3s;
}

.top-header-r .offical-bg a{
	background: #2498cc;
}

.slider {
  width: 100%;
  margin: 0 auto;
}

.slider img {
  width: 100%;
  display: block;
}

.top-sec02 {
  background: url(../image/sec02-bg.png) no-repeat, #ffcc33 no-repeat;
  background-position: 30% 0%;
}

.top-sec03 p {
  text-align: center;
  padding: 4% 0;
}

.top-sec04 {
  background: url(../image/sec04-bg01.png) no-repeat, url(../image/sec04-bg02.png) no-repeat,  #36b92c no-repeat;
  background-position: 90% 0%, 5% 100%;
}

.top-sec04 .top-sec04-title {
  text-align: center;
  padding: 4% 0 2%;
}

.top-sec04-orange {
  padding: 1% 0;
  
}

.top-sec04-orange p {
  line-height: 2;
  width: 70%;
  margin: 0 auto;
  background: rgba(11, 134, 8, 0.8);
  padding: 2% 4%;
  color: #fff;
  font-size: 2rem;
  text-align: left;
}

.top-sec04-desc p{
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1% 0;
  font-size: 1.6rem;
}

p.top-sec04-btn {
  text-align: center;
  padding: 2% 0 4%;
}

.top-sec05 {
  background: url(../image/sec05-bg01.png) repeat-x 0% 0%, #f5f5f5;
}

.top-sec05-sub {
  background: url(../image/sec05-bg02.png) 12% 0% no-repeat;
}


.top-sec05 .top-sec05-title {
  text-align: right;
  padding: 1% 0 2%;
}

.top-sec05 .works-area {
  padding: 8% 2%;
}

.top-sec05 .works-area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-sec05 .works-area ul li {
  width: 17%;
  margin-bottom: 2%;
}

.top-sec05 .works-area ul li img{
  width: 100%;
}

.top-sec06 {
  background: url(../image/sec06-bg01.png) no-repeat, #ffffe0 no-repeat;
  background-position: 90% 0%;
}

.top-sec06 .top-sec06-title {
  text-align: left;
  padding: 4% 0 8%;
}

.top-sec06-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 4%;
}


.top-sec06-single p {
  text-align: center;
}

p.top-sec06-date {
  background: #ececec;
  text-align: right;
  padding-right: 4%;
  font-weight: bold;
}

.top-sec06-single h3 {
  color: #0066cc;
  font-size: 18px;
  padding: 4% 0;
  font-weight: bold;
}

.top-sec06-single .top-sec06-img img {
  width: 100%;
}

.top-sec06-single {
  width: 30%;
  background: #fff;
  border: 5px solid #6bb366;
  box-sizing: border-box;
  padding: 3px;
}

.top-sec06-single table {
  width: 100%;
}

.top-sec06-single table , .top-sec06-single td, .top-sec06-single th {
  border-collapse: collapse;
}

.top-sec06-single th {
  width: 30%;
}

.top-sec06-single td {
  width: 70%;
}

.top-sec06-single td, .top-sec06-single th {
  padding: 3px;
  height: 25px;
}
.top-sec06-single th {
  background: #fff;
}
.top-sec06-single .even {
  background: #fff;
}
.top-sec06-single .odd {
  background: #fff;
}






.top-sec06-single table + p {
  padding: 4% 0 8%;
}

.top-sec07 p {
  text-align: center;
  padding: 4% 0;
}

footer .footer-contents {
  background: #36b92c;
}

footer .footer-contents .container {
  max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

footer .footer-box, footer .footer-box a {
  color: #fff;
}

footer .footer-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-box-l {
  width:35%;
}

.footer-box-l p {
  padding: 4% 0 2%;
  font-weight: bold;
}

.footer-box-r {
  width: 30%;
}

.footer-box-r a {
  font-weight: bold;
  line-height: 2;
}


footer .footer-contents + .copyright{
  color: #fff;
  background: #0b8608;
  font-weight: bold;
  border-top: none;
}


.top-sec .slider img {
  width: 100%;
}


  /*左右の矢印の色を変える*/
.top-sec02-slider .slick-prev:before,
.top-sec02-slider .slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.top-sec02-slider .slick-next {
    right: 20px;
    z-index: 99;
}
.top-sec02-slider .slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.top-sec02-slider .slick-dots li.slick-active button:before,
.top-sec02-slider .slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
.top-sec02-slider li img {
     width: 100%;
     height: auto;
     display: block;
}

.top-sec02-slider li {
    margin: 0 5px;
}
.top-sec02-slider #mainSlide {
  padding: 50px 0;
    width: 100%;
	position: relative;
}
.top-sec02-slider .scale  {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}


.top-sec02-slider .slick-prev:before, .top-sec02-slider .slick-next:before {
    color: #fff;
}

.top-sec02-slider .slick-list {
    overflow: hidden !important;
}

.top-sec02-slider {
  margin: 0 2%;
}

.prev-arrow {
	z-index: 10;
    position: absolute;
    top: 130px;
    left: -5%;
}

.next-arrow {
	z-index: 10;
    position: absolute;
    top: 130px;
    right: -5%;
}




/* Add company 追加css
----------------------------------------------------*/


.company {
  background: #f5f5f5;
  position: relative;
}

.company-bg-l {
  position: absolute;
  top: 38%;
  left: 0;
  width: 55%;
}

.company-bg-l img {
  width: 100%;
}

.company-bg-r {
  position: absolute;
  top: 68%;
  right: 0;
  width: 55%;
}

.company-bg-r img {
  width: 100%;
}



.company-sec01 {
  background: url(../image/com-sec01-bg01.png) no-repeat 10% 0%, url(../image/company-bg01.png) repeat-y;
}

.company-sec01 p {
  text-align: right;
  width: 70%;
  margin-left: auto;
}

.company-sec01 p img {
  width: 100%;
}

.company-sec .container {
  max-width: 1000px;
  margin: 0 auto;
}

.company-sec01 .container {
  padding: 10% 0;
}

.company-sec01 p {
  text-align: right;
}

.company-sec01 table {
  width: 60%;
  margin-left: auto;
  border-top: 2px solid #000;
}

.company-sec01 table , .company-sec01 td, .company-sec01 th {
  border-collapse: collapse;
}
.company-sec01 td, .company-sec01 th {
  padding: 2% 4%;
  width: 30px;
  height: 25px;
	font-size: 1.5rem;
	font-weight: bold;
}

.company-sec01 tr {
  border-bottom: 2px solid #000;
}

.company-sec01 th {
  font-weight: bold;
  width: 30%;
}
.company-sec01 .even {
  background: #fbf8f0;
}
.company-sec01 .odd {
  background: #fefcf9;
}

.company-sec02 {
  background: url(../image/company-bg01.png) repeat-y, #fefee1;
  padding: 12% 0 4%;
}

.company-sec02-box{
  width: 75%;
  background: rgba(255,255,255, 0.8);
  padding: 4%;
  margin-left: auto;
  margin-bottom: 32%;
}

.company-sec02-box h2 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #0b8608;
  padding-bottom: 4%;
}

.company-sec02-box p {
  line-height: 2;
  font-weight: bold;
	font-size: 1.5rem;
}

.company-sec02-box span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold;
}


.company-sec03-box{
  width: 75%;
  background: rgba(255,255,255, 0.8);
  padding: 4%;
  margin-bottom: 16%;
}

.company-sec03-box h2 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #0b8608;
  padding-bottom: 4%;
}

.company-sec03-box p {
  line-height: 2;
  font-weight: bold;
	font-size: 1.5rem;
}

.company-sec03-box span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold;
}





/* Add works 追加css
----------------------------------------------------*/

.works-title {
  background: #f3f3f3;
  position: relative;
}

.works-title img {
  display: block;
  margin: 0 auto;
  padding: 4% 0;
}

.works-top-orange-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  height: 100%;
  background: #c7efc7;
  display: block;
}

.works-top-orange-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.works-top-orange-box-mini {
  position: absolute;
  right:0;
  bottom: 0;
  width: 25%;
  height: 25%;
  background: #36b92c;
}

.works-contents {
  background: linear-gradient(90deg,#f3f3f3 0%,#f3f3f3 22%,#c7efc7 22%,#c7efc7 100%);
  padding: 4% 0;
}

.works-box {
  background: url(../image/works-onepoint.png) no-repeat left bottom, #fff;
  padding: 2% 2% 4%;
  margin-bottom: 4%;
  border-top: 11px solid #0b8608;
  box-shadow: 2px 2px 10px #666;
  box-sizing: border-box;
}

.works-box01 h3 {
  background: url(../image/works01-bg.png) no-repeat top right;
}

.works-box02 h3 {
  background: url(../image/works02-bg.png) no-repeat top right;
}

.works-box03 h3 {
  background: url(../image/works03-bg.png) no-repeat top right;
}

.works-box04 h3 {
  background: url(../image/works04-bg.png) no-repeat top right;
}

.works-box05 h3 {
  background: url(../image/works05-bg.png) no-repeat top right;
}

.works-box06 h3 {
  background: url(../image/works06-bg.png) no-repeat top right;
}

.works-box07 h3 {
  background: url(../image/works07-bg.png) no-repeat top right;
}

.works-box08 h3 {
  background: url(../image/works08-bg.png) no-repeat top right;
}

.works-box09 h3 {
  background: url(../image/works09-bg.png) no-repeat top right;
}

.works-box10 h3 {
  background: url(../image/works10-bg.png) no-repeat top right;
}

.works-box11 h3 {
  background: url(../image/works11-bg.png) no-repeat top right;
}

.works-box12 h3 {
  background: url(../image/works12-bg.png) no-repeat top right;
}

.works-box13 h3 {
  background: url(../image/works13-bg.png) no-repeat top right;
}

.works-box14 h3 {
  background: url(../image/works14-bg.png) no-repeat top right;
}

.works-box15 h3 {
  background: url(../image/works15-bg.png) no-repeat top right;
}

.works-box16 h3 {
  background: url(../image/works16-bg.png) no-repeat top right;
}

.works-box17 h3 {
  background: url(../image/works17-bg.png) no-repeat top right;
}

.works-box18 h3 {
  background: url(../image/works18-bg.png) no-repeat top right;
}

.works-box19 h3 {
  background: url(../image/works19-bg.png) no-repeat top right;
}

.works-box20 h3 {
  background: url(../image/works20-bg.png) no-repeat top right;
}

.works-box h3 span {
  background: #0b8608;
  display: inline-block;
  padding: 0 1%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  border: 3px solid #36b92c;
  margin-bottom: 2%;
}

.works-box-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.works-box-l {
  width: 48%;
}

.works-box-r {
  width: 46%;
}

.works-box-l p {
  font-weight: bold;
  line-height: 2;
  font-size: 1.6rem;
}

.works-box-r img {
  width: 100%;
}

.voice-title {
  background: url(../image/voice-title-bg.png) repeat-x;
  box-shadow: 2px 2px 2px #ccc;
}

.voice-point {
  margin-bottom: 8%;
}

.voice-point-box01 {
  background: #f5f5f5;
}

.voice-point-box .com-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4% 0;
}

.voice-point-box:nth-child(even) .com-inner {
  flex-flow: row-reverse;
}

.voice-point-box-l {
  width: 48%;
}

.voice-point-box-r {
  width: 40%;
}

.voice-point-box01 .voice-orange-bg {
  background: url(../image/voice01-bg.png) no-repeat top right, #36b92c;
  width: 100%;
  height: 350px;
  position: relative;
}

.voice-point-box-l h3 {
  font-size: 2.2rem;
  font-weight: bold;
  border-left: 10px solid #0b8608;
  padding-left: 2%;
  margin-bottom: 4%;
}

.voice-point-box-l h3 + p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
}

.voice-point-box-l h3 + p span {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
  background: linear-gradient(transparent 50%, #f9ec0b 50%);
}

.voice-point-box01 .voice-orange-bg img {
  position: absolute;
  top: 15%;
  left: -20%;
  width: 100%;
}

.voice-point-box02 {
  background: #fff;
}

.voice-point-box02 .voice-orange-bg {
  background: url(../image/voice02-bg.png) no-repeat top left, #36b92c;
  width: 100%;
  height: 350px;
  position: relative;
}

.voice-point-box02 .voice-orange-bg img {
  position: absolute;
  top: 15%;
  right: -20%;
  width: 100%;
}

.voice-point-box03 {
  background: #f5f5f5;
}

.voice-point-box03 .voice-orange-bg {
  background: url(../image/voice03-bg.png) no-repeat top right, #36b92c;
  width: 100%;
  height: 350px;
  position: relative;
}

.voice-point-box03 .voice-orange-bg img {
  position: absolute;
  top: 15%;
  left: -20%;
  width: 100%;
}

.staff-voice-list {
  background: #c7efc7;
}

.staff-list-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8% 0;
}

.staff-list-l {
  width: 48%;
  background: rgba(255,255,255,0.9);
  margin-bottom: 2%;
}

.staff-list-r {
  width: 48%;
  background: rgba(255,255,255,0.9);
  margin-bottom: 2%;
}

.staff-list-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2%;
}

.staff-list-inner-l {
  width: 30%;
}

.staff-list-inner-r {
  width: 66%;
  border-left: 6px solid #0b8608;
  padding-left: 4%;
}

.staff-list-inner-l img {
  width: 100%;
}

.staff-list-inner-r h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

.staff-list-inner-r small {
  font-size: 1rem;
  font-weight: bold;
  margin-top: -1%;
  display: block;
  padding-bottom: 4%;
}


.voice-title2 h2 {
  position: relative;
}

.voice-title2 h2 img {
  position: absolute;
  top: -40px;
}

.wp-pagenavi{
	padding: 4% 2%;
}



.staff-voice-list .bx-wrapper {
	width:50%;
	margin: 0 auto;
	margin-top: 4%;
	margin-bottom: 4%;
}

.staff-voice-list h4 {
	text-align: center;
    color: white;
    font-size: 4rem;
    text-shadow: 4px 4px 2px #008700;
}

.staff-voice-list h4::after {
	content: "";
    width: 8%;
    height: 4px;
    display: block;
    background: #008700;
    margin: 0 auto;
    margin-top: 4px;
}

.staff-voice-list .all-pdf {
	text-align: center;
    padding-bottom: 8%;
}

.staff-voice-list .all-pdf a {
	color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 50%;
    border: 1px solid #fff;
    background: #008700;
    padding: 1%;
	margin-top: 2%;
	transition: .3s;
}

.staff-voice-list .all-pdf a:hover {
	opacity: .7;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 999 !important;
}




/*メールフォーム横並び 追加css
----------------------------------------------------*/

.sikaku-area label{
	float: left;
	width: 33%;
	padding: 10px 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: inherit!important;
}

/*マージン
----------------------------------------------------*/
.job-detail-box-top{
	margin: 0 0 50px;
}

/*トップページボタンエリア
----------------------------------------------------*/
.section-all-recrut-btn{
	width: 30%;
}

.section-all-recrut-btn ul li{
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
}

.section-all-recrut-btn ul li a{
	width: 100%;
}

.section-all-recrut-btn ul li a span{
	font-weight: bold;
}


.btn {
    cursor: pointer;
    display: block;
    line-height: 1;
    padding: 1.5em 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    transition: background-color .3s ease-in-out;
	background-color: #0b8608;
}

.btn--1.btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 30px;
    font-weight: bold;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
}

.btn span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border: 0 none;
    border-bottom: 2px solid;
    border-left: 2px solid;
    -ms-transform: translateX(-5px) rotate(-135deg);
    transform: translateX(-5px) rotate(-135deg);
    margin: -4px 0 0 0;
	transition: border-color .3s, transform .3s;
}

.btn--1.btn:hover span:before {
    -ms-transform: translateX(0) rotate(-135deg);
    transform: translateX(0) rotate(-135deg);
}

.point-inner{
	max-width: 1000px;
	margin: 0 auto;
}

.point-inner ul{
	margin:20px 0 20px;
}

.point-inner ul li{
	display: inline-block;
	border: solid 1px #000;
	padding: 0.2em;
	margin-bottom: 10px;
}

.section-all-recrut-btn-archive-allwraper{
	width: 100%;
	padding: 20px 0 50px;
}

.section-all-recrut-btn .archive-ara-rerut-wrap ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.section-all-recrut-btn .archive-ara-rerut-wrap ul li{ 
	width: 30%;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
    プライバシーポリシー
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/


.privacy-wrapper{
	padding-top:20px;
	padding-bottom: 100px;
	margin:5% 8%;

}

.privacy-wrapper .coun-box{
  counter-reset: number;
}

.privacy-wrapper .num {
  padding-left:1em;
  text-indent:-1em;
}

.privacy-wrapper .coun-box .num:before {
  counter-increment: number;
  content: counter(number)".";
}



.privacy-wrapper .privacy-box dl{
    padding-bottom: 20px;

}

.privacy-wrapper .privacy-box dl dt{
    font-size: 2rem;
    font-weight: bold;
}

.privacy-wrapper .privacy-box dl .num-in{
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.title-design-no01 {
    position: relative;
    padding: 10px 0 5px 20px;
    font-weight: bold;
    font-size: 1.9rem;
    background:#008000;
    color: #fff;
	margin-top:30px;
    margin-bottom: 30px;
}