@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;
}
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;
}

.wp-block-button.arrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wp-block-button.arrow a::before,
.wp-block-button.arrow a::after {
  display: block;
  content: "";
  width: 12px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #2468B7;
  position: absolute;
  right: 20px;
}
.wp-block-button.arrow a::before {
  top: calc(50% - 5px);
  transform: rotate(45deg);
}
.wp-block-button.arrow a::after {
  bottom: calc(50% - 5px);
  transform: rotate(-45deg);
}
.wp-block-button.arrow a.has-theme-white-color::before,
.wp-block-button.arrow a.has-theme-white-color::after {
  background: #FFF;
}
.wp-block-button.arrow a.has-logo-blue-color::before,
.wp-block-button.arrow a.has-logo-blue-color::after {
  background: #2468B7;
}

.wp-block-button.more a {
  width: 90%;
  min-width: 210px;
  font-weight: 500;
}

a[target=_blank] {
  position: relative;
}

a.has-logo-blue-color[target=_blank]::after {
  display: block;
  content: "";
  background: url("../images/icon_external_blue.svg") no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -9px;
}

a.has-logo-white-color[target=_blank]::after {
  display: block;
  content: "";
  background: url("../images/icon_external_white.svg") no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -9px;
}

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; // iOSなどのスタイルをオフ
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  */
}

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

.site_header .curve {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
  height: 105px;
}
.site_header .head_clms_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 95%;
}
.site_header .h_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.site_header .h_logo figure {
  margin-bottom: 0 !important;
  width: 90%;
  max-width: 250px;
}
.site_header .h_logo p {
  font-size: var(--wp--preset--font-size--x-large);
  color: #333;
  font-weight: 400;
  margin: 5px 0 0 0 !important;
}
@media screen and (max-width: 599px) {
  .site_header .h_logo p {
    font-size: var(--wp--preset--font-size--small);
  }
}
.site_header .megamenu_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  transition: 0.3s;
}
.site_header .megamenu_wrap .megamenu-btn {
  position: absolute;
  z-index: 2;
  top: 3.75em;
  right: 16em;
  bottom: 0;
  width: 60px;
  height: 25px;
  color: #FFF;
  border: 0;
  cursor: pointer;
  background-color: rgb(26, 65, 153);
  outline: initial;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  margin-top: auto;
  margin-bottom: auto;
  transition: 0.3s;
}
.site_header .megamenu_wrap .megamenu-btn .inn {
  position: relative;
  display: block;
}
.site_header .megamenu_wrap .megamenu-btn .inn:before {
  display: block;
  content: "MORE";
}
.site_header .megamenu_wrap .megamenu-btn:hover {
  background-color: rgba(26, 65, 153, 0.8);
}
.site_header .megamenu_wrap .megamenu-btn.is-open .inn:before {
  content: "CLOSE";
}
@media only screen and (max-width: 1160px) {
  .site_header .megamenu_wrap .megamenu-btn {
    right: 2em;
  }
}
.site_header .megamenu_wrap .megamenu {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  transform: translateY(-30px);
}
.site_header .megamenu_wrap .megamenu .site_footer .wp-block-cover {
  height: 100vh;
  align-items: flex-start;
}
.site_header .megamenu_wrap .megamenu .copyright {
  display: none;
}
.site_header .megamenu_wrap .megamenu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.site_header .inquiry_wrap {
  margin: 0 !important;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  right: 0;
  top: 2.3em;
  transition: 0.3s;
}
.site_header .inquiry_wrap .widget_nav_menu {
  max-width: 100%;
}
.site_header .inquiry_wrap .widget_nav_menu .menu-form-menu-container #menu-form-menu {
  margin: 0 0 0 0;
  list-style: none;
}
.site_header .inquiry_wrap .widget_nav_menu .menu-form-menu-container #menu-form-menu li a {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  color: var(--wp--preset--color--theme-white);
  background: var(--wp--preset--color--theme-green);
  padding: 0.5em 1em 0.5em 3em;
}
.site_header .inquiry_wrap .widget_nav_menu .menu-form-menu-container #menu-form-menu li a::before {
  display: block;
  content: "";
  background: url("../images/icon_mail.svg") no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 21px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -8px;
}
@media only screen and (max-width: 1160px) {
  .site_header .inquiry_wrap {
    display: none;
  }
}

