@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, a, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  color: #333;
  line-height: 1;
  overflow-wrap: break-word;
  word-break: break-word;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
}

a,
a:visited {
  color: inherit;
}

a:hover {
  opacity: 0.6;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.3em 0.4em;
  width: 100%;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.3em 0.4em;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

input[type="checkbox"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

input[type="checkbox"] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/select_arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.3em 0.4em;
  width: 100%;
}

.select-test::-ms-expand {
  display: none;
}

.select-test:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-foucus-inner,
input[type="submit"]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.4;
}

.inner {
  margin: auto;
  max-width: 100%;
  width: 980px;
}

/*------------------------------

  ヘッダー部分  background-color:#000;

------------------------------*/
#header {
  padding: 10px 0 0;
  background-color:#000;
}

/*------------------------------

  ↓ヘッダー部分三本戦　色  background-color:#000;

------------------------------*/


.header-line {
  background: #fff;
  display: block;
  height: 2px;
  margin-bottom: 8px;
  width: 100%;
}

#header .inner {
  display: flex;
}

@media screen and (max-width: 979px) {
  #header .inner {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .header-logo {
    text-align: center;
  }
}

.header-nav {
  margin-left: auto;
}

.header-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}




.header-list .menu-item {
  border-bottom: 5px solid transparent;
	
	
/*------------------------------

  ナビたての色　｜　solid #f5f6f8

------------------------------*/	
	
	
  border-right: 2px solid #f5f6f8;
  font-size: 14px;
  height: 122px;
  width: 104px;
}

@media screen and (max-width: 979px) {
  .header-list .menu-item {
    width: 16.6666666%;
  }
}

@media screen and (max-width: 767px) {
  .header-list .menu-item {
    border-bottom: 5px solid #f5f6f8;
    width: 33.3333333%;
  }
}

.header-list .menu-item:first-child {
  border-left: 2px solid #ddd;
}

@media screen and (max-width: 767px) {
  .header-list .menu-item:first-child {
    border-left: none;
  }
}

.header-list .menu-item a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.header-list .menu-item .item-label {
  text-align: center;
}

.header-list .menu-item span {
  display: block;
  font-weight: 700;
}

.header-list .menu-item .menu-item-j {
  color: #fff;
	font-size: 14px;
  margin-bottom: 20px;
}

/*------------------------------

  ナビ英語色　黄色

------------------------------*/


.header-list .menu-item .menu-item-e {
  color: #ffff00;
  font-size: 12px;
}

.header-list .menu-item.current {
  border-bottom: 5px solid #abcb14;
}

/*------------------------------

  mv

------------------------------*/
#mv {
  background: #cccccc;
}

/* メインスライダー */
.slide .inner {
  background: #fff;
  width: 100%;
}

.slider li {
  max-width: 100%;
  width: 980px;
}

.slider li img {
  width: 100%;
}

.slick-slide {
  margin: 0 8px;
}

@media screen and (max-width: 979px) {
  .slick-slide {
    margin: 0;
  }
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/*------------------------------

  コンテンツ

------------------------------*/
#content {
  background: #f5f3ef;
  padding: 32px 0 14px;
}

@media screen and (max-width: 767px) {
  #content {
    padding: 14px 0;
  }
}

.content-body {
  display: flex;
  flex-flow: row-reverse;
}

@media screen and (max-width: 979px) {
  .content-body {
    display: block;
  }
}

.secondery {
  width: 260px;
}

.primary {
  margin-left: auto;
  width: 694px;
}

@media screen and (max-width: 979px) {
  .primary {
    margin: 0;
    width: 100%;
  }
}

/*
  サイドバー
———————————*/
.secondery {
  margin-top: -14px;
}

@media screen and (max-width: 979px) {
  .secondery {
    margin: auto;
    margin-top: 16px;
  }
}

.contact-bnr {
  margin-bottom: 16px;
}

.company-bnr {
  margin-bottom: 16px;
}


.fb-tline {
  margin-bottom: 16px;
}

/*
  メインコンテンツ共通部分
———————————*/
.container {
  margin-bottom: 16px;
}

.box {
  background: #fff;
  margin-bottom: 16px;
  padding: 12px;
}

.box:last-child {
  margin-bottom: 0;
}

.content-ttl {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 13px 42px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .content-ttl {
    font-size: 18px;
    padding: 13px 14px 13px 42px;
  }
}

/*
  h2_先端色変更
———————————*/


.content-ttl::before {
  background: #000000;
  content: '';
  height: 26px;
  left: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}

.content-ttl::after {
  background: #000000;
  content: '';
  height: 26px;
  left: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}

