@charset "UTF-8";
/*会社案内トップ*/
.top_company .inner {
  padding: 50px 0;
}
.top_company .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top_company .inner ul li a {
  display: block;
  text-decoration: none;
  color: #004ea2;
  width: 30.9%;
  margin: 20px 1%;
  padding: 0;
  float: left;
  border-radius: 10px;
  border: solid 2px #004ea2;
  border-bottom: solid 5px #004ea2;
  background-color: #F6FBFE;
  text-align: center;
  position: relative;
  transition: all .3s;
}
.top_company .inner ul li a:hover {
  box-shadow: 1px 1px 10px #aaa;
  opacity: 1;
}
.top_company .inner ul li h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 20px 0;
}
.top_company .inner ul li h4:before {
  display: none;
}
/*ごあいさつ*/
.message p {
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 77%;
  float: left;
}
.message figure {
  width: 20%;
  margin: 0 0 20px 3%;
  float: right;
}
.message figure figcaption {
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 24px;
  margin: 20px 0 0 auto;
}
.message figure figcaption span {
  font-size: 18px;
  margin-right: 15px;
}
.message .name {
  display: none;
}
/*企業理念・品質方針*/
.philosophy .wrap {
  background-color: #F6FBFE;
  border: solid 2px #004ea2;
  border-radius: 20px;
  padding: 20px 5%;
}
.philosophy ol {
  width: 910px;
  margin: 0 auto;
}
.philosophy ol li {
  margin: 5px auto;
  font-size: 16px;
}
.philosophy ol li {
  font-weight: 500;
}
.philosophy .hoshin .date {
  text-align: right;
}
.philosophy .hoshin h5 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #004ea2;
  margin: 0 auto -10px;
}
.philosophy .hoshin .b {
  text-align: center;
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
}
.philosophy .hoshin .name {
  text-align: right;
}
.philosophy .wrap.kodokeikaku {
  padding: 20px 10% 45px;
}
.philosophy .kodokeikaku h5 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #004ea2;
  margin: 0 auto -5px;
}
.philosophy .kodokeikaku p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.philosophy .kodokeikaku .dl_box {
  border-top: solid 1px #3371b5;
}
.philosophy .kodokeikaku .dl_box dl {
  margin: 0;
  padding: 20px 0;
  border-bottom: solid 1px #3371b5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.philosophy .kodokeikaku .dl_box dl:first-child {
  padding: 10px 0;
  color: #004ea2;
  font-weight: 500;
}
.philosophy .kodokeikaku .dl_box dl dt {
  display: flex;
  justify-content: center;
  width: 25%;
}
.philosophy .kodokeikaku .dl_box dl dd {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 50%;
}
.philosophy .kodokeikaku .dl_box dl dd .btn_pdf {
  width: 250px;
  margin: 0 auto;
}
.philosophy .kodokeikaku .dl_box dl dd .btn_pdf a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 0;
  border-radius: 50px;
  color: #09a0b9;
  background-color: #E8F7FF;
  border: solid 1px #09a0b9;
  border-bottom: solid 3px #09a0b9;
}
/*会社概要*/
.about table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: solid 1px #ccc;
}
.about table tr {
  border-bottom: solid 1px #ccc;
}
.about table th {
  width: 20%;
  padding: 20px 3%;
  color: #fff;
  font-weight: 500;
  background-color: #004ea2;
  border-right: solid 1px #ccc;
}
.about table th.th02 {
  width: 15%;
  color: #000;
  background-color: #E8F7FF;
}
.about table td {
  padding: 20px 3%;
  background-color: #F7F7F7;
}
.about table ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: square;
}
/*会社沿革*/
.history table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: solid 1px #ccc;
}
.history table tr {
  border-bottom: solid 1px #ccc;
}
.history table th {
  width: 20%;
  padding: 20px 3%;
  font-weight: 500;
  color: #fff;
  background-color: #004ea2;
  border-right: solid 1px #ccc;
}
.history table td {
  padding: 20px 3%;
  background-color: #F7F7F7;
}
/*取得・認定*/
.certification table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: solid 1px #ccc;
}
.certification table thead th {
  padding: 10px 3%;
  font-weight: 500;
  color: #fff;
  background-color: #004ea2;
  border-right: solid 1px #ccc;
}
.certification table thead th:nth-child(1) {
  width: 250px;
}
.certification table thead th:last-child {
  border-right: none;
}
.certification table thead th:last-child {
  width: 250px;
}
.certification table tbody td:last-child {
  background-color: #F0F0F0;
  border-left: solid 1px #ccc;
}
.certification table tr {
  border-bottom: solid 1px #ccc;
}
.certification table th {
  padding: 20px 3%;
  font-weight: 500;
  background-color: #E8F7FF;
  border-right: solid 1px #ccc;
}
.certification table td {
  padding: 20px 3%;
  background-color: #F7F7F7;
}
/*事業所一覧*/
.location .nav-tab ul li.is-active {
  background-color: #E8F7FF;
}
.location .box {
  display: none;
}
.location .box.is-show {
  display: block;
}
.location .nav-tab {
  margin-bottom: 30px;
}
.location .nav-tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.location .nav-tab ul li {
  text-align: center;
  color: #004ea2;
  border: solid 2px #004ea2;
  box-shadow: 0 4px 0 #004ea2;
  border-radius: 5px;
  width: 22.6%;
  margin: 0 0.5%;
  padding: 10px 1% 10px 0;
  float: left;
  transition: all .3s;
}
.location .nav-tab ul li:nth-child(1) {
  color: #3371b5;
  border: solid 2px #3371b5;
  box-shadow: 0 4px 0 #3371b5;
}
.location .nav-tab ul li:nth-child(2) {
  color: #ee795c;
  border: solid 2px #ee795c;
  box-shadow: 0 4px 0 #ee795c;
}
.location .nav-tab ul li:nth-child(3) {
  color: #0c9070;
  border: solid 2px #0c9070;
  box-shadow: 0 4px 0 #0c9070;
}
.location .nav-tab ul li:nth-child(4) {
  color: #5d64ad;
  border: solid 2px #5d64ad;
  box-shadow: 0 4px 0 #5d64ad;
}
.location .nav-tab ul li:hover {
  opacity: 1;
  background-color: #E8F7FF;
  cursor: pointer;
  transition: all .3s;
}
.location figure {
  width: 60%;
  margin: 0 auto;
}
.location .map {
  margin-bottom: 20px;
}
.location h4 {
  margin: 0 auto 15px;
}
.location #bu h4:before {
  background-color: #3371b5;
}
.location #eigyosho h4:before {
  background-color: #ee795c;
}
.location #kojokankei h4:before {
  background-color: #0c9070;
}
.location #haisokankei h4:before {
  background-color: #5d64ad;
}
.location table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: solid 1px #ccc;
}
.location table tr {
  border-bottom: solid 1px #ccc;
}
.location table th {
  width: 25%;
  padding: 20px 3%;
  font-weight: 500;
  color: #fff;
  background-color: #004ea2;
  border-right: solid 1px #ccc;
}
.location table td {
  padding: 20px 3%;
  background-color: #F7F7F7;
}
.location #bu table th {
  background-color: #3371b5;
}
.location #eigyosho table th {
  background-color: #ee795c;
}
.location #kojokankei table th {
  background-color: #0c9070;
}
.location #haisokankei table th {
  background-color: #5d64ad;
}
.location table a {
  color: #000;
}
@media screen and (max-width:1100px) {
  /*会社案内トップ*/
  .top_company .inner {
    padding: 30px 0 !important;
  }
  .top_company .inner ul li a {
    width: auto;
    margin: 20px auto;
    float: none;
  }
  .top_company .inner ul li h4 {
    font-size: 20px;
    margin: 0;
    padding: 15px 0;
  }
  /*ごあいさつ*/
  .message p {
    width: auto;
    float: none;
  }
  .message figure {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 30px;
    float: none;
  }
  .message figure figcaption {
    display: none;
  }
  .message .name {
    display: block;
    text-align: right;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin: 10px 0 0 auto;
  }
  .message .name span {
    font-size: 18px;
    margin-right: 15px;
  }
  /*企業理念・品質方針*/
  .philosophy .wrap {
    padding: 20px 5%;
  }
  .philosophy ol {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0 15px;
    line-height: 24px;
  }
  .philosophy ol li {
    margin: 5px auto;
    font-size: 15px;
  }
  .philosophy .box.hoshin {
    padding: 5px 5%;
  }
  .philosophy .hoshin h5 {
    font-size: 24px;
    margin: 0 auto -10px;
  }
  .philosophy .hoshin .b {
    font-size: 20px;
    line-height: 30px;
  }
  .philosophy .hoshin .name {
    margin-top: 20px;
    line-height: 24px;
  }
  .philosophy .wrap.kodokeikaku {
    padding: 15px 5% 35px;
  }
  .philosophy .kodokeikaku h5 {
    font-size: 24px;
  }
  .philosophy .kodokeikaku p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
  }
  .philosophy .kodokeikaku .dl_box dl dt {
    width: 30%;
    margin: 0 2%;
    line-height: 24px;
  }
  .philosophy .kodokeikaku .dl_box dl dd {
    width: 30%;
    margin: 0 2%;
  }
  .philosophy .kodokeikaku .dl_box dl dd .btn_pdf {
    width: 80px;
  }
  .philosophy .kodokeikaku .dl_box dl dd .btn_pdf a {
    font-size: 15px;
  }
  /*会社概要*/
  .about table {
    line-height: 24px;
  }
  .about table th {
    width: auto;
    display: block;
    padding: 10px 3%;
    border-right: none;
  }
  .about table td {
    width: auto;
    display: block;
  }
  .about table th.th02 {
    width: auto;
    padding: 10px 3%;
    border-bottom: solid 1px #ccc;
  }
  /*会社沿革*/
  .history table {
    line-height: 24px;
  }
  .history table th {
    width: 35%;
  }
  /*取得・認定*/
  .certification nav {
    margin-bottom: 20px;
  }
  .certification nav ul li a {
    width: 44.8%;
    margin: 0 1% 10px;
    padding: 10px 2% 10px 0;
    float: left;
  }
  .certification .box {
    margin-bottom: 50px;
  }
  .certification .btn {
    margin: 0 auto 15px;
  }
  .certification .btn a {
    width: 250px;
    font-size: 14px;
    position: static;
    margin: 0 auto;
  }
  .certification table {
    line-height: 24px;
  }
  .certification table thead th:nth-child(1) {
    width: 45%;
  }
  .certification #isoninsho table thead th:nth-child(1) {
    width: auto;
  }
  .certification #isoninsho table thead th:last-child {
    width: 25%;
  }
  /*事業所一覧*/
  .location table {
    line-height: 24px;
  }
  .location .nav-tab {
    margin-bottom: 10px;
  }
  .location .nav-tab ul li {
    width: 44.8%;
    margin: 0 1% 10px;
    padding: 10px 2% 10px 0;
    float: left;
  }
  .location figure {
    width: auto;
  }
  .location table th {
    width: 40%;
  }
}