.header_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: absolute;
  top: 2.5em;
  right: 19em;
  transition: 0.3s;
}

#gnav_btn {
  display: none;
  z-index: 1001;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media only screen and (max-width: 1160px) {
  #gnav_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 59px;
    height: 59px;
    background: rgba(242, 242, 242, 0.8);
  }
}
#gnav p {
  display: none;
}
#gnav .wp-block-button a {
  transition: all 0.2s;
}
#gnav .wp-block-button a:hover {
  scale: 1.05;
}

@media only screen and (max-width: 1300px) {
  #gnav {
    display: none;
    flex-direction: column;
    position: fixed;
    justify-content: center;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0s !important;
    gap: 2.5rem;
  }
}
#gnav_switch:checked ~ #gnav {
  gap: 0;
  top: 0;
  opacity: 1;
  background: rgb(255, 255, 255);
  max-width: 100%;
}
#gnav_switch:checked ~ #gnav .wp-block-button {
  display: block;
  width: 100%;
  max-width: 200px;
}
#gnav_switch:checked ~ #gnav .wp-block-button a.wp-block-button__link {
  width: 100%;
}
#gnav_switch:checked ~ #gnav .is-style-outline {
  display: inline-block;
  width: auto;
}
#gnav_switch:checked ~ #gnav .is-style-outline a {
  width: auto;
}

#gnav_btn .bar {
  width: 30px;
  height: 3px;
  background: #4AA297;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}

#gnav_btn .bar-top {
  transform: translate(0, -12px);
}

@media only screen and (max-width: 1160px) {
  #gnav_btn .bar-top {
    transform: translate(0, -12px);
  }
}
#gnav_btn .bar-bottom {
  transform: translate(0, 12px);
}

@media only screen and (max-width: 1160px) {
  #gnav_btn .bar-bottom {
    transform: translate(0, 12px);
  }
}
#gnav_switch:checked ~ #gnav_btn .bar-middle {
  opacity: 0;
}

#gnav_switch:checked ~ #gnav_btn .bar-top {
  transform: translate(0, 0) rotate(45deg);
  background: #9A9A9A;
}

#gnav_switch:checked ~ #gnav_btn .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
  background: #9A9A9A;
}

.btn_txt {
  display: none;
}

.main_menu {
  max-width: 100% !important;
  margin-top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.main_menu ul.menu_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.main_menu ul.menu_list li {
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: 0.1em;
}
.main_menu ul.menu_list li a {
  display: flex;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  color: var(--wp--preset--color--theme-black);
  position: relative;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.main_menu ul.menu_list li a:hover {
  color: var(--wp--preset--color--theme-green);
  transform: scale(1, 1);
}
.main_menu ul.menu_list li a::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1160px) {
  .main_menu ul.menu_list li {
    font-size: var(--wp--preset--font-size--large);
  }
}
.main_menu ul.menu_list li.button a {
  background: rgb(36, 104, 183);
  color: var(--wp--preset--color--theme-white);
  padding: 0.5em 1em 0.5em 2.5em;
  border-radius: 25em;
  position: relative;
}
.main_menu ul.menu_list li.button a::before {
  content: "";
  display: block;
  background: url("../images/icon_mail_white.svg") no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -6px;
}
.main_menu ul.menu_list li.button a::after {
  display: none;
}
@media only screen and (max-width: 1160px) {
  .main_menu ul.menu_list li.button {
    font-size: var(--wp--preset--font-size--x-large);
  }
}
@media only screen and (max-width: 1160px) {
  .main_menu ul.menu_list {
    gap: 2em;
  }
}

#gnav_switch:checked ~ #gnav .main_menu ul.menu_list {
  flex-direction: column;
}

