@charset "UTF-8";
/*!
Theme Name: comslab
Theme URI: http://underscores.me/
Author: MT-Design
Author URI: https://mt-design.info/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
html, body {
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

:root {
  --primary-color: #325B3E;
  --secondary-color: #54B1CA;
  --accent-color: #DE7D0F;
  --text-color: #333333;
  --text-link-color: #0541a8;
  --text-hover-color: #C75454;
  --background-color: #FFFFFF;
  --factory-color: #2C3E50;
  --office-color: #3498DB;
  --shop-color: #CC5500;
  --clinic-color: #27AE60;
  --solar-color: #E79435;
  --chintai-color: #6f6f6f;
}

.bc_factory {
  background-color: var(--factory-color);
}

.bc_office {
  background-color: var(--office-color);
}

.bc_shop {
  background-color: var(--shop-color);
}

.bc_clinic {
  background-color: var(--clinic-color);
}

.bc_solar {
  background-color: var(--solar-color);
}

.bc_chintai {
  background-color: var(--chintai-color);
}

a {
  color: var(--text-link-color);
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: var(--text-hover-color);
}

.wbr_fix {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.site-header .header-bar {
  background-color: var(--primary-color);
  color: #fff;
  padding: 6px 30px;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.site-header .header-bar .site-description {
  margin: 0;
  text-align: left;
}
.site-header .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 30px;
  background-color: #fff;
  border-bottom: 1px solid #666;
}
.site-header .site-branding {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-header .site-branding .custom-logo {
  max-height: 50px;
  width: auto;
}
.site-header .mobile-menu-toggle {
  display: none;
}
.site-header .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  /* Header buttons */
}
.site-header .header-contact .contact-info {
  text-align: center;
}
.site-header .header-contact .contact-info .tel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.site-header .header-contact .contact-info .tel-info .tel-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
.site-header .header-contact .contact-info .tel-info .tel-main .tel-label {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
.site-header .header-contact .contact-info .tel-info .tel-main .tel-number {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #333;
}
.site-header .header-contact .contact-info .tel-info .business-hours {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
.site-header .header-contact .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.site-header .header-contact .header-buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  text-decoration: none;
  min-width: 140px;
  min-height: 60px;
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.site-header .header-contact .header-buttons .btn .btn-text-small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
}
.site-header .header-contact .header-buttons .btn .btn-text-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 2px;
}
.site-header .header-contact .header-buttons .btn-estimate {
  background-color: #de7d0f;
  border: solid 1px #de7d0f;
  padding: 3px 18px;
}
.site-header .header-contact .header-buttons .btn-estimate:hover {
  opacity: 0.8;
}