.content-ttl + span {
  display: inline-block;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*
  トップページ
———————————*/
.top-page .container {
  margin-bottom: 42px;
}

.top-page .container:last-child {
  margin-bottom: 0;
}

.information-items {
  background: #fff;
  height: 306px;
  overflow-y: scroll;
  padding: 10px 10px 0 10px;
}

@media screen and (max-width: 979px) {
  .information-items {
    margin: auto;
    width: 95%;
  }
}

.information-items .information-item {
  border-bottom: 1px solid #333;
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.information-items .information-item .information-date {
  display: table-cell;
  font-weight: 700;
  width: 160px;
}

.information-items .information-item .information-txt {
  display: table-cell;
}

.message-container {
  display: flex;
}

@media screen and (max-width: 767px) {
  .message-container {
    background: #fff;
    display: block;
    margin: auto;
    padding: 20px;
    width: 95%;
  }
}

.message-box {
  background: #fff;
  position: relative;
  width: 62.5%;
}

@media screen and (max-width: 767px) {
  .message-box {
    margin: 20px auto 0;
    width: 100%;
  }
}

.message-ttl {
  font-weight: 400;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message-ttl {
    margin-top: 0;
  }
}

.message-ttl span {
  display: inline-block;
  font-size: 16px;
  padding: 3px 84px;
  position: relative;
}


/*
 メッセージご挨拶囲い↓　色変更
———————————*/


.message-ttl span::before {
  border-left: 2px solid #000000;
  border-top: 2px solid  #000000;
  content: '';
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}



.message-ttl span::after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid  #000000;
  bottom: 0;
  content: '';
  height: 26px;
  position: absolute;
  right: 0;
  width: 10px;
}

.message-img-pc {
  background: url(../img/index_message_img01.jpg) no-repeat center center/cover;
  height: 330px;
  width: 37.5%;
}

@media screen and (max-width: 767px) {
  .message-img-pc {
    display: none;
  }
}

.message-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .message-img-sp {
    display: block;
    margin: auto;
    width: 80%;
  }
}

.message-img-sp img {
  width: 100%;
}

.message-txt {
  margin-top: 2px;
  padding: 14px;
}

@media screen and (max-width: 767px) {
  .message-txt {
    margin-top: 20px;
    padding: 0;
  }
}

.message-potision {
  bottom: 10px;
  position: absolute;
  right: 70px;
}

@media screen and (max-width: 979px) {
  .message-potision {
    margin: auto;
    position: static;
  }
}

.message-name {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 979px) {
  .message-name {
    justify-content: flex-end;
    margin-top: 10px;
  }
}

.message-name .to-fb {
  margin-left: 28px;
}

/*
  事業内容
———————————*/
.service .pc {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .service .pc {
    display: none;
  }
}

.service .service-txt {
  width: 314px;
}

@media screen and (max-width: 767px) {
  .service .multiple-lines {
    font-size: 16px;
  }
}

.service .service-ttl {
  border-bottom: 1px solid #333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 14px;
}

.service .service-lead {
  padding: 0 4px 0 8px;
}

.service .construction .box,
.service .landscaping .box {
  display: flex;
}

@media screen and (max-width: 767px) {
  .service .construction .box,
  .service .landscaping .box {
    display: block;
  }
}

.service .construction .service-img,
.service .landscaping .service-img {
  width: 342px;
}

@media screen and (max-width: 767px) {
  .service .construction .service-img,
  .service .landscaping .service-img {
    margin: auto;
    width: 100%;
  }
}

.service .construction .service-img img,
.service .landscaping .service-img img {
  width: 100%;
}

.service .construction .box .service-txt {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .service .construction .box .service-txt {
    margin: 0;
    width: 100%;
  }
}

.service .construction .box .service-ttl {
  padding: 12px 4px;
}

.service .landscaping .service-ttl,
.service .industrial-waste .service-ttl,
.service .keepsakes .service-ttl {
  padding: 14px 18px;
}

.service .landscaping .box .service-txt {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .service .landscaping .box .service-txt {
    margin: 0 0 12px 0;
    width: 100%;
  }
}

.service .industrial-waste .service-txt {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .service .industrial-waste .service-txt {
    width: 100%;
  }
}

.service .industrial-waste .service-txt {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .service .industrial-waste .service-txt {
    margin-bottom: 12px;
  }
}

.service .industrial-waste .service-img {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .service .industrial-waste .service-img {
    display: block;
  }
}

.service .industrial-waste .service-img-item {
  margin-right: 9px;
  width: calc(33.3333333% - 18px / 3);
}

