@charset "utf-8";
/* CSS Document */
#main_visual {
  border-radius: 13%;
  margin: auto;
}
#main_visual .p-mainVisual__textLayer {
    width: 50%;
    left: 85%;
    top: unset;
    bottom: 10%;
    height: 38%;
    text-align: left;
    display: unset;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  color: #fff;
  color: var(--color_text);
  background: #fff;
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  border-radius: 10px;
  padding: 0px 10px 3px;
  /* text-shadow: 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%) */
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
  text-align: left;
  /* text-shadow: 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%); */
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText span {
  display: inline-block;
  border-radius: 10px;
  padding: 0px 10px 3px;
  color: var(--color_text);
  background: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 4px 0;
}
.post_content .wp-block-group.alignfull.has-background {
  padding-top: 5em !important;
  padding-bottom: 5em;
}
.post_content #service .ttl {
  margin-top: -3em;
}
.post_content #recruit {
  background: url(../../../../uploads/img_recruit-bk.png) no-repeat center;
  background-size: 100% 100%;
  margin: -3.5em 0 -1em !important;
}
#content .post_content #service .swell-block-column h3 {
    color: var(--color_text);
    font-size: 1rem;
}
#content .post_content #service .swell-block-column h3 em {
  color: var(--color_main);
  font-size: 1.4rem;
}
#content.l-content {
    margin-bottom: 0;
}
footer#footer {
    padding-top: 7em;
}
@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;
  } */
  .post_content > div {
    padding: 2.5em 0 3em;
  }
  .post_content h2 {
    border: none;
    padding: 0;
    margin: 0;
  }
  /* footer#footer {
    margin-top: 0;
  } */
}


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