@charset "UTF-8";

/* company-philosophy-sec */
.dl-philosophy {
  position: relative;
}
.dl-philosophy::before {
  content: '';
  background: url(../../images/common/logomark2.svg) no-repeat center / contain;
  opacity: .5;
  position: absolute;
  height: 300px;
  width: 300px;
  bottom: 0;
  right: 0;
}
.dl-philosophy dt {
  background: #105E7F;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: .5rem;
  padding: .5rem 2rem;
  position: relative;
}
.dl-philosophy dd {
  margin-bottom: 3rem;
  padding-left: 1rem;
}
@media screen and (max-width: 820px) {
  .dl-philosophy::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dl-philosophy dt {
    font-size: 1.6rem;
  }
}

/* company-summary-sec */
.company-summary-sec {
  background: #f5f5f5;
  padding: 10rem 0;
}
.company-summary-sec .h2-ttl2::before {
  color: #fff;
}
.company-summary-sec .flex {
  margin: 5rem 0;
}
.company-summary-sec .flex-img-wrap {
  width: 30%;
}
.company-summary-sec .flex-img-wrap img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.company-summary-sec .flex-ele-wrap {
  width: 70%;
}
.dl-summary {
  border: 1px solid #181818;
  display: flex;
  flex-wrap: wrap;
}
.dl-summary dt,
.dl-summary dd {
  background: #fff;
  padding: 1rem;
}
.dl-summary dt:not(:last-of-type),
.dl-summary dd:not(:last-of-type) {
  border-bottom: 1px solid #181818;
}
.dl-summary dt {
  border-right: 1px solid #181818;
  width: 200px;
}
.dl-summary dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 820px) {
  .company-summary-sec .flex-img-wrap {
    margin: 0 auto;
    width: 50%;
  }
  .company-summary-sec .flex-ele-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company-summary-sec .flex-img-wrap {
    width: 70%;
  }
  .dl-summary dt {
    border-right: 0;
    width: 100%;
  }
  .dl-summary dt:last-of-type {
      border-bottom: 1px solid #181818;
  }
  .dl-summary dd {
    width: 100%;
  }
}

/* company-access-sec */
.page .sec.company-access-sec {
  padding: 10rem 0;
}
.company-access-eles .map-wrap {
  aspect-ratio: 1/.4;
}
@media screen and (max-width: 767px) {
  .company-access-eles .map-wrap {
    aspect-ratio: 1/1;
  }
}