@charset "UTF-8";
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: opacity 0.3s ease;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
  margin: 0;
}
input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
input[type="button"], input[type="submit"], input[type="reset"], button {
  outline: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: top;
}
body {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
input, textarea {
  border-radius: 0;
  -webkit-appearance: none;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.center {
  text-align: center;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.l-body a:hover {
  opacity: 0.8;
}
.l-body {
  padding-top: 140px;
}
.top_sample img {
  width: 100%;
}
.pankuzu {
  font-size: 12px;
  margin-bottom: 10px;
}
.l-footer {
  background: #ccdeee;
  padding: 60px 0 30px;
}
.l-footer__copyright {
  font-family: "Roboto", sans-serif;
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}
.l-footerNav {
  position: relative;
  z-index: 20;
}
.l-footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -12px;
  line-height: 1.5;
}
.l-footerNav__list > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 12px;
}
.l-footerNav__list > li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #005BAB;
  margin-bottom: 15px;
  white-space: nowrap;
}
.l-footerNav__list a:hover {
  opacity: 0.8;
}
.l-footerNav__list > li > ul li {
  margin-top: 5px;
}
.l-footerNav__list > li > ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
}
.l-footerNav__list > li > ul li ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  text-indent: 1em;
}
.l-footerNav__list > li > ul li ul li a::before {
  content: ">";
  color: #005BAB;
  margin-right: 5px;
}
.l-footerNav__list > li > ul li ul li ul li a {
  text-indent: 2em;
}
.l-footerNav__list > li > ul li ul li ul li a::before {
  content: "・";
  color: #005BAB;
  margin-right: 0px;
}
.l-globalNav {
  position: relative;
  width: 100%;
}
.l-header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.l-header .c-container {
  position: relative;
}
.header_btn {
  position: absolute;
  top: -70px;
  right: 20%;
}
.header_btn a {
  padding: 15px;
  display: inline-block;
  margin: 0px;
  color: #fff;
  font-size: 12px;
}
.header_btn a:hover {
  opacity: 0.8;
}
.inquiry_btn {
  background-color: #005bac;
}
.lang_btn {
  background-color: #337cbd;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.l-header__logo {
  margin-right: auto;
  margin: 0px 0 0 5%;
  position: relative; /* ← top指定も効くようになる */
  z-index: 30;
}
.l-header__logo a {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.l-header__logo img {
  width: 221px;
}
.l-header__navTrigger {
  position: fixed;
  right: 4.69vw;
  top: 2.35vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-header__navTrigger.__open .l-header__navTriggerIcon span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 0.27vw);
}
.l-header__navTrigger.__open .l-header__navTriggerIcon span:nth-child(2) {
  opacity: 0;
}
.l-header__navTrigger.__open .l-header__navTriggerIcon span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 0.27vw);
}
.l-header__navTriggerIcon {
  width: 5.99vw;
  height: 3.91vw;
  margin-bottom: 1.57vw;
  position: relative;
}
.l-header__navTriggerIcon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  background: #005bab;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 100%;
  height: 0.53vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: top 0.2s ease 0s, bottom 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: top 0.2s ease 0s, bottom 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: top 0.2s ease 0s, bottom 0.2s ease 0s, transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: top 0.2s ease 0s, bottom 0.2s ease 0s, transform 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.l-header__navTriggerIcon span:nth-child(1) {
  top: 0;
}
.l-header__navTriggerIcon span:nth-child(2) {
  top: calc(50% - 0.27vw);
}
.l-header__navTriggerIcon span:nth-child(3) {
  bottom: 0;
}
.l-header__navTriggerText {
  font-size: 2.09vw;
  color: #005bab;
}
.l-header__corporateLogo {
  position: absolute;
  right: 5%;
  top: 24px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: top 0.2s ease 0s;
  transition: top 0.2s ease 0s;
}
.l-header__corporateLogo a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.l-pageTop {
  position: fixed;
  bottom: 90px;
  right: 30px;
  height: 0;
  z-index: 100;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.l-pageTop .c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-pageTop.__show {
  opacity: 1;
}
.l-pageTop__btn {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #005cac;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .sp {
    display: none;
  }
  .l-footerSubNav__list > li > a:hover {
    text-decoration: underline;
  }
  .l-globalNav {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.2s ease 0s, top 0.2s ease 0s;
    transition: width 0.2s ease 0s, top 0.2s ease 0s;
  }
  .l-globalNav.__compact {
    top: -60px;
    width: 100%;
  }
  .l-globalNav.__compact .l-globalNav__list {
    margin-left: 40%;
    width: 800px;
  }
  .l-globalNav.__compact .l-globalNav__list > li > a {
    padding: 20px 1em 20px;
  }
  .l-globalNav.__compact .l-globalNav__list > li > a:last-of-type > a {
    padding-right: 0;
  }
  .l-globalNav.__compact .header_btn {
    top: -21px;
    right: 7%;
  }
  .l-globalNav.__compact .header_btn a {
    padding: 10px;
  }
  .l-globalNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-globalNav__list > li > a {
    padding: 0 35px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: padding 0.2s ease 0s;
    transition: padding 0.2s ease 0s;
  }
  .l-globalNav__list > li > a:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /*メガメニュー　ここから ------------------------------------------*/
  a:hover {
    cursor: pointer;
  }
  .l-globalNav > ul {
    display: table;
    margin: 0 27%;
    width: 1000px;
  }
  .l-globalNav > ul > li {
    display: inline-block;
  }
  .l-globalNav > ul > .toggle {}
  .l-globalNav > ul > li:hover {
    color: #005BAB;
  }
  .l-globalNav > ul > .toggle:hover > a {}
  .l-globalNav > ul > .toggle:hover .menu {
    max-height: 500px;
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
  }
  .l-globalNav > ul > li > a {
    display: block;
    padding: 20px 2em 20px;
    transition: all .2s ease-in;
  }
  .l-globalNav > ul .menu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.70);
    -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.24);
    padding: 10px 15% 0;
    pointer-events: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .l-globalNav > ul .menu .menu_inner {
    font-size: 15px;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    height: 270px;
    width: 800px;
    position: relative;
  }
  .l-globalNav > ul .menu .menu_inner a:hover {
    opacity: 0.8;
  }
  .l-globalNav > ul .menu .menu_inner > li > a {
    margin: 13px 1em;
    display: inline-block;
  }
  .l-globalNav > ul .menu .menu_inner li ul li {
    font-size: 14px;
    margin-left: 14px;
  }
  .l-globalNav > ul .menu .menu_inner li ul li a {
    display: inline-block;
    margin: 0 0 12px 0;
  }
  .l-globalNav > ul .menu .menu_inner li ul li::before {
    content: "ー";
    margin-right: 3px;
  }
  .l-globalNav > ul .aboutus .menu_inner {
    width: 500px;
  }
  .l-globalNav > ul .sustainability .menu .menu_inner {
    height: 290px;
  }
  .l-globalNav > ul .products .menu_inner {
    width: 300px;
  }
  .l-globalNav > ul .menu a {
    color: #000;
  }
  .menu_left {
    width: 330px;
    height: 200px;
    margin-right: 50px;
    position: absolute;
    top: 30px;
    background-size: cover;
    background-position: center;
    transition: opacity 0.5s ease;
    opacity: 1;
  }
  .menu_left.fade-out {
    opacity: 0;
  }
  .menu_first {
    width: 350px;
    height: 300px;
    display: inline-block;
    position: relative;
  }
  .aboutus .menu_left {
    background-image: url("../img/common/menu_aboutus.jpg");
  }
  .sustainability .menu_left {
    background-image: url("../img/common/menu_sustainability.jpg");
  }
  .products .menu_left {
    background-image: url("../img/common/menu_products.jpg");
  }
  .products_menu_04 {
    height: 500px;
  }
  /*メガメニュー　ここまで ------------------------------------------*/
  .l-globalNav__list > li > ul > li {
    margin-top: 8px;
  }
  .l-globalNav__list > li > ul > li a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    padding-left: 18px;
  }
  .l-globalNav__list > li > ul > li a:before {
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    content: "";
    width: 10px;
    height: 3px;
    background: #000;
  }
  .l-globalNav__list > li > ul > li a:hover {
    opacity: 0.8;
  }
  .l-header {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: height 0.2s ease 0s;
    transition: height 0.2s ease 0s;
  }
  .l-header.__compact {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 80px;
  }
  .l-header.__compact .l-header__inner {
    padding-top: 19px;
    margin-right: 0;
  }
  .l-header.__compact .l-header__logo {
    margin: 0 0 15px 10%;
    top: -5px;
  }
  .l-header.__compact .l-header__corporateLogo {
    top: -60px;
  }
  .l-header__inner {
    padding-top: 24px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: padding-top 0.2s ease 0s;
    transition: padding-top 0.2s ease 0s;
  }
  .l-header__logo {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: margin 0.2s ease 0s;
    transition: margin 0.2s ease 0s;
  }
  .l-header__logo a:hover {
    opacity: 0.8;
  }
  .l-header__navTrigger {
    display: none;
  }
  .l-header__corporateLogo a:hover {
    opacity: 0.8;
  }
  .c-container {
    width: 1150px;
    margin: 0 auto;
  }
  .c-container.__narrow {
    width: 932px;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 1200px) {
  .c-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 767.98px) {
  .pc {
    display: none;
  }
  .l-body {
    padding-top: 11.72vw;
  }
  .pankuzu {
    font-size: 2.5vw;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .c-container {
    padding: 0 4vw;
  }
  .l-footer {
    text-align: center;
    padding: 30px 0 20px;
  }
  .l-footer nav {
    color: #005bac;
  }
  .l-footer nav a {
    padding: 0 15px;
    font-size: 3.5vw;
  }
  .l-footer nav a:first-child {
    border-right: 1px solid #005bac;
  }
  .l-footer__copyright {
    margin-top: 6.52vw;
    font-size: 3.13vw;
  }
  .l-footerNav {
    display: none;
  }
  .l-footerSubNav {
    margin-top: 0;
  }
  .l-footerSubNav__list > li > a {
    font-size: 3.91vw;
    padding: 0 3.91vw;
  }
  .l-globalNav {
    display: none;
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 11.72vw;
  }
  .l-globalNav__list {
    max-height: 100vh;
    overflow: scroll;
  }
  .l-globalNav__list > li {
    font-size: 3.39vw;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-globalNav__list > li .trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14.33vw;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transition: -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  }
  .l-globalNav__list > li .trigger:before, .l-globalNav__list > li .trigger:after {
    content: "";
    position: absolute;
    width: 2.61vw;
    height: 0.27vw;
    background-color: #000;
  }
  .l-globalNav__list > li .trigger:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg) translateX(-0.52vw);
    transform: rotate(45deg) translateX(-0.52vw);
  }
  .l-globalNav__list > li .trigger:after {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-45deg) translateX(0.53vw);
    transform: rotate(-45deg) translateX(0.53vw);
  }
  .l-globalNav__list > li .trigger.__open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .l-globalNav__list > li > a {
    width: calc(100% - 14.33vw);
    padding: 3.91vw 5.21vw;
  }
  .l-globalNav__list > li > div > ul > li a {
    border-top: 1px solid #ccc;
    padding: 3.26vw 5.21vw;
    display: block;
    width: 100%;
  }
  .l-globalNav > ul .menu {
    display: none;
    width: 100%;
    margin-left: 5%;
    border-left: 1px solid #ccc;
  }
  .sub_menu {
    margin-left: 5%;
    border-left: 1px solid #ccc;
  }
  .l-globalNav__list > li > ul > li a {
    border-top: 1px solid #ccc;
    padding: 3.26vw 5.21vw;
  }
  .l-header {
    height: 11.72vw;
  }
  .header_btn {
    top: 0px;
    right: 15%;
  }
  .header_btn a {
    padding: 3vw 2vw;
    font-size: 2.3vw;
  }
  .l-header__inner {
    height: 11.72vw;
  }
  .l-header__logo img {
    width: 40vw;
  }
  .l-header__corporateLogo {
    display: none;
  }
  .l-pageTop {
    bottom: 13.03vw;
    right: 3vw;
  }
  .l-pageTop__btn {
    width: 10vw;
    height: 10vw;
    border-radius: 10vw;
  }
  .l-pageTop__btn img {
    width: 4vw;
  }
}
@media (min-width:768px) {
  .l-globalNav {
    transition: transform .2s ease 0s !important;
    transform-origin: top left;
    will-change: transform;
    transform: translateZ(0);
  }
  .l-globalNav.__compact {
    top: 0 !important;
    transform: translate3d(0, -60px, 0);
  }
  .l-globalNav__list {
    transition: none !important;
  }
  .l-globalNav.__compact .l-globalNav__list {
    transition: none !important;
  }
  .l-globalNav__list > li > a {
    transition: color .2s ease, opacity .2s ease !important;
  }
  .l-header.__compact .l-globalNav__list > li > a {
    transition: none !important;
  }
  .l-globalNav > ul .menu {
    isolation: isolate;
    contain: layout paint;
    overflow: clip;
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: opacity .2s ease-in, max-height .2s ease-in, visibility 0s linear .2s !important;
    will-change: opacity, max-height;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  .l-globalNav > ul > .toggle:hover .menu {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    pointer-events: auto;
    z-index: 10;
  }
  .l-header__logo {
    transition: opacity .2s ease 0s !important;
  }
  .l-globalNav {
    transition: transform .2s ease 0s !important;
    transform-origin: top left;
    will-change: transform;
    transform: translateZ(0);
  }
  .l-globalNav.__compact {
    top: 0 !important;
    transform: translate3d(0, -60px, 0);
    transition: none !important;
  }
  .l-globalNav__list {
    transition: none !important;
  }
  .l-globalNav.__compact .l-globalNav__list {
    transition: none !important;
  }
  .l-globalNav__list > li > a {
    transition: color .2s ease, opacity .2s ease !important;
  }
  .l-header.__compact .l-globalNav__list > li > a {
    transition: none !important;
  }
	.l-globalNav > ul .menu {
    background-color: #fff !important;
  }
  .l-globalNav { 
		position: relative;
	}
  .l-globalNav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0;
    pointer-events: none;
    z-index: 9;
    opacity: 0;
    transition: opacity .2s ease;
    box-shadow: 0 0px 7px rgba(0,0,0,.18);
  }
  .l-globalNav:has(> ul > .toggle:hover)::after {
    opacity: 1;
		height: 280px;
  }
	.l-globalNav:has(> ul > .sustainability.toggle:hover)::after {
    height: 300px;
  }
	
	
	.l-globalNav{ 
		display:block !important;
	}
}