.wrapper {
  display: block;
}

.sp-br {
  display: block;
}

.bg--sp {
  background-image: url(../img/sp/common-fv.jpg);
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: 40vh;
}

.head__white {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  color: #fff;
}
.head__white-main {
  color: #fff;
}

.company__lead-text-main {
  font-size: 20px;
  font-weight: 600;
  border-bottom: solid 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px 5px;
  margin: 0 auto 20px;
}
.company__lead-text-sub {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.company__lead-text-name {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1.8;
}
.company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.company__item {
  width: 90%;
}

.overview__lead-text-main {
  font-size: 20px;
  font-weight: 600;
  border-bottom: solid 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px 5px;
  margin: 0 auto 20px;
}
.overview__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  line-height: 1.8;
}
.overview__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #272727;
}
.overview__table-cell {
  padding: 10px;
}
.overview__table-cell:first-child {
  background-color: #DBDBDB;
  text-align: center;
  font-weight: 600;
}
.overview__table-cell:last-child {
  background-color: #F4F4F4;
}
.overview .name {
  width: 30%;
}
.overview .info {
  width: 70%;
}
.overview .cell-title {
  font-weight: 600;
  border-bottom: solid 1px;
  line-height: 1.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

/*--------------------------
//pc
--------------------------*/
@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
  .bg--sp {
    display: none;
  }
  .bg--pc {
    display: block;
    background-image: url(../img/common-fv.jpg);
    width: 100%;
    background-position: center center;
    background-size: cover;
    height: 60vh;
  }
  .head__white {
    top: 26%;
  }
  .company {
    line-height: 2;
  }
  .company__lead-text-main {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .company__lead-text-sub {
    font-size: 16px;
    line-height: 2;
  }
  .company__lead-text-name {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 60px;
  }
  .company__contents {
    margin: 0 180px;
  }
  .company__item {
    width: 30%;
  }
  .overview {
    line-height: 2;
  }
  .overview__lead-text-main {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .overview__table {
    margin: 0 180px;
    font-size: 16px;
    line-height: 2;
  }
  .overview__table-cell {
    padding: 20px 60px;
  }
}
/*--------------------------
//tb
--------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company__contents {
    margin: 0;
  }
  .overview__table {
    margin: 0;
  }
  .contact__item {
    width: 55%;
  }
  .contact__title {
    font-size: 16px;
  }
  .contact__detail {
    font-size: 16px;
  }
}