/* CSS Document */
/*------------------------------------------------------------
     main
------------------------------------------------------------ */
/* common
------------------------------------------------------------ */
/* section */
.p-company__section + .p-company__section {
  margin-top: 35px;
}
/* group */
.p-company__group {
  counter-reset: heading;
}
.p-company__group-item {
  counter-increment: heading;
}
.p-company__group-item + .p-company__group-item {
  margin-top: 15px;
}
.p-company__group-item__heading {
  padding-left: 1.25em;
  position: relative;
  font-weight: 700;
}
.p-company__group-item__heading::before {
  content: counter(heading) '.';
  position: absolute;
  left: 0;
}
/* 企業理念
------------------------------------------------------------ */
.p-company-philosophy__section-large-text {
  margin-bottom: 5px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__section-large-text {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
/* 会社概要
------------------------------------------------------------ */
.p-company-profile__table {
  width: 100%;
  border-top: 2px solid #009BBB;
  border-left: 2px solid #009BBB;
  border-bottom: 2px solid #009BBB;
}
.p-company-profile__table th, .p-company-profile__table td {
  padding: 25px 20px;
  border-right: 2px solid #009BBB;
  border-bottom: 1px solid #A0A0A0;
  vertical-align: middle;
}
.p-company-profile__table th {
  width: 230px;
  background-color: #009BBB;
  text-align-last: justify;
  text-align: center;
  text-justify: inter-character;
  color: #FFF;
  font-weight: 700;
}
.p-company-profile__dl {
  position: relative;
}
.p-company-profile__dl + .p-company-profile__dl {
  margin-top: 1.5em;
}
.p-company-profile__link {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-company-profile__table th, .p-company-profile__table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .p-company-profile__table th {
    padding: 10px;
    text-align-last: center;
  }
  .p-company-profile__table td {
    padding: 10px;
  }
  .p-company-profile__link {
    position: static;
  }
}
/* 会社沿革
------------------------------------------------------------ */
.c-company-history__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.c-company-history__table th, .c-company-history__table td {
  padding: 3px;
  line-height: 2;
  vertical-align: middle;
}
.c-company-history__table th {
  width: 27.77%;
  background: #E3F3FC linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top right/24px 100%;
  color: #009BBB;
  font-weight: 700;
}
.c-company-history__table td {
  padding-left: 30px;
  border-bottom: 1px dashed #A0A0A0;
}
@media screen and (max-width: 767px) {
  .c-company-history__table th, .c-company-history__table td {
    display: block;
  }
  .c-company-history__table th {
    width: 175px;
  }
  .c-company-history__table td {
    padding-left: 0;
  }
}
/* 認定・承認
------------------------------------------------------------ */
.p-company-certified__group-item {
  padding: 30px 0;
}
.p-company-certified__group-item:first-child {
  padding-top: 0;
}
.p-company-certified__group-item + .p-company-certified__group-item {
  border-top: 1px dashed #A0A0A0;
}
.p-company-certified__dd::after {
  content: "";
  display: block;
  clear: both;
}
.p-company-certified__text {
  float: left;
  width: 62%;
}
.p-company-certified__image {
  float: right;
  width: 33.333%;
  margin-top: -30px;
  text-align: center;
}
.p-company-certified__image__border {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid black;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .p-company-certified__text, .p-company-certified__image {
    float: none;
    width: 100%;
  }
  .p-company-certified__image {
    margin-top: 20px;
  }
}