@charset "UTF-8";
/**
* ヘッダーCSS
*/
#header .w-header.pc_ {
  position: fixed;
  top: 200px;
  right: -10px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
#header .w-header.pc_:hover {
  right: 0;
}
#header .w-header.pc_ a:hover {
  opacity: 1;
}

#fix_header .w-header.pc_ {
  display: none;
}

.home #header {
  display: none;
}
@media screen and (max-width: 959px) {
  .home #header {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: block;
  }
}

#fix_header.l-fixHeader:before {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/**
* フッターCSS
*/
#footer {
  background-color: transparent;
  margin: 0 auto;
  max-width: 1104px;
  padding-left: calc(var(--swl-pad_container, 0) + var(--swl-pad_post_content, 0));
  padding-right: calc(var(--swl-pad_container, 0) + var(--swl-pad_post_content, 0));
}
#footer .l-footer__inner .l-footer__widgetArea {
  padding-bottom: 0px;
}
#footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box {
  padding-top: 2rem;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 599px) {
  #footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box {
    padding-top: 1rem;
  }
}
#footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_top .footer_top-left .footer-logo {
  text-align: left;
}
@media screen and (max-width: 599px) {
  #footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_top .footer_top-left .footer-logo {
    text-align: center;
    padding-bottom: 1rem;
  }
}
#footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_top .footer_top-right .footer_top-right_txt {
  padding-left: 1em;
}
@media screen and (max-width: 599px) {
  #footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_top .footer_top-right .footer_top-right_txt {
    padding-left: 0px;
  }
}
#footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_bottom {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 12px;
}
#footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_bottom .footer_bottom-left .common-nav {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 599px) {
  #footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_bottom .footer_bottom-left .common-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.4em;
  }
}
@media screen and (max-width: 599px) {
  #footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_bottom .footer_bottom-left .common-nav li a {
    display: block;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  #footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_bottom .footer_bottom-right .footer-btn_note {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
#footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_bottom .footer_bottom-right .footer-btn_note a {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_bottom .footer_bottom-right .footer-btn_note a {
    width: 30vw;
  }
}
#footer .l-footer__inner .l-footer__widgetArea .l-container .w-footer__box .footer_bottom .footer_bottom-right .footer-btn_note a:hover {
  opacity: 0.7;
}
#footer .l-footer__inner .l-footer__foot {
  background-color: var(--color_footer_bg);
  padding-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #footer .l-footer__inner .l-footer__foot {
    padding-bottom: 3rem;
  }
}
#footer .l-footer__inner .l-footer__foot .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  #footer .l-footer__inner .l-footer__foot .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .l-footer__inner .l-footer__foot .l-container .l-footer__nav {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 599px) {
  #footer .l-footer__inner .l-footer__foot .l-container .l-footer__nav {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
#footer .l-footer__inner .l-footer__foot .l-container .l-footer__nav .menu-item a {
  border: none;
}
@media screen and (max-width: 599px) {
  #footer .l-footer__inner .l-footer__foot .l-container .l-footer__nav .menu-item a {
    font-size: 1.1rem;
  }
}
#footer .l-footer__inner .l-footer__foot .l-container .l-footer__nav .menu-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#footer .l-footer__inner .l-footer__foot .l-container .copyright {
  padding-bottom: 0.5em;
}

/**
 * フロントコンテンツCSS
 */
