@charset "utf-8";
/* CSS Document */
#main_visual {
}
#main_visual .p-mainVisual__inner {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  font-weight: 900;
  font-size: 3.7vw;
  letter-spacing: 5px;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
  font-size: 1.6vw;
  letter-spacing: 3px;
  font-weight: 900;
  position: relative;
  margin-top: 1em;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
#main_visual > p {
}
.post_content .ttl h2:not(.p-postList__title) {
}
.post_content .swell-block-column .ttl h3 {
  color: unset;
}
.post_content .bg h2, .post_content .bg p {
  color: #fff;
}
.post_content > .wp-block-group {
  position: relative;
}
.post_content #about::after {
  content: "";
  width: 80%;
  height: 66%;
  position: absolute;
  background: #ececec;
  top: 33%;
  left: 10%;
  z-index: -1;
}
.post_content #foryou::after {
  content: "";
  width: 100%;
  height: 73%;
  position: absolute;
  background: #ececec;
  top: 27%;
  left: 0;
  z-index: -1;
}
.post_content #foryou .ttl p:first-child {
  opacity: 1;
}
.post_content #foryou .ttl p strong {
  background: var(--color_main);
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 10px 7px;
  display: inline-block;
  line-height: 1;
}
.post_content #foryou .ttl p strong::after {
  content: "";
  width: 2px;
  display: block;
  height: 20px;
  background: var(--color_main);
  position: absolute;
  left: 50%;
}
.post_content #foryou .swell-block-columns figure img {
  border: solid 4px var(--color_main);
}
.post_content #foryou .swell-block-column p {
  font-size: 120%;
  line-height: 1.5;
  font-weight: bold;
}
.post_content #service h3 em {
  text-decoration: underline;
}
.post_content #recruit h2 {
  color: #fff;
}
.post_content #recruit .swell-block-button__link {
  background: #fff;
}
.post_content #recruit .swell-block-button__link span {
  color: var(--color_main);
  background: url(../../../../uploads/icon_arrow_bl.svg) no-repeat right 5px center;
  background-size: 25px;
}
.post_content #recruit .swell-block-button__link:hover span {
    background: url(../../../../uploads/icon_arrow_bl.svg) no-repeat right center;
    background-size: 25px;
    color: var(--color_main);
}
@media all and (min-width: 768px){
  .post_content #bnr .flex_cl > section {
    width: 33.333333%;
  }
  .post_content #about figure.full_r {
    margin-right: calc(50% - 28vw) !important;
  }
  .post_content #works figure.full_l {
    margin-left: calc(50% - 32vw) !important;
  }
}
@media all and (min-width: 960px){
/*メインイメージ*/
  #main_visual {
    width: 100%;
    position: relative;
    top: 0;
    border: none;
  }
  #main_visual .c-filterLayer__img {
  }
  #main_visual .p-mainVisual__img {
    /* object-position: top; */
  }
  #main_visual .p-mainVisual__textLayer {
  }
  #main_content {
    max-width: var(--article_size);
  }
  .top #content {
    padding-top: 4em;
    margin: 0 auto;
  }
  .post_content #about .swell-block-column:nth-child(2) {
    margin-top: 10%;
  }
}

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