#footernavi a {
  letter-spacing: 0.05em;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

#footernavi {
  clear: both;
  margin-top: 30px;
}

#footernavi .bnr_box {
  width: 100%;
  padding: 60px 40px;
  background: url(../image/bg_footer.webp) no-repeat center;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
}

#footernavi .bnr_box::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(27, 149, 49, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

#footernavi .bnr_box ul {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#footernavi .bnr_box ul li {
  width: calc(100% / 3 - 1px);
  border-right: 1px solid #106522;
  border-bottom: 1px solid #106522;
}

#footernavi .bnr_box ul li * {
  display: block;
  padding: 22px 22px 22px 60px;
  font-size: 0.875rem;
  line-height: 1.42857;
  position: relative;
}

#footernavi .bnr_box ul li *::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
}

#footernavi .bnr_box ul li:nth-child(1) *::before {
  background: url(../image/ico_catalog.svg) no-repeat center;
  background-size: contain;
}

#footernavi .bnr_box ul li:nth-child(2) *::before {
  background: url(../image/ico_cad.svg) no-repeat center;
  background-size: contain;
}

#footernavi .bnr_box ul li:nth-child(3) *::before {
  background: url(../image/ico_trouble.svg) no-repeat center;
  background-size: contain;
}

#footernavi .bnr_box ul li:nth-child(4) *::before {
  background: url(../image/ico_faq.svg) no-repeat center;
  background-size: contain;
}

#footernavi .bnr_box ul li:nth-child(5) *::before {
  background: url(../image/ico_login.svg) no-repeat center;
  background-size: contain;
}

#footernavi .bnr_box ul li:nth-child(6) *::before {
  background: url(../image/ico_contact.svg) no-repeat center;
  background-size: contain;
}

#footernavi .list_box {
  padding: 45px 40px;
  background: #F6F6F6;
}

#footernavi .list_box > ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

#footernavi .bnr_box ul li a:hover {
  background: #D5EBD9;
  color: #000;
}

#footernavi .list_box > ul > li > * {
  display: block;
  margin-bottom: 15px;
  font-size: 0.94rem;
  line-height: 1.46667;
  color: #000000;
}

#footernavi .list_box > ul > li ul li * {
  font-size: 0.8125rem;
  line-height: 1.69231;
}

#footernavi .list_box > ul > li a:hover {
  color: #106522;
}

#footernavi .bottom_box {
  display: flex;
  max-width: 1200px;
  padding: 0 40px;
  margin: 30px auto;
  align-items: center;
}

#footernavi .bottom_box .img {
  margin-right: 40px;
}

#footernavi .bottom_box .inner_box {
  display: flex;
  align-items: flex-start;
}

#footernavi .bottom_box .inner_box .txt_box dl dt {
  margin-bottom: 8px;
  font-size: 0.876rem;
  font-weight: 500;
  line-height: 1.42857;
}

#footernavi .bottom_box .inner_box .txt_box dl dd p {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.53846;
}

#footernavi .bottom_box .inner_box .txt_box dl dd a {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.53846;
  text-decoration: underline;
  color: #000;
  transition: all .2s;
}

#footernavi .bottom_box .inner_box .btn_box ul li:first-of-type a {
  display: block;
  font-size: 0.876rem;
  line-height: 1.42857;
  color: #fff;
  text-align: center;
  /*background: #106521; */
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#footernavi .bottom_box .inner_box .btn_box ul li:first-of-type img {
  height: 58px;
  width: 150px;
}

#footernavi .bottom_box .inner_box .btn_box ul li:first-of-type a:hover,
#footernavi .bottom_box .inner_box .txt_box dl dd a:hover {
  opacity: 0.5;
}

#footernavi .bottom_box .inner_box .btn_box ul li:first-of-type,
#footernavi .bottom_box .inner_box .btn_box ul li:nth-child(2) {
  margin-bottom: 10px;
}

#footernavi .copy_box {
  padding: 5px 0;
  background: #000000;
}

#footernavi .copy_box .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#footernavi .copy_box .inner span {
  margin: 0 10px
}

#footernavi .copy_box .inner span a {
  font-size: 11px;
  line-height: 1.81818;
  color: #fff;
}

#footernavi .copy_box .inner .small {
  font-size: 11px;
  line-height: 1.81818;
  color: #fff;
}

#sitemap_btn{
  display: none;
}

