.header__menu {
  background-color: #4faa74;
}

.underMV {
  background-position: center;
  background-size: cover;
}
.underMV .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 585px;
  padding-top: 100px;
  color: #fff;
}
.underMV .under-title h1 {
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}
.underMV .under-title small {
  font-size: 16px;
}
.underMV .bread-list {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 10px;
}
.underMV .bread-list__inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 20px;
  font-size: 12px;
  font-weight: 400;
}
.underMV .bread-list__inner li a.current {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .underMV .inner {
    height: 250px;
    padding-top: unset;
  }
  .underMV .under-title {
    padding-top: 30px;
  }
  .underMV .under-title h1 {
    font-size: 48px;
  }
  .underMV .under-title small {
    font-size: 10px;
  }
  .underMV .bread-list__inner {
    font-size: 10px;
  }
}