@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.content-wrapper {
  max-width: 1240px;
  margin: 181px auto 0;
  padding: 0 20px;
}

.contents {
  display: grid;
  grid-template-columns: 200px minmax(0, 996px);
  align-items: start;
  column-gap: 0;
}

.contents__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #666;
  letter-spacing: 0.08em;
}

.contents__title::after {
  content: "";
  display: block;
  width: 0.5px;
  height: 48px;
  margin: 20px 0 24px 40px;
  background: #a39161;
}

.contents__items {
  max-width: 996px;
  width: 100%;
}

.contents__img {
  aspect-ratio: 996 / 450;
  overflow: hidden;
}

.contents__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents__inner {
  padding-top: 40px;
  margin-bottom: 230px;
}
.commercial {
  margin-bottom: 40px;
}
.contents__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 33px;
}

.contents__logo {
  width: 140px;
  flex-shrink: 0;
}

.contents__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.contents__catch {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #666;
  font-weight: 800;
}

.contents__lead {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 2;
  color: #666;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .content-wrapper {
    padding: 0;
    margin: 80px 0 100px;
  }

  .contents {
    display: block;
  }

  .contents__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 32px;
    padding: 0 24px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #666;
    white-space: nowrap;
  }

  .contents__title::before {
    content: "";
    display: block;
    width: 30px;
    height: 0.5px;
    flex-shrink: 0;
    margin: 0;
    background: #a39161;
  }
  .contents__title::after {
    display: none;
  }
  .contents__items {
    max-width: none;
  }

  .contents__inner {
    padding: 32px 20px 0;
    margin-bottom: 100px;
  }

  .contents__head {
    gap: 24px;
    margin-bottom: 20px;
  }

  .contents__logo {
    width: 104px;
  }

  .contents__catch {
    font-size: 18px;
    line-height: 1.6;
  }

  .contents__lead {
    font-size: 14px;
    line-height: 2;
  }
  .commercial {
    margin-bottom: 32px;
  }
}
.service__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 133px;
  padding-bottom: 5px;
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  transition: opacity 0.3s ease;
}
.service__btn:hover {
  opacity: 0.5;
}
.service__btn::after {
  content: "＞";
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .service__btn {
    order: 3;
    width: 33%;
    margin: 32px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.contents__works dt {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #a39161;
  font-size: 15px;
  line-height: 2;
  font-weight: 800;
  position: relative;
}
.contents__works dt::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #a39161;
}

.contents__works dd {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 2;
}

.sp-dot {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }

  .sp-dot {
    display: inline;
  }
  .contents__works dt {
    font-size: 14px;
  }
}
#planning {
  scroll-margin-top: 160px;
}
#shooting {
  scroll-margin-top: 150px;
}
/*# sourceMappingURL=maps/service.css.map */
