body {
  overflow-x: hidden;
}
body.fixed {
  margin-top: 189px;
}
@media screen and (max-width: 768px) {
  body.fixed {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  #breadcrumbs {
    display: none;
  }
}

#header {
  position: relative;
  z-index: 100;
}
#header .sp_top_banner {
  background-color: #00ae76;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
#header .sp_top_banner a {
  max-width: 30%;
}
#header .sp_top_banner a img {
  max-width: 100%;
}
#header .sp_top_banner span {
  text-align: right;
  letter-spacing: 0.2em;
  font-size: 12px;
}
@media print, screen and (min-width: 769px) {
  #header .pc-hide {
    display: none !important;
  }
  #header #topcontrol_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header .sp-hide {
    display: none !important;
  }
  #header #topcontrol {
    display: none;
  }
}
#header.fixed {
  position: fixed;
  padding-top: unset;
  border-top: none;
  z-index: 999;
  top: 0;
  box-shadow: 0 5px 10px -8px #bbb;
}
#header * {
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}
#header .white-wrap {
  border-top: 5px solid #197B3E;
  background: white;
}
@media screen and (max-width: 768px) {
  #header .white-wrap {
    border-top: none;
    transition: height 0.3s;
    opacity: 1;
    max-height: 300px;
  }
}
#header .white-wrap.is-header-hide {
  height: 0;
  opacity: 0 !important;
  border-top: none;
}
#header .header-top-logo {
  transition: 300ms;
}
#header .header-top-logo:hover {
  opacity: 0.7;
}
#header .container {
  max-width: 960px;
  width: 100%;
  margin: auto;
}
#header .header-container {
  display: flex;
  align-items: flex-end;
  padding-bottom: 21px;
  padding-top: 17px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #header .header-container {
    justify-content: space-between;
    align-items: center;
    padding-inline: 20px;
    max-width: none;
    width: auto;
    gap: 30px;
    padding-top: 14px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 576px) {
  #header .header-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 375px) {
  #header .header-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#header .tel-banner-wrapper {
  display: block;
  margin-left: auto;
  padding-left: 16px;
  transition: 300ms;
}
@media screen and (max-width: 768px) {
  #header .tel-banner-wrapper {
    padding-left: 0;
  }
}
#header .tel-banner-wrapper:hover {
  opacity: 0.7;
}
#header .contact-wrapper {
  display: flex;
  flex-direction: column;
  height: 87px;
  justify-content: space-between;
  margin-left: 38px;
}
@media screen and (max-width: 768px) {
  #header .contact-wrapper {
    display: none;
  }
}
#header .micro-copy {
  font-size: 12px;
  color: #666;
  text-align: right;
  display: block;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  #header .micro-copy {
    background: #197B3E;
    color: #fff;
    text-align: center;
    padding-bottom: 3px;
  }
}
#header .fixed-tel-banner {
  height: auto;
  width: 100%;
  max-height: 80px;
}
#header .contact-items {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
#header .contact-items .bg-base {
  font-size: 17px;
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  line-height: 46px;
  transition: 300ms;
}
#header .contact-items .bg-base:hover {
  opacity: 0.7;
}
#header .contact-items .bg-oisogi {
  width: 120px;
  height: 48px;
  background: url("../image/header-bg-oisogi.webp") 50% 50% no-repeat;
  background-size: cover;
}
#header .contact-items .bg-sodan {
  width: 110px;
  height: 48px;
  background: url("../image/header-bg-sodan.webp") 50% 50% no-repeat;
  background-size: cover;
}
#header .contact-items .bg-contact {
  width: 220px;
  height: 48px;
  background: url("../image/header-bg-contact.webp") 50% 50% no-repeat;
  background-size: cover;
}
#header .sub-navigation {
  border-top: 1px solid #C8C9CA;
  background-color: #F0F0F0;
}
#header .navigation-items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #header .navigation-items {
    align-items: center;
    height: 60px;
    padding: 0;
  }
}
#header .navigation-items .navigation-item {
  position: relative;
  display: inline-block;
  height: 58px;
  background-color: #F0F0F0;
  text-align: center;
}
#header .navigation-items .navigation-item::before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #C8C9CA;
}
#header .navigation-items .navigation-item:last-of-type::after {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 13px;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #C8C9CA;
}
#header .navigation-items .navigation-item:hover .hover-underline::before {
  visibility: visible;
}
#header .navigation-items .navigation-item:hover .overlay-wrapper {
  --top: 58px;
  visibility: visible;
  opacity: 1;
  transition: top 0.3s ease;
}
#header .navigation-items .navigation-item .overlay-wrapper {
  --top: -189px;
  --scrollbar-width: 0;
  visibility: hidden;
  position: absolute;
  top: var(--top);
  left: 0;
  box-sizing: border-box;
  width: calc(100vw - var(--scrollbar-width));
  padding: 20px;
  background: rgba(110, 110, 110, 0.6);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  transition: 1s ease;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
