@charset "utf-8";
/* CSS Document */
#main_visual::after {
  content: "";
  display: block;
  width: 100%;
  height: 30vh;
  position: absolute;
  bottom: 0;
  background: var(--color_main);
  background: linear-gradient(0deg,rgba(79, 46, 20, 1) 0%, rgba(118, 79, 46, 1) 100%);
  z-index: -1;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  font-size: 2.3rem;
  letter-spacing: 3px;
  font-family: "Times New Roman", "游明朝", 'Noto Serif Japanese', "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  background: #fff;
  padding: 1em 1em 1em 3em;
  line-height: 1.5;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle em {
  font-size: 140%;
}
.post_content #foryou {
    background: url(../../../../uploads/ill_why.svg) no-repeat bottom left 15%;
    background-size: 400px;
    padding-bottom: 5em;
}
.post_content #what {
  position: relative;
  padding-top: 8em;
}
.post_content #what::before {
  content: "";
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 10px;
  background: #e5ded8;
  position: absolute;
  left: 50%;
  top: -160px;
  transform: rotate(45deg);
  margin: 0 0 0 -100px;
  z-index: -1;
}
.post_content #what::after {
  white-space: pre;
  content: "土屋経営事務所におまかせください。\Aロジカルシンキングを用いて解決へと導きます。";
  position: absolute;
  top: -20px;
  font-family: 'Shippori Mincho', 'Noto Serif Japanese', Garamond, "游明朝", "Times New Roman", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  color: #a03b05;
  font-weight: 500;
  line-height: 1.3;
}
.post_content #case {
  background: #e5ded8;
  background: linear-gradient(90deg, #e5ded8 0%, #e5ded8 20%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%) !important;
  margin-bottom: 0;
  padding-bottom: 10em;
}
.post_content #case .has-white-background-color {
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.post_content #service .swell-block-columns__inner .swell-block-column:nth-child(1) {
  margin-top: -11em !important;
}
.post_content #service > div > .swell-block-columns {
  margin-bottom: 0;
}
.wp-block-group.has-swl-main-thin-background-color {
	background: #e5ded8 !important;
}
footer#footer {
    margin-top: 0;
}
@media all and (min-width: 960px){
/*メインイメージ*/
  #main_visual {
    width: 100%;
    height: calc(100vh - 179px);
  }
  #main_visual .p-mainVisual__imgLayer {
    padding-left: 32vw;
  }
  #main_visual .c-filterLayer__img {
  }
  #main_visual .p-mainVisual__img {
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    width: 18.5em;
    left: -9%;
    position: relative;
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
    font-size: 2rem;
    margin-top: 0;
    color: var(--color_main);
  }
  #main_visual .p-mainVisual__textLayer {
    /* width: 30em;
    padding-left: 0;
    padding-right: 0; */
  }
  .top #content {
    padding-top: 0;
  }
  .post_content > .wp-block-group {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .post_content .alignfull.has-background {
  }
  .post_content #foryou ul.is-style-check_list {
    position: relative;
    width: 125%;
    padding: 6% 7%;
  }

}

  #sb_instagram {
    margin-top: 1em;
  }
  .sb_instagram_header, #sbi_load {
    display: none;
  }


  /* 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() {
  }