@media screen and (max-width: 767px) {
  .service .industrial-waste .service-img-item {
    margin: 0 auto 12px;
    width: 80%;
  }
}

.service .industrial-waste .service-img-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .service .industrial-waste .service-img-item:last-child {
    margin: 0 auto;
  }
}

.service .industrial-waste .service-img-item img {
  width: 100%;
}

.service .keepsakes .box {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .service .keepsakes .box {
    display: block;
  }
}

.service .keepsakes .service-txt {
  margin-bottom: 24px;
  margin-right: auto;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .service .keepsakes .service-txt {
    margin-bottom: 12px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .service .keepsakes .service-img {
    width: 100%;
  }
  .service .keepsakes .service-img img {
    width: 100%;
  }
}

/*
  会社案内
———————————*/
.company .outline .box {
  max-width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .company .outline .box {
    margin: auto;
    width: 95%;
  }
}


/*
  会社案内 テーブル色
———————————*/


.company .outline-table {
  border: 2px solid #333;
  width: 100%;
}


/*
  会社案内 テーブル色
———————————*/

.company .outline-table th {
  align-items: center;
  background: #FCF783;
  border: 1px solid #333;
  padding: 14px 0;
  table-layout: fixed;
  vertical-align: middle;
  width: 155px;
}

@media screen and (max-width: 767px) {
  .company .outline-table th {
    width: 100px;
  }
}

.company .outline-table td {
  border: 1px solid #333;
  padding: 14px 20px;
  vertical-align: middle;
}

.company .outline-table p {
  margin-bottom: 16px;
}

.company .outline-table p:last-child {
  margin-bottom: 0;
}

.company .g-map {
  padding-top: 70%;
  position: relative;
  width: 100%;
}

.company .g-map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.company .g-map-link {
  color: #0066ff;
  margin-top: 5px;
  text-align: center;
}

.company .introduction-ttl {
  font-size: 15px;
  margin-bottom: 6px;
  text-align: center;
}

.company .introduction-items {
  background: #f5f3ef;
  display: flex;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .company .introduction-items {
    display: block;
  }
}

.company .introduction-item {
  margin-right: 18px;
  width: calc(33.3333333% - 36px / 3);
}

@media screen and (max-width: 767px) {
  .company .introduction-item {
    margin: 0 auto 12px;
    width: 80%;
  }
}

.company .introduction-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .company .introduction-item:last-child {
    margin: 0 auto;
  }
}

.company .introduction-item img {
  width: 100%;
}

/*
  施工実績
———————————*/
.works .content-body {
  display: block;
}

.works .primary {
  width: 100%;
}

.works .mansion {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .works .mansion {
    display: block;
  }
}

.works .mansion .performance-box {
  max-width: 100%;
  width: 450px;
}

@media screen and (max-width: 767px) {
  .works .mansion .performance-box {
    margin: auto;
  }
}

.works .mansion .performance-txt {
  text-align: center;
}

.works .mansion .performance-date {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .works .mansion .performance-date {
    border-bottom: 2px solid #333;
    margin: 0 auto 4px;
    padding-bottom: 4px;
    width: 160px;
  }
}

.works .mansion .performance-status {
  font-size: 18px;
}

.works .mansion .performance-imgs {
  display: flex;
}