#header .navigation-items .navigation-item .overlay-wrapper[data-overlay-menu="2"] {
  transform: translateX(280px);
}
#header .navigation-items .navigation-item .overlay-wrapper[data-overlay-menu="3"] {
  transform: translateX(100px);
}
#header .navigation-items .navigation-item .overlay-wrapper[data-overlay-menu="4"] {
  transform: translateX(-55px);
}
#header .navigation-items .navigation-item .overlay-wrapper[data-overlay-menu="5"] {
  transform: translateX(-206px);
}
#header .navigation-items .navigation-item .overlay-menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  grid-auto-rows: auto;
  gap: 20px;
  max-width: 960px;
  margin: auto;
}
#header .navigation-items .navigation-item .overlay-menu-list .overlay-link {
  font-size: 16px;
  color: #717071;
  text-decoration: none;
  background: url("/top/image/bg-sub-nav.webp") 50% 50% no-repeat;
  background-size: cover;
  width: 225px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: ease 300ms;
  position: relative;
  cursor: pointer;
}
#header .navigation-items .navigation-item .overlay-menu-list .overlay-link:hover {
  color: #197B3E;
}
#header .navigation-items .navigation-item .overlay-menu-list .overlay-link:hover .arrow-icon {
  transform: translateX(7px);
}
#header .navigation-items .navigation-item .overlay-menu-list .overlay-link .arrow-icon {
  position: absolute;
  transition: 300ms;
  right: 11px;
  right: 14px;
}
#header .navigation-items .sp-navigation-item {
  flex: 1;
}
#header .navigation-items .sp-navigation-item:nth-child(n+3) {
  border-left: solid 1px #b4b4b4;
}
#header .navigation-items .sp-navigation-item.attention {
  background-color: #DC0028;
}
#header .navigation-items .sp-navigation-item.attention .text {
  color: #fff;
}
#header .navigation-items [data-sub-nav="1"] {
  min-width: 85px;
}
#header .navigation-items [data-sub-nav="2"] {
  min-width: 215px;
}
#header .navigation-items [data-sub-nav="3"] {
  min-width: 175px;
}
#header .navigation-items [data-sub-nav="4"] {
  min-width: 134px;
}
#header .navigation-items [data-sub-nav="5"] {
  min-width: 167px;
}
#header .navigation-items [data-sub-nav="6"] {
  min-width: 174px;
}
#header .hamburger-button {
  border: none;
  display: flex;
  gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: transparent;
  position: relative;
}
#header .hamburger-button .icon {
  width: auto;
  height: 20px;
  position: absolute;
  z-index: 111;
  top: 11px;
  margin: auto;
  left: 0;
  right: 0;
}
#header .hamburger-button .text {
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 37px 0 10px;
  text-align: center;
  position: relative;
  line-height: 1;
  color: #717071;
}
#header .hamburger-button[data-hamburger-state=CLOSE] {
  transition: 0.3s;
}
#header .hamburger-button[data-hamburger-state=CLOSE] .open {
  display: none;
}
#header .hamburger-button[data-hamburger-state=OPEN] {
  background-color: #00AE76;
  transition: 0.3s;
}
#header .hamburger-button[data-hamburger-state=OPEN] .close {
  display: none;
}
#header .hamburger-button[data-hamburger-state=OPEN] .text {
  color: #fff;
}
#header .sub-navigation-link {
  position: relative;
  color: #717071;
  text-decoration: none;
  line-height: 58px;
  display: block;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#header .sub-navigation-link.to-top:hover {
  color: #197B3E;
}
@media screen and (max-width: 768px) {
  #header .sub-navigation-link .icon {
    width: auto;
    height: 20px;
    position: absolute;
    z-index: 111;
    top: 11px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #header .sub-navigation-link .text {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 37px 0 10px;
    text-align: center;
    position: relative;
    line-height: 1;
  }
}
#header .hover-underline {
  position: relative;
}
#header .hover-underline:hover::before {
  visibility: visible;
}
#header .hover-underline::before {
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 1px;
  height: 2px;
  content: "";
  background-color: #197B3E;
  width: calc(100% - 16px);
  transform: translateX(8px);
}
#header #hamburgerInner.site-map {
  height: 100dvh;
  width: 100vw;
  max-height: 5000px;
  transition: max-height 3s ease, visibility 0.2s ease;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: 0;
}
#header #hamburgerInner.site-map[data-hamburger-menu-state=CLOSE] {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 0.7s ease, visibility 0.4s ease, padding 1s ease;
}
#header #hamburgerInner.site-map .site-map--top-banner {
  background-color: #f0f0f0;
  padding: 15px;
  text-align: center;
}
#header #hamburgerInner.site-map .site-map--top-banner a {
  max-width: 80%;
}
#header #hamburgerInner.site-map .site-map--top-banner img {
  max-width: 100%;
}
#header #hamburgerInner.site-map .site-map-container {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  padding-top: 20px;
  padding-bottom: 8px;
  background-color: #fff;
}
#header #hamburgerInner.site-map .site-map-container .link-box {
  padding-inline: 20px;
}
#header #hamburgerInner.site-map .site-map-container .link-box:not(:last-of-type) .box-head {
  border-bottom: 1px solid #BFC0C1;
}
#header #hamburgerInner.site-map .site-map-container .sp-hidden-container {
  visibility: visible;
  max-height: 1600px;
  transition: max-height 0.5s linear, visibility 0.1s linear;
}
#header #hamburgerInner.site-map .site-map-container .sp-hidden-container[data-open-state=CLOSE] {
  max-height: 0;
  visibility: hidden;
  transition: max-height 0.2s ease, visibility 0.1s linear;
}
#header #hamburgerInner.site-map .close-button-wrapper {
  border: none;
  background: #00AE76;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60px;
  position: relative;
  bottom: 0;
  margin-bottom: 115px;
}
#header #hamburgerInner.site-map .close-button-wrapper .text {
  color: #fff;
  font-size: 16px;
}
#header #hamburgerInner.site-map .box-head {
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #595757;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #header #hamburgerInner.site-map .box-head {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
  }
  #header #hamburgerInner.site-map .box-head [data-icon-show=OPEN] [data-state=open] {
    display: none;
  }
  #header #hamburgerInner.site-map .box-head [data-icon-show=CLOSE] [data-state=close] {
    display: none;
  }
}
#header #hamburgerInner.site-map .to-top {
  text-decoration: none;
}
#header #hamburgerInner.site-map .link-item {
  font-size: 14px;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #header #hamburgerInner.site-map .link-item {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    margin-left: 40px;
    font-size: 16px;
    border-bottom: 1px solid #BFC0C1;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  #header #hamburgerInner.site-map .link-item {
    margin-left: 20px;
  }
}
#header #hamburgerInner.site-map .link-item a {
  padding-left: 12px;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #header #hamburgerInner.site-map .link-item a {
    font-size: 16.5px;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-decoration: none;
    letter-spacing: 1px;
  }
  #header #hamburgerInner.site-map .link-item a .arrow {
    display: block;
    margin-right: 16px;
  }
}
#header #hamburgerInner.site-map .link-item:before {
  content: "";
  position: absolute;
  display: block;
  background: url("../image/footer-green-arrow.svg") 50% 50% no-repeat border-box;
  width: 5.6px;
  height: 7px;
  top: 34%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  #header #hamburgerInner.site-map .link-item:before {
    top: 45%;
  }
}

