/*****************************
 general
*****************************/
.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}
body.hidden {
  overflow: hidden;
}
/*****************************
 header
*****************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  height: 90px;
  background: #fff;
}
header .logo {
  align-content: end;
}
header h1 {
  margin-bottom: 0;
}
header h1 img {
  width: 250px;
}
header .flex {
  display: flex;
  justify-content: space-between;
}
header .main_nav nav {
  height: 100%;
}
header .main_nav ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  height: 100%;
}
header .main_nav ul li:last-child {
  background: url("assets/images/header/nav_recruit.jpg");
  background-size: 150px 75px;
  background-position: center;
  align-content: center;
  width: 150px;
  height: 75px;
}
header .main_nav ul li:last-child a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}
header .main_nav ul li:last-child a span {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
header .main_nav ul li:not(:last-child) {
  align-content: end;
  margin-right: 40px;
}
header .main_nav ul li:not(:last-child) a {
  color: #006a35;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
header .main_nav ul img {
  width: 30px;
  transform: translate(0, 2px);
}
header .sp-nav {
  display: none;
}
header .sp-nav .flex {
  display: flex;
}
header .sp-nav .sns-icon img {
  width: 45px;
}
header .recruit-banner {
  background: url("assets/images/header/nav_recruit.jpg");
  background-size: 80px 57px;
  background-position: center;
  align-content: center;
  width: 80px;
  height: 57px;
}
header .recruit-banner a span {
  display: block;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
header .recruit-banner a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}
header .sns-icon {
  height: 70px;
  align-content: center;
  margin-right: 10px;
  margin-left: 10px;
}
header .bugger-area {
  height: 70px;
  align-content: center;
}
header .bugger {
  width: 40px;
  height: 40px;
  transition: 0.2s all;
}
header .bugger.active {
  border: 10px solid #59b332;
  transition: 0.2s all;
}
header .bugger.active span {
  opacity: 0;
  transition: 0.2s all;
}
header .bugger span {
  display: block;
  transition: 0.2s all;
}
header .bugger span {
  width: 100%;
  background: #59b332;
  height: 10px;
}
header .bugger span:nth-of-type(1) {
  transform: translate(0, 0);
}
header .bugger span:nth-of-type(2) {
  transform: translate(0, 5px);
}
header .bugger span:nth-of-type(3) {
  transform: translate(0, 10px);
}
@media (max-width: 1199px) {
  header .main_nav ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  header .main_nav {
    display: none;
  }
  header .sp-nav {
    display: block;
  }
  header {
    height: 70px;
  }
  header .logo {
    height: 50px;
  }
}
@media (max-width: 540px) {
  header h1 img {
    width: 150px;
  }
}
/****************************
 fixed_menu
*****************************/
.fixed_menu {
  position: fixed;
  top: 0;
  right: -9999px;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 89;
  transition: 0.2s all;
  background: #fff;
}
.fixed_menu.active {
  right: 0;
  transition: 0.2s all;
}
.fixed_menu .flex {
  display: flex;
}
.fixed_menu .left-box {
  width: 50%;
  justify-items: center;
}
.fixed_menu .right-box {
  width: 50%;
  justify-items: center;
}
.fixed_menu .bg-lightgreen {
  background: #59b332;
  padding-top: 150px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.fixed_menu ul.sp-main-menu {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0px;
}
.fixed_menu ul.sp-main-menu > li {
  margin-bottom: 50px;
}
.fixed_menu ul.sp-main-menu > li > a > span {
  display: block;
}
.fixed_menu ul.sp-main-menu > li > a > span:nth-of-type(1) {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  font-weight: bold;
}
.fixed_menu ul.sp-main-menu > li > a > span:nth-of-type(2) {
  color: #fff;
  font-size: 16px;
}
.fixed_menu ul.sp-main-menu > li > a {
  text-decoration: none;
}
.fixed_menu ul.sp-side-menu {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0px;
}
.fixed_menu ul.sp-side-menu > li {
  margin-bottom: 50px;
}
.fixed_menu ul.sp-side-menu > li > a > span {
  display: block;
}
.fixed_menu ul.sp-side-menu > li > a > span:nth-of-type(1) {
  color: #c1da6b;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  font-weight: bold;
}
.fixed_menu ul.sp-side-menu > li > a > span:nth-of-type(2) {
  color: #0d3025;
  font-size: 16px;
}
.fixed_menu ul.sp-side-menu > li > a {
  text-decoration: none;
}
.fixed_menu ul.sub-menu {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}
.fixed_menu ul.sub-menu li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #0d3025;
  margin-right: 10px;
  vertical-align: 5px;
}
.fixed_menu ul.sub-menu li a {
  color: #0d3025;
  font-size: 16px;
  text-decoration: none;
}
.fixed_menu .bg-green {
  background: #00532f;
  padding-top: 50px;
  padding-bottom: 10px;
}
.fixed_menu .header-info {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
.fixed_menu .info-box {
  margin-bottom: 30px;
}
.fixed_menu .info-box .info-label {
  color: #59b031;
  font-size: 14px;
}
.fixed_menu .info-box .info-addr {
  color: #fff;
  font-size: 14px;
}
.fixed_menu .info-box .info-tel {
  color: #fff;
  font-size: 14px;
}
.fixed_menu .sub-wrap {
  padding-left: 30px;
  padding-right: 30px;
}
.fixed_menu .sub-wrap .flex {
  display: flex;
  justify-content: space-between;
}
.fixed_menu .sub-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  height: 100%;
}
.fixed_menu .sub-nav ul li:not(:last-child) {
  margin-right: 40px;
}
.fixed_menu .sub-nav ul li a {
  color: #56b332;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.fixed_menu .copyright {
  color: #56b332;
  font-size: 14px;
}
@media (max-width: 540px) {
  .fixed_menu .header-info {
    padding-left: 0;
    padding-right: 0;
  }
  .fixed_menu .sub-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fixed_menu .copyright {
    font-size: 13px;
    line-height: 2em;
  }
  .fixed_menu .sub-nav {
    margin-bottom: 30px;
  }
  .fixed_menu .sub-nav ul {
    padding-left: 0;
  }
  .fixed_menu .sub-nav ul li a {
    font-size: 12px;
  }
  .fixed_menu .sub-nav ul li:not(:last-child) {
    margin-right: 20px;
  }
}
/*****************************
 footer
******************************/
.footer_bg {
  background: #00532f;
  padding-bottom: 50px;
}
footer .logo {
  align-content: end;
}
footer h2 {
  margin-bottom: 0;
}
footer h2 img {
  width: 250px;
}
footer .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .main_nav nav {
  height: 100%;
}
footer .main_nav ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  height: 100%;
}
footer .main_nav ul li:last-child {
  background: #006a35;
  background-size: 150px 75px;
  background-position: center;
  align-content: center;
  width: 150px;
  height: 75px;
}
footer .main_nav ul li:last-child a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}
footer .main_nav ul li:last-child a span {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
footer .main_nav ul li:not(:last-child) {
  align-content: end;
  margin-right: 40px;
}
footer .main_nav ul li:not(:last-child) a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
footer .sub-wrap {
  margin-top: 50px;
}
footer .sub-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  height: 100%;
}
footer .sub-nav ul li:not(:last-child) {
  margin-right: 40px;
}
footer .sub-nav ul li a {
  color: #56b332;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
footer .copyright {
  color: #56b332;
  font-size: 14px;
}
footer .footer_info {
  padding-top: 100px;
  padding-bottom: 0px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-label {
  color: #56b332;
}
footer .footer-addr {
  color: #fff;
}
footer .footer-tel {
  color: #fff;
}
footer .flex-item {
  margin-bottom: 30px;
  width: 50%;
  flex-basis: max-content;
}
footer .pd40 {
  padding-right: 40px;
}
@media (max-width: 991px) {
  footer .main_nav {
    width: 100%;
  }
  footer .footer_bg {
    padding-top: 30px;
  }
  footer .flex-item {
    margin-bottom: 30px;
    width: 100%;
    flex-basis: initial;
  }
  footer .pd40 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  footer .main_nav ul li:not(:last-child) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  footer .main_nav ul {
    display: block;
    padding-left: 0;
    margin-top: 50px;
  }
  footer .copyright {
    font-size: 13px;
    line-height: 2em;
  }
  footer .sub-nav {
    margin-bottom: 30px;
  }
  footer .sub-nav ul {
    padding-left: 0;
  }
  footer .sub-nav ul li a {
    font-size: 12px;
  }
  footer .sub-nav ul li:not(:last-child) {
    margin-right: 20px;
  }
  .footer_bg {
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  footer .footer_info {
    font-size: 14px;
  }
}
/************************
 breadcrumb
************************/
.breadcrumb a {
  color: #59b332;
  text-decoration: none;
}
.breadcrumb span {
  color: #59b332;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #59b332;
}
