@charset "utf-8";
/* CSS Document */
#main_visual {
}
#main_visual .p-mainVisual__textLayer {
    background: url(../../../../uploads/mainv_txt.svg) no-repeat center top 38%;
    background-size: 50%;
    text-indent: -9999px;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle em {
  background: -webkit-linear-gradient(transparent 70%, #f3f08a 0%);
  background: linear-gradient(transparent 70%, #f3f08a 0%);
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
  font-size: 1.6rem;
  color: var(--color_main);
  font-weight: 600;
}
.post_content > .wp-block-group {
  padding-top: 4em;
  padding-bottom: 4em;
}
.post_content > .wp-block-group + .wp-block-group {
  padding-top: 0;
}
.post_content .wp-block-group.alignfull.has-background {
  padding-top: 4em !important;
  padding-bottom: 4em;
  margin-bottom: 0;
}
.post_content #about .ttl {
  margin: -10em 0 -6em !important;
  position: relative;
}
.post_content #about .ttl figure img {
  width: 100%;
}
.post_content #about .ttl .wp-block-group {
  position: absolute;
  top: 41%;
  text-align: center;
  width: 100%;
}
.post_content #about .wp-block-group.has-background {
  padding-top: 3em;
}
.post_content #service .swell-block-column {
  background: #fff;
}
.post_content #service .swell-block-column h3 {
  color: var(--color_main);
  padding: 0 25px;
  font-size: 1.8rem;
  margin: 0.7em 0;
}
.post_content #service .swell-block-column p {
  padding: 0 25px 25px;
}

@media all and (min-width: 960px){ */
/*メインイメージ*/
  #main_visual {
    width: 100%;
  }
  #main_visual .p-mainVisual__textLayer {
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText span em br {
    display: none;
  }
  /* #main_visual .p-mainVisual__inner {
    height: calc(100vh - 146px);
  }
  #main_visual .c-filterLayer__img {
    left: 35%;
    position: relative;
  }
  #main_visual .p-mainVisual__img {
    object-position: top;
    width: 65%;
  }
  #main_visual .p-mainVisual__textLayer {
    background: url(../../assets/img/mainv_txt.png) no-repeat;
    background-size: 53% auto;
    max-width: none;
  } */
  /* footer#footer {
    margin-top: 0;
  } */
  footer#footer {
    margin-top: -4em;
  }
}


  /* chrome safari opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
  }
  /* chrome opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  }
  /* Firefox */
  @-moz-document url-prefix() {
  }
