html,
body {
  overflow-x: hidden;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1160px!important;
}

.container1120 {
  max-width: 1160px;
  padding-inline: 20px;
  width: 100%;
}

.elementor-widget-html:has(.digital__hgroup) {
  margin-bottom: 80px!important;
}

@media screen and (max-width: 767px) {
  .elementor-widget-html:has(.digital__hgroup) {
    margin-bottom: 20px!important;
  }
}

/* SERVICE LINEUP */

.lineup {
  background: #f2f2f0;
  padding-block: 80px;
}

.digital__hgroup {
  text-align: center;
}

.digital__hgroup p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.digital__hgroup h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin-block: 0;
}

.lineup__column {
  margin-bottom: 40px;
}

.lineup__column:nth-last-child(1) {
  margin-bottom: 0;
} 

.lineup__column .elementor-widget-wrap {
  padding: 0!important;
}

.lineup__column .elementor-widget-container {
  margin: 0!important;
}

.lineup__column img {
  margin: 0!important;
}

.lineup__title {
  margin-bottom: 10px!important;
}

.lineup__title h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
}

.lineup__text p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0!important;
}

.lineup__column .elementor-column {
  width: 100%!important;
}

.lineup__column .elementor-container {
  align-items: center;
  display: grid!important;
  gap: 6px;
  grid-template-columns: 70px auto;
}

@media screen and (max-width: 767px) {
  .digital__hgroup {
    margin-bottom: 20px;
  }
  .lineup__column .elementor-container {
    grid-template-columns: 1fr;
  }

  .elementor-column:has(.lineup__text) {
    order: 2;
  }

  .lineup__column .elementor-widget-wrap {
    margin-bottom: 0!important;
  }

  .lineup__column .wp-caption {
    display: flex;
    justify-content: center;
  }

  .lineup__column .elementor-container {
    gap: 20px;
  }
}

/* OUR SERVICES */
.service {
  padding-top: 80px;
}

.service .elementor-widget-wrap {
  padding: 0!important;
}

.service .elementor-container {
  display: grid!important;
}

.elementor-column.elementor-col-50,
.elementor-column[data-col="50"] {
  width: 100%!important;
}

.service__column .elementor-widget-wrap {
  display: grid!important;
  gap: 24px;
  grid-template-columns: repeat(3,1fr);
}

.service__item {
  margin-bottom: 0!important;
}

.service__item .elementor-image-box-img {
  margin-bottom: 0!important;
}

.service__item .elementor-image-box-title {
  align-items: center;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  justify-content: center;
  line-height: 1.25;
  margin-block: 10px 16px!important;
  min-height: 60px;
}

.service__item .elementor-image-box-description {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  text-align: start;
}

@media screen and (max-width: 767px) {
  .service {
    padding-top: 60px!important;
  }
  .service__column .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }
}

/* SERVICE PACKAGES */
.packages {
  padding-block: 80px;
}

.packages .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.packages__column.column-2 {
  margin-top: 80px;
}

.packages__column .elementor-widget-wrap {
  align-content: unset;
}

.packages__column .elementor-container {
  display: grid!important;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.packages__column img {
  border-radius: 0!important;
}

.packages__column .elementor-widget-container {
  margin: 0!important;
}

.packages__title h3 {
  background: #9a0c1b;
  color: #fff!important;
  font-size: 24px;
  padding: 12px 4px 8px;
}

.packages__list {
  display: grid;
  gap: 16px;
  padding-left: 24px;
}

.elementor-element:has(.packages__list) {
  margin-bottom: 0!important;
}

.packages__list li {
  color: #9a0c1b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  list-style: none;
  position: relative;
}

.packages__list li::before {
  background: #9a0c1b;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: -20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.packages__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
  order: 2!important;
}

.packages__text span {
  color: #9a0c1b;
}

.packages__text p {
  margin-bottom: 0!important;
}

.packages__text .elementor-widget-container {
  padding-top: 8px;
}


@media screen and (max-width: 767px) {
  .packages__column .elementor-container {
    grid-template-columns: 1fr;
  }

  .packages__column .elementor-widget-wrap {
    margin-bottom: 0!important;
  }

  .elementor-column:has(img) {
    order: 1;
  }

  .elementor-element:has(.packages__list) {
    order: 2;
  }

  .packages__text {
    margin-top: 16px;
  }

  .packages__column.column-2 {
    margin-top: 40px;
  }
}