.-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;
  margin-top: 5rem;
}
.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;
  margin-top: 5rem;
}
.pager.pager_single .page_list > li {
  margin: 0;
  width: 12em;
}
.pager.pager_single .page_list > li.prev::before, .pager.pager_single .page_list > li.next::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;
}
@media screen and (max-width: 599px) {
  .pager.pager_single .page_list > li.prev {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.pager.pager_single .page_list > li.prev::before {
  transform: rotate(-135deg);
}
.pager.pager_single .page_list > li.next {
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .pager.pager_single .page_list > li.next {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.pager.pager_single .page_list > li.next::after {
  transform: rotate(45deg);
}
.pager.pager_single .page_list > li.index {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.pager.pager_single .page_list li.prev a,
.pager.pager_single .page_list li.next a {
  color: var(--wp--preset--color--theme-darkgray);
}
.pager.pager_single .page_list li.prev a:hover,
.pager.pager_single .page_list li.next a:hover {
  color: var(--wp--preset--color--logo-blue);
}
.pager.pager_single .page_list li.index a {
  display: block;
  width: 100%;
  max-width: 8rem;
  margin: 0 auto;
  text-align: center;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--logo-blue);
  transition: 0.3s ease-out;
  position: relative;
  transition: all 0.2s;
  border-right: 1px solid var(--wp--preset--color--theme-darkgray);
  border-left: 1px solid var(--wp--preset--color--theme-darkgray);
}
.pager.pager_single .page_list li.index a:hover {
  scale: 1.05 1.05;
}
@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;
  background: var(--wp--preset--color--theme-gray);
  color: var(--wp--preset--color--theme-darkgray);
  text-decoration: none;
}
.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 {
  background-color: var(--wp--preset--color--theme-green);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers span.current {
  background-color: var(--wp--preset--color--theme-green);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.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;
  background: var(--wp--preset--color--theme-darkgray);
  border-radius: 50%;
  position: relative;
}
.pager:not(.pager_single) .page_list .prev::before,
.pager:not(.pager_single) .page_list .prev::after,
.pager:not(.pager_single) .page_list .next::before,
.pager:not(.pager_single) .page_list .next::after,
.pager:not(.pager_single) .page-numbers .prev::before,
.pager:not(.pager_single) .page-numbers .prev::after,
.pager:not(.pager_single) .page-numbers .next::before,
.pager:not(.pager_single) .page-numbers .next::after {
  display: block;
  content: "";
  width: 6px;
  height: 1px;
  display: inline-block;
  background: var(--wp--preset--color--theme-white);
  position: absolute;
  top: 50%;
  left: 50%;
}
.pager:not(.pager_single) .page_list .prev::before,
.pager:not(.pager_single) .page-numbers .prev::before {
  transform-origin: left center;
  transform: rotate(-45deg) translate(-3px, -3px);
}
.pager:not(.pager_single) .page_list .prev::after,
.pager:not(.pager_single) .page-numbers .prev::after {
  transform-origin: left center;
  transform: rotate(45deg) translate(-3px, 3px);
}
.pager:not(.pager_single) .page_list .next::before,
.pager:not(.pager_single) .page-numbers .next::before {
  transform-origin: right center;
  transform: rotate(45deg) translate(-3px, 3px);
}
.pager:not(.pager_single) .page_list .next::after,
.pager:not(.pager_single) .page-numbers .next::after {
  transform-origin: right center;
  transform: rotate(-45deg) translate(-3px, -3px);
}
.pager:not(.pager_single) .page_list .prev:hover,
.pager:not(.pager_single) .page_list .next:hover,
.pager:not(.pager_single) .page-numbers .prev:hover,
.pager:not(.pager_single) .page-numbers .next:hover {
  background: var(--wp--preset--color--theme-green);
}

.inview,
[data-inview] {
  transition: all 1s 0.1s;
}

.inview.inview_active,
[data-inview=true] {
  opacity: 1;
  bottom: 0;
}

.inview:not(.inview_active),
[data-inview=false] {
  opacity: 0;
  bottom: -6rem;
}

.-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;
}

.site_logo {
  flex-shrink: 0;
  flex-grow: 0;
}
.site_logo a {
  display: block;
}
.site_logo img {
  vertical-align: bottom;
}

.site_header {
  z-index: 2000;
  width: 100%;
  position: fixed;
}

.site_header.fixed .curve {
  display: flex;
  align-items: center;
  background: rgb(255, 255, 255);
  transition: 0.3s;
  height: 55px;
}
.site_header.fixed .megamenu_wrap .megamenu-btn {
  top: 2em;
  transition: 0.3s;
}
.site_header.fixed .inquiry_wrap {
  top: 0.8em;
  transition: 0.3s;
}
.site_header.fixed .header_flex {
  top: 1em;
  transition: 0.3s;
}

.site_footer {
  margin-top: auto;
  z-index: 1000;
}
.site_footer .wp-block-cover {
  padding-top: 5vw !important;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_logo {
  margin-bottom: 1em;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_logo .wp-block-image {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms {
  margin-top: 0;
  justify-content: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_left {
  display: flex;
  flex-direction: column;
  max-width: 312px;
}
@media screen and (max-width: 599px) {
  .site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_left {
    max-width: 100%;
  }
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu_wrap {
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu {
  margin-top: 0;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list li {
  font-size: var(--wp--preset--font-size--small);
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list li a {
  display: block;
  color: var(--wp--preset--color--theme-black);
  text-decoration: none;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list li a:hover {
  color: var(--wp--preset--color--theme-green);
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list li .sub-menu {
  list-style: none;
  padding-left: 0.5em;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list li .sub-menu li {
  font-size: var(--wp--preset--font-size--small);
  margin-top: 0.25em;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list li .sub-menu li a {
  display: inline-flex;
  border-bottom: 0;
  padding-left: 10px;
  padding-right: 25px;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list li .sub-menu li a::before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background: var(--wp--preset--color--theme-black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.05em;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list li .sub-menu li a[target=_blank]::after {
  display: block;
  content: "";
  background: url("../images/icon_external_white.svg") no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
.site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list li .sub-menu li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list li .sub-menu li {
    margin-top: 1em;
  }
}
@media screen and (max-width: 599px) {
  .site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list li {
    margin-top: 2em;
  }
}
@media screen and (max-width: 599px) {
  .site_footer .wp-block-cover .wp-block-cover__inner-container .foot_clms .wp-block-column.clm_right .foot_menu ul.menu_list {
    flex-direction: column;
  }
}

.site_content {
  z-index: auto;
}

/*
.page_mv{
	display: flex;
	align-items: center;
	position: relative;
	figure{
		position: relative;
		z-index: 0;
		img{

		}
		@include mq(sp) {
			img{
				height: 25vh;
			}
		}
	}
	.title_grp{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		display: flex;
		flex-direction: column;
		height: max-content;
		margin: auto;
        p{
			color: #FFF;
            font-weight: 500;
        }
        h2{
			color: #FFF;
            position: relative;
            margin-top: 0em;
        }
		@include mq(sp) {
			h2{
				font-size: var(--wp--preset--font-size--xxx-large) !important;
			}
		}
        h2::after{
            display: block;
            content: "";
            width: 50px;
            height: 5px;
            background: #FFF;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -0.5em;
            margin: 0 auto;
        }
	}
	.title_grp.noimage{
		position: relative;
		width: 100%;
		padding: 10vw 0;
		p{
			color: var(--wp--preset--color--logo-blue);
		}
		h2{
			color: var(--wp--preset--color--theme-darkgray);
		}
		@include mq(sp) {
			h2{
				font-size: var(--wp--preset--font-size--xxx-large);
			}
		}
		h2::after{
			background: var(--wp--preset--color--logo-blue);
		}
	}
}
*/
.main_head {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 51vh;
  position: relative;
  margin-bottom: 1rem;
}
.main_head .is-layout-constrained {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
.main_head .is-layout-constrained .post_title {
  text-align: center;
  color: #FFF;
  font-size: var(--wp--preset--font-size--xxx-large) !important;
  letter-spacing: 0.2em;
  position: relative;
}
.main_head .is-layout-constrained .post_title small {
  font-size: var(--wp--preset--font-size--large) !important;
}
@media screen and (max-width: 599px) {
  .main_head .is-layout-constrained .post_title {
    font-size: var(--wp--preset--font-size--xxx-large) !important;
  }
}

@media screen and (max-width: 599px) {
  .main_head {
    height: 25vh;
    margin-top: 18vw;
  }
}
#faq .main_head,
#contact .main_head {
  height: 51vh;
  position: relative;
}
#faq .main_head .is-layout-constrained,
#contact .main_head .is-layout-constrained {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
#faq .main_head .is-layout-constrained .post_title,
#contact .main_head .is-layout-constrained .post_title {
  color: #FFF;
  font-size: var(--wp--preset--font-size--xxxxx-large) !important;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 599px) {
  #faq .main_head .is-layout-constrained .post_title,
  #contact .main_head .is-layout-constrained .post_title {
    font-size: var(--wp--preset--font-size--xxx-large) !important;
  }
}

#news .main_head {
  height: 51vh;
  position: relative;
}
#news .main_head .is-layout-constrained {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
#news .main_head .is-layout-constrained .post_title {
  color: #FFF;
  font-size: var(--wp--preset--font-size--xxxxx-large) !important;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 599px) {
  #news .main_head .is-layout-constrained .post_title {
    font-size: var(--wp--preset--font-size--xxx-large) !important;
  }
}

.is-layout-constrained.has-global-padding .breadcrumb {
  margin-block-end: auto;
  margin-bottom: 3rem;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--theme-darkgray);
}

.be-af {
  gap: 6.5rem;
  position: relative;
}
.be-af::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--wp--preset--color--theme-green);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 781px) {
  .be-af::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.be-af figure {
  margin: 0;
}
.be-af p {
  display: block;
  height: 2.5rem;
}

#renovation .be-af {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.head-voice {
  gap: 0;
}
.head-voice figure {
  height: 100%;
}
.head-voice figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90% 40%;
     object-position: 90% 40%;
}

#group_menu p {
  margin-top: 0.5em !important;
  font-weight: 600;
}

.main_body:not(:has(#group_menu)) {
  margin-bottom: 5rem;
}

#gallery .list_cate_gallery,
#home .list_cate_gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  row-gap: 3rem;
}
@media screen and (max-width: 599px) {
  #gallery .list_cate_gallery,
  #home .list_cate_gallery {
    flex-direction: column;
  }
}
#gallery .list_cate_gallery a,
#home .list_cate_gallery a {
  text-decoration: none;
}
#gallery .list_cate_gallery li,
#home .list_cate_gallery li {
  display: block;
  width: calc((100% - 4.5em) / 4);
  transition: 0.3s all;
}
#gallery .list_cate_gallery li a,
#home .list_cate_gallery li a {
  display: block;
}
#gallery .list_cate_gallery li:hover,
#home .list_cate_gallery li:hover {
  opacity: 0.6;
}
#gallery .list_cate_gallery li img,
#home .list_cate_gallery li img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  #gallery .list_cate_gallery li,
  #home .list_cate_gallery li {
    width: 100%;
  }
}
#gallery .list_cate_gallery li .cate_link,
#home .list_cate_gallery li .cate_link {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 23/16;
}
#gallery .list_cate_gallery li .cate_link .cate_thumb,
#home .list_cate_gallery li .cate_link .cate_thumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery .list_cate_gallery li .cate_link .cate_name,
#home .list_cate_gallery li .cate_link .cate_name {
  color: var(--wp--preset--color--theme-white);
  text-align: center;
  padding: 0.25em;
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#gallery .list_cate_gallery li .cate_more,
#home .list_cate_gallery li .cate_more {
  display: block;
  text-align: right;
  color: var(--wp--preset--color--theme-black);
  font-size: var(--wp--preset--font-size--small);
  padding-right: 0.5rem;
  position: relative;
}
#gallery .list_cate_gallery li .cate_more::after, #gallery .list_cate_gallery li .cate_more::before,
#home .list_cate_gallery li .cate_more::after,
#home .list_cate_gallery li .cate_more::before {
  width: 5px;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: var(--wp--preset--color--theme-black);
  transform-origin: right center;
}
#gallery .list_cate_gallery li .cate_more::after,
#home .list_cate_gallery li .cate_more::after {
  transform: translateY(-50%) rotate(45deg);
}
#gallery .list_cate_gallery li .cate_more::before,
#home .list_cate_gallery li .cate_more::before {
  transform: translateY(-50%) rotate(-45deg);
}

.group_menu .wp-block-group:has(> figure) {
  transition: 0.2s all;
}
.group_menu .wp-block-group:has(> figure):hover {
  opacity: 0.6;
}
@media screen and (max-width: 599px) {
  .group_menu .wp-block-group:has(> figure) {
    width: 100%;
  }
}
.group_menu figure {
  position: relative;
}
.group_menu figure::after {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  display: block;
  content: "";
  background: url(../images/btn_arrow.svg) no-repeat;
  background-size: contain;
}/*# sourceMappingURL=layout.css.map */