/*===============================================
company
===============================================*/
#company .sec01 {
  padding-bottom: 0;
}

#company .sec01 li {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
#company .sec01 li figure {
  width: 36%;
}
#company .sec01 li .info {
  width: 60%;
}
#company .sec01 li .info h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
#company .sec01 li .info p {
  margin-bottom: 1rem;
}
#company .sec01 li:nth-child(even) .info {
  order: 1;
}
#company .sec01 li:nth-child(even) figure {
  order: 2;
}

#company .sec02 .inr ._inr {
  display: flex;
  justify-content: space-between;
}
#company .sec02 .inr ._inr > div.sec02_01 {
  width: 65%;
}
#company .sec02 .inr ._inr > div.sec02_01 > dl {
  display: table-row;
}
#company .sec02 .inr ._inr > div.sec02_01 > dl > dt {
  width: 8em;
  text-align: center;
}
#company .sec02 .inr ._inr > div.sec02_01 > dl > dt, #company .sec02 .inr ._inr > div.sec02_01 > dl > dd {
  display: table-cell;
  padding: 5px 0;
  border-bottom: 1px dashed #999;
}
#company .sec02 .inr ._inr > div.sec02_02 {
  width: 30%;
}
#company .sec02 .inr ._inr > div.sec02_02 h4 {
  font-size: 1.6rem;
  font-weight: 600;
}
#company .sec02 .inr ._inr > div.sec02_02 dl {
  border-bottom: 1px dashed #999;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  #company .sec01 li {
    flex-flow: column;
  }
  #company .sec01 li figure {
    width: 80%;
    margin: 0 auto;
  }
  #company .sec01 li .info {
    width: 100%;
  }
  #company .sec01 li .info h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #company .sec01 li:nth-child(even) .info {
    order: unset;
  }
  #company .sec01 li:nth-child(even) figure {
    order: unset;
  }

  #company .sec02 .inr ._inr {
    flex-flow: column;
  }
  #company .sec02 .inr ._inr > div.sec02_01 {
    width: 100%;
  }
  #company .sec02 .inr ._inr > div.sec02_01 > dl {
    display: block;
    padding: 5px 0;
  }
  #company .sec02 .inr ._inr > div.sec02_01 > dl > dt, #company .sec02 .inr ._inr > div.sec02_01 dl > dd {
    display: block;
    border-bottom: 1px dashed #999;
  }
  #company .sec02 .inr ._inr > div.sec02_01 > dl > dt {
    width: 100%;
    text-align: left;
    border: none;
    padding-bottom: 0;
  }
  #company .sec02 .inr ._inr > div.sec02_02 {
    width: 100%;
  }
  #company .sec02 .inr ._inr > div.sec02_02 h4 {
    margin-top: 20px;
    text-align: center;
  }
}
/*===============================================
recluit
===============================================*/
#recluit .catch {
  text-align: center;
  margin: 20px 0 30px;
}

#recluit ._sec01 {
  width: 800px;
  margin: 0 auto;
  display: table;
  border-collapse: collapse;
}
#recluit ._sec01 > dl {
  display: table-row;
  width: 100%;
}
#recluit ._sec01 > dl dt {
  display: table-cell;
  border: 1px solid #000;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  background: url("../images/common/footer_bg.jpg");
  background-size: 60%;
  color: #fff;
}
#recluit ._sec01 > dl dd {
  display: table-cell;
  border: 1px solid #000;
  width: 80%;
  vertical-align: middle;
  padding: 10px 20px;
  background-color: #fff;
}

#recluit .contact_sec {
  text-align: center;
  margin: 40px 0;
}
#recluit .contact_sec p {
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: rgb(206, 52, 6);
  font-weight: bold;
}
#recluit .contact_sec .btn {
  background-color: rgb(206, 52, 6);
  width: 40%;
  margin: 0 auto;
}
#recluit .contact_sec .btn a {
  font-size: 1.7rem;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #recluit ._sec01 {
    width: 100%;
    margin: 0 auto;
    display: block;
    border-collapse: collapse;
  }
  #recluit ._sec01 > dl {
    display: block;
    width: 100%;
  }
  #recluit ._sec01 > dl dt {
    display: block;
    border: 1px solid #000;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    box-sizing: border-box;
    border-bottom: none;
  }
  #recluit ._sec01 > dl dd {
    display: block;
    border: 1px solid #000;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
  }
  #recluit ._sec01 > dl:last-child {
    border-bottom: 1px solid #000;
  }

  #recluit .contact_sec p {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  #recluit .contact_sec .btn {
    width: 100%;
  }
  #recluit .contact_sec .btn a {
    font-size: 1.5rem;
  }
}
/*===============================================
contact
===============================================*/
#contact .catch {
  text-align: center;
}
#contact .catch p {
  margin-bottom: 20px;
}
#contact .catch dl dt {
  margin-bottom: 10px;
}
#contact .catch dl dd {
  font-size: 11px;
}
#contact form .table {
  display: table;
  width: 80%;
  margin: 30px auto 20px auto;
}
#contact form .table dl {
  display: table-row;
}
#contact form .table dl dt, #contact form .table dl dd {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #999;
  padding: 15px 0;
}
#contact form .table dl dt {
  width: 25%;
  text-align: center;
}
#contact form .table dl dd {
  width: 75%;
}
#contact form .table input[type=text] {
  border: 1px solid #999;
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
}
#contact form .table textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #999;
  box-sizing: border-box;
}
#contact form .defalut,
#contact form .back,
#contact form .send {
  background: #000;
  border: none;
  color: #fff;
  padding: 10px 50px;
  width: 300px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-family: "Shippori Mincho", serif;
}
#contact form .send {
  background-color: rgb(206, 52, 6);
}
#contact form .defalut:hover,
#contact form .back:hover,
#contact form .send:hover {
  background: #000;
}

@media screen and (max-width: 768px) {
  #contact .catch {
    text-align: left;
  }
  #contact .catch p {
    margin-bottom: 20px;
  }
  #contact .catch p br {
    display: none;
  }
  #contact form .radio span {
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  #contact form .table {
    display: block;
    width: 100%;
  }
  #contact form .table dl {
    display: block;
  }
  #contact form .table dl dt {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: bold;
  }
  #contact form .table dl dd {
    display: block;
    width: 100%;
  }
  #contact form .table input[type=text] {
    width: 100%;
  }
  #contact form .defalut,
#contact form .back,
#contact form .send {
    padding: 10px 0;
    width: 100%;
  }
}