@charset "utf-8";
/* CSS Document */
/* header #gnav {
  display: none;
} */
#body_wrap {
	background: url(../../../../uploads/bg_color.jpg) no-repeat top 100vh right;
  background-size: contain;
}
#main_visual .c-filterLayer__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../../../../uploads/mainv_cover.png) no-repeat top center;
  background-size: 100%;
  opacity: 0.2;
}
#main_visual, #main_visual .p-mainVisual__slide {
  overflow: unset;
  text-align: left;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  color:#fff;
  font: var(--font-wf-all);
  font-size: 2.5vw;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle em {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle em b {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle em {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
  font-size: 1.1vw;
  color: #fff;
  line-height: 1.7;
  margin-top: 0.25em;
}
/* .post_content #strength {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0%, 80% 0%, 25% 100%, 0% 100%);
  background-color: #f00;
} */
.post_content #strength {
  background: linear-gradient(300deg, #e1effb 50%, #e9f3fc 0);
}
.post_content #strength .ttl {
  margin: 0 0 6em -13em;
}
.post_content #strength .ttl p {
  margin-left: -5em;
}
.post_content #strength .ttl h2 strong {
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.5;
}
.post_content #strength .swell-block-columns__inner {
  align-items: flex-start;
}
.post_content #strength .swell-block-column:nth-child(even) {
  animation-delay: .2s;
}
/* .post_content #strength .swell-block-column:nth-child(3) {
  margin-top: 10%;
} */
.post_content #strength .swell-block-column h3 {
  font-size: 1.6rem;
  text-align: center;
}
.post_content #strength .swell-block-column h3 span {
  color: var(--color_main);
  margin: 0 10px 0 0;
  position: absolute;
  top: -90px;
  left: -60px;
  font-size: 4.2rem !important;
  font-style: italic;
}
#main_visual #mainv_sub {
  display: none;
}

@media all and (min-width: 960px){
  /* header#header .l-header__logo {
    margin: auto;
  }
  header#header .l-header__logo .c-catchphrase {
    width: 100%;
    text-align: center;
  } */
/*メインイメージ*/
  #main_visual {
    width: 100%;
    position: relative;
    margin-bottom: 4em;
  }
  #main_visual .p-mainVisual__inner {
  }
  #main_visual .p-mainVisual__imgLayer::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20vh;
    display: block;
    background: linear-gradient(359deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 0%) 100%, rgba(255, 255, 255, 0) 120%);
  }
  #main_visual .p-mainVisual__imgLayer {
  }
  #main_visual .p-mainVisual__img {
    object-position: bottom;
  }
  #main_visual .p-mainVisual__textLayer {
    max-width: unset;
    top: 39%;
    width: 65%;
    left: 67.5%;
    text-align: left;
  }
  #main_visual #mainv_sub {
    position: absolute;
    width: 30%;
    top: 75vh;
    left: 5%;
  }
  .post_content > .wp-block-group {
    padding-top: 5em;
    padding-bottom: 5em;
    margin-bottom: 0;
  }
  .post_content #about .swell-block-column p span.u-fz-l {
    line-height: 1;
  }
  .post_content #access iframe {
    min-height: 600px;
  }
  /* .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;
  }
  footer .l-footer__inner #ft_r .l-footer__nav {
    
  }
  .align-center .wp-block-column {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  #service h3.is-style-section_ttl {
    margin: 1.5em 0 1em !important;
  }
  .post_content #works .p-postList {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .post_content #works .p-postList__item {
    width: 25%;
    padding: 0 1.5em;
  }
}
@media all and (min-width: 768px){
  .post_content #strength .swell-block-column:nth-child(odd) {
    animation-delay: 0s;
    margin-top: -7% !important;
  }
}


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