.mtye-lnavi {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  /*margin-bottom: 0 !important;*/
}

.mtye-lnavi .p-link-list__list {
  display: flex;
  flex-wrap: wrap;
  /*gap: 10px;*/
}

@media only screen and (min-width: 769px) {
  .mtye-lnavi .p-link-list__list {
    justify-content: space-between;
  }
}
.mtye-lnavi .p-link-list__item {
  margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .mtye-lnavi .p-link-list__item {
    width: calc(50% - 10px);
  }
}
.mtye-lnavi .c-link {
  color: #fff;
}
/*
.mtye-lnavi .c-link::after {
  filter: brightness(0) invert(1);
}
*/
@media only screen and (min-width: 769px) {
  .mtye-introduction-story .p-media-layout__content {
    width: 50%;
  }
}
.mtye-introduction-story .p-media-layout__media {
  display: none;
}

@media only screen and (min-width: 769px) {
  .mtye-introduction-story .p-media-layout__media {
    position: absolute;
    display: block;
    right: 20px;
    bottom: 20px;
    margin: unset !important;
    width: 70px;
  }
  #d1768441{
    .p-media-list__item img{
      width:70px;
    }
  }
}
#d1769229 {
  margin: 0 auto 2px;
}

#d1769229 .p-link-list__list {
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: flex-start !important;
}

#d1769229 .p-link-list {
  margin-bottom: initial !important;
}

#d1769229 li.p-link-list__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 14.2857142857%;
}

#d1769229 li.p-link-list__item a {
  display: block;
  padding: 30px 10px;
  font-family: "Ropa Sans", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  z-index: 100;
}

li.p-link-list__item a:hover {
  text-decoration: none;
  color: #fff;
}

/* our vision selected */
#d1769229 > div > div.p-link-list > ul > li:nth-child(2) > a::after{
  opacity:1;
  width: 100%;
}

#d1769229, #d1772153 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#d1769229 li.p-link-list__item a:hover::after {
  opacity: 1;
  width: 100%;
  background-color: #6794c5;
}

#d1769229 li.p-link-list__item a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  padding: 0;
  z-index: 110;
  width: 0;
  height: 6px;
  background-color: #6794c5;
  opacity: 0.5;
  transition: all 0.5s ease-out;
  transition-duration: 0.5s  !important;
}

.p-link-list__item a > img.c-link-icon {
  display: none;
}

.p-media-layout {
  margin-bottom: initial;
}

@media only screen and (max-width: 768px) {
  #d1769229 li.p-link-list__item {
    width: 25% !important;
  }
}
