@charset "UTF-8";
* {
  position: relative;
  box-sizing: border-box;
  z-index: auto;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-feature-settings: "palt";
}
@media print {
  html {
    font-size: 9pt;
  }
}
@media screen and (max-width: 600px) {
  html:has(body.admin-bar) #wpadminbar {
    position: fixed;
    margin-top: 46px;
  }
}
@media screen and (max-width: 782px) {
  html:has(body.admin-bar) {
    height: calc(100% - 46px);
  }
}
@media (min-width: 783px) {
  html:has(body.admin-bar) {
    height: calc(100% - 32px);
  }
}

body {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden !important;
}
body p:empty {
  display: none !important;
}
body .mfp-bg {
  z-index: 5042;
}
body .mfp-wrap {
  z-index: 5043;
}
body .mfp-img {
  user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  vertical-align: bottom;
}

a,
a::before,
a::after {
  transition: all 0.2s;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"] {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  fill: currentColor;
}

.icn {
  width: 1em;
  height: 1em;
}

input,
textarea,
button {
  -webkit-appearance: none;
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

input.switch {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute;
}

.-sp,
.-tb,
.-pc {
  display: none;
}

@media screen and (max-width: 599px) {
  .-sp {
    display: inherit;
  }
}
@media (min-width:600px) and (max-width:1199px) {
  .-tb {
    display: inherit;
  }
}
@media (min-width:1200px) {
  .-pc {
    display: inherit;
  }
}
/* Pager */
.pager {
  line-height: 1;
  text-align: center;
}
.pager a {
  color: inherit;
  text-decoration: none;
}
.pager .page_list,
.pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.pager.pager_single .page_list {
  display: flex;
}
.pager.pager_single .page_list > li {
  margin: 0;
  font-size: var(--wp--preset--font-size--x-small);
  font-family: var(--wp--preset--font-family--theme-gothic-head);
}
.pager.pager_single .page_list > li a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5em 1em;
  background-color: var(--wp--preset--color--theme-white);
  color: var(--wp--preset--color--theme-black);
  transition: 0.3s;
}
.pager.pager_single .page_list > li a:hover {
  transform: scale(1.05);
}
.pager.pager_single .page_list > li.prev a::before, .pager.pager_single .page_list > li.next a::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 1px 1px 0 0;
}
.pager.pager_single .page_list > li.prev {
  margin-right: auto;
}
.pager.pager_single .page_list > li.prev a::before {
  transform: rotate(-135deg);
}
.pager.pager_single .page_list > li.next {
  margin-left: auto;
}
.pager.pager_single .page_list > li.next a::after {
  transform: rotate(45deg);
}
.pager.pager_single .page_list > li.index {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.pager.pager_single .page_list > li.index a {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
}
@media screen and (max-width: 599px) {
  .pager.pager_single .page_list {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 4.5rem;
  }
}
.pager:not(.pager_single) .page_list > li:not(:last-child),
.pager:not(.pager_single) .page-numbers > li:not(:last-child) {
  margin-right: 0.5em;
}
.pager:not(.pager_single) .page_list a,
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers a,
.pager:not(.pager_single) .page-numbers span.current {
  display: block;
  padding: 0.5em;
  width: 2em;
  height: 2em;
  border: solid 2px;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--wp--preset--font-family--theme-gothic-head);
}
.pager:not(.pager_single) .page_list a:hover,
.pager:not(.pager_single) .page_list span.current:hover,
.pager:not(.pager_single) .page-numbers a:hover,
.pager:not(.pager_single) .page-numbers span.current:hover {
  transform: scale(1.05);
}
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers span.current {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
  border: none;
}
.pager:not(.pager_single) .page_list span.current:hover,
.pager:not(.pager_single) .page-numbers span.current:hover {
  transform: none;
}
.pager:not(.pager_single) .page_list .prev,
.pager:not(.pager_single) .page_list .next,
.pager:not(.pager_single) .page-numbers .prev,
.pager:not(.pager_single) .page-numbers .next {
  border: none;
}

