@charset "UTF-8";
/* Reset */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800;900&display=swap");
html, body, div, section, p, span, a, table, thead, tbody, tr, th, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, article, textarea, label, button {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

/* Lightning Kill*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "M PLUS 1p", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5 !important;
}
@media (width <= 991px) {
  body {
    padding-top: 80px !important;
  }
}
body .site-body {
  padding: 0 0 120px;
}
@media (width <= 781px) {
  body .site-body {
    padding-bottom: 60px;
  }
}
body .site-body .sec-body {
  padding-top: 0;
  padding-bottom: 0;
}

#site-header {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  align-items: center;
  height: 0;
}
@media (width <= 991px) {
  #site-header {
    position: fixed;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
#site-header #site-header-container {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 1312px;
  height: 100%;
}
@media (width <= 991px) {
  #site-header #site-header-container {
    padding-right: 0;
  }
}
#site-header #site-header-container .site-header-logo {
  flex-grow: 0;
  flex-shrink: 0;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 318px;
  height: 90px;
}
@media (width <= 991px) {
  #site-header #site-header-container .site-header-logo {
    top: 10px;
    left: 20px;
    width: 284px;
    height: 60px;
  }
}
#site-header #site-header-container .site-header-logo a {
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-template-rows: 20px 20px;
  gap: 10px;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  line-height: 1;
}
@media (width <= 991px) {
  #site-header #site-header-container .site-header-logo a {
    grid-template-columns: 35px 1fr;
    grid-template-rows: 25px 25px;
    padding: 0;
    background-color: transparent;
    text-align: left;
  }
}
#site-header #site-header-container .site-header-logo a .corp-name {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: end;
  font-family: "M PLUS 1p", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}
#site-header #site-header-container .site-header-logo a .site-name {
  grid-column: 2/3;
  grid-row: 2/3;
  font-family: "M PLUS 1p", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
}
#site-header #site-header-container .site-header-logo a::before {
  grid-column: 1/2;
  grid-row: 1/3;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.page-header {
  background-color: transparent !important;
}
.page-header .page-header-inner {
  margin: 0 auto;
  padding: 120px 0;
}
@media (width <= 781px) {
  .page-header .page-header-inner {
    padding: 60px 0;
  }
}
.page-header .page-header-inner .page-header-title {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #FF6666;
  font-size: clamp(1.75rem, 1.1818181818rem + 2.4242424242vw, 3rem);
  font-weight: 900;
}
.page-header .page-header-inner .page-header-title.information::before, .page-header .page-header-inner .page-header-title.owlclub::before, .page-header .page-header-inner .page-header-title.company::before, .page-header .page-header-inner .page-header-title.owlchan::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  margin-right: 0.15em;
  width: 100%;
  max-width: 55px;
  height: auto;
  background-color: #FF6666;
  -webkit-mask-image: url("../img/icon/icon-owlchan.svg");
          mask-image: url("../img/icon/icon-owlchan.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (width <= 991px) {
  .page-header .page-header-inner .page-header-title.information::before, .page-header .page-header-inner .page-header-title.owlclub::before, .page-header .page-header-inner .page-header-title.company::before, .page-header .page-header-inner .page-header-title.owlchan::before {
    max-width: 45px;
  }
}
@media (width <= 781px) {
  .page-header .page-header-inner .page-header-title.information::before, .page-header .page-header-inner .page-header-title.owlclub::before, .page-header .page-header-inner .page-header-title.company::before, .page-header .page-header-inner .page-header-title.owlchan::before {
    max-width: 40px;
  }
}
@media (width <= 576px) {
  .page-header .page-header-inner .page-header-title.information::before, .page-header .page-header-inner .page-header-title.owlclub::before, .page-header .page-header-inner .page-header-title.company::before, .page-header .page-header-inner .page-header-title.owlchan::before {
    max-width: 30px;
  }
}
.page-header .page-header-inner .page-header-title.sigoto::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.page-header .page-header-inner .page-header-title.haken::before {
  content: "\f4da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.page-header .page-header-inner .page-header-title.zyouhou::before {
  content: "\f02d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.page-header .page-header-inner .page-header-title.registration::before {
  content: "\f570";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.page-header .page-header-inner .page-header-title.dispatch::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.page-header .page-header-inner .page-header-title.business::before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.page-header .page-header-inner .page-header-title.inquiry::before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.page-header .page-header-inner .page-header-title.privacy::before {
  content: "\f3ed";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.page-header .page-header-inner .page-header-title.shashoku::before {
  content: "\e4c6";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.page-header .page-header-inner .page-header-title.notfound::before {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}

@media (width <= 991px) {
  .vk-mobile-nav-menu-btn {
    top: 20px !important;
    right: 20px;
    left: auto !important;
    width: 40px !important;
    height: 40px !important;
  }
}

section {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0;
  width: 100vw !important;
}
section .sec-body {
  margin: 0 auto;
  padding: 30px;
}
@media (width <= 781px) {
  section .sec-body {
    padding: 20px;
  }
}

.site-slider {
  margin-top: 0 !important;
  width: 100%;
  height: 700px;
}
@media (width <= 781px) {
  .site-slider {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
}
.site-slider .mv-carousel {
  width: 100%;
  height: 100%;
}
.site-slider .mv-carousel .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.site-slider .mv-carousel .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide {
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 120px 0 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width <= 781px) {
  .site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide {
    padding-top: 100px;
  }
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide picture {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.pc-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.pc-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width <= 781px) {
  .site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.sp-contain img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (width <= 781px) {
  .site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.sp-cover img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption {
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  max-width: 1160px;
  height: 100%;
}
@media (width <= 781px) {
  .site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption {
    padding: 20px 5px;
    height: 80%;
  }
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption .caption-body {
  flex-grow: 0;
  flex-shrink: 1;
  text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white;
  word-break: keep-all;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption .caption-body p {
  display: block;
  width: 100%;
  margin-bottom: 0.7em;
  font-size: 0.83em !important;
  line-height: 1.5;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption .caption-body p:nth-last-of-type(1) {
  margin: 0;
}
@media (width <= 781px) {
  .site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption .caption-body p * {
    font-size: 1.75rem !important;
  }
}
@media (width <= 576px) {
  .site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption .caption-body p * {
    font-size: 1rem !important;
  }
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.tl {
  justify-content: flex-start;
  align-items: flex-start;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.tc {
  justify-content: center;
  align-items: flex-start;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.tr {
  justify-content: flex-end;
  align-items: flex-start;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.cl {
  justify-content: flex-start;
  align-items: center;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.cc {
  justify-content: center;
  align-items: center;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.cr {
  justify-content: flex-end;
  align-items: center;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.bl {
  justify-content: flex-start;
  align-items: flex-end;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.bc {
  justify-content: center;
  align-items: flex-end;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.br {
  justify-content: flex-end;
  align-items: flex-end;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.video {
  background-color: #000;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.page-mv {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#global-nav {
  z-index: 500;
  position: sticky;
  top: 0;
  left: 0;
  flex-grow: 1;
  width: 100%;
  height: 50px;
  background-color: #FF6666;
}
#global-nav .menu {
  gap: 20px 15px;
  margin: 0 auto;
  height: 100%;
}
#global-nav .menu > .menu-item > a {
  display: flex;
  align-items: center;
  padding: 0 5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
#global-nav .menu > .menu-item > a:focus {
  outline: none;
}
#global-nav .menu > .menu-item > a:hover {
  transition: all 0.2s ease-out;
  opacity: 0.5;
}
#global-nav .menu > .menu-item > a[href="#"] {
  pointer-events: none;
}
#global-nav .menu > .menu-item .global-nav-name {
  color: #fff;
  font-size: clamp(0.938rem, -0.319rem + 2.03vw, 1.125rem);
  font-weight: 700;
}
#global-nav .menu > .menu-item::before {
  display: none;
}
#global-nav .menu > .menu-item .sub-menu {
  background-color: #FFBBBB;
  border-radius: 10px;
}
#global-nav .menu > .menu-item .sub-menu .menu-item {
  font-size: 1rem;
  font-weight: 700;
}
#global-nav .menu > .menu-item .sub-menu .menu-item a {
  padding: 15px;
}
#global-nav .menu > .menu-item .sub-menu .menu-item a:visited {
  background-color: #FFBBBB;
  color: #fff;
}
#global-nav .menu > .menu-item .sub-menu .menu-item a:hover, #global-nav .menu > .menu-item .sub-menu .menu-item a:active {
  background-color: #FFF2F2;
  color: #FF6666;
}
#global-nav .menu > .menu-item.menu-item-has-children::after {
  border-bottom-color: #FFBBBB;
}

#vk-mobile-nav-menu-btn {
  background: none;
  background-color: #fff;
  border: none;
  cursor: pointer !important;
}
#vk-mobile-nav-menu-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 30px;
  height: 100%;
  background-color: #b0b0b0;
  -webkit-mask-image: url("../img/icon/icon-menu.svg");
          mask-image: url("../img/icon/icon-menu.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
#vk-mobile-nav-menu-btn.menu-open::before {
  -webkit-mask-image: url("../img/icon/icon-close.svg");
          mask-image: url("../img/icon/icon-close.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.acc-btn {
  background: none !important;
  border: none !important;
}
.acc-btn::before {
  content: "";
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 30px;
  height: 100%;
  background-color: #b0b0b0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.acc-btn.acc-btn-open::before {
  transition: all 0.2s ease-out;
  -webkit-mask-image: url("../img/icon/icon-arrow.svg");
          mask-image: url("../img/icon/icon-arrow.svg");
  -webkit-mask-size: 80%;
          mask-size: 80%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.acc-btn.acc-btn-close::before {
  transition: all 0.2s ease-out;
  -webkit-mask-image: url("../img/icon/icon-arrow.svg");
          mask-image: url("../img/icon/icon-arrow.svg");
  -webkit-mask-size: 80%;
          mask-size: 80%;
  transform: translate(-50%, -50%) rotate(90deg);
}

#vk-mobile-nav {
  padding-top: 90px;
}
#vk-mobile-nav a[href="#"] {
  pointer-events: none;
}
#vk-mobile-nav a:hover {
  color: #FF9C66;
  border-color: #FF9C66;
  transition: all 0.2s ease-out;
}

.nav_footer a {
  transition: all 0.2s ease-out;
}
.nav_footer a:hover {
  color: #FF9C66;
  border-color: #FF9C66;
  transition: all 0.2s ease-out;
}

h2 {
  margin: 0 0 30px !important;
  padding: 0 !important;
  border: none !important;
  font-size: clamp(1.5rem, 0.882rem + 1.57vw, 2rem) !important;
  font-weight: 800;
}
h2.icon {
  padding-left: 1.25em !important;
  line-height: 1;
  font-size: clamp(1.5rem, 0.882rem + 1.57vw, 2rem);
  font-weight: 900;
}
h2.icon::before {
  margin-left: -1.25em !important;
}
h2.icon.owlchan::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  margin-right: 0.15em;
  width: 100%;
  max-width: 32px;
  height: auto;
  background-color: #222;
  -webkit-mask-image: url("../img/icon/icon-owlchan.svg");
          mask-image: url("../img/icon/icon-owlchan.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (width <= 991px) {
  h2.icon.owlchan::before {
    max-width: 45px;
  }
}
@media (width <= 781px) {
  h2.icon.owlchan::before {
    max-width: 40px;
  }
}
@media (width <= 576px) {
  h2.icon.owlchan::before {
    max-width: 30px;
  }
}
h2.icon.tel::before {
  content: "\f3cd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
h2.icon.mail::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
h2.icon.human::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
h2.icon.good::before {
  content: "\f164";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
h2.icon.list::before {
  content: "\f46d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}

h3 {
  margin: 0;
}
h3::after {
  content: none;
  position: static;
  border: initial;
}

h5 {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  font-size: 1rem;
  font-weight: 700;
}

hr.type-dashed {
  max-width: 960px;
  border: none;
  border-top: dashed 3px #222 !important;
}
hr.type-dot {
  max-width: 960px;
  border: none;
  border-top: dashed 1px #222 !important;
}

ol > li,
ul > li {
  margin-top: 10px;
  margin-bottom: 10px;
}
ol > li ul li,
ol > li ol li,
ul > li ul li,
ul > li ol li {
  margin-top: 5px;
  margin-bottom: 5px;
}

ol > li > ul {
  list-style-type: disc;
}
ol > li > ul > li > ul {
  list-style-type: circle;
}
ol > li > ul > li > ul > li > ul {
  list-style-type: square;
}

ul {
  list-style-type: disc;
}
ul > li > ul {
  list-style-type: circle;
}
ul > li > ul > li > ul {
  list-style-type: square;
}

.group-form dl {
  display: flex;
  justify-items: center;
  gap: 0 20px;
  margin: 0 auto 20px;
  padding: 0 20px 20px;
  border-bottom: solid 1px #222;
}
@media (width <= 781px) {
  .group-form dl {
    flex-direction: column;
    padding: 0 0 20px;
  }
}
.group-form dl dt {
  flex-shrink: 0;
  width: 9em;
}
.group-form dl dt p {
  margin-top: calc((44px - 1em) / 2);
  line-height: 1;
}
@media (width <= 781px) {
  .group-form dl dt p {
    margin-top: 0;
  }
}
.group-form dl dd {
  flex-grow: 1;
}
.group-form dl dd input[type=text], .group-form dl dd input[type=tel], .group-form dl dd input[type=email] {
  margin: 0;
  background-color: #F6F6F6;
  border: none;
}
.group-form dl dd input[type=text]::-moz-placeholder, .group-form dl dd input[type=tel]::-moz-placeholder, .group-form dl dd input[type=email]::-moz-placeholder {
  color: #C0C0C0;
}
.group-form dl dd input[type=text]::placeholder, .group-form dl dd input[type=tel]::placeholder, .group-form dl dd input[type=email]::placeholder {
  color: #C0C0C0;
}
.group-form dl dd textarea {
  margin: 0;
  background-color: #F6F6F6;
  border: none;
}
.group-form dl dd textarea::-moz-placeholder {
  color: #C0C0C0;
}
.group-form dl dd textarea::placeholder {
  color: #C0C0C0;
}
.group-form dl dd .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.group-form dl dd .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.group-form dl dd .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-left: 0;
  margin-right: 0.25em;
  font-size: 1.25rem;
}
.group-form dl dd .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.group-form dl dd .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.group-form dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-left: 0;
  margin-right: 0.25em;
  font-size: 1.25rem;
}
.group-form dl dd select {
  margin: 0;
  background-color: #fcfcfc;
  background-image: url(../img/form/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  border: none;
}
.group-form .group-accept {
  margin-top: 60px;
  text-align: center;
}
.group-form .group-accept .wpcf7-acceptance .wpcf7-list-item input {
  display: none;
}
.group-form .group-accept .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.group-form .group-accept .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  display: inline-block;
  margin-right: 0.25em;
  padding-bottom: 0;
  border-bottom: dashed 1px #222;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-out;
}
.group-form .group-accept .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover {
  color: #FF9C66;
  border-color: #FF9C66;
  transition: all 0.2s ease-out;
}
.group-form .group-accept .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-left: 0;
  margin-right: 0.25em;
  font-size: 1.25rem;
}
.group-form .group-buttons {
  margin-top: 30px;
}
.group-form .group-buttons p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.group-form .group-buttons p .btn-submit {
  padding: 20px 40px;
  width: 100%;
  max-width: 400px;
  background: #FFF2F2;
  background: linear-gradient(180deg, rgb(255, 242, 242) 0%, rgb(255, 102, 102) 100%);
  border: solid 4px #FF6666;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0 0 4px #ff6666, 0 0 4px #ff6666, 0 0 4px #ff6666;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.group-form .group-buttons p .btn-submit:focus {
  outline: none;
}
.group-form .group-buttons p .btn-submit:hover {
  transition: all 0.2s ease-out;
  opacity: 0.5;
}
.group-form .cf7-cf-turnstile {
  margin: -1em auto !important;
}
.group-form .cf7-cf-turnstile .cf-turnstile > div {
  margin: 0 auto;
  max-width: 300px;
}

.btn-tel {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.btn-tel:focus {
  outline: none;
}
.btn-tel:hover {
  transition: all 0.2s ease-out;
  opacity: 0.5;
}

.pagination {
  margin-top: 60px !important;
}
.pagination .nav-links {
  align-items: center;
  gap: 15px;
  padding: 5px 0;
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  background-color: #FFF2F2;
  border-radius: 50%;
  line-height: 1;
  color: #FF6666;
  font-size: 0.875rem;
  font-weight: 700;
}
.pagination .nav-links .page-numbers.prev {
  background-color: #FF6666;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.pagination .nav-links .page-numbers.prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
.pagination .nav-links .page-numbers.prev:focus {
  outline: none;
}
.pagination .nav-links .page-numbers.prev:hover {
  transition: all 0.2s ease-out;
  background-color: #FFBBBB;
  color: #FF6666 !important;
}
.pagination .nav-links .page-numbers.next {
  background-color: #FF6666;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.pagination .nav-links .page-numbers.next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
.pagination .nav-links .page-numbers.next:focus {
  outline: none;
}
.pagination .nav-links .page-numbers.next:hover {
  transition: all 0.2s ease-out;
  background-color: #FFBBBB;
  color: #FF6666 !important;
}
.pagination .nav-links .page-numbers.current {
  background-color: #fff;
  border: solid 2px #FFBBBB;
  color: #FFBBBB;
}
.pagination .nav-links .page-numbers.dots {
  aspect-ratio: unset;
  width: auto;
  background-color: transparent;
  color: #222;
}
.pagination .nav-links a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.pagination .nav-links a:focus {
  outline: none;
}
.pagination .nav-links a:hover {
  transition: all 0.2s ease-out;
  background-color: #FFBBBB;
  color: #fff !important;
}

.site-body-bottom .sec-cta {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  width: 100vw !important;
  border-top: solid 1px #000;
}
.site-body-bottom .sec-cta .sec-body {
  padding: 100px 30px 90px;
  width: 100%;
}
@media (width <= 781px) {
  .site-body-bottom .sec-cta .sec-body {
    margin: 0 !important;
    padding: 60px 20px;
    max-width: none !important;
  }
}
.site-body-bottom .sec-cta .sec-body .group-data {
  width: 100%;
  max-width: 600px;
}
@media (width <= 781px) {
  .site-body-bottom .sec-cta .sec-body .group-data .data {
    order: 2;
  }
}
@media (width <= 781px) {
  .site-body-bottom .sec-cta .sec-body .group-data .img {
    order: 1;
    text-align: center;
  }
}

.site-footer {
  padding: 0;
  background-color: #FFF2F2;
  border: none !important;
}
.site-footer .sec-body {
  padding: 100px 30px 90px;
}
@media (width <= 768px) {
  .site-footer .sec-body {
    padding: 60px 20px;
  }
}
.site-footer .nav_footer {
  margin: 0 auto;
  width: 100%;
}
.site-footer .nav_footer > ul {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  gap: 10px 40px;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100%;
  max-width: 1000px;
}
@media (width <= 781px) {
  .site-footer .nav_footer > ul {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    max-width: 360px;
  }
}
.site-footer .nav_footer > ul > li a span {
  font-size: 1rem;
}
.site-footer .nav_footer > ul > li.home {
  grid-column: 1/2;
  grid-row: 1/2;
}
.site-footer .nav_footer > ul > li.sigoto {
  grid-column: 2/3;
  grid-row: 1/4;
}
@media (width <= 768px) {
  .site-footer .nav_footer > ul > li.sigoto {
    grid-column: 1/2;
    grid-row: 2/5;
  }
}
.site-footer .nav_footer > ul > li.information {
  grid-column: 2/3;
  grid-row: 4/5;
}
@media (width <= 768px) {
  .site-footer .nav_footer > ul > li.information {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
.site-footer .nav_footer > ul > li.registration {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media (width <= 768px) {
  .site-footer .nav_footer > ul > li.registration {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.site-footer .nav_footer > ul > li.dispatch {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media (width <= 768px) {
  .site-footer .nav_footer > ul > li.dispatch {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.site-footer .nav_footer > ul > li.owlclub {
  grid-column: 3/4;
  grid-row: 3/4;
}
@media (width <= 768px) {
  .site-footer .nav_footer > ul > li.owlclub {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
.site-footer .nav_footer > ul > li.business {
  grid-column: 3/4;
  grid-row: 4/5;
}
@media (width <= 768px) {
  .site-footer .nav_footer > ul > li.business {
    grid-column: 2/3;
    grid-row: 5/6;
  }
}
.site-footer .nav_footer > ul > li.company {
  grid-column: 4/5;
  grid-row: 1/2;
}
@media (width <= 768px) {
  .site-footer .nav_footer > ul > li.company {
    grid-column: 2/3;
    grid-row: 6/7;
  }
}
.site-footer .nav_footer > ul > li.contact {
  grid-column: 4/5;
  grid-row: 2/3;
}
@media (width <= 768px) {
  .site-footer .nav_footer > ul > li.contact {
    grid-column: 2/3;
    grid-row: 7/8;
  }
}
.site-footer .nav_footer > ul > li.privacy-policy {
  grid-column: 4/5;
  grid-row: 3/4;
}
@media (width <= 768px) {
  .site-footer .nav_footer > ul > li.privacy-policy {
    grid-column: 2/3;
    grid-row: 8/9;
  }
}
.site-footer .nav_footer > ul > li.blog {
  grid-column: 5/6;
  grid-row: 1/4;
}
@media (width <= 768px) {
  .site-footer .nav_footer > ul > li.blog {
    grid-column: 1/2;
    grid-row: 6/10;
  }
}
.site-footer .nav_footer > ul > li .sub-menu {
  margin: 10px 0 0 !important;
  padding-left: 1em;
}
.site-footer .nav_footer > ul > li .sub-menu > li {
  margin-bottom: 10px;
}
.site-footer .nav_footer > ul > li .sub-menu > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.site-footer hr {
  border: none;
  margin: 50px auto;
  width: 100%;
  max-width: 1000px;
  height: 0;
  border-bottom: dashed 1px black;
}
.site-footer .site-footer-content {
  padding-top: 0;
}
.site-footer .site-footer-content .row [class*=col-] {
  flex: 0 0 100% !important;
  max-width: none !important;
}
.site-footer .site-footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  width: 100%;
  max-width: none !important;
  height: 50px;
  background-color: #FF6666;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}/*# sourceMappingURL=custom.css.map */