/* company.css: 会社概要ページ */

.company-body{
  margin: 0;
  background: #fff;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
}

.company-body :where(*, *::before, *::after){
  box-sizing: border-box;
}

.company-body :where(img){
  max-width: 100%;
  display: block;
}

.company-hero{
  position: relative;
  height: 276px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(192, 213, 228, 0.18), rgba(192, 213, 228, 0.18)),
    url("../img/company/company.webp") center center / cover no-repeat;
}

.company-hero::before{
  content: none;
}

.company-hero::after{
  content: none;
}

.company-hero__inner{
  position: relative;
  z-index: 1;
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-hero__title{
  margin: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #1c2a7a;
}

.company-wrap{
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 0 16px;
}

.company-wrap--crumb{
  padding-top: 14px;
}

.company-breadcrumb{
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #2f2f2f;
}

.company-section{
  padding: 54px 0 120px;
}

.company-table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cfd3d8;
  background: #fff;
}

.company-table th,
.company-table td{
  border: 1px solid #cfd3d8;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #2f2f2f;
}

.company-table th{
  width: 270px;
  padding: 14px 14px;
  background: #b9d0e5;
  text-align: left;
}

.company-table td{
  padding: 14px 16px;
}

.company-office{
  margin-top: 22px;
}

.company-office:first-child{
  margin-top: 0;
}

.company-office p{
  margin: 0;
}

.company-office__name{
  font-weight: 500;
}

@media (max-width: 1080px){
  .company-table th,
  .company-table td{
    font-size: 15px;
  }

  .company-table th{
    width: 240px;
  }
}

@media (max-width: 768px){
  .company-hero{
    height: 200px;
    background-position: center center;
  }

  .company-hero__title{
    font-size: 36px;
  }

  .company-wrap--crumb{
    padding-top: 10px;
  }

  .company-breadcrumb{
    font-size: 13px;
  }

  .company-section{
    padding: 24px 0 58px;
  }

  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td{
    display: block;
    width: 100%;
  }

  .company-table tr{
    border-bottom: 1px solid #cfd3d8;
  }

  .company-table tr:last-child{
    border-bottom: 0;
  }

  .company-table th,
  .company-table td{
    border: 0;
    font-size: 14px;
    line-height: 1.75;
    padding: 12px 14px;
  }

  .company-table th{
    background: #b9d0e5;
  }

  .company-table td{
    background: #fff;
    border-top: 1px solid #d9dde2;
  }

  .company-office{
    margin-top: 18px;
  }
}