.-hide {
  display: none !important;
}

body.logged-in .-logged-in {
  opacity: 0.6;
}
body.logged-in .-logged-in:hover {
  opacity: 1;
}
body:not(.logged-in) .-logged-in {
  display: none !important;
}

body:not(#home) {
  background-image: url(../images/snow_bg.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30%;
}

#mega_header {
  z-index: 50;
  position: fixed;
  width: 100%;
  top: 0;
  flex-wrap: wrap;
  justify-content: space-between !important;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 599px) {
  #mega_header.is-scrolled {
    background: var(--wp--preset--color--theme-white);
  }
}
#mega_header .main_menu {
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  #mega_header .main_menu {
    margin-left: 0;
  }
}
#mega_header .site_logo {
  width: clamp(10rem, 6.002rem + 18.28vw, 18.75rem);
}
#mega_header .menu_list li.box-menu a {
  display: block;
  padding: 0.5rem 2rem;
  border: 2px solid var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-black);
  transition: 0.3s all;
}
#mega_header .menu_list li.box-menu:hover a {
  background: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
}
@media screen and (max-width: 599px) {
  #mega_header {
    transform: translateX(100%);
    padding-top: 4rem !important;
    height: 100vh;
    width: 100%;
    background: var(--wp--preset--color--theme-white);
    flex-direction: column;
    justify-content: flex-start !important;
    transition: 0.3s;
  }
  #mega_header .menu_list {
    flex-direction: column;
  }
  #mega_header .menu_list li {
    flex: 1;
  }
}

#gnav_switch:checked ~ #mega_header {
  transform: translateX(0);
}

#gnav_btn {
  display: none;
  z-index: 100;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 599px) {
  #gnav_btn {
    display: block;
  }
}
#gnav_btn .bar {
  transition: 0.2s all;
  position: absolute;
  width: 2rem;
  height: 2px;
  display: block;
  content: "";
  background: var(--wp--preset--color--theme-black);
}
#gnav_btn .bar.bar-top {
  top: 11px;
}
#gnav_btn .bar.bar-bottom {
  bottom: 11px;
}

#gnav_switch:checked + #gnav_btn .bar.bar-top {
  transform: rotate(14deg);
  transform-origin: left center;
}
#gnav_switch:checked + #gnav_btn .bar.bar-bottom {
  transform: rotate(-14deg);
  transform-origin: left center;
}

#mega_footer .wrapper_footer {
  gap: 0;
  justify-content: space-between;
}
#mega_footer .wrapper_footer > .main_menu,
#mega_footer .wrapper_footer > .wp-block-group {
  margin-left: 2rem;
}
#mega_footer .wp-block-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mega_footer .wp-block-list li::before {
  content: "・";
}
#mega_footer .menu_list {
  flex-direction: column;
  gap: 0.5em;
  align-items: flex-start;
  justify-content: left;
}
#mega_footer .menu_list a {
  font-size: var(--wp--preset--font-size--x-large);
}
@media screen and (max-width: 599px) {
  #mega_footer > .wp-block-group {
    flex-direction: column !important;
    margin-bottom: 0 !important;
    gap: 0;
  }
  #mega_footer > .wp-block-group > *:not(.main_menu, p) {
    margin-top: 1.5rem;
    margin-left: 0;
  }
  #mega_footer > .wp-block-group figure {
    margin: 0 auto !important;
    margin-bottom: 1.5rem;
  }
  #mega_footer > .wp-block-group .menu_list {
    display: none;
  }
}

.menu_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.menu_list li {
  display: block;
  height: 100%;
  font-family: var(--wp--preset--font-family--theme-gothic-head);
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
}
.menu_list li a {
  color: var(--wp--preset--color--theme-black);
  text-decoration: none;
  position: relative;
  transition: 0.3s all ease-in;
}
.menu_list li a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: var(--wp--preset--color--theme-black);
}
.menu_list li a:hover::after {
  width: 100%;
}

