@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.l-mega {
  display: none;
  opacity: 0;
  position: absolute;
  top: 132px;
  left: 0;
  width: 100%;
  background-color: #e4f2f9;
  border-top: 3px solid #09569a;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 55;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 640px) {
  .l-mega {
    display: none;
    padding: 30px 20px;
  }
}

.l-mega::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #09569a transparent;
  background-color: transparent;
  position: absolute;
  top: -10px;
}

@media screen and (max-width: 640px) {
  .l-mega::before {
    display: none;
  }
}

.l-mega.open {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.2s ease-in 0s forwards;
          animation: fadeIn 0.2s ease-in 0s forwards;
}

.l-mega__company::before {
  left: calc(50% - 227px);
}

.l-mega__ir::before {
  left: calc(50% - 10px);
}

.l-mega__sustainability::before {
  left: calc(50% + 205px);
}

.l-mega a:hover {
  color: inherit;
  text-decoration: none;
}

.l-mega__inner {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .l-mega__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.l-mega__inner__current {
  width: 300px;
}

.l-mega__inner__current__link {
  display: block;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 640px) {
  .l-mega__inner__current__link {
    display: block;
    font-size: 18px;
  }
}

.l-mega__inner__current__link::after {
  content: '';
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #09569a;
  border-right: 2px solid #09569a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: .7em;
  right: 5px;
}

@media screen and (max-width: 640px) {
  .l-mega__inner__current__link::after {
    right: 0;
  }
}

.l-mega__inner__current__link:hover::after {
  right: 2px;
}

.l-mega__inner__current__link .en {
  display: block;
  color: #09569a;
  font-size: 19px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .l-mega__inner__current__link .en {
    display: inline-block;
    font-size: 16px;
    padding-left: 5px;
  }
}

.l-mega__inner__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 45px;
}

@media screen and (max-width: 640px) {
  .l-mega__inner__pages {
    padding-left: 0;
  }
}

.l-mega__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -25px;
}

@media screen and (max-width: 640px) {
  .l-mega__list {
    margin-top: 0;
  }
}

.l-mega__list__parent {
  width: 30%;
  color: #09569a;
  font-size: 15px;
  font-weight: 700;
  margin-top: 25px;
}

.l-mega__list__parent--long {
  width: auto;
}

.l-mega__list__parent--long.mgr-auto {
  padding-left: 35px;
}

@media screen and (max-width: 640px) {
  .l-mega__list__parent {
    font-size: 13px;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}

.l-mega__list__parent__link {
  display: block;
  padding-right: 25px;
  line-height: 1.4;
  position: relative;
}

.l-mega__list__parent__link.arrow-non {
  pointer-events: none;
}

.l-mega__list__parent__link.arrow-non::after {
  display: none;
}

.l-mega__list__parent__link::after {
  content: '';
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #09569a;
  border-right: 2px solid #09569a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: .5em;
  right: 0;
}

.l-mega__list__parent__link:hover::after {
  right: -.2em;
}

.l-mega__list__parent ul {
  padding-top: 15px;
}

@media screen and (max-width: 640px) {
  .l-mega__list__parent ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -10px;
  }
}

.l-mega__list__empty {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .l-mega__list__child {
    width: 49%;
  }
}

.l-mega__list__child a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .l-mega__list__child a {
    margin-bottom: 10px;
  }
}

.l-mega__list__child a::before {
  content: '';
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #09569a;
  border-right: 2px solid #09569a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: .6em;
  left: 0;
}
/*# sourceMappingURL=megamenu.css.map */