@media screen and (max-width: 767px) {
  .works .mansion .performance-imgs {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .works .mansion .performance-ttl {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 979px) {
  .works .mansion .performance-img {
    width: 48%;
  }
}

.works .mansion .performance-img:last-child {
  margin-left: auto;
}

.works .mansion .performance-lead {
  margin-top: 4px;
}

@media screen and (max-width: 979px) {
  .works .mansion .performance-lead {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .works .mansion .performance-lead {
    height: auto;
  }
}

.works .right-arrow-m {
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .works .right-arrow-m {
    margin: 8px 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .works .right-arrow-m img {
    transform: rotate(90deg);
  }
}

.works .toilet {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .works .toilet {
    justify-content: center;
  }
}

.works .toilet .performance-box {
  display: flex;
  max-width: 100%;
  width: 450px;
}

@media screen and (max-width: 767px) {
  .works .toilet .performance-box {
    display: block;
    width: 218px;
  }
}

.works .toilet .performance-txt {
  margin-right: auto;
  width: 218px;
}

@media screen and (max-width: 767px) {
  .works .toilet .performance-txt {
    margin-right: 0;
    width: auto;
  }
}

.works .toilet .performance-status {
  font-size: 18px;
  margin-bottom: 6px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .works .toilet .performance-status {
    text-align: center;
  }
}

.works .toilet .performance-date {
  border-bottom: 2px solid #333;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 4px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .works .toilet .performance-ttl {
    height: 60px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .works .right-arrow-t {
    margin-top: 100px;
  }
}

.works .box.reform {
  padding: 0;
}

.works .reform-items {
  display: flex;
  flex-wrap: wrap;
}

.works .reform-box {
  text-align: center;
  width: calc(100% / 6);
}

@media screen and (max-width: 767px) {
  .works .reform-box {
    width: calc(100% / 3);
  }
}

.works .reform-items,
.works .reform-date,
.works .reform-content,
.works .reform-img {
  border: 1px solid #333;
}

.works .reform-date {
  background: #f7fccc;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .works .reform-date {
    font-size: 12px;
  }
}

.works .reform-content {
  align-items: center;
  display: flex;
  font-weight: 700;
  height: 110px;
  justify-content: center;
}

.works .reform-img {
  width: 100%;
}

.works .reform-img img {
  width: 100%;
}

.works .heading-ttl {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .works .heading-ttl {
    font-size: 16px;
  }
}

.works .heading-ttl::before {
  content: '<<';
  font-size: 14px;
  margin-right: 10px;
}

.works .heading-ttl::after {
  content: '>>';
  font-size: 14px;
  margin-left: 10px;
}

.works .box.new-construction {
  background: #f5f3ef;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .works .box.new-construction .heading-ttl {
    padding-left: 14px;
  }
}

.works .new-construction-box {
  background: #fff;
  display: flex;
  padding: 12px;
}

@media screen and (max-width: 767px) {
  .works .new-construction-box {
    display: block;
  }
}

.works .new-construction-txt {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .works .new-construction-txt {
    margin: 0 auto 10px;
  }
}

.works .new-construction-date {
  border-bottom: 2px solid #333;
  font-weight: 700;
  margin: 0 auto 14px;
  padding-bottom: 8px;
  text-align: center;
  width: 186px;
}

.works .new-construction-ttl {
  margin-bottom: 8px;
  text-align: center;
}

.works .new-construction-imgs {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 250px);
}

@media screen and (max-width: 767px) {
  .works .new-construction-imgs {
    width: 100%;
  }
}

.works .new-construction-img {
  margin-right: 10px;
  width: calc(25% - 30px / 4);
}

@media screen and (max-width: 767px) {
  .works .new-construction-img {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc(50% - 10px / 2);
  }
  .works .new-construction-img:nth-of-type(2n) {
    margin-right: 0;
  }
}

.works .new-construction-img:last-child {
  margin-right: 0;
}

.works .new-construction-img img {
  width: 100%;
}

.works .box.waste-keepsakes {
  background: #f5f3ef;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .works .box.waste-keepsakes {
    flex-flow: row-reverse;
  }
}

.works .wk-container {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .works .wk-container .heading-ttl {
    text-align: center;
  }
}

.works .wk-box {
  background: #fff;
  display: flex;
  padding: 12px 12px 12px 26px;
}

@media screen and (max-width: 767px) {
  .works .wk-box {
    display: block;
    padding: 12px;
  }
}

.works .wk-txt {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .works .wk-txt {
    margin: 0 0 12px 0;
  }
}

.works .wk-date {
  border-bottom: 2px solid #333;
  font-weight: 700;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  text-align: center;
  width: 190px;
}

@media screen and (max-width: 767px) {
  .works .wk-date {
    font-size: 12px;
    width: 120px;
  }
}

.works .wk-ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .works .wk-img {
    width: 100%;
  }
  .works .wk-img img {
    width: 100%;
  }
}

.works .landscaping-items {
  background: #f5f3ef;
  display: flex;
}

.works .landscaping-item {
  margin-right: 32px;
  width: calc(33.3333333% - 64px / 3);
}

@media screen and (max-width: 767px) {
  .works .landscaping-item {
    margin-right: 6px;
    width: calc(33.3333333% - 12px / 3);
  }
}

.works .landscaping-item:last-child {
  margin-right: 0;
}

.works .landscaping-lead {
  margin-top: 10px;
  text-align: center;
}

/*
  求人情報
———————————*/
.recruit .box {
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .recruit .box {
    background: #f5f3ef;
    padding: 0 10px;
  }
}

.recruit-table {
  width: 100%;
}

.recruit-table th {
  background: #FBE0E1;
  border: 1px solid #333;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 155px;
}

@media screen and (max-width: 767px) {
  .recruit-table th {
    width: 100px;
  }
}

.recruit-table td {
  background: #fff;
  border: 1px solid #333;
  padding: 32px 10px 32px 24px;
}