.footer_contact bdo[lang=ja] {
  display: block;
  font-size: var(--wp--preset--font-size--medium);
}

.main_head,
.post_head {
  margin-top: 12rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .main_head,
  .post_head {
    margin-top: 4rem;
  }
}
.main_head .breadcrumb,
.post_head .breadcrumb {
  margin-bottom: 3rem;
}
.main_head .breadcrumb li,
.post_head .breadcrumb li {
  color: var(--wp--preset--color--theme-darkgray);
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--x-small);
}
.main_head .wp-block-heading,
.post_head .wp-block-heading {
  font-size: clamp(2rem, 1.296rem + 3.52vw, 3.75rem);
}

.service_type .wp-block-heading {
  text-transform: uppercase;
  line-height: 1.25;
}
.service_type .wp-block-heading sub {
  display: block;
  font-size: 0.5em;
}

.service_index ul,
#area_result ul {
  padding: 0;
  list-style: none;
}
.service_index ul li,
#area_result ul li {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0.5rem;
  height: auto;
}
.service_index ul li .s_thumb,
#area_result ul li .s_thumb {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 53/25;
}
.service_index ul li .s_thumb img,
#area_result ul li .s_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_index ul li .box_cate .s_cate,
#area_result ul li .box_cate .s_cate {
  display: inline-block;
  color: var(--wp--preset--color--theme-black);
  font-size: var(--wp--preset--font-size--x-small);
  font-family: var(--wp--preset--font-family--theme-gothic-head);
  text-transform: uppercase;
}
.service_index ul li .box_cate .s_cate:not(:has(a)),
#area_result ul li .box_cate .s_cate:not(:has(a)) {
  margin-right: 0.5rem;
  padding: 0.25em 1em;
  background: var(--wp--preset--color--theme-white);
}
.service_index ul li .box_cate .s_cate:has(a),
#area_result ul li .box_cate .s_cate:has(a) {
  padding: 0;
}
.service_index ul li .box_cate .s_cate:has(a) a,
#area_result ul li .box_cate .s_cate:has(a) a {
  background: var(--wp--preset--color--theme-white);
  margin-right: 0.5rem;
  padding: 0.25em 1em;
}
.service_index ul li .s_title,
#area_result ul li .s_title {
  margin: 0.5em 0;
  line-height: 1;
}
.service_index ul li .s_title a,
#area_result ul li .s_title a {
  text-decoration: none;
  color: var(--wp--preset--color--theme-black);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
}
.service_index ul li .s_client,
#area_result ul li .s_client {
  font-size: var(--wp--preset--font-size--x-small);
}
.service_index ul li .s_tag,
#area_result ul li .s_tag {
  color: var(--wp--preset--color--theme-darkgray);
  font-size: var(--wp--preset--font-size--x-small);
  display: inline-block;
}
.service_index ul li .s_tag::after,
#area_result ul li .s_tag::after {
  content: ",";
}
.service_index ul li .s_tag:last-of-type::after,
#area_result ul li .s_tag:last-of-type::after {
  content: none;
}
.service_index ul li .s_more,
#area_result ul li .s_more {
  margin-top: auto;
  padding-top: 2rem;
  text-align: right;
}
.service_index ul li .s_more a,
#area_result ul li .s_more a {
  text-transform: uppercase;
  color: var(--wp--preset--color--theme-black);
  font-family: var(--wp--preset--font-family--theme-gothic-head);
  display: block;
  margin-left: auto;
  padding-right: 2rem;
  position: relative;
  text-decoration: none;
}
.service_index ul li .s_more a::after,
#area_result ul li .s_more a::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  background: url(../../assets/images/more_arrow.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}
.service_index ul li:has(a:hover) .s_more a::after,
#area_result ul li:has(a:hover) .s_more a::after {
  transform: translateX(5px);
}

.sp-22 {
  font-size: clamp(1.375rem, 0.923rem + 2.26vw, 2.5rem);
}

.inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  /* ここで時間を指定 */
}

.inview_active {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=layout.css.map */