@charset "utf-8";

body {
  background-color: #fff;
}

.b_top-main-visual {
  background-image: url(../img/company/company-visual.jpg);
}

/* 会社概要 */

.l_company-overview {
  margin-bottom: 180px;
  padding: 0 20px;
}

.b_company-overview {
  max-width: 980px;
  margin: 0 auto;
}

.b_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  border-top: 1px solid #c6c6c6;
}

.b_list dt {
  width: 14.5%;
}

.list-inner {
  padding: 30px 0;
}

.list-title,
.document-title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #242e24;
}

.b_list dd {
  width: 85.5%;
  margin-left: 60px;
}

.list-description {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #242e24;
}

@media (max-width: 768px) {
  .l_company-overview {
    margin-bottom: 90px;
  }
  .list-inner {
    padding: 15px 0;
  }
  .b_list dt {
    width: 30%;
  }
  .list-description {
    font-size: 1.4rem;
  }
}

/* アクセス */

.l_company-access {
  max-width: 980px;
  margin: 0 auto 180px;
  padding: 0 20px;
}
.access-adress {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}
.company-adress,
.fa-house {
  font-size: 2.6rem;
}
.company-map {
  max-width: 960px;
  width: 100%;
  height: 450px;
}

@media (768px <= width <= 1140px) {
  .company-map {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .l_company-access {
    margin-bottom: 90px;
  }
  .company-map {
    height: 250px;
  }
  .company-adress,
  .fa-house {
    font-size: 2rem;
  }
}

/* 集合写真 */

.group-photo-wrapper {
  max-width: 980px;
  margin: 0 auto 180px;
}
.group-photo {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .group-photo-wrapper {
    margin-bottom: 0;
  }
}
