@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

:root {
  --primary: #05aa22;
  --secondary: #0088ce;
  --accent: #fc8013;
  --text-primary: #232b39;
  --graph-bar: #9cc57e;
  --graph-line: rgba(240, 50, 50, 0.75);
  --link-active: #000d99;
  --citation-color: #515a66;
}

.pc__renovation-link--txt::before, .pc__tombstone-btn--txt::before, .sp__hakajimai-link--txt::after, .sp__cv-btn--txt::after, .sp__cv-btn--txt::before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48;
}

.pc__renovation-link:hover, .pc__tombstone-btn:hover, .pc__tombstone-link:hover, .sp__hakajimai-link:hover, .sp__cv-btn:hover, .sp__header-logo:hover {
  opacity: 0.8;
  transition: 0.2s;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-style: normal;
}

strong {
  font-weight: 700;
}

span {
  display: inline-block;
}

main {
  letter-spacing: 0.01rem;
}

/*******************************
| 墓石一括見積LP
*******************************/
/* 関数 *******************************/
.pc__renovation-link, .pc__tombstone-btn, .sp__hakajimai-link, .sp__cv-btn {
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.24));
}

/* contents wrap *******************************/
@media screen and (min-width: 480px) {
  .boseki-ikkatsu {
    position: relative;
    height: 100dvh;
    width: 100%;
  }
  .boseki-ikkatsu--fixd::before {
    content: "";
    height: 100dvh;
    width: 100%;
    background: url(/boseki_resources/img/bg_pc-fv.jpg) no-repeat top left/cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.boseki-ikkatsu__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .boseki-ikkatsu__inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: row wrap;
    gap: 0 56px;
  }
}
@media screen and (min-width: 480px) {
  .boseki-ikkatsu__inner {
    padding: 47px 0;
  }
}