#footernavi .recruit_box {
  padding: 110px 0 72px;
  background: url(/wp/wp-content/uploads/2025/04/bg_footer.webp) no-repeat center bottom;
  background-size: cover;
}
#footernavi .recruit_box .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
  padding: 0 80px;
  margin: 0 auto;
  position: relative;
}
#footernavi .recruit_box .inner::before {
  content: " ";
  width: 246px;
  height: 138px;
  display: block;
  background: url(/wp/wp-content/uploads/2025/04/text_join.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -123px;
  left: 25px;
}
#footernavi .recruit_box .text_box {
  color: #fff;
}
#footernavi .recruit_box .text_box .title {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 120%;
}
#footernavi .recruit_box .text_box .text p {
  margin-bottom: 20px;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 220%;
}
#footernavi .recruit_box .btn_box ul li {
  margin-bottom: 30px;
}
#footernavi .recruit_box .btn_box ul li a {
  width: 100%;
  margin: 0 auto 10px;
  display: block;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 180%;
  color: #0BA360;
  text-align: center;
  text-decoration: none;
  background: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  box-sizing: border-box;
}
#footernavi .recruit_box .btn_box ul li p {
  padding-left: 25px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 160%;
  color: #fff;
  position: relative;
}
#footernavi .recruit_box .btn_box ul li p::before {
  content: " ";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}

@media screen and (min-width: 767px) {
  #footernavi .footer_box .logo_box {
    width: 260px;
  }

  #footernavi .copy_box .inner .small {
    width: 400px;
    float: right;
    text-align: right;
  }

  .recruit_box .text_box {
    width: calc(100% - 450px);
  }
  .recruit_box .btn_box {
    width: 400px;
  }
}

#footernavi .footer_box {
  max-width: 1360px;
  padding:0 80px;
  margin: 60px auto;
}

#footernavi .footer_box .logo_box {
  float: left;
}

#footernavi .footer_box .logo_box::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

#footernavi .footer_box .logo_box dl dt {
  margin-bottom: 30px;
}

#footernavi .footer_box .logo_box dl dt img {
  width: auto;
}

#footernavi .footer_box .logo_box dl dd {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 200%;
}

#footernavi .footer_box nav {
  width:calc(100% - 260px);
  float: right;
}

#footernavi .footer_box nav::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

#footernavi .footer_box nav > ul {
/*  max-width: 675px; */
  width:calc(100% - 200px);
  float: left;
  font-size: 0;
}

#footernavi .footer_box nav > ul > li {
  width: 220px;
  width:calc(100% / 3);
  padding-right: 0;
  padding-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
#footernavi .footer_box nav > ul > li > p {
  display: block;
  margin-top: 0;  
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 180%;
  color: #111111;
}
#footernavi .footer_box nav > ul > li > a {
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 180%;
  color: #111111;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: color;
  transition-property: color;
}

#footernavi .footer_box nav > ul > li > a:hover {
  color: #0BA360;
}

#footernavi .footer_box nav > ul > li ul li {
  margin-bottom: 15px;
}

#footernavi .footer_box nav > ul > li ul li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 180%;
  color: #111111;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: color;
  transition-property: color;
}

#footernavi .footer_box nav > ul > li ul li a:hover {
  color: #0BA360;
}

#footernavi .footer_box nav .btn {
  width: 200px;
  float: left;
  margin: 0 auto;
  float: right;
}

#footernavi .footer_box nav .btn a {
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #0BA360;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: background;
  transition-property: background;
}

#footernavi .footer_box nav .btn a:hover {
  background: #00D175;
}
#footernavi .footer_box nav .ft_banner {
  width: 200px;
  float: right;
  margin: 10px auto 0;
}

