@charset "UTF-8";
/*第二階層*/
.breadcrumb ul {
  width: 1100px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  font-size: 12px;
  color: #564439;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li.current {
  color: #394F56;
}
.breadcrumb ul li:first-child:before {
  content: '';
  margin: 0;
}
.breadcrumb ul li:before {
  content: '▪︎';
  margin: 0 5px;
  color: #564439;
}
.breadcrumb ul li a {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  color: #564439;
  text-decoration: none;
  position: relative;
}
.breadcrumb ul li a:hover {
  opacity: 1;
}
.second .bg {
  padding: 100px 0 30px;
  margin-top: 94px;
  background-color: #CEDBDE;
}
.second h2 {
  width: 1100px;
  margin: 0 auto 80px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  letter-spacing: 2px;
}
.second h2 .sub {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 16px;
}
.second .inner {
  padding: 50px 0 70px;
  position: relative;
  border-top: solid 3px #564439;
  border-bottom: solid 3px #564439;
}
.second .inner::before {
  content: "";
  position: absolute;
  top: 2px;
  border-top: solid 1px #564439;
  width: 100%;
}
.second .inner::after {
  content: "";
  position: absolute;
  bottom: 2px;
  border-top: solid 1px #564439;
  width: 100%;
}
.second .inner02 {
  width: 700px;
  margin: 0 auto;
}
/*会社概要*/
.second.company table {
  width: 100%;
  border-spacing: 0 40px;
}
.second.company table th {
  width: 30%;
  padding: 5px 5%;
  text-align: left;
  border-right: solid 1px #564439;
}
.second.company table td {
  padding: 5px 5%;
}
.second.company table a {
  color: #564439;
}
/*人材募集*/
.second.recruit table {
  width: 100%;
  border-spacing: 0 40px;
}
.second.recruit table th {
  width: 30%;
  padding: 5px 5%;
  text-align: left;
  border-right: solid 1px #564439;
}
.second.recruit table td {
  padding: 5px 5%;
}
.second.recruit table a {
  color: #564439;
}
/*プライバシーポリシー*/ /*サイトポリシー*/
.second.pp h3 {
  font-size: 22.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}
.second.pp p {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width:1050px) {
  /*第二階層*/
  .breadcrumb ul {
    width: 85%;
  }
  .second .bg {
    padding: 50px 0 20px;
    margin-top: 74px;
  }
  .second h2 {
    width: 85%;
    margin: 0 auto 40px;
    font-size: 36px;
    letter-spacing: 1px;
  }
  .second h2 .sub {
    font-size: 16px;
  }
  .second .inner {
    padding: 40px 0 60px;
  }
  .second .inner02 {
    width: 80%;
  }
  /*会社概要*/
  .second.company table {
    border-collapse: collapse;
    border-top: solid 1px #564439;
  }
  .second.company table th {
    display: block;
    width: auto;
    padding: 20px 3% 5px;
    border-right: none;
  }
  .second.company table td {
    display: block;
    width: auto;
    padding: 0 3% 20px;
    border-bottom: solid 1px #564439;
  }
  /*人材募集*/
  .second.recruit table {
    border-collapse: collapse;
    border-top: solid 1px #564439;
  }
  .second.recruit table th {
    display: block;
    width: auto;
    padding: 20px 3% 5px;
    border-right: none;
  }
  .second.recruit table td {
    display: block;
    width: auto;
    padding: 0 3% 20px;
    border-bottom: solid 1px #564439;
  }
  /*プライバシーポリシー*/ /*サイトポリシー*/
  .second.pp h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}