/* SP *******************************/
/* 変数 */
/* SPコンテンツ */
.sp {
  width: 100%;
  background-color: #fff;
  display: inline-block;
  max-width: 480px;
  /* ヘッダー *******************************/
  /* 共通 *******************************/
  /* CVボタン */
  /* FV *******************************/
  /* お悩み *******************************/
  /* メリット *******************************/
  /* 流れ *******************************/
  /* 墓じまいCTA *******************************/
}
@media screen and (min-width: 480px) {
  .sp {
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
    max-width: 375px;
  }
}
@media screen and (min-width: 1024px) {
  .sp {
    margin-bottom: 20px;
    margin-left: 120px;
  }
}
.sp__header {
  padding: 6px 16px;
  max-height: 48px;
  text-align: left;
}
.sp__header-logo {
  display: inline-block;
}
.sp__header-logo img {
  width: 100%;
  max-width: 80px;
  display: inline-block;
}
.sp__section-ttl {
  text-align: center;
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp__section-ttl-inner {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 7px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.sp__section-ttl-inner em {
  color: var(--primary);
}
.sp__section-ttl-inner::before, .sp__section-ttl-inner::after {
  content: "";
  width: 2px;
  height: 61px;
  background-color: var(--primary);
  position: absolute;
  bottom: -5px;
}
.sp__section-ttl-inner::before {
  transform: rotate(-22deg);
  right: calc(100% + 12.5px);
}
.sp__section-ttl-inner::after {
  transform: rotate(22deg);
  left: calc(100% + 12.5px);
}
.sp__cv {
  text-align: center;
  padding: 23px 10px 0;
}
.sp__cv-btn {
  text-decoration: none;
  position: relative;
  background: linear-gradient(to bottom, #f69400 0%, #eb7305 100%);
  height: 72px;
  max-width: 355px;
  border-radius: 90px;
  padding: 0 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sp__cv-btn--copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 17px);
}
.sp__cv-btn--copy::before {
  content: "";
  position: absolute;
  transform: translateX(-50%) rotate(-20deg);
  top: 72%;
  left: 50.5%;
  background-color: #eb7005;
  -webkit-clip-path: polygon(50% 14px, 0% 0%, 12px 0%);
          clip-path: polygon(50% 14px, 0% 0%, 12px 0%);
  width: 12px;
  height: 14px;
  z-index: -1;
}
.sp__cv-btn--balloon {
  background-color: #fff;
  border: solid 2px #eb7005;
  width: 209px;
  height: 28px;
  border-radius: 99px;
  white-space: nowrap;
  color: #eb7005;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
}
.sp__cv-btn--balloon em {
  font-size: 1.125rem;
}
.sp__cv-btn--triangle {
  position: relative;
  z-index: 1;
}
.sp__cv-btn--triangle::after {
  content: "";
  position: absolute;
  transform: translateX(-50%) rotate(-20deg);
  left: 50%;
  top: calc(100% - 2px);
  -webkit-clip-path: polygon(50% 10px, 0% 0%, 8px 0%);
          clip-path: polygon(50% 10px, 0% 0%, 8px 0%);
  width: 8px;
  height: 10px;
  background-color: #fff;
  z-index: 1;
}
.sp__cv-btn--txt {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 360px) {
  .sp__cv-btn--txt {
    font-size: 1.25rem;
  }
}
.sp__cv-btn--txt span {
  font-size: 1.125rem;
}
@media screen and (max-width: 360px) {
  .sp__cv-btn--txt span {
    font-size: 1.125rem;
  }
}
.sp__cv-btn--txt::before {
  content: "\e85d";
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 100%;
}
@media screen and (max-width: 360px) {
  .sp__cv-btn--txt::before {
    font-size: 1.25rem;
  }
}
.sp__cv-btn--txt::after {
  content: "\e5c8";
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 100%;
}
@media screen and (max-width: 360px) {
  .sp__cv-btn--txt::after {
    font-size: 1.25rem;
  }
}
.sp__fv {
  background: url(/boseki_resources/img/bg_fv.jpg) no-repeat top center/cover;
  width: 100%;
  min-height: 480px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 360px) {
  .sp__fv {
    background-size: cover;
  }
}
.sp__fv-wrap {
  padding: 10px 10px;
  max-width: 375px;
  position: relative;
  display: inline-block;
}
.sp__fv-wrap::before {
  content: "";
  height: 282px;
  width: 178px;
  background: url(/boseki_resources/img/woman.png) no-repeat top center/cover;
  position: absolute;
  bottom: -18px;
  right: -10px;
}
@media screen and (max-width: 360px) {
  .sp__fv-wrap::before {
    height: 168px;
    width: 105px;
  }
}
.sp__fv-catch {
  color: #fff;
  font-size: 1rem;
}
.sp__fv-catch em {
  font-size: 1.0625rem;
  font-family: "Roboto", sans-serif;
}
.sp__fv-catch strong {
  font-size: 1.5rem;
}
.sp__fv-ttl {
  color: #fff;
  display: block;
  font-size: 2.5rem;
}
.sp__fv-ttl strong {
  font-size: 3rem;
  background: linear-gradient(transparent 94%, #ffe352 94%);
  display: inline-block;
  line-height: 1.3;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.12));
}
.sp__fv-ttl--balloon {
  color: var(--primary);
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  margin-left: 15px;
}
.sp__fv-ttl--balloon::before {
  content: "";
  height: 80px;
  width: 100px;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/boseki_resources/img/balloon_fv.svg) no-repeat center center/cover;
  z-index: -1;
}
.sp__fv-ttl--estimate {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.12));
}
.sp__fv-box-wrap {
  text-align: left;
}
.sp__fv-box {
  margin-top: 14px;
  text-align: left;
  background-color: #ecf4e1;
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
}
.sp__fv-box-ttl {
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 0.875rem;
  text-align: center;
}
.sp__fv-box-list {
  text-align: left;
  list-style-type: none;
}
.sp__fv-box-item {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  padding: 4.5px 4px;
  margin-left: 18px;
  position: relative;
}
.sp__fv-box-item:not(:last-child) {
  margin-bottom: 4px;
}
.sp__fv-box-item::before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  background: url(/boseki_resources/img/icon_check.png) no-repeat center center/contain;
}
.sp__fv-guide-wrap {
  text-align: left;
  margin-left: 10px;
  margin-top: 25px;
}
.sp__fv-guide {
  text-align: center;
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
.sp__fv-guide strong {
  font-weight: bold;
}
.sp__fv-guide em {
  color: #fc8013;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.sp__problem {
  text-align: center;
  padding: 20px 10px 0;
}
.sp__problem-btn-wrap--first {
  margin: 0 auto 44px;
}
.sp__problem-btn-wrap--second {
  margin: 0 auto 82px;
}
.sp__problem-img {
  display: block;
  max-width: 168px;
  margin: 24px auto 14px;
}
.sp__problem-box {
  margin-bottom: 40px;
  padding: 16px 10px;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.sp__problem-box-content:not(:last-child) {
  padding-bottom: 24px;
}
.sp__problem-box-ttl {
  color: var(--primary);
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 8px;
}
.sp__problem-box-list {
  list-style-type: none;
}
.sp__problem-box-item {
  padding-left: 7px;
  margin-left: 18px;
  text-align: left;
  position: relative;
}
.sp__problem-box-item:not(:last-child) {
  margin-bottom: 8px;
}
.sp__problem-box-item::before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  background: url(/boseki_resources/img/icon_check.png) no-repeat center center/contain;
}
.sp__merit {
  background-color: #ecf4e1;
  padding-top: 67px;
  position: relative;
  overflow: hidden;
}
.sp__merit::before {
  content: "";
  width: 100%;
  height: 23%;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 23%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 23%, 0% 0%, 100% 0%);
  position: absolute;
  left: 0;
  top: 0;
}
.sp__merit-illustration {
  display: block;
  max-width: 43px;
  margin: 39px auto 24px;
}
.sp__merit-list {
  padding: 24px 0 48px;
  list-style-type: none;
}
.sp__merit-item {
  background-color: #fff;
  padding: 10px 10px 16px;
  position: relative;
  z-index: 1;
}
.sp__merit-item:not(:last-child) {
  margin-bottom: 32px;
}
.sp__merit-ttl {
  color: var(--primary);
  text-align: center;
}
.sp__merit-ttl--num {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 2px solid;
  margin-bottom: 10px;
}
.sp__merit-ttl--txt {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.sp__merit-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp__merit-detail img {
  max-width: 136px;
  margin: 8.5px 10px 8.5px 0;
}
.sp__merit-detail--txt {
  font-size: 1rem;
}
.sp__merit-btn-wrap {
  margin-bottom: 64px;
}
.sp__flow {
  text-align: center;
  padding: 61px 10px 164px;
}
.sp__flow-illustration {
  display: inline-block;
  max-width: 45px;
  margin: 0 auto 24px;
}
.sp__flow-ttl {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 24px;
}
.sp__flow-ttl span {
  color: var(--primary);
}
.sp__flow-list {
  list-style-type: none;
  margin-bottom: 48px;
}
.sp__flow-item {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.sp__flow-item:not(:last-child) {
  margin-bottom: 24px;
}
.sp__flow-item-icon {
  margin-right: 10px;
  max-width: 63px;
  width: 100%;
  min-height: 100%;
  background-color: #ecf4e1;
  position: relative;
}
.sp__flow-item-icon::before {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sp__flow-item:nth-of-type(1) .sp__flow-item-icon::before {
  background: url(/boseki_resources/img/icon_step1.png) no-repeat center center/contain;
}
.sp__flow-item:nth-of-type(2) .sp__flow-item-icon::before {
  background: url(/boseki_resources/img/icon_step2.png) no-repeat center center/contain;
}
.sp__flow-item:nth-of-type(3) .sp__flow-item-icon::before {
  background: url(/boseki_resources/img/icon_step3.png) no-repeat center center/contain;
}
.sp__flow-txt {
  text-align: left;
  width: 100%;
}
.sp__flow-txt--num {
  color: var(--primary);
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2px;
}
.sp__flow-txt--num span {
  font-size: 1.125rem;
}
.sp__flow-txt--ttl {
  font-weight: bold;
  font-size: 1.125rem;
}
.sp__flow-txt--detail {
  font-size: 1rem;
  font-weight: 400;
}
.sp__flow-btn-wrap {
  margin-bottom: 72px;
}
.sp__hakajimai {
  padding: 16px 0 0;
}
.sp__hakajimai-box {
  background-color: #ecf4e1;
  padding: 28px 20px 24px;
  border-radius: 10px;
  position: relative;
}
.sp__hakajimai-copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 16px);
}
.sp__hakajimai-copy-inner {
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  background-color: #fff;
  padding: 2px 19px 0;
  border: 2px solid var(--primary);
  border-radius: 90px;
  position: relative;
  z-index: 1;
}
.sp__hakajimai-copy-inner::before, .sp__hakajimai-copy-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sp__hakajimai-copy-inner::before {
  width: 16px;
  background-color: var(--primary);
  -webkit-clip-path: polygon(50% 11px, 0% 0%, 16px 0%);
          clip-path: polygon(50% 11px, 0% 0%, 16px 0%);
  height: 11px;
  top: 100%;
}
.sp__hakajimai-copy-inner::after {
  width: 14px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 10px, 0% 0%, 14px 0%);
          clip-path: polygon(50% 10px, 0% 0%, 14px 0%);
  height: 10px;
  top: calc(100% - 2px);
}
.sp__hakajimai-ttl {
  color: var(--primary);
  font-weight: bold;
  font-size: 1.5rem;
}
.sp__hakajimai-guide {
  font-weight: bold;
  font-size: 1rem;
}
.sp__hakajimai-img {
  max-width: 278px;
  margin-top: 7px;
  margin-bottom: -8px;
}
.sp__hakajimai-link {
  display: block;
  max-width: 315px;
  border-radius: 8px;
  border: 2px solid var(--primary);
  background-color: #fff;
  padding: 11px;
  text-decoration: none;
  margin: 0 auto;
}
.sp__hakajimai-link--txt {
  padding-right: 5px;
  margin-right: 20px;
  color: var(--primary);
  font-size: 1.125rem;
  position: relative;
}
.sp__hakajimai-link--txt strong {
  display: inline-block;
  background: linear-gradient(transparent 90%, #ffe352 90%);
  font-size: 1.25rem;
}
.sp__hakajimai-link--txt em {
  font-size: 1.25rem;
}
.sp__hakajimai-link--txt::after {
  content: "\e5c8";
  color: var(--primary);
  font-size: 1.25rem;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 100%;
}

/* PC *******************************/
.pc {
  max-width: 448px;
  width: 100%;
  min-width: 450px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 5%;
  height: 100lvh;
}
@media screen and (min-height: 740px) {
  .pc {
    padding-top: 117px;
  }
}
@media screen and (max-width: 375px) {
  .pc {
    display: none;
  }
}
.pc__tombstone {
  background-color: #ecf4e1;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.15));
  padding: 32px 34px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 39px;
}
.pc__tombstone-logo {
  margin-bottom: 20px;
  display: inline-block;
}
.pc__tombstone-img {
  display: inline-block;
  max-width: 113px;
}
.pc__tombstone-list {
  list-style-type: none;
  margin-bottom: 30px;
  text-align: center;
}
.pc__tombstone-item:not(:last-child) {
  margin-bottom: 10px;
}
.pc__tombstone-link {
  color: var(--primary);
  border-bottom: 2px;
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-block;
}
.pc__tombstone-link:not(:last-child) {
  margin-bottom: 10px;
}
.pc__tombstone-catch {
  text-align: center;
  margin-bottom: 4px;
}
.pc__tombstone-catch-inner {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 12px;
  position: relative;
}
.pc__tombstone-catch-inner::before, .pc__tombstone-catch-inner::after {
  content: "";
  height: 23px;
  width: 2px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
}
.pc__tombstone-catch-inner::before {
  right: 100%;
  transform: rotate(-22deg);
}
.pc__tombstone-catch-inner::after {
  left: 100%;
  transform: rotate(22deg);
}
.pc__tombstone-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 8px;
  padding: 16px 32px;
}
.pc__tombstone-btn--copy {
  color: var(--primary);
  background-color: #fff;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.15));
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  margin-right: 10px;
}
.pc__tombstone-btn--txt {
  color: #fff;
  font-size: 1.25rem;
  margin-right: 36px;
  padding-right: 10px;
  position: relative;
}
.pc__tombstone-btn--txt strong {
  font-size: 1.375rem;
  display: inline-block;
  background: linear-gradient(transparent 90%, #ffe352 90%);
}
.pc__tombstone-btn--txt em {
  font-size: 1.375rem;
}
.pc__tombstone-btn--txt::before {
  content: "\eaaa";
  color: #fff;
  font-size: 2.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
.pc__renovation {
  padding-top: 17px;
}
.pc__renovation-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 24px 34px;
}
.pc__renovation-copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 16px);
}
.pc__renovation-copy-inner {
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  background-color: #fff;
  padding: 2px 19px 0;
  border: 2px solid var(--primary);
  border-radius: 90px;
  position: relative;
  z-index: 1;
}
.pc__renovation-copy-inner::before, .pc__renovation-copy-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pc__renovation-copy-inner::before {
  width: 16px;
  background-color: var(--primary);
  -webkit-clip-path: polygon(50% 11px, 0% 0%, 16px 0%);
          clip-path: polygon(50% 11px, 0% 0%, 16px 0%);
  height: 11px;
  top: 100%;
}
.pc__renovation-copy-inner::after {
  width: 14px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 10px, 0% 0%, 14px 0%);
          clip-path: polygon(50% 10px, 0% 0%, 14px 0%);
  height: 10px;
  top: calc(100% - 2px);
}
.pc__renovation-ttl {
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--primary);
}
.pc__renovation-guide {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 16px;
}
.pc__renovation-link {
  text-decoration: none;
  background-color: #fff;
  border: 2px solid var(--primary);
  color: var(--primary);
  padding: 11px 38px;
  border-radius: 8px;
}
.pc__renovation-link--txt {
  display: inline-block;
  margin-right: 32px;
  padding-right: 10px;
  font-size: 1.125rem;
  position: relative;
}
.pc__renovation-link--txt strong {
  font-size: 1.25rem;
  display: inline-block;
  background: linear-gradient(transparent 90%, #ffe352 90%);
}
.pc__renovation-link--txt em {
  font-size: 1.25rem;
}
.pc__renovation-link--txt::before {
  content: "\eaaa";
  color: var(--primary);
  font-size: 2rem;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 100%;
}

/*******************************
| レスポンシブ
*******************************/
@media only screen and (max-width: 1024px) {
  .visible-lg {
    display: none;
  }
}
/*******************************
| footer
*******************************/
.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#grobal::before {
  content: "";
  height: 100% !important;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
/*# sourceMappingURL=style.css.map */