/* break point media query */
/*--------------------------
common.css
--------------------------*/
body {
  font-weight: 400;
}

.globalHeader {
  letter-spacing: 0.05em;
}

.globalMenu__dropdown a {
  overflow: visible;
  position: relative;
  padding-left: calc(9px + 0.5em);
}
.globalMenu__dropdown a::before {
  position: absolute;
  left: 0;
  top: 5px;
}
.globalMenu__dropdown__title a {
  margin-left: 25px;
}
.globalMenu__dropdown__title a::before {
  top: 0;
  height: 100%;
}
.globalMenu__dropdown__item {
  width: 280px;
}

.c-breadcrumbs {
  letter-spacing: 0.05em;
}

.c-heading__title {
  letter-spacing: 0.05em;
}

.c-sectionTitle {
  letter-spacing: 0.05em;
}

.c-imgBox a figure figcaption {
  box-sizing: content-box;
  min-height: 40px;
}
@media (max-width: 767.9px) {
  .c-imgBox a figure figcaption {
    padding-bottom: 5px;
  }
}
.c-imgBox a figure figcaption .c-link img {
  display: block;
}

@media (max-width: 1024px) {
  .companyLogo {
    width: auto;
  }
}
.companyLogo img {
  height: 64px;
}
@media (max-width: 1024px) {
  .companyLogo img {
    height: 38.3px;
  }
}

.p-footerLogo {
  padding-left: 0;
  padding-right: 0;
}
.p-footerLogo img {
  height: 89.36px;
}
@media (max-width: 767.9px) {
  .p-footerLogo img {
    height: 16vw;
    max-height: 89.36px;
  }
}

/*--------------------------
index.css
--------------------------*/
.p-distribution {
  letter-spacing: 0.1em;
}

.p-bnr__sustainability, .p-bnr__company {
  letter-spacing: 0.1em;
  font-size: 30px;
}
.p-bnr__sustainability {
  position: relative;
  width: calc(50% - 3px);
  height: 21.875vw;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.9px) {
  .p-bnr__sustainability {
    display: block;
    padding-top: 4px;
    width: 100%;
    height: 165px;
    font-size: 30px;
  }
}
.p-bnr__sustainability .u-imgExpand {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1595/701;
}
.p-bnr__sustainability .u-imgExpand img {
  position: absolute;
  bottom: -5%;
}

/*--------------------------
company.css
--------------------------*/
.p-businessReport02__box h3 {
  width: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-businessReport02__box h3 {
    font-size: 2.44140625vw;
  }
}
@media (max-width: 767.9px) {
  .p-businessReport02__box h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}
.p-businessReport02__usage {
  padding-right: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 767.9px) {
  .p-businessReport02__usage {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-businessReport02__usage li::before {
  margin-right: 0.6em;
  width: 40px;
}
@media (max-width: 1024px) {
  .p-businessReport02__usage li::before {
    width: 3.90625vw;
  }
}
/*# sourceMappingURL=../../../sourcemaps/en/assets/css/en_overwrite.css.map */
