@charset "utf-8";
/* CSS Document */
.post_content .ttl p {
  font-family: 'Libre Baskerville', 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  color: #136686;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.post_content .ttl h2 {
}
.post_content .ttl h2:not(.p-postList__title) {
  margin: 0 0 1em;
  font-size: 2.4rem !important;
}
.post_content .ttl h2 span {
  font-size: 40% !important;
  position: relative;
  top: -5px;
}
#recruit {
  background: url(../../../../uploads/bg_recruit.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
#recruit .ttl p {
  color: #fff;
}
#recruit > div {
  padding: 4vw 0;
}
#recruit h3 {
  background: none;
  border: none;
  padding: 0;
  font-size: 2rem !important;
  margin: 1.5em 0 1.5em;
}
#recruit h3::before {
  display: none;
}

@media all and (min-width: 960px){
/*メインイメージ*/
  #main_visual {
    width: 100%;
    position: relative;
  }
  #main_visual .p-mainVisual__inner {
  }
  #main_visual .c-filterLayer__img {
  }
  #main_visual .p-mainVisual__img {
  }
  #main_visual .p-mainVisual__textLayer {
    height: 54%;
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    font-size: 3.5rem;
    font-family: 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 600;
    text-shadow: rgb(0 0 0 / 80%) 0px 0px 6px;
    -moz-text-shadow: rgb(0 0 0 / 80%) 0px 0px 6px;
    -webkit-text-shadow: rgb(0 0 0 / 80%) 0px 0px 6px;
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
  }
  .top #content {
    padding-top: 0;
  }
  .post_content > .wp-block-group {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .post_content > .wp-block-group.alignfull {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wp-block-group.service figcaption {
    font-size: 1.2rem;
    opacity: 1;
    font-weight: bold;
  }
  #about {
    padding-bottom: 0;
  }
  #about .wp-block-columns .wp-block-column:first-child {
    margin-left:calc(50% - 50vw) !important;
  }
  #about .ttl {
    text-align: left;
    margin-bottom: 2em;
  }
  #about .ttl h2 {
    margin-top: -10px;
  }
  #about .ttl p {
    line-height: 1.3;
  }
  #about h3 {
    left: -120px;
    display: inline-block;
    margin-top: 0;
    border: solid 1px #fff;
  }
  #about h3::before {
    display: none;
  }
  #works .wp-block-group__inner-container .has-background {
    border-left: #fff 100px solid;
    padding-bottom: 60px;
  }
  #works .ttl {
    margin-top: 40px !important;
  }
  #recruit {

  }

}

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