@charset "UTF-8";
/*16*1.75/2*/
/*========*/
/* header */
/*========*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background-color: #FFF;
  padding: 0 24px;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.15);
  z-index: 20;
}
@media (max-width: 767px) {
  header {
    height: 60px;
    padding: 0;
  }
}
header .contents {
  max-width: 1760px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  header .contents {
    width: 90%;
  }
}
header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 94px;
  height: 88px;
  gap: 20px;
}
@media (max-width: 767px) {
  header .wrap {
    height: 60px;
  }
}
header .h-logo {
  width: 170px;
}
@media (max-width: 767px) {
  header .h-logo {
    width: 130px;
  }
}
header .h-logo a {
  display: block;
}
header .h-nv {
  margin-left: auto;
}
header .h-nv ul {
  display: flex;
}
header .h-nv ul a {
  display: flex;
  align-items: center;
  height: 88px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 20px;
  transition: 0.4s;
}
@media (hover: hover) {
  header .h-nv ul a:hover {
    color: #008c3f;
  }
}
header .bt01 a {
  color: #FFF;
  background-color: #008c3f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 19px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  padding: 0 24px;
}
header .bt01 a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.4s ease 0s;
}
@media (hover: hover) {
  header .bt01 a:hover:before {
    transform: scale(1, 1);
  }
}
header .bt01 a span {
  position: relative;
  z-index: 1;
}

/* ナビゲーション
--------------------------------*/
html.noscroll {
  overflow: hidden;
}

header .menu {
  position: fixed;
  top: 25px;
  right: 24px;
  cursor: pointer;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 38px;
  padding-top: 1px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 19px;
}
@media (max-width: 767px) {
  header .menu {
    top: 13px;
    right: 20px;
    width: 58px;
    height: 34px;
    border-radius: 17px;
  }
}
header .menu .menu-ic {
  position: relative;
  width: 32px;
  height: 8px;
}
@media (max-width: 767px) {
  header .menu .menu-ic {
    width: 24px;
    height: 6px;
  }
}
header .menu .menu-ic span {
  position: absolute;
  right: 0;
  display: block;
  width: 32px;
  height: 2px;
  background: #333;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  header .menu .menu-ic span {
    width: 24px;
  }
}
header .menu .menu-ic span:nth-child(1) {
  top: 0;
}
header .menu .menu-ic span:nth-child(2) {
  top: 8px;
}
@media (max-width: 767px) {
  header .menu .menu-ic span:nth-child(2) {
    top: 6px;
  }
}
header .menu .menu-tx {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin-top: 6px;
}
@media (max-width: 767px) {
  header .menu .menu-tx {
    font-size: 10px;
    margin-top: 6px;
  }
}
header .menu.open .menu-ic span {
  bottom: 0;
  margin: auto;
}
header .menu.open .menu-ic span:nth-child(1) {
  top: -1px;
  transform: rotate(30deg);
}
header .menu.open .menu-ic span:nth-child(2) {
  top: -1px;
  transform: rotate(-30deg);
}
header .menu.open .menu-tx {
  display: none;
}

.g-nv {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 11;
  min-width: 400px;
  height: 100vh;
  height: 100dvh;
  padding: 88px 0 50px;
  background-color: #FFF;
  transition: 0.5s ease-in-out;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .g-nv {
    top: 60px;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    padding: 20px 0 48px;
    width: 100%;
    min-width: inherit;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.g-nv.open {
  right: 0;
}
.g-nv a {
  text-decoration: none;
}
.g-nv .menu-nav > li {
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #686868;
  position: relative;
}
.g-nv .menu-nav > li a {
  display: block;
  transition: color 0.4s;
}
@media (hover: hover) {
  .g-nv .menu-nav > li a:hover {
    color: #008c3f;
  }
}
.g-nv .menu-nav > li > a {
  font-size: 20px;
  padding: 24px 94px 24px 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .g-nv .menu-nav > li > a {
    font-size: 18px;
    padding: 20px 78px 20px 20px;
  }
}
.g-nv .menu-nav > li .link-ic,
.g-nv .menu-nav > li .ac-label {
  width: 94px;
  height: 68px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 21px center;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .g-nv .menu-nav > li .link-ic,
.g-nv .menu-nav > li .ac-label {
    width: 78px;
    height: 58px;
    background-size: 24px;
    background-position: 17px center;
  }
}
.g-nv .menu-nav > li .link-ic {
  background-image: url(/images/common/com_arrow02.svg);
}
.g-nv .menu-nav > li .ac-label {
  background-image: url(/images/common/com_arrow02_p.svg);
  z-index: 2;
}
.g-nv .menu-nav > li .ac-label.open {
  background-image: url(/images/common/com_arrow02_m.svg);
}
.g-nv .menu-nav > li .sub-menu {
  font-size: 16px;
  padding: 0 45px 24px 45px;
  display: none;
}
@media (max-width: 767px) {
  .g-nv .menu-nav > li .sub-menu {
    font-size: 15px;
    padding: 0 20px 20px 20px;
  }
}
.g-nv .menu-nav > li .sub-menu li {
  position: relative;
  padding-left: 1.5em;
}
.g-nv .menu-nav > li .sub-menu li:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 2px;
  background-color: #0fb556;
  top: 20px;
  left: 0;
}
.g-nv .menu-nav > li .sub-menu a {
  padding: 12px 0;
}

.bg-back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media (max-width: 767px) {
  .bg-back {
    display: none !important;
    opacity: 0 !important;
  }
}
/*# sourceMappingURL=header.css.map */