/* Navigation */
.main-navigation {
  background-color: #fff;
  border-bottom: 1px solid #666;
  /* Hamburger menu button (hidden on desktop) */
}
.main-navigation .nav-container {
  padding: 0 30px;
  position: relative;
}
.main-navigation .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1001;
  /* Hamburger icon */
  /* Hamburger to X animation */
}
.main-navigation .menu-toggle .hamburger {
  width: 25px;
  height: 20px;
  position: relative;
}
.main-navigation .menu-toggle .hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--primary-color);
  margin: 4px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.main-navigation .menu-toggle .hamburger span:nth-child(1) {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.main-navigation .menu-toggle .hamburger span:nth-child(2) {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.main-navigation .menu-toggle .hamburger span:nth-child(3) {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.main-navigation .menu-toggle[aria-expanded=true] .hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(2px, 2px);
          transform: rotate(45deg) translate(2px, 2px);
}
.main-navigation .menu-toggle[aria-expanded=true] .hamburger span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.main-navigation .menu-toggle[aria-expanded=true] .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
          transform: rotate(-45deg) translate(2px, -2px);
}
.main-navigation .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Dropdown/Sub-menu styles */
}
.main-navigation .nav-menu li {
  position: relative;
  /* Dropdown indicator */
  /* Show dropdown on hover/click */
  /* Rotate arrow when dropdown is open */
}
.main-navigation .nav-menu li.menu-item-has-children > a::after {
  content: "▼";
  margin-left: 8px;
  font-size: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main-navigation .nav-menu li:hover .sub-menu, .main-navigation .nav-menu li.focus .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.main-navigation .nav-menu li:hover > a::after, .main-navigation .nav-menu li.focus > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-navigation .nav-menu a {
  display: block;
  padding: 6px 20px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu a:hover {
  color: #54b1ca;
}
.main-navigation .nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu .sub-menu li {
  border-bottom: 1px solid #f0f0f0;
}
.main-navigation .nav-menu .sub-menu li:last-child {
  border-bottom: none;
}
.main-navigation .nav-menu .sub-menu li a {
  padding: 6px 20px;
  font-weight: 700;
  color: var(--primary-color);
  white-space: nowrap;
}
.main-navigation .nav-menu .sub-menu li a:hover {
  color: #54b1ca;
  background-color: #f8f9fa;
}

@media screen and (max-width: 1040px) {
  .site-header .header-main {
    padding: 15px 20px;
  }
  .site-header .main-navigation .nav-menu li a {
    padding: 6px 15px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-main .header-contact .contact-info {
    display: none;
  }
  .site-header .main-navigation .nav-menu li {
    position: relative;
  }
  .site-header .main-navigation .nav-menu li a {
    padding: 4px 10px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    position: sticky;
    width: 100%;
    z-index: 100;
  }
  .site-header .header-bar {
    padding: 6px 20px;
  }
  .site-header .header-bar .site-description {
    display: none;
  }
  .site-header .header-main {
    padding: 15px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .header-main .mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
  }
  .site-header .header-main .mobile-menu-toggle .hamburger {
    width: 25px;
    height: 20px;
    position: relative;
  }
  .site-header .header-main .mobile-menu-toggle .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--primary-color);
    margin: 4px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 2px;
  }
  .site-header .header-main .mobile-menu-toggle .hamburger span:nth-child(1) {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .site-header .header-main .mobile-menu-toggle .hamburger span:nth-child(2) {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .site-header .header-main .mobile-menu-toggle .hamburger span:nth-child(3) {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .site-header .header-main .mobile-menu-toggle[aria-expanded=true] .hamburger span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(2px, 2px);
            transform: rotate(45deg) translate(2px, 2px);
  }
  .site-header .header-main .mobile-menu-toggle[aria-expanded=true] .hamburger span:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .site-header .header-main .mobile-menu-toggle[aria-expanded=true] .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
            transform: rotate(-45deg) translate(2px, -2px);
  }
  .site-header .header-contact {
    display: none;
  }
  .site-header .site-branding .custom-logo {
    max-height: 40px;
  }
  .main-navigation {
    /* Hide navigation hamburger button on mobile (use header one instead) */
    border-bottom: none;
    /* Show menu when toggled */
    /* Mobile dropdown styles */
  }
  .main-navigation .menu-toggle {
    display: none;
  }
  .main-navigation .nav-container {
    padding: 0;
  }
  .main-navigation .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 80px 0 20px;
    overflow-y: auto;
    z-index: 1000;
  }
  .main-navigation .nav-menu.toggled {
    right: 0;
  }
  .main-navigation li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .main-navigation li:last-child {
    border-bottom: none;
  }
  .main-navigation a {
    padding: 16px 30px;
    text-align: left;
    border-bottom: none;
    font-size: 16px;
  }
  .main-navigation .sub-menu {
    position: static;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    display: block !important; /* Ensure it's always block on mobile */
  }
  .main-navigation .sub-menu li {
    border-bottom: 1px solid #e9ecef;
  }
  .main-navigation .sub-menu li a {
    padding: 12px 50px;
    font-size: 14px;
    color: #666;
  }
  .main-navigation .sub-menu li a:hover {
    background-color: #e9ecef;
    color: var(--primary-color);
  }
  .main-navigation .menu-item-has-children > a {
    position: relative;
    cursor: pointer;
  }
  .main-navigation .menu-item-has-children > a::after {
    content: "▼";
    font-size: 12px;
    float: right;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-top: 2px;
  }
  .main-navigation .menu-item-has-children.focus > a::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-navigation .menu-item-has-children:not(.focus) .sub-menu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .main-navigation .menu-item-has-children.focus .sub-menu {
    max-height: 300px; /* Adjust based on content */
    opacity: 1;
    visibility: visible;
  }
  /* Overlay */
  .main-navigation.toggled::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
}
@media screen and (max-width: 768px) {
  .main-navigation .nav-menu,
  #primary-menu {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 80% !important;
    max-width: 300px !important;
    height: 100vh !important;
    background-color: #fff !important;
    -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1) !important;
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: right 0.3s ease !important;
    transition: right 0.3s ease !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    padding: 80px 0 20px !important;
    overflow-y: auto !important;
    z-index: 1000 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .main-navigation .nav-menu.toggled,
  .main-navigation.toggled .nav-menu,
  #primary-menu.toggled {
    right: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* Override desktop flex properties */
  .main-navigation .nav-menu {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* Mobile menu item spacing */
  .main-navigation .nav-menu li a {
    padding: 16px 30px !important;
  }
  .main-navigation .sub-menu li a {
    padding: 12px 50px !important;
  }
  /* Mobile submenu fallback styles */
  .main-navigation .sub-menu {
    position: static !important;
    opacity: 0 !important;
    visibility: hidden !important;
    max-height: 0 !important;
    overflow: hidden !important;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease !important;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease !important;
    background-color: #f8f9fa !important;
    display: block !important;
  }
  .main-navigation .menu-item-has-children.focus .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 300px !important;
  }
  .main-navigation .menu-item-has-children > a::after {
    content: "▼" !important;
    font-size: 12px !important;
    float: right !important;
    -webkit-transition: -webkit-transform 0.3s ease !important;
    transition: -webkit-transform 0.3s ease !important;
    transition: transform 0.3s ease !important;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
  }
  .main-navigation .menu-item-has-children.focus > a::after {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
}
/* パンくずリスト */
.page-header__breadcrumb ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.page-header__breadcrumb li {
  display: inline;
}
.page-header__breadcrumb li a {
  color: inherit;
  text-decoration: none;
}
.page-header__breadcrumb li + li:before {
  content: ">";
  margin: 0.5em;
}

.l-page-header {
  background-color: #f5f5f5;
  padding: 60px 20px;
  text-align: center;
}
.l-page-header .page-header__title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #404040;
}
.l-page-header .page-header__subtitle {
  font-size: 1.25rem;
  color: var(--primary-color);
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.l-page-header hr.page-header__line {
  width: 360px;
  height: 10px;
  background-color: #D9D9D9;
  margin: 5px auto;
  border: 0;
}
.l-page-header .page-header__breadcrumb {
  font-size: 0.9rem;
  font-weight: 700;
}
.l-page-header .page-header__breadcrumb a {
  font-weight: 700;
  color: var(--text-link-color);
  text-decoration: underline;
}
.l-page-header .page-header__breadcrumb a:hover {
  color: var(--text-hover-color);
}

.footer-heading {
  text-align: center;
  color: var(--primary-color);
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-heading::before,
.footer-heading::after {
  background-color: var(--primary-color);
  border-radius: 5px;
  content: "";
  height: 3px;
  width: 40px;
}

.footer-heading::before {
  margin-right: 5px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.footer-heading::after {
  margin-left: 5px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

section.footer-top-catalog {
  background: #f8f8f8;
  padding: 80px 0;
}
section.footer-top-catalog .footer-top-catalog__inner {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background: #2f5b3f;
  padding: 10px 20px;
  text-align: center;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-title .catalog-title__text-white {
  background-color: #fff;
  color: #2f5b3f;
  padding: 4px 20px;
  margin-right: 20px;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-box {
  border: 4px solid #2f5b3f;
  border-top: 0;
  background: #fff;
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-label {
  text-align: center;
  color: #2f5b3f;
  font-weight: 700;
  margin-bottom: 8px;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-left .catalog-thumb {
  width: 220px;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-cta {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* push desc to top and button to bottom */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-cta .catalog-desc {
  color: #000;
  font-weight: 600;
  max-width: 820px;
  font-size: 16px;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-cta .btn-catalog {
  background: #c94a45;
  color: #fff;
  width: 100%;
  padding: 12px 22px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-cta .btn {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-cta .btn:hover {
  background-color: rgba(201, 73, 69, 0.6549019608);
}

@media screen and (max-width: 600px) {
  section.footer-top-catalog {
    padding: 40px 0;
  }
  section.footer-top-catalog .footer-top-catalog__inner {
    padding: 0 20px;
  }
  section.footer-top-catalog .footer-top-catalog__inner .footer-heading {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  section.footer-top-catalog .footer-top-catalog__inner .catalog-title {
    font-size: 1.4rem;
  }
  section.footer-top-catalog .footer-top-catalog__inner .catalog-title .catalog-title__text-white {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.footer-top-catalog .footer-top-catalog__inner .catalog-box {
    padding: 20px;
  }
  section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-left .catalog-thumb {
    max-width: 100%;
    height: auto;
  }
  section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-cta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-cta .catalog-desc {
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 15px;
  }
  section.footer-top-catalog .footer-top-catalog__inner .catalog-box .catalog-content .catalog-cta .btn-catalog {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  section.footer-top-catalog {
    padding: 50px 0;
  }
  section.footer-top-catalog .footer-top-catalog__inner {
    padding: 0 20px;
  }
  section.footer-top-catalog .footer-top-catalog__inner .footer-heading {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
  section.footer-top-catalog .footer-top-catalog__inner .catalog-title {
    font-size: 1.2rem;
  }
}
section.footer-cta-panels {
  background: #E7F2EA;
  padding: 80px 20px;
}
section.footer-cta-panels .footer-cta-panels__inner {
  max-width: 1200px;
  margin: 0 auto;
}
section.footer-cta-panels .footer-cta-panels__inner .footer-cta-heading-wrapper {
  text-align: center;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel {
  width: 400px;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel h3 {
  margin: 0 0 20px 0;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .cta-tel {
  font-family: Urbanist, sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color);
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .cta-tel .fa-solid {
  margin-right: 8px;
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .cta-note {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .cta-desc {
  color: #000;
  font-size: 14px;
  margin: 0 20px 12px;
  text-align: left;
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .btn {
  width: 100%;
  margin-top: auto;
  display: block;
  color: #fff;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .btn-estimate {
  background: #DE7D0F;
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .btn-estimate:hover {
  background-color: rgba(222, 125, 15, 0.6549019608);
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .btn-reservation {
  background: #32355C;
}
section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .btn-reservation:hover {
  background-color: rgba(50, 53, 92, 0.6549019608);
}

@media screen and (max-width: 1180px) {
  section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel {
    width: 100%;
    max-width: 500px;
  }
  section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel h3 {
    font-size: 20px;
  }
  section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .cta-tel {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  section.footer-cta-panels {
    padding: 40px 0;
  }
  section.footer-cta-panels .footer-cta-panels__inner {
    padding: 0 20px;
  }
  section.footer-cta-panels .footer-cta-panels__inner .footer-cta-heading-wrapper {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  section.footer-cta-panels .footer-cta-panels__inner .footer-heading {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  section.footer-cta-panels .footer-cta-panels__inner .cta-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel {
    width: 100%;
    max-width: 400px;
  }
  section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .cta-desc {
    margin: 0 10px 12px;
  }
  section.footer-cta-panels .footer-cta-panels__inner .cta-grid .cta-panel .cta-tel {
    font-size: 32px;
  }
}
section.footer-sitemap-section {
  margin: 0;
  background: var(--primary-color);
}
section.footer-sitemap-section .footer-sitemap {
  max-width: 1280px;
  margin: 0 auto;
}
section.footer-sitemap-section .wrap {
  padding: 60px 20px 10px;
  color: #ffffff;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 90px;
}
section.footer-sitemap-section .footer__brand {
  text-align: left;
}
section.footer-sitemap-section .footer__brand .site-logo img,
section.footer-sitemap-section .footer__brand .site-logo {
  max-width: 290px;
  height: auto;
  display: inline-block;
}
section.footer-sitemap-section .footer__brand .company-logo img,
section.footer-sitemap-section .footer__brand .company-logo {
  max-width: 290px;
  height: auto;
  display: inline-block;
  margin-top: 10px;
}
section.footer-sitemap-section .footer__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}
section.footer-sitemap-section .footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.footer-sitemap-section .footer__nav ul a {
  color: #FFF;
  text-decoration: none;
}
section.footer-sitemap-section .footer__nav ul a:hover {
  text-decoration: underline;
}
section.footer-sitemap-section .footer__nav ul li {
  margin-bottom: 6px;
}
section.footer-sitemap-section .footer__nav ul li ul {
  padding-left: 10px;
  margin-top: 6px;
}
section.footer-sitemap-section .footer-nav__title {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}
section.footer-sitemap-section .footer-nav__col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.footer-sitemap-section .footer-nav__col a {
  color: #d7efe1;
  text-decoration: none;
  display: block;
  padding: 6px 0;
}
section.footer-sitemap-section .footer-nav__col a:hover {
  color: #fff;
  text-decoration: underline;
}
section.footer-sitemap-section .footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 10px 0;
  font-size: 13px;
  color: rgb(255, 255, 255);
  text-align: center;
}

@media screen and (max-width: 1124px) {
  section.footer-sitemap-section .wrap {
    font-size: 13px;
  }
}
/* Desktop: make bottom row horizontal and separated */
@media screen and (max-width: 1025px) {
  .site-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  .site-footer__bottom p {
    margin: 0;
  }
}
@media screen and (max-width: 1025px) {
  .footer-sitemap .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__nav .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
  }
  .footer-nav__col {
    min-width: 180px;
  }
  .site-footer__nav {
    -webkit-box-flex: 2;
        -ms-flex: 2 1 560px;
            flex: 2 1 560px;
  }
}
@media screen and (max-width: 768px) {
  section.footer-sitemap-section .footer-sitemap {
    padding: 40px 20px 10px;
  }
  section.footer-sitemap-section .footer__brand {
    text-align: center;
    margin: 0 auto;
  }
  section.footer-sitemap-section .footer__nav {
    display: none;
  }
}
.footer_fixed {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 80px;
}

.footer_fixed a {
  color: #fff;
  text-decoration: none;
}

.footer_tel {
  width: 33%;
  background: #008000;
  text-align: center;
  padding: 10px 0;
}

.footer_contact {
  width: 34%;
  background: #ffa500;
  text-align: center;
  padding: 10px 0;
}

.footer_yoyaku {
  width: 33%;
  background: #2a23fb;
  text-align: center;
  padding: 10px 0;
}

@media (min-width: 700px) {
  .footer_fixed {
    display: none;
  }
}
.l-default {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px;
}

@media screen and (max-width: 768px) {
  .l-default {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 600px) {
  .l-default {
    padding: 40px 10px;
  }
}
.l-fullwidth {
  width: 100%;
}

.b-grey {
  background: #F8F8F8;
}

.maintitle {
  text-align: center;
  margin: 0 auto 40px;
}
.maintitle .maintitle_subheader {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--primary-color);
}
.maintitle .maintitle_header {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.maintitle .maintitle_header_text {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-color);
  padding-bottom: 8px;
  border-bottom: 10px solid #d9d9d9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .maintitle {
    margin: 0 auto 30px;
  }
  .maintitle .maintitle_subheader {
    font-size: 1.3rem;
  }
  .maintitle .maintitle_header {
    font-size: 2rem;
  }
  .maintitle .maintitle_header_text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .maintitle {
    margin: 0 auto 20px;
  }
  .maintitle .maintitle_subheader {
    font-size: 1.2rem;
  }
  .maintitle .maintitle_header {
    font-size: 1.8rem;
  }
  .maintitle .maintitle_header_text {
    font-size: 1rem;
  }
}
.l-button {
  text-align: center;
  max-width: 400px;
  margin: 40px auto 0;
}
.l-button a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 12px 24px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.l-button a:hover {
  background-color: var(--accent-color);
}

.l-button_green {
  background-color: var(--primary-color);
}

.section-5_row {
  max-width: 980px;
  margin: 0 auto;
}

.event-card {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f5;
  gap: 30px;
}

.event-card_full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}

.event-card_image {
  position: relative;
  max-width: 270px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.event-card_content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-card_content .event-card_title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.event-card_content .event-card_excerpt {
  font-size: 1rem;
  margin: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.event-card_datetime {
  font-size: 1rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 2.4rem;
  padding: 5px 10px;
}
.event-card_datetime .datetime_title {
  border: 1px solid #333;
  padding: 1px 6px;
  line-height: 1;
  margin-right: 20px;
}

.event-card_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0;
}
.event-card_btn .card_btn {
  font-size: 1rem;
  font-weight: 600;
  width: 50%;
  color: var(--primary-color);
  text-decoration: none;
  text-align: center;
  background-color: #fff;
}
.event-card_btn .card_btn a {
  display: inline-block;
  padding: 3px 10px;
  color: var(--primary-color);
  text-decoration: none;
  width: 100%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.event-card_btn .event-card_more {
  border: 1px solid #116d15;
}
.event-card_btn .event-card_more a {
  color: #116d15;
}
.event-card_btn .event-card_more a:hover {
  color: #fff;
  background-color: #116d15;
}
.event-card_btn .event-card_form {
  border: 1px solid #9f413b;
}
.event-card_btn .event-card_form a {
  color: #9f413b;
}
.event-card_btn .event-card_form a:hover {
  color: #fff;
  background-color: #9f413b;
}

.event-card_half_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.event-card_half_wrapper .event-card_half {
  width: calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.event-card_half_wrapper .event-card_half .event-card_datetime {
  width: 100%;
}
.event-card_half_wrapper .event-card_half .event-card_title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.event-card_half_wrapper .event-card_half .event-card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0 0;
}
.event-card_half_wrapper .event-card_half .event-card_content .event-card_image {
  max-width: 180px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.event-card_half_wrapper .event-card_half .event-card_content .event-card_btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 20px;
}
.event-card_half_wrapper .event-card_half .event-card_content .event-card_btn .event-card_excerpt {
  font-size: 0.9rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.event-card_half_wrapper .event-card_half .event-card_content .event-card_btn .card_btn {
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 920px) {
  .event-card_half_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-card_half_wrapper .event-card_half {
    width: 100%;
  }
  .event-card_half_wrapper .event-card_half .event-card_image {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .event-card_half_wrapper .event-card_half .event-card_btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .event-card_half_wrapper .event-card_half .event-card_btn .card_btn {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .event-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-card .event-card_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .event-card .event-card_image {
    max-width: 100%;
    margin: 0 auto;
  }
  .event-card .event-card_title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .event-card .event-card_excerpt {
    font-size: 0.9rem;
    margin: 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .event-card_half_wrapper .event-card_half .event-card_content .event-card_btn {
    padding: 0;
  }
}
.l-reason .reason_1st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
}
.l-reason .reason_2nd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
}
.l-reason .reason_inner {
  width: 320px;
}
.l-reason .reason_inner .reason_img {
  position: relative;
  overflow: hidden;
}
.l-reason .reason_inner .reason_img img {
  display: block;
  width: 100%;
  height: auto;
}
.l-reason .reason_inner .reason_img .reason_num {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  padding: 8px;
  position: absolute;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
  z-index: 2;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.l-reason .reason_inner .reason_img .reason_num_b {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: 4px;
}
.l-reason .reason_inner .reason_text {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 4px 0;
  background-color: var(--primary-color);
  color: #FFF;
  text-decoration: none;
}
.l-reason .reason_inner .reason_text:hover {
  color: var(--text-hover-color);
}

@media screen and (max-width: 768px) {
  .l-reason .reason_1st,
  .l-reason .reason_2nd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-works_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.work-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 16px);
          flex: 1 1 calc(33.333% - 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.work-card_image {
  position: relative;
  width: 100%;
  padding-top: 66.666%;
  background: #f5f5f5;
  overflow: hidden;
}

.work-card_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-card_noimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f5f5f5));
  background: linear-gradient(180deg, #e9e9e9, #f5f5f5);
}

.work-card_taxonomy {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 14px;
  z-index: 2;
  white-space: nowrap;
}

.work-card_title {
  font-size: 1.1rem;
  font-weight: normal;
  margin: 12px 16px;
  text-align: center;
}

@media (max-width: 900px) {
  .section-works_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .work-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 12px);
            flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .work-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .section-works_row {
    gap: 16px;
  }
}
.nodata {
  grid-column: 1/-1;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
}

table.mailform {
  max-width: 840px;
  margin: 50px auto 0;
  border-collapse: collapse;
}
table.mailform tr {
  border-bottom: 1px solid #E0E0E0;
}
table.mailform tr.addr {
  border-bottom: none;
}
table.mailform tr:last-child {
  border-bottom: none;
}
table.mailform th.ct_title {
  width: 300px;
  text-align: right;
  font-weight: normal;
  padding: 15px 20px 15px 15px;
}
table.mailform th.ct_title span {
  color: #FFF;
  font-size: 0.75rem;
  padding: 2px 4px;
  margin-left: 5px;
}
table.mailform th.ct_title span.cf-required {
  background: #E74C3C;
}
table.mailform th.ct_title span.cf-inquired {
  background: #3c7ee7;
}
table.mailform td.ct_body {
  padding: 15px 0 15px 15px;
}
table.mailform td.ct_body div {
  margin-top: 10px;
}
table.mailform td.ct_body input.yoyakubi {
  margin-right: 15px;
}
table.mailform td.ct_body .hosoku {
  font-size: 0.8rem;
  color: #444;
  margin-bottom: 10px;
}
table.mailform td.ct_body span {
  color: #333;
}
table.mailform td.ct_body input::-webkit-input-placeholder {
  color: #444;
  font-size: 0.8rem;
}
table.mailform td.ct_body input::-moz-placeholder {
  color: #444;
  font-size: 0.8rem;
}
table.mailform td.ct_body input:-ms-input-placeholder {
  color: #444;
  font-size: 0.8rem;
}
table.mailform td.ct_body input::-ms-input-placeholder {
  color: #444;
  font-size: 0.8rem;
}
table.mailform td.ct_body input::placeholder {
  color: #444;
  font-size: 0.8rem;
}
table.mailform td.ct_body input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #2766B4;
  border: none;
  color: #fff;
  cursor: pointer;
}
table.mailform td.ct_body span.wpcf7-spinner {
  display: none;
}
table.mailform .ct_addr p {
  margin-bottom: 10px;
}
table.mailform .ct_addr span.addr {
  width: 5rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  table.mailform {
    width: 95%;
  }
  table.mailform td.ct_body, table.mailform th.ct_title {
    display: block;
    width: 100%;
    line-height: 2.5em;
    text-align: left;
    padding: 15px;
  }
  table.mailform th {
    background-color: #ebedf5;
  }
}
main.site-single header {
  background-color: #ECECEC;
  padding: 100px 20px;
}
main.site-single header .header_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.site-single header .header_wrapper .header_category {
  padding: 8px 20px 8px 10px;
  border-right: 4px solid #D9D9D9;
}
main.site-single header .header_wrapper .header_category .cat_eng {
  line-height: 1rem;
}
main.site-single header .header_wrapper .header_category .cat_jp {
  font-size: 1.4rem;
  line-height: 1.8rem;
  white-space: nowrap;
}
main.site-single header .header_wrapper .header_title_box {
  padding-left: 30px;
}
main.site-single header .header_wrapper .header_title_box .title_cat {
  font-size: 1rem;
}
main.site-single header .header_wrapper .header_title_box .header_title {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (max-width: 1040px) {
  main.site-single header {
    padding: 60px 20px;
  }
  main.site-single header .header_wrapper .header_title_box .header_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  main.site-single header {
    padding: 40px 15px;
  }
  main.site-single header .header_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.site-single header .header_wrapper .header_category {
    border-right: none;
    border-bottom: 4px solid #D9D9D9;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  main.site-single header .header_wrapper .header_category .cat_eng {
    font-size: 0.9rem;
  }
  main.site-single header .header_wrapper .header_category .cat_jp {
    font-size: 1.1rem;
  }
  main.site-single header .header_wrapper .header_title_box {
    padding-left: 0;
  }
  main.site-single header .header_wrapper .header_title_box .header_title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  main.site-single header {
    padding: 20px 15px;
  }
  main.site-single header .header_wrapper .header_category {
    padding-bottom: 6px;
  }
  main.site-single header .header_wrapper .header_category .cat_eng {
    font-size: 0.8rem;
  }
  main.site-single header .header_wrapper .header_category .cat_jp {
    font-size: 1rem;
  }
  main.site-single header .header_wrapper .header_title_box .header_title {
    font-size: 1.2rem;
  }
}
/* ナビゲーション全体をFlexboxで設定 */
.custom-navigation {
  max-width: 1000px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 子要素を横並びにする */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* 子要素間にスペースを空ける */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
  padding-top: 15px;
  /* 各要素の配置 */
}
.custom-navigation .nav-prev {
  text-align: left;
}
.custom-navigation .nav-archive {
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 中央は固定幅 */
  margin: 0 20px;
}
.custom-navigation .nav-next {
  text-align: right;
}
.custom-navigation .nav-button a {
  border: 1px solid #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #333;
  padding: 3px 15px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.custom-navigation .nav-button a:hover {
  background-color: #999;
  color: #FFF;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fadeIn_3s {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}