#before_footer_widget {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 102px);
  overflow: hidden;
}
#before_footer_widget .l-container {
  max-width: 976px;
  width: 100%;
  height: 100%;
}
#before_footer_widget .l-container .blur-circles {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
#before_footer_widget .l-container .blur-circles .blur-circle {
  max-width: 25%;
  position: absolute;
  mix-blend-mode: multiply;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 10;
}
#before_footer_widget .l-container .blur-circles .blur-circle > .wp-block-group__inner-container {
  translate: none;
  rotate: none;
  scale: none;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: none;
}
#before_footer_widget .l-container .blur-circles .blur-circle > .wp-block-group__inner-container .blur-circle-parallax {
  inset: -60px 0px;
  height: calc(100% + 12rem);
  width: calc(100% + 0rem);
  translate: none;
  rotate: none;
  scale: none;
  position: relative;
  z-index: 1;
}
#before_footer_widget .l-container .blur-circles .blur-circle > .wp-block-group__inner-container .blur-circle-parallax img {
  display: block;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle1 {
  top: -30px;
  left: 110px;
  width: 253px;
}
@media screen and (max-width: 959px) {
  #before_footer_widget .l-container .blur-circles .blur-circle.blur-circle1 {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #before_footer_widget .l-container .blur-circles .blur-circle.blur-circle1 {
    top: 90px;
    left: 20vw;
  }
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle1 .blur-circle-parallax {
  --speedX: 0.02;
  --speedY: 0.1;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle1 .blur-circle-parallax img {
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle2 {
  top: 235px;
  right: -130px;
  width: 245px;
}
@media screen and (max-width: 959px) {
  #before_footer_widget .l-container .blur-circles .blur-circle.blur-circle2 {
    top: 285px;
    right: -100px;
  }
}
@media screen and (max-width: 767px) {
  #before_footer_widget .l-container .blur-circles .blur-circle.blur-circle2 {
    top: 255px;
    right: -12vw;
  }
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle2 .blur-circle-parallax {
  --speedX: -0.01;
  --speedY: 0.3;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle2 .blur-circle-parallax img {
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle3 {
  top: 450px;
  left: -90px;
  width: 227px;
}
@media screen and (max-width: 959px) {
  #before_footer_widget .l-container .blur-circles .blur-circle.blur-circle3 {
    top: 450px;
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  #before_footer_widget .l-container .blur-circles .blur-circle.blur-circle3 {
    top: 370px;
    left: -4vw;
  }
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle3 .blur-circle-parallax {
  --speedX: 0.02;
  --speedY: 0.5;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle3 .blur-circle-parallax img {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle4 {
  top: 112vh;
  right: 100px;
  width: 253px;
}
@media screen and (max-width: 959px) {
  #before_footer_widget .l-container .blur-circles .blur-circle.blur-circle4 {
    top: 100vh;
    right: 70px;
  }
}
@media screen and (max-width: 959px) {
  #before_footer_widget .l-container .blur-circles .blur-circle.blur-circle4 {
    right: 6vw;
  }
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle4 .blur-circle-parallax {
  --speedX: -0.015;
  --speedY: 0.1;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle4 .blur-circle-parallax img {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle5 {
  top: 80rem;
  left: -6vw;
  width: 200px;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle5 .blur-circle-parallax {
  --speedX: 0.01;
  --speedY: 0.25;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle5 .blur-circle-parallax img {
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle6 {
  top: 100rem;
  right: 1vw;
  width: 280px;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle6 .blur-circle-parallax {
  --speedX: -0.02;
  --speedY: 0.15;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle6 .blur-circle-parallax img {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle7 {
  top: 110rem;
  right: -2vw;
  width: 240px;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle7 .blur-circle-parallax {
  --speedX: 0.015;
  --speedY: 0.35;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle7 .blur-circle-parallax img {
  -webkit-filter: blur(0.7rem);
          filter: blur(0.7rem);
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle8 {
  top: 125rem;
  right: -5vw;
  width: 220px;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle8 .blur-circle-parallax {
  --speedX: -0.01;
  --speedY: 0.4;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle8 .blur-circle-parallax img {
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle9 {
  top: 110rem;
  left: 2vw;
  width: 260px;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle9 .blur-circle-parallax {
  --speedX: 0.02;
  --speedY: 0.2;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle9 .blur-circle-parallax img {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle10 {
  top: 190rem;
  left: 15vw;
  width: 300px;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle10 .blur-circle-parallax {
  --speedX: -0.015;
  --speedY: 0.05;
}
#before_footer_widget .l-container .blur-circles .blur-circle.blur-circle10 .blur-circle-parallax img {
  -webkit-filter: blur(1.2rem);
          filter: blur(1.2rem);
}/*# sourceMappingURL=front.css.map */