@media screen and (max-width: 768px) {
  #side_bn {
    display: none;
  }
}
[data-ua=firefox] #header .fixed-tel-banner {
  width: auto;
}
[data-ua=firefox] #header #hamburgerInner.site-map {
  overflow-x: hidden;
}
[data-ua=firefox] #header #hamburgerInner.site-map[data-hamburger-menu-state=CLOSE] {
  overflow: hidden;
}

[data-ua=safari] #header .fixed-tel-banner {
  width: auto;
}
[data-ua=safari] #header .navigation-items .navigation-item:hover .overlay-wrapper[data-overlay-menu="2"] {
  transform: translate3d(280px, 0, 0);
}
[data-ua=safari] #header .navigation-items .navigation-item:hover .overlay-wrapper[data-overlay-menu="3"] {
  transform: translate3d(100px, 0, 0);
}
[data-ua=safari] #header .navigation-items .navigation-item:hover .overlay-wrapper[data-overlay-menu="4"] {
  transform: translate3d(-55px, 0, 0);
}
[data-ua=safari] #header .navigation-items .navigation-item:hover .overlay-wrapper[data-overlay-menu="5"] {
  transform: translate3d(-206px, 0, 0);
}
[data-ua=safari] #header .navigation-items .navigation-item:hover .overlay-wrapper[data-overlay-menu="6"] {
  transform: translate3d(0, 0, 0);
}
[data-ua=safari] #header #hamburgerInner.site-map {
  overflow-x: hidden;
}
[data-ua=safari] #header #hamburgerInner.site-map[data-hamburger-menu-state=CLOSE] {
  overflow: hidden;
}/*# sourceMappingURL=header.css.map */