.web-production-page .mainV__nav {
  display: none;
}

.web-production-page .mainV__meta {
  justify-content: flex-end;
  text-align: right;
}

.service-detail-lead {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 550px));
  justify-content: center;
}

.service-detail-lead__catch p {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7142857143;
}

.service-detail-lead__text p + p {
  margin-top: 20px;
}

.service-detail-heading {
  text-align: center;
}

.service-detail-heading h2 {
  font-size: clamp(3.1rem, 3.1rem + (100vw - 576px) * 9 / 192, 4rem);
  font-weight: 700;
  line-height: 1.575;
}

.service-detail-heading--light h2 {
  color: #fff;
}

.web-production-services {
  background-color: #1f1f1f;
  padding-bottom: 100px;
  padding-top: 100px;
}

.web-production-services__items {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 347px));
  justify-content: center;
  margin-top: 60px;
}

.web-production-services__item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #fff;
  height: 375px;
  overflow: hidden;
}

.web-production-services__image,
.recruitment-advertising-banners__item {
  margin: 0;
}

.web-production-services__image img {
  aspect-ratio: 347 / 192;
  display: block;
  object-fit: cover;
  width: 100%;
}

.web-production-services__body {
  padding: 20px 18px 31px;
}

.web-production-services__body h3 {
  background-color: transparent;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
}

.web-production-page .web-production-services__body h3 {
  background-color: transparent !important;
  border-radius: 0 !important;
  font-size: 2.4rem !important;
  line-height: 1.5 !important;
}

.web-production-services__tags {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.web-production-services__tags li {
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 4px;
  color: #000;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  height: 34px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  padding: 0 8px;
  text-align: center;
  white-space: nowrap;
}

.web-production-works {
  background-color: #f2f2f2;
}

.web-production-works__list {
  display: flex;
  margin-top: 72px;
  overflow-x: auto;
  padding-bottom: 44px;
  width: 100%;
}

.web-production-works__list .simplebar-content {
  display: flex;
}

.web-production-works__item + .web-production-works__item {
  margin-left: 30px;
}

.web-production-works__list .simplebar-track.simplebar-horizontal {
  background-color: #fff;
  height: 2px;
  left: 0;
  right: 0;
}

.web-production-works__list .simplebar-scrollbar::before {
  background-color: #008960;
  border-radius: 0;
  height: 2px;
  left: 0;
  opacity: 1;
  right: 0;
  top: 0;
}

.web-production-works__list .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.web-production-works__item {
  color: #000;
  flex: 0 0 347px;
}

.web-production-works .post__title {
  text-align: center;
}

.web-production-works .post__meta {
  justify-content: center;
}

.web-production-works .post__excerpt {
  font-size: 1em;
  text-align: center;
}

.web-production-works .btn-area {
  text-align: center;
}

.web-production-works .btn-01 {
  margin-left: auto;
  margin-right: auto;
}

.recruitment-advertising-banners__items {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 435px));
  justify-content: center;
}

.recruitment-advertising-banners__item a {
  display: block;
  overflow: hidden;
  position: relative;
}

.recruitment-advertising-banners__item a::after {
  background-color: rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}

.recruitment-advertising-banners__item a:hover::after {
  opacity: 1;
}

.recruitment-advertising-banners__item img {
  aspect-ratio: 435 / 365;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .web-production-page .mainV__meta {
    align-items: flex-end;
  }

  .service-detail-lead {
    grid-template-columns: 1fr;
  }

  .service-detail-lead__text {
    max-width: 650px;
  }

  .web-production-services__items {
    grid-template-columns: 1fr;
  }

  .web-production-services__item {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .web-production-services__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }

  .web-production-services__tags {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .web-production-services__tags li {
    font-size: 1.7rem;
    height: 46px;
  }
}

@media screen and (max-width: 768px) {
  .web-production-page .mainV__title h1 {
    font-size: 4.2rem;
    line-height: 1.18;
  }
}

@media screen and (max-width: 576px) {
  .web-production-page .mainV__meta {
    left: auto;
    right: 0;
  }

  .web-production-page .mainV__title h1 {
    font-size: 4rem;
  }

  .service-detail-lead__catch p {
    font-size: 2.4rem;
    line-height: 1.7;
  }

  .service-detail-heading h2 {
    font-size: 3.1rem;
    line-height: 1.45;
  }

  .web-production-services__items {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .web-production-services__body h3 {
    font-size: 2.4rem;
  }

  .web-production-works__list {
    margin-top: 60px;
  }

  .web-production-works__item {
    flex-basis: min(78vw, 347px);
  }

  .recruitment-advertising-banners__items {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 374px) {
  .web-production-page .mainV__title h1 {
    font-size: 3.6rem;
  }
}
