@charset "utf-8";

/*=============== ▼HEADER ===============*/

.body.is-drawerActive {
  overflow: hidden;
}

.drawer-white-cover {
  display: none;
}

.body.is-drawerActive .drawer-white-cover {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
  .wrap-all {
    overflow-x: hidden;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
}

@media (max-width: 1200px) {
  .l-header.is-header-scroll-active {
    top: 0;
    bottom: auto;
  }
}

.l-header--inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: visible;
  overflow-y: visible;
  background: none;
}

.body.is-drawerActive .l-header--inner {
  overflow: visible;
}

.l-header--logo {
  justify-content: space-between;
  padding: 0 0 0 20px;
}

.l-header--logo img {
  height: 50px;
  margin: 6px 0 0 0;
  width: initial;
}

/*.l-header--nav-cnt {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 40px 0 100px 0;
  width: 345px;
  height: 100vh;
  transform: translate(100%, 60px);
  transition: transform 0.5s ease;
  overflow: scroll;
}

.l-header--nav-cnt.is-drawerActive {
  transform: translate(0, 60px);
}*/


.l-header--nav-cnt {
  position: absolute;
  top: 60px;
  right: -100%;
  z-index: 10;
  padding: 40px 0 100px 0;
  width: 345px;
  height: 100vh;
  transition: right 0.5s ease;
  overflow: scroll;
}

.l-header--nav-cnt.is-drawerActive {
  right: 0;
}

.l-header--nav {
  margin: 0 auto;
  max-width: 315px;
}

.l-header--nav-list.flex {
  display: flex;
}

.l-header--nav-list.flex .l-header--nav-list-item,
.l-header--nav-list.flex .l-header--nav-list-item.qa-margin {
  margin: 30px 0 0 0;
  width: 50%;
}

.l-header--nav-list-item.is-active {
  background-color: #008b56;
}

.l-header--nav-link {
  position: relative;
  /*padding: 16px 40px 16px 10px;*/
  padding: 16px 10px 16px 10px;
  border-top: 1px solid #196548;
}

.l-header--nav-list.flex .l-header--nav-link {
  justify-content: center;
  border: 1px solid #196548;
}

.l-header--nav-list-item.qa-margin .l-header--nav-link {
  border-right: none;
}

.l-header--nav-link::before,
.l-header--nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 15px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
}

.l-header--nav-list.flex .l-header--nav-link::before,
.l-header--nav-list.flex .l-header--nav-link::after {
  display: none;
}

.l-header--nav-link::after {
  transform: translateY(-50%) rotate(90deg);
}

.l-header--nav-link.is-nav-active::after {
  content: normal;
}

.l-header--nav-list-item:not(:nth-child(1)) .l-header--nav-link {
  /*padding: 16px 0 16px 10px;*/
  padding: 16px 10px 16px 10px;
  height: 100%;
}

.l-header--nav-list-item:nth-child(6) .l-header--nav-link {
  border-bottom: 1px solid #196548;
}

.l-header--nav-text {
  font-size: 1.6rem;
}

.l-header--nav-text.margin {
  margin: 0 0 0 10px;
}

.l-header--nav-list.flex .l-header--nav-text {
  margin: 0 0 0 2px;
  font-size: 1.4rem;
}

.l-header--nav__child {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-height: 0;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.5s ease;
}

.l-header--nav__child.is-nav-active {
  max-height: 850px;
  transition: max-height 0.5s ease;
}

.l-header--nav-link.hover .l-header--nav__child {
  transform: translateX(0);
}

.l-header--nav-list__child {
  padding: 0 0 0 0;
}

.l-header--nav-list-item__child {
  margin: 0 0 0 0;
  color: #333;
}

.l-header--nav-list-item__child:not(:nth-child(1)) {
  margin: 0 0 0 0;
  border-top: 1px solid #d9e7e5;
}

.l-header--nav-list-item__child::after {
  right: 5%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #008b56;
  border-right: 2px solid #008b56;
}

.l-header--nav-list-item__child .sp{
 display:none;
}

.l-header--nav-link__child {
  display: block;
  padding: 24px 0;
  font-size: 1.4rem;
}

.l-header--lang-cnt {
  margin: 0 0 30px 10px;
}

.l-header__drawer {
  display: block;
}

.c-button {
  position: relative;
  display: inline-block;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

.p-hamburger {
  width: 48px;
  height: 48px;
  margin: auto;
  box-shadow: 0 0 2rem transparent;
  transition: all 0.3s ease-in-out;
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  transition: inherit;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #008b56;
  transition: inherit;
}

.p-hamburger__line::before {
  top: -5px;
}

.p-hamburger__line::after {
  top: 5px;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
.p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  top: 0;
  background-color: #008b56;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  transform: rotate(45deg);
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  transform: rotate(-45deg);
}

.u-visuallyHidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
}

/*=============== ▼FOOTER ===============*/

.l-footer {
  padding: 0 0 0 0;
}