.recruit-table td p:not(:last-child) {
  margin-bottom: 6px;
}

/* コンテンツフッターナビ */
.content-footer {
  margin-top: 165px;
}

.content-footer-list {
  font-size: 0;
  text-align: center;
}

.content-footer-list .menu-item {
  color: #000000;
  display: inline-block;
  font-size: 15px;
}

.content-footer-list .menu-item::after {
  content: '/';
}

.content-footer-list .menu-item:last-child:after {
  content: none;
}

.content-footer-list .menu-item a {
  display: inline-block;
  padding: 2px 6px;
}

.content-footer-list .menu-item.current > a {
  background: #000000;
  color: #E9F706;
  font-weight: 700;
}

/*
  お問い合わせ
———————————*/
.contact input {
  font-size: 16px;
}

.contact .required-mark {
  color: red;
}

.contact .form-header {
  border: 1px solid #336699;
  padding: 13px;
  width: 100%;
}

.contact .form-header .required-mark {
  margin-right: 6px;
}

.contact .form-row {
  display: table;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact .form-row {
    display: block;
  }
}

.contact .form-row-title {
  background: #f0f8ff;
  border-bottom: 1px solid #336699;
  border-left: 1px solid #336699;
  border-right: 1px solid #336699;
  display: table-cell;
  min-height: 45px;
  padding: 12px;
  vertical-align: top;
  width: 184px;
}

@media screen and (max-width: 767px) {
  .contact .form-row-title {
    display: block;
    width: 100%;
  }
}

.contact .form-row-data {
  border-bottom: 1px solid #336699;
  border-right: 1px solid #336699;
  display: table-cell;
  min-height: 45px;
  padding: 7px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .contact .form-row-data {
    border-left: 1px solid #336699;
    display: block;
  }
}

.contact #name,
.contact #ruby,
.contact #tel,
.contact #company-name {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .contact #name,
  .contact #ruby,
  .contact #tel,
  .contact #company-name {
    width: 100%;
  }
}

.contact #mail1,
.contact #mail2 {
  width: 276px;
}

@media screen and (max-width: 767px) {
  .contact #mail1,
  .contact #mail2 {
    width: 100%;
  }
}

.contact .mail-input-row {
  margin-bottom: 10px;
}

.contact .adress-row {
  margin-bottom: 10px;
}

.contact .adress-row:last-child {
  margin-bottom: 0;
}

.contact .adress-row label {
  display: inline-block;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .contact .adress-row label {
    display: block;
    font-weight: 700;
    width: auto;
  }
}

.contact .adress-row input {
  display: inline-block;
  width: 278px;
}

@media screen and (max-width: 767px) {
  .contact .adress-row input {
    width: 100%;
  }
}

.contact .adress-row .pref {
  font-size: 16px;
  width: 170px;
}

.contact #zip-code1 {
  margin-right: 10px;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .contact #zip-code1 {
    width: 70px;
  }
}

.contact #zip-code2 {
  margin-left: 10px;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .contact #zip-code2 {
    width: 100px;
  }
}

.contact .contact-item label {
  display: block;
  padding: 2px 0;
}

.contact #contact-body {
  font-size: 16px;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .contact #contact-body {
    width: 100%;
  }
}

.contact .form-btn {
  margin-top: 24px;
  text-align: center;
}

.contact .submit {
  background: #ebebeb;
  border: 1px solid #999999;
  color: #333;
  padding: 6px;
}

/*
  check.php
———————————*/
.check .form-header {
  font-weight: 700;
  text-align: center;
}

.check .form-row-data {
  align-items: center;
  display: flex;
}

.check .adress {
  width: 100%;
}

.check .zip {
  display: flex;
}

.check .zip label {
  margin-right: 4px;
}

.check .zip span {
  margin: 0 4px;
}

.check .adress-row label {
  font-weight: 700;
}

.check .adress-row div {
  display: inline-block;
}

.check .back {
  background: #ebebeb;
  border: 1px solid #999999;
  color: #333;
  margin-right: 30px;
  padding: 6px;
}

/*
  send_mail.php
———————————*/
.send-mail .box {
  text-align: center;
}

.send-mail .box h3 {
  font-size: 18px;
}

.send-mail .box p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
}

/*------------------------------

  フッター

------------------------------*/
#footer {
  background: #000000;
  color: #F7EE03;
  padding: 14px 0 6px;
  text-align: center;
}

.info-row {
  margin-bottom: 2px;
}

.info-row li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-adress li:first-child {
    display: block;
  }
}

.copyright {
  font-size: 12px;
  margin-top: 40px;
}
