@charset "UTF-8";
/* @content */
#company #page_header .title {
  background: url(../images/company/company_main@2x.jpg);
  background-repeat: no-repeat;
  background-size: 810px;
  background-position: right;
  padding: 35px 0;
}
#company #page_header h2 {
  font-size: 21px;
  margin-bottom: 0;
  padding: 35px 0;
}
#company #section10 {
  margin: 40px 0 20px;
  padding: 0;
}
#company #section10 .flex-container {
  display: flex;
  justify-content: space-between;
}
#company #section10 #main-area {
  width: 740px;
  margin: 0;
}
#company #section10 .message-area {
  padding-bottom: 40px;
  position: relative;
}
#company #section10 #main-area .main-disc {
  border-top: 3px solid #000;
  font-family: 'YakuHanJP','Noto Sans JP',sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding: 40px 0;
  position: relative;
  text-align: center;
}
#company #section10 #main-area .main-disc:after{
  content: "";
  border-top: solid 1px #000;
  height: calc(100% - 10px);
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
}
#company #section10 #main-area .message-area .text{
  letter-spacing: 0px;
  line-height: 1.8;
  margin: 40px auto 20px;
  width: 605px;
}
#company #section10 #main-area .name-area {
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
}
#company .tx-left {
  text-align: left;
}
#company #section10 #main-area .name-area span {
  font-size: 21px;
}
#company #section10 .message-area .about-table {
  font-size: 16px;
  margin: 0 auto;
  width: 590px;
}
#company #section10 .message-area .about-table th,
#company #section10 .message-area .about-table td {
  padding: 2px;
  vertical-align: top;
}
#company #section10 .message-area .about-table th {
  border: none;
  text-align: left;
  width: 110px;
}
#company #section10 .message-area .company-area__unit {
  background: url(../images/common/border_bg.jpg);
  margin-bottom: 25px;
  padding: 30px 40px;
  width: 355px;
}
#company #section10 .message-area .company-area__unit__content {
  margin-bottom: 20px;
}
#company #section10 .message-area .company-area__unit__content:last-child {
  margin-bottom: 0;
}
#company #section10 .message-area .company-area__unit__content__name {
  font-size: 16px;
  font-weight: bold;
}
#company #section10 .message-area .flex-container-flow {
  display: flex;
  flex-flow: column;
}
#company #section10 .message-area .unit-mini {
  height: 177px;
}
#company #section10 .message-area .unit-mini a {
  text-decoration: underline;
}
#company #section10 .message-area .name-bg {
  background: #392927;
  color: #fff;
  padding: 5px;
  text-align: center;
}
#company #section10 .message-area .unit-detail {
  height: 177px;
  padding: 0 0 30px !important;
}
#company #section10 .message-area .detail-tx {
  padding: 30px 40px;
}
#company #section10 .message-area .recruit-bnr {
  margin: 35px 0;
}
#company #section10 .message-area .contact-tx {
  font-size: 18px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 30px;
}

#company .side__box {
  font-size: 14px;
}
#company .b-position::before {
  top: 28%;
}
#company .before-none::before {
  content: none !important;
}
#company .accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}
#company .accordion-container .acordion-title {
  background: #D9D1C8;
  border-top: 1px solid #fff;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 15px;
}
#company .acordion-title{
  position: relative;
}

#company .acordion-title:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#company .is-open::after {
  transform: rotate(-45deg);
}
#company .accordion-content02 {
  border: 1px solid #D9D1C8;
  cursor: auto;
  display: none;
  padding: 20px 10px;
}
#company .accordion-content02 table {
  border-collapse: collapse;
  width: 100%;
}
#company .accordion-content02 table th,
#company .accordion-content02 table td {
  border: 1px solid #000;
  padding: 5px;
  text-align: left;
}
#company .accordion-content02 table tr:nth-child(even) {
  background: #D9D1C8;
}
#company .accordion-content02 table th:nth-child(1) {
  width: 30%;
}
#company .accordion-content02 table th:nth-child(2),
#company .accordion-content02 table th:nth-child(3) {
  width: 17%;
}
#company .content-tx {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
#company .place-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px;
}
#company .place-name:first-child {
  margin: -20px 0 10px;
}
#company #section30 {
  padding-bottom: 20px;
}
#company #section40 {
  padding-bottom: 60px;
}

@media screen and (max-width: 1230px) {
  #company  #page_header .title {
    background-size: 700px;
    padding: 15px 0;
  }
}

/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #company #page_header .title {
    background-size: 100vw;
    background-position: top;
    padding: 35px 0;
  }
  #company #section10 #main-area {
    width: 100%;
  }
  #company #page_header h2 {
    padding: 10px 0;
  }
  #company #section10 #main-area .main-disc {
    font-size: 18px;
    padding: 20px 0;
  }
  #company #section10 .message-area {
    padding-bottom: 20px;
  }
  #company #section10 #main-area .message-area .text {
    margin: 20px auto 10px;
    width: 100%;
  }
  #company #section10 #main-area .name-area span {
    font-size: 20px;
  }
  #company #section10 .message-area .about-table {
    width: 100%;
  }
  
  #company #section10 .message-area .about-table th,
  #company #section10 .message-area .about-table td {
    width: 100%;
    display: block;
  }
  #company #section10 .flex-container {
    flex-flow: column;
  }
  #company #section10 .message-area .company-area__unit {
    margin-bottom: 15px;
    padding: 15px 20px;
    width: 100%;
  }
  #company #section10 .message-area .company-area__unit__content {
    margin-bottom: 10px;
  }
  #company #section10 .message-area .unit-mini {
    height: auto;
  }
  #company #section10 .message-area .unit-detail {
    height: auto;
    padding: 0 0 5px !important;
  }
  #company #section10 .message-area .detail-tx {
    padding: 15px 20px;
  }
  #company #section10 .message-area .recruit-bnr {
    margin: 15px 0;
  }
  #company #section10 .message-area .contact-tx {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #company .accordion-container .acordion-title {
    font-size: 16px;
    padding: 10px;
  }
  #company .accordion-content02 {
    padding: 10px 5px;
  }
  #company .content-tx {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #company #section30 {
    padding-bottom: 0;
  }
  #company #section40 {
    padding-bottom: 30px;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {

}




/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #company .accordion-content02 table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
}