@charset "utf-8";
/* CSS Document */
#main_visual {
}
#main_visual .p-mainVisual__inner {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  font-size: 3vw;
  font-family: "corporate-logo-ver2", sans-serif, '游ゴシック', 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-style: normal;
  letter-spacing: 3px;
  line-height: 1.15;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle span {
  position: relative;
  top: -14px;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle em {
  font-weight: 700;
  font-size: 5.5vw;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
  font-size: 1.5vw;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  margin-top: 1.5em;
  font-family: "corporate-logo-ver2", sans-serif, '游ゴシック', 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  display: flex;
  line-height: 1.3;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText em {
  border-bottom: solid 8px #FFEE5F;
  font-weight: bold;
  font-size: 3.2vw;
  margin-left: 15px;
  line-height: 1.2;
  position: relative;
  top: -8px;
}
#main_visual > p {
}
#main_visual .p-mainVisual__slideBtn {
  width: 300px;
}
#main_visual .p-mainVisual__slideBtn a {
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--color_main);
  background: url(../../../../uploads/icon_arrow_cir.svg) no-repeat right 20px center var(--color_link);
  background-size: 25px;
  padding: 18px 0;
  border-radius: 50px;
}
.post_content > .wp-block-group {
  padding-top: 4em;
  padding-bottom: 2em;
}
.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 #reason .swell-block-column, .post_content #func .swell-block-column {
  border-radius: 40px;
  font-family: "corporate-logo-ver2", sans-serif, '游ゴシック', 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  overflow: hidden;
}
.post_content .swell-block-column .wp-block-group {
  padding: 3em 3em 2em;
}
.post_content #reason .swell-block-column p {
  font-size: 1.7vw;
  line-height: 1.4;
}
.post_content #namely {
  padding-top: 0;
}
.post_content #namely p.wf {
  font-size: 1.7vw;
  margin-bottom: -3.5em;
  line-height: 1.5;
}
.post_content .size_xs img, .post_content img.size_xs {
  width: 300px !important;
}
.post_content #func h3::after {
  content: "";
  width: 20%;
  height: 3px;
  margin: 0.5em auto 0;
  background: var(--color_link);
  display: block;
}
.post_content #func h3 + p {
  font-family: 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
.post_content #cta > div{
  padding: 4em 0;
}
.post_content #cta p, #head_contact p {
  font-family: "corporate-logo-ver2", sans-serif, '游ゴシック', 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  color: #ffee5f;
  font-size: 2.2vw;
  font-weight: 800;
  margin-bottom: 0;
}
.post_content #cta p strong::before, .post_content #cta p strong::after, #head_contact p span::before, #head_contact p span::after {
  content: "|";
  transform: rotate(-25deg);
  display: inline-block;
  margin: 0 0.3em;
  position: relative;
  top: -0.5px;
}
.post_content #cta p strong::after, #head_contact p span::after {
  transform: rotate(25deg);
}
.post_content #cta h3 {
  font-size: 3.5vw;
  margin: 0 0 0.6em;
  line-height: 1.2;
}
.post_content #qa .swell-block-accordion__item {
	margin-bottom: 2em;
	background: #fff;
  /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%); */
  border-radius: 20px;
  overflow: hidden;
}
.post_content #qa .swell-block-accordion__title {
	background: #fff;
  color: var(--color_main);
	padding: 1.5em;
  font-weight: 500;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
.post_content #qa .swell-block-accordion__title span {
  -webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
.post_content #qa .swell-block-accordion__title:hover span {
  color: var(--color_main);
}
.post_content #qa .swell-block-accordion__label strong {
  padding: 9px 14px 15px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.post_content #qa .swell-block-accordion__label {
    padding-left: 50px;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #333;
}
.post_content #qa .swell-block-accordion__label strong {
    color:#fff;
    background: var(--color_main);
    /* font-weight: 800; */
    /* font-family: "corporate-logo-ver2", sans-serif, '游ゴシック', 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif; */
}
.post_content #qa .swell-block-accordion__body {
  padding: 0 1em 1em;
}
.post_content #qa .swell-block-accordion__body p {
    margin: 0 0 0 58px;
    color: #333;
}
.parallax {
  position: absolute;
  aspect-ratio: 1 / 1;
  z-index: -1;
}
.large {
  width: 280px;
}
.medium {
  width: 180px;
}
.small {
  width: 120px;
}
@keyframes parallax-large-anim {
  from {
    transform: translateY(1500px);
  }
  to {
    transform: translateY(0px);
  }
}
.large {
  animation: parallax-large-anim linear;
  animation-timeline: scroll();
}
@keyframes parallax-small-anim {
  from {
    transform: translateY(1000px);
  }
  to {
    transform: translateY(0px);
  }
}
.small {
  animation: parallax-small-anim linear;
  animation-timeline: scroll();
}
.post_content figure:nth-child(1) {
  top: -1280px;
  left: -2%;
}
.post_content figure:nth-child(2) {
  top: 0;
  right: 11%;
}
.post_content figure:nth-child(3) {
  top: -750px;
  right: 4%;
}
.post_content figure:nth-child(4) {
  top: -380px;
  right: 8%;
}
.post_content figure:nth-child(5) {
  top: 1400px;
  left: 9%;
}
.post_content figure:nth-child(6) {
  top: 1000px;
  left: 10%;
}
.post_content figure:nth-child(7) {
  top: 1200px;
  left: -2%;
}
.post_content figure:nth-child(8) {
  top: 2600px;
  right: -5%;
}
.post_content figure:nth-child(9) {
  top: 2100px;
  right: 5%;
}
.post_content figure:nth-child(10) {
  bottom: 1000px;
  left: -2%;
}
.post_content figure:nth-child(11) {
  bottom: 600px;
  right: -5%;
}
.post_content figure:nth-child(12) {
  bottom: 590px;
  right: 5%;
}
.post_content figure:nth-child(13) {
  bottom: 200px;
  left: 5%;
  width: 200px;
}
@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 {
    width: 42%;
    left: 55%;
  }
  #main_visual .p-mainVisual__img {
    object-fit: unset;
  }
  #main_visual .p-mainVisual__textLayer {
    width: 60%;
    left: 30%;
    top: 8%;
  }
  #main_content {
    max-width: var(--article_size);
  }
  .top #content {
    padding-top: 6em;
    margin: 0 auto;
  }
  .post_content > .wp-block-group.alignfull {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 var(--swl-pad_post_content,0);
    margin-bottom: 4em;
  }
  .wp-block-group.service figcaption {
    font-size: 1.2rem;
    opacity: 1;
    font-weight: bold;
  }
  /* .wp-block-columns .wp-block-column, .swell-block-columns .swell-block-column {
    align-items: center;
    display: flex;
  } */
  .post_content #hajimemashite .swell-block-columns .swell-block-column {
    align-items: center;
    display: flex;
  }
  .post_content #hajimemashite .swell-block-column:nth-child(1) figure {
    border-radius: 0 30px 30px 0;
  }
  .post_content #hajimemashite .swell-block-column:nth-child(2) figure {
    border-radius: 30px 0 0 30px;
  }
  /* .post_content #hajimemashite .swell-block-column {
    padding: 0 1em;
  } */
  .post_content #hajimemashite .swell-block-columns:nth-child(2) .swell-block-column:nth-child(2) {
    padding-left: 3%;
  }
  .post_content #hajimemashite .swell-block-columns:nth-child(3) .swell-block-column:nth-child(1) {
    padding-left: 8%;
  }
  .post_content #top_btn .swell-block-columns {
    max-width: 900px;
    margin: auto;
  }
}

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