@charset "utf-8";

/* トップページ：DLT紹介セクション専用 */
.dlt-top {
  width: 100%;
  margin: 0 0 60px;
  background: #edf0e9;
  color: #252923;
}

.dlt-top__inner {
  display: flex;
  width: 100%;
  min-height: 430px;
}

.dlt-top__photo {
  position: relative;
  width: 52%;
  min-height: 430px;
  overflow: hidden;
}

.dlt-top__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.dlt-top__credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  background: rgba(18, 27, 22, .52);
  color: rgba(255, 255, 255, .9);
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
}

.dlt-top__credit span + span {
  margin-left: .7em;
}

.dlt-top__content {
  align-self: center;
  box-sizing: border-box;
  width: 48%;
  padding: 65px 6%;
  text-align: left;
}

.dlt-top__label {
  display: block;
  margin-bottom: 13px;
  color: #8b795f;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2em;
}

.dlt-top__content h2 {
  margin: 0 0 25px;
  color: #252923;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
}

.dlt-top__content h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  margin-top: 19px;
  background: #a79372;
}

.dlt-top__content p {
  margin: 0 0 27px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .05em;
}

.dlt-top__button {
  display: inline-block;
  min-width: 190px;
  padding: 11px 22px;
  border-radius: 22px;
  background: #344438;
  color: #fff !important;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  transition: opacity .2s;
}

.dlt-top__button:hover {
  opacity: .82;
}

@media screen and (max-width: 767px) {
  .dlt-top {
    margin-bottom: 30px;
  }

  .dlt-top__inner {
    display: block;
    min-height: 0;
  }

  .dlt-top__photo,
  .dlt-top__content {
    width: 100%;
  }

  .dlt-top__photo,
  .dlt-top__photo img {
    height: 250px;
    min-height: 250px;
  }

  .dlt-top__credit {
    right: 7px;
    bottom: 7px;
    max-width: calc(100% - 14px);
    font-size: 8px;
    line-height: 1.45;
  }

  .dlt-top__credit span {
    display: block;
  }

  .dlt-top__credit span + span {
    margin-left: 0;
  }

  .dlt-top__content {
    padding: 38px 8% 44px;
  }

  .dlt-top__label {
    font-size: 9px;
  }

  .dlt-top__content h2 {
    font-size: 22px;
  }

  .dlt-top__content p {
    font-size: 12px;
  }
}