@media screen and (max-width: 955px) {
  .recruit_box .inner {
    flex-direction: row;
  }

  #footernavi .footer_box .logo_box {
    width: 100%;

  }

  #footernavi .footer_box nav .btn {
    width: 100%;
    float: none;
  }

  #footernavi .footer_box nav .ft_banner {
    width: 100%;
    text-align: center;
    float: none;
  }

  #footernavi .footer_box nav > ul {
    width: auto;
    display: none;
    font-size: 0;
  }

  #footernavi .copy_box .inner .small {
    width: 100%;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #footernavi .bnr_box {
    padding: 40px 20px;
  }

  #footernavi .bnr_box ul li {
    width: calc(50% - 1px);
  }

  #footernavi .bnr_box ul li a {
    padding: 11px 0px 11px 26px;
    font-size: 0.6rem;
  }

  #footernavi .bnr_box ul li a::before {
    width: 15px;
    height: 15px;
    top: calc(50% - 8px);
    left: 8px;
    background-size: contain;
  }

  #footernavi .list_box {
    position: relative;
    padding: 0;
  }

  /* サイトマップボタン */
  #footernavi .list_box div {
    padding: 15px;
    font-size: 0.8125rem;
  }

  #sitemapbtn::before {
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    background: #106522;
    position: absolute;
    left: -6px;
    top: -5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #sitemapbtn::after {
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    background: #106522;
    position: absolute;
    top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
  }

  #sitemapbtn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 27px;
    right: 80px;
  }

  #footernavi .list_box > ul {
    display: none;
    border-top: 2px solid #DDDDDD;
    padding: 30px 30px 50px;
    font-size: 0;
    animation: slide-in 1s
  }

  #footernavi .list_box #sitemap_btn:checked ~ ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #footernavi .list_box #sitemap_btn:checked ~ ul > li {
    margin: 0 10px 30px 0;
    width: calc(50% - 10px);
  }

  @keyframes slide-in {
    0% {
      transform: translateY(-30px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  #footernavi .bottom_box {
    flex-direction: column;
    padding: 0 10px;
  }

  #footernavi .bottom_box .inner_box {
    flex-direction: column;
  }

  #footernavi .bottom_box .inner_box .txt_box dl dt {
    font-size: 0.8125rem;
  }

  #footernavi .bottom_box .inner_box .txt_box dl {
    margin-bottom: 20px;
  }

  #footernavi .bottom_box .inner_box .txt_box dl dd p {
    font-size: 0.75rem;
  }

  #footernavi .bottom_box .btn_box {
    margin: 0 auto;
  }

  #footernavi .copy_box {
    background: #333333;
  }

  #footernavi .copy_box .inner {
    text-align: center;
    max-width: 1200px;
    padding: 15px 0 5px;
  }

  #footernavi .copy_box .inner span {
    display: block;
    margin-bottom: 10px;
  }

  .recruit_box {
    padding-top: 65px;
  }
  .recruit_box .inner {
    display: flex;
    flex-direction: column;
    padding: 0 11px;
  }
  .recruit_box .inner::before {
    width: 125px;
    height: 70px;
    top: -75px;
    left: 10px;
  }
  .recruit_box .text_box .title {
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 120%;
    text-align: center;
  }
  #footernavi .recruit_box .text_box .text p {
    font-size: 0.9375rem;
  }

  #footernavi .recruit_box .inner {
    padding: 0 40px;
  }

  #footernavi .footer_box {
    width: auto;
    margin: .5rem auto .4rem;
  }

  #footernavi .footer_box .logo_box::after {
    content: "";
    height: 0;
    display: block;
    clear: both;
  }

  #footernavi .footer_box .logo_box dl dt {
    width: 219px;
    margin: 0 auto 30px;
  }

  #footernavi .footer_box .logo_box dl dt img {
    width: 100%;
  }

  #footernavi .footer_box .logo_box dl dd {
    margin-bottom: 20px;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    text-align: center;
  }

  #footernavi .footer_box nav {
    width: 100%;
  }

  #footernavi .footer_box nav::after {
    content: "";
    height: 0;
    display: block;
    clear: both;
  }

  #footernavi .footer_box nav > ul > li {
    width: 220px;
    display: inline-block;
    vertical-align: top;
  }

  #footernavi .footer_box nav > ul > li > p {
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 180%;
    color: #111111;
  }
  #footernavi .footer_box nav > ul > li > a {
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 180%;
    color: #111111;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: color;
    transition-property: color;
  }

  #footernavi .footer_box nav > ul > li > a:hover {
    color: #0BA360;
  }

  #footernavi .footer_box nav > ul > li ul li {
    margin-bottom: 15px;
  }

  #footernavi .footer_box nav > ul > li ul li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 180%;
    color: #111111;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: color;
    transition-property: color;
  }

  #footernavi .footer_box nav > ul > li ul li a:hover {
    color: #0BA360;
  }

  #footernavi .footer_box nav .btn {
    width: 100%;
    margin: 0 auto;
  }

  #footernavi .footer_box nav .btn a {
    display: block;
    padding: 14px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 180%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #0BA360;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: background;
    transition-property: background;
  }

  #footernavi .footer_box nav .btn a:hover {
    background: #00D175;
  }

  #footernavi .footer_box nav .ft_banner {
    width: 100%;
    margin: 15px auto 0;
  }
  #footernavi .footer_box nav .ft_banner:last-child {
    margin-bottom: 15px;
  }
}
