@charset "UTF-8";
@media screen and (min-width: 1000px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .sp-none {
    display: none !important;
  }
}

picture {
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

a {
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}

p {
  margin-bottom: inherit;
}

* {
  box-sizing: border-box;
}

h2, h3 {
  border: none;
  padding: 0;
  margin: 0;
}
h2::after, h3::after {
  display: none;
}

h2 span {
  color: unset;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  overflow-x: clip;
}

.l-header {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5em;
  padding: 2.4vw 0;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  .l-header {
    position: fixed;
    display: flex;
    align-items: center;
    padding: 0 2.4vw;
  }
}
.l-header.is-animate {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.l-header.is-animate-end {
  transform: inherit;
}
.l-header__logo {
  display: block;
  width: 38%;
}
@media screen and (max-width: 999px) {
  .l-header__logo {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__logo {
    width: 10.5vw;
  }
}
.l-header__nav {
  flex: 1;
  transition: opacity 0.6s, visibility 0.6s;
  position: relative;
}
@media screen and (max-width: 999px) {
  .l-header__nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 14vw 4% 9.5vw;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    max-height: 100vh;
    overflow: auto;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__nav {
    margin-left: 6.2vw;
  }
}
.is-open .l-header__nav {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1000px) {
  .l-header ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .l-header ul li {
    border-bottom: 1px solid #ea5520;
  }
}
.l-header ul a, .l-header ul i {
  display: flex;
  align-items: center;
  font-size: 4.8vw;
  font-style: inherit;
  color: #ea5520;
  text-decoration: none;
  line-height: 1.35;
  padding: 3vw 4.5vw 3vw 3.2vw;
  height: 100%;
  border-radius: 3em;
  transition: color 0.4s;
}
@media screen and (max-width: 999px) {
  .l-header ul a, .l-header ul i {
    background: url(/policy/energy_environment/shigenjunkan/circular_economy/action/images/icon_arrow.svg) no-repeat right 0.5em top 50%/0.8em auto;
  }
}
@media screen and (min-width: 1000px) {
  .l-header ul a, .l-header ul i {
    justify-content: center;
    font-size: clamp(1.05rem, 1.0415vw, 1.0415vw);
    text-align: center;
    padding: 1vw 1.6vw;
  }
}
.l-header ul a:hover, .l-header ul i:hover {
  color: #ea5520;
}
@media screen and (min-width: 1000px) {
  .l-header ul a:hover, .l-header ul i:hover {
    opacity: 1;
    color: #fff;
  }
}
.l-header ul a.is-window, .l-header ul i.is-window {
  background: none;
}
.l-header ul a.is-window span, .l-header ul i.is-window span {
  position: relative;
  margin-left: 1em;
}
@media screen and (max-width: 999px) {
  .l-header ul a.is-window span, .l-header ul i.is-window span {
    margin-left: auto;
    top: -0.2em;
    left: 0.5em;
  }
}
.l-header ul a.is-window span::before, .l-header ul i.is-window span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/policy/energy_environment/shigenjunkan/circular_economy/action/images/icon_window_white.svg) no-repeat 0 0.2em/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  .l-header ul a.is-window:hover span::before, .l-header ul i.is-window:hover span::before {
    opacity: 1;
  }
}
.l-header ul a.is-window img, .l-header ul i.is-window img {
  width: 0.85em;
}
@media screen and (min-width: 1000px) {
  .l-header ul a.is-window img, .l-header ul i.is-window img {
    width: 1.2em;
  }
}
.l-header ul a.is-lang, .l-header ul i.is-lang {
  background: none;
  position: relative;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .l-header ul a.is-lang, .l-header ul i.is-lang {
    display: none;
  }
}
.l-header ul a.is-lang::before, .l-header ul a.is-lang::after, .l-header ul i.is-lang::before, .l-header ul i.is-lang::after {
  content: "";
  display: block;
  width: 2px;
  height: 28%;
  background: #ea5520;
  position: absolute;
  top: 50%;
  right: 0.85em;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.4s;
}
.l-header ul a.is-lang.is-open::after, .l-header ul i.is-lang.is-open::after {
  transform: translateY(-50%) rotate(90deg);
}
.l-header ul a.is-lang::after, .l-header ul i.is-lang::after {
  transform: translateY(-50%);
}
.l-header ul .c-language-sp {
  max-height: 0;
  overflow: hidden;
  transition: 0.8s;
}
@media screen and (min-width: 1000px) {
  .l-header ul .c-language-sp {
    display: none;
  }
}
.l-header ul .c-language-sp.is-open {
  max-height: 100vw;
}
.l-header ul .c-language-sp li {
  border-bottom: none;
}
.l-header ul .c-language-sp li:last-child {
  margin-bottom: 0.8em;
}
.l-header ul .c-language-sp a {
  padding: 1.5vw 4.5vw 1.5vw 3.2vw;
  background-image: url(/policy/energy_environment/shigenjunkan/circular_economy/action/images/icon_arrow_right.svg);
}
.l-header__stickybar {
  opacity: 0;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  background: #ea5520;
  border-radius: 3em;
  transition: 0.4s;
}
@media screen and (min-width: 1000px) {
  .l-header__stickybar.is-active {
    opacity: 1;
  }
}

.c-language-pc {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 4.8vw;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-100%);
}
@media screen and (max-width: 999px) {
  .c-language-pc {
    display: none;
  }
}
.c-language-pc.is-animate {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.c-language-pc__panel ul {
  display: flex;
  align-items: center;
  padding: 0.4em 1em;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .c-language-pc__panel ul {
    padding: 0.7em 1.2em 0.8em;
  }
}
@media screen and (min-width: 1000px) {
  .c-language-pc__panel ul li:nth-child(n+2) {
    margin-left: 1.3em;
  }
}
.c-language-pc__panel ul a {
  font-size: 1.1vw;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
}
.c-language-pc__panel ul a:hover {
  color: inherit;
}

.c-hamburger {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0.7vw;
  right: 1vw;
  z-index: 20;
  width: 13vw;
  transform: translateY(-150%);
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger.is-animate {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

main {
  font-weight: 700;
}

.article-text-wrap {
  margin-top: 5vw;
}

.article-contents {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .article-contents {
    padding: 0 23.3%;
    padding: 0 23.3vw;
  }
}

.article-features {
  text-align: center;
  margin-top: 12vw;
  position: relative;
}
@media screen and (max-width: 999px) {
  .article-features {
    margin-bottom: 26vw;
  }
}
@media screen and (min-width: 1000px) {
  .article-features {
    margin-top: 4.5vw;
  }
}
.article-features__heading {
  font-size: 5.35vw;
  font-weight: 900;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
  .article-features__heading {
    font-size: 1.7vw;
  }
}
.article-features__heading span {
  font-size: 11.45vw;
  margin-left: -0.14em;
}
@media screen and (min-width: 1000px) {
  .article-features__heading span {
    font-size: 3.36vw;
  }
}
.article-features__list {
  margin-top: 1em;
}
@media screen and (min-width: 1000px) {
  .article-features__list {
    display: flex;
    justify-content: center;
  }
}
.article-features__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64vw;
  height: 64vw;
  background: #ccc;
  border-radius: 30em;
  margin: 0 0 3.5vw;
}
@media screen and (max-width: 999px) {
  .article-features__item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .article-features__item {
    width: 25vw;
    height: 16.5vw;
    border-radius: 15em;
    margin: 0 0.6vw;
  }
}
.article-features__item.is-feature01 {
  background: #EC7AAC;
}
.article-features__item.is-feature02 {
  background: #187FC4;
}
.article-features__item.is-feature03 {
  background: #009F5D;
}
.article-features__item-number span {
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
}
.article-features__item-number span:first-child {
  font-size: 4.5vw;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1000px) {
  .article-features__item-number span:first-child {
    font-size: 1.04vw;
  }
}
.article-features__item-number span:last-child {
  font-size: 10.4vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .article-features__item-number span:last-child {
    font-size: 2.52vw;
  }
}
.article-features__item-txt {
  font-size: 4.18vw;
  line-height: 1.5;
  margin-top: 0.3em;
}
@media screen and (min-width: 1000px) {
  .article-features__item-txt {
    font-size: 1.04vw;
    line-height: 1.6;
  }
}
.article-features__bg {
  position: absolute;
  top: 0;
}

.article-heading {
  font-size: 5.5vw;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  margin: 16vw -5vw 0;
}
@media screen and (min-width: 1000px) {
  .article-heading {
    font-size: 2.52vw;
    line-height: 1.5;
    margin-top: 6.5vw;
  }
}
.article-heading span {
  font-size: 9vw;
}
@media screen and (min-width: 1000px) {
  .article-heading span {
    font-size: 3.78vw;
  }
}
@media screen and (max-width: 999px) {
  .article-heading span {
    margin: 0 -14px;
  }
}

@media screen and (min-width: 1000px) {
  .article-section {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 999px) {
  .article-section.is-mt {
    margin-top: 11vw;
  }
}

.article-subheading-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 6vw;
}
@media screen and (max-width: 999px) {
  .article-subheading-wrap {
    padding: 0 13%;
  }
}
@media screen and (min-width: 1000px) {
  .article-subheading-wrap {
    margin-bottom: 2.7em;
  }
}

.article-subheading {
  display: inline-block;
  font-size: 5.335vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  position: relative;
  padding: 0 1.8em;
}
@media screen and (max-width: 999px) {
  .article-subheading {
    min-width: 72vw;
  }
  .article-subheading.is-tukau {
    min-width: 77.9vw;
  }
  .article-subheading.is-kau-mawasu {
    min-width: 88.6vw;
  }
  .article-subheading.is-wakeru-mawasu {
    min-width: 89.9vw;
  }
  .article-subheading.is-wakeru-mawasu i {
    letter-spacing: -0.06em;
  }
}
@media screen and (min-width: 1000px) {
  .article-subheading {
    font-size: 1.78vw;
    line-height: 1.588;
    padding: 0 2.8em;
  }
}
.is-purple .article-subheading {
  color: #8B9BC8;
}
.is-orange .article-subheading {
  color: #EA5520;
}
.is-green .article-subheading {
  color: #009F5D;
}
.is-pink .article-subheading {
  color: #EC7AAC;
}
.is-blue .article-subheading {
  color: #187FC4;
}
.article-subheading::before, .article-subheading::after {
  position: absolute;
  top: 0;
  display: inline-block;
  line-height: 0.6;
  background: none;
  font-size: 15vw;
}
@media screen and (min-width: 1000px) {
  .article-subheading::before, .article-subheading::after {
    font-size: 7.5vw;
    line-height: 0.65;
  }
}
.article-subheading::before {
  content: "“";
  left: 0;
}
.article-subheading::after {
  content: "”";
  right: 0;
  left: inherit;
  width: inherit;
}
.article-subheading i {
  display: block;
  font-size: 8vw;
  font-style: normal;
  line-height: 0.7;
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  .article-subheading i {
    font-size: 2.9vw;
    margin-bottom: 1.3vw;
  }
}

.article-bg-sp {
  display: flex;
  margin: 11vw -2%;
}
@media screen and (min-width: 1000px) {
  .article-bg-sp {
    display: none;
  }
}
.article-bg-sp.is-right {
  justify-content: flex-end;
}
.article-bg-sp img {
  width: 16.6666666667%;
}
.article-bg-sp img.is-right {
  margin-left: auto;
}

.article-txt {
  font-size: 4.18vw;
  line-height: 1.6;
  margin-top: 4.6vw;
}
@media screen and (max-width: 999px) {
  .article-txt {
    padding: 0 13%;
  }
}
@media screen and (min-width: 1000px) {
  .article-txt {
    font-size: 1.27vw;
    line-height: 2;
    margin-top: 1.6vw;
  }
}

.article-list {
  padding: 0;
  margin: 4.4vw 0 5.2vw;
}
@media screen and (min-width: 1000px) {
  .article-list {
    margin: 2.2vw 0;
  }
}
.article-list li {
  display: flex;
  font-size: 4.18vw;
  padding: 0 13%;
  margin: 0 0 0.35em;
}
@media screen and (max-width: 999px) {
  .article-list li {
    line-height: 1.6;
    margin-bottom: 1vw;
  }
}
@media screen and (min-width: 1000px) {
  .article-list li {
    font-size: 1.28vw;
    padding: 0;
    margin: 0 0 0.65em;
  }
}
.article-list li::before {
  content: "●";
  margin-right: 0.3em;
}
.is-purple .article-list li::before {
  color: #8B9BC8;
}
.is-orange .article-list li::before {
  color: #EA5520;
}
.is-green .article-list li::before {
  color: #009F5D;
}
.is-pink .article-list li::before {
  color: #EC7AAC;
}
.is-blue .article-list li::before {
  color: #187FC4;
}

.article-img {
  margin-top: 5vw;
}
@media screen and (max-width: 999px) {
  .article-img {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1000px) {
  .article-img {
    margin-top: 2em;
  }
}
.article-img.is-wide02 {
  width: 84%;
  margin: 6vw auto 0;
}
@media screen and (min-width: 1000px) {
  .article-img.is-wide02 {
    width: 64%;
    margin-top: 2.2vw;
  }
}
.article-img img:nth-child(2) {
  margin-top: 3vw;
}
@media screen and (min-width: 1000px) {
  .article-img img:nth-child(2) {
    margin-top: 1.5vw;
  }
}
.article-img-caption {
  font-size: 3.7vw;
  font-weight: 500;
  line-height: 1.57;
  margin-top: 2.8vw;
}
@media screen and (min-width: 1000px) {
  .article-img-caption {
    font-size: 0.95vw;
    line-height: 1.66;
    margin-top: 1em;
  }
}

.article-box {
  line-height: 2;
  padding: 2.5vw 6.4vw;
  border: #84CBC8 4px solid;
  border-radius: 15vw;
  margin-top: 2vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 999px) {
  .article-box {
    width: 92%;
    padding: 20vw 13vw;
    border-radius: 50vw;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.article-box p {
  font-size: 4.18vw;
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .article-box p {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1000px) {
  .article-box p {
    font-size: 1.25vw;
  }
}

.article-accordion {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .article-accordion {
    padding: 0 4%;
    margin-top: 6vw;
  }
}
@media screen and (min-width: 1000px) {
  .article-accordion-trigger {
    text-align: center;
  }
}
.article-accordion-trigger-inner {
  font-size: 6vw;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .article-accordion-trigger-inner {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .article-accordion-trigger-inner {
    display: inline-block;
    font-size: 1.78vw;
    text-align: center;
  }
  .is-open .article-accordion-trigger-inner {
    margin-top: 0.8em;
  }
}
.article-accordion-trigger-inner:hover {
  opacity: 0.7;
}
.article-accordion-trigger-inner span {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  background: #000;
  border-radius: 1em;
  margin-top: -0.2em;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .article-accordion-trigger-inner span {
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.4em;
  }
}
.article-accordion-trigger-inner span::before, .article-accordion-trigger-inner span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55%;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
@media screen and (min-width: 1000px) {
  .article-accordion-trigger-inner span::before, .article-accordion-trigger-inner span::after {
    width: 60%;
  }
}
.article-accordion-trigger-inner span::before {
  content: "";
}
.article-accordion-trigger-inner span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .article-accordion-trigger-inner span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (min-width: 1000px) {
  .article-accordion-panel {
    margin-top: 1.6em;
  }
}
.article-accordion-box {
  background: #84CBC8;
  padding: 17vw 14vw;
  border-radius: 50vw;
  transition: 0.4s;
}
@media screen and (min-width: 1000px) {
  .article-accordion-box {
    padding: 2.5vw 7.5vw;
    border-radius: 15vw;
  }
}
.is-open .article-accordion-box {
  padding: 21vw 14vw;
}
@media screen and (min-width: 1000px) {
  .is-open .article-accordion-box {
    padding: 2.5vw 7.5vw 2.6vw;
  }
}
.article-accordion-content {
  font-size: 4.18vw;
  line-height: 1.6;
  border-bottom: none;
  overflow: hidden;
  max-height: 0;
  transition: 0.4s;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .is-open .article-accordion-content {
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 1000px) {
  .article-accordion-content {
    font-size: 1.28vw;
    line-height: 2;
  }
}
.article-accordion-txt-01 {
  font-size: 5.33vw;
}
@media screen and (max-width: 999px) {
  .article-accordion-txt-01 {
    line-height: 1.6;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1000px) {
  .article-accordion-txt-01 {
    font-size: 1.46vw;
  }
}
.article-accordion-txt-02 {
  font-size: 4.255vw;
  line-height: 1.42;
  margin-top: 0.6em;
}
@media screen and (max-width: 999px) {
  .article-accordion-txt-02 {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1000px) {
  .article-accordion-txt-02 {
    font-size: 1.25vw;
    line-height: 2;
    margin-top: 0.2em;
  }
}
.article-accordion-txt-03 {
  font-size: 3.75vw;
  text-indent: -1em;
  line-height: 1.6;
  margin-top: 0.8em;
  margin-left: 1em;
}
@media screen and (max-width: 999px) {
  .article-accordion-txt-03 {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1000px) {
  .article-accordion-txt-03 {
    font-size: 1.042vw;
  }
}

.circle-wrap {
  display: flex;
  flex-wrap: wrap;
}

.c-circle {
  width: 16.6666666667%;
  vertical-align: middle;
}
.c-circle img {
  width: 100%;
}

.c-expo-bnr {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .c-expo-bnr {
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .c-expo-bnr {
    top: 23vw;
    right: 17.5vw;
    width: 19vw;
  }
}
.c-expo-bnr.is-animate {
  opacity: 1;
  visibility: visible;
  animation: 0.49s linear forwards animateFadeIn;
}
.c-expo-bnr img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-sticky {
  position: fixed;
  bottom: 0;
  z-index: 10;
  transition: opacity 0.6s, transform 0.6s;
}
@media screen and (max-width: 999px) {
  .c-sticky {
    display: flex;
    right: 0;
    transform: translateY(100%);
  }
}
@media screen and (min-width: 1000px) {
  .c-sticky {
    opacity: 0;
    width: 4.4vw;
    transform: translateX(100%);
    bottom: 1.5vw;
    right: 1.5vw;
  }
}
@media screen and (max-width: 999px) {
  .c-sticky.is-sp-active {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1000px) {
  .c-sticky.is-pc-active {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-sticky__expo {
  position: relative;
}
@media screen and (max-width: 999px) {
  .c-sticky__expo {
    width: 86vw;
  }
}
.c-sticky__expo img {
  width: 100%;
}
.c-sticky__expo img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-sticky__pagetop {
  width: 14.98vw;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .c-sticky__pagetop {
    width: 4.4vw;
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 999px) {
  .c-sticky__pagetop a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 999px) {
  .c-btn-pagetop {
    width: 15vw;
  }
}
@media screen and (min-width: 1000px) {
  .c-btn-pagetop {
    width: 11vw;
  }
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 4.55vw;
  color: #fff;
  width: 80%;
  padding: 1.1em 0.9em;
  border-radius: 3em;
  margin-top: 0.7em;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s;
}
@media screen and (min-width: 1000px) {
  .c-btn {
    font-size: 1.8vw;
    width: 38.7%;
    padding: 0.9em;
    margin-top: 0.32em;
  }
}
.c-btn.is-green {
  background: #009f5d;
}
.c-btn.is-green::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: red;
  background: url(/policy/energy_environment/shigenjunkan/circular_economy/action/images/icon_window_white.svg) no-repeat 0 0/contain;
  margin-left: 0.4em;
}
@media screen and (min-width: 1000px) {
  .c-btn.is-green::after {
    width: 1.1em;
    height: 1.1em;
  }
}
.c-btn.is-pink {
  background: #ec7aab;
}
@media screen and (max-width: 999px) {
  .c-btn.is-pink {
    margin-top: 1.5em;
  }
}
.c-btn.is-pink span {
  font-size: 5.1vw;
  letter-spacing: 0.05em;
  margin-left: 0.16em;
}
@media screen and (min-width: 1000px) {
  .c-btn.is-pink span {
    font-size: 1.9vw;
  }
}
.c-btn.is-orange {
  background: #ea5520;
  pointer-events: none;
}
.c-btn.is-orange span {
  font-size: 5.1vw;
  letter-spacing: 0.16em;
  margin-left: 0.16em;
}
@media screen and (min-width: 1000px) {
  .c-btn.is-orange span {
    font-size: 1.9vw;
  }
}
.c-btn.is-more {
  font-size: 7vw;
  font-weight: 900;
  color: #000;
  letter-spacing: 0.04em;
  padding: 0.4em 0.9em;
  border: #000 1px solid;
  margin: 6.8vw auto 0;
  width: 84%;
}
.c-btn.is-more:hover {
  color: inherit;
}
.c-btn.is-more span {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: #000;
  border-radius: 50%;
  position: relative;
  top: 0.08em;
  margin-left: 0.45em;
  position: relative;
}
.c-btn.is-more span::before, .c-btn.is-more span::after {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.c-btn.is-more span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .c-btn.is-more span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-btn:hover {
  color: #fff;
}

section {
  position: relative;
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.row.is-align-start {
  align-items: flex-start;
}
.row.is-align-center {
  align-items: center;
}
.row.is-align-end {
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .row.is-cando-row01 {
    margin-left: -2%;
  }
}
.row.is-cando-row02 {
  margin-top: 10vw;
}
@media screen and (max-width: 999px) {
  .row.is-cando-row02 {
    margin-left: 5%;
  }
}
@media screen and (min-width: 1000px) {
  .row.is-cando-row02 {
    margin-top: -16.4vw;
  }
}
.row.is-cando-row03 {
  margin-top: -4.8vw;
}
@media screen and (min-width: 1000px) {
  .row.is-cando-row03 {
    margin-top: -16.9vw;
  }
}
.row.is-cando-row04 {
  margin-top: -4vw;
}
@media screen and (max-width: 999px) {
  .row.is-cando-row04 {
    margin-left: 5%;
  }
}
@media screen and (min-width: 1000px) {
  .row.is-cando-row04 {
    margin-top: -16.9vw;
  }
}
@media screen and (max-width: 999px) {
  .row.is-cando-row05 {
    margin-top: 20vw;
  }
}

.col {
  position: relative;
}
.col.is-col12 {
  width: 100%;
}
.col.is-col11 {
  width: 91.6666666667%;
}
.col.is-col10 {
  width: 83.3333333333%;
}
.col.is-col9 {
  width: 75%;
}
.col.is-col8 {
  width: 66.6666666667%;
}
.col.is-col7 {
  width: 58.3333333333%;
}
.col.is-col6 {
  width: 50%;
}
.col.is-col5 {
  width: 41.6666666667%;
}
.col.is-col4 {
  width: 33.3333333333%;
}
.col.is-col3 {
  width: 25%;
}
.col.is-col2 {
  width: 16.6666666667%;
}
.col.is-col1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 999px) {
  .col.is-sp-col12 {
    width: 100%;
  }
  .col.is-sp-col11 {
    width: 91.6666666667%;
  }
  .col.is-sp-col10 {
    width: 83.3333333333%;
  }
  .col.is-sp-col9 {
    width: 75%;
  }
  .col.is-sp-col8 {
    width: 66.6666666667%;
  }
  .col.is-sp-col7 {
    width: 58.3333333333%;
  }
  .col.is-sp-col6 {
    width: 50%;
  }
  .col.is-sp-col5 {
    width: 41.6666666667%;
  }
  .col.is-sp-col4 {
    width: 33.3333333333%;
  }
  .col.is-sp-col3 {
    width: 25%;
  }
  .col.is-sp-col2 {
    width: 16.6666666667%;
  }
  .col.is-sp-col1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1000px) {
  .col.is-cando-scale01 {
    transform: scale(1.08);
  }
}

.logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 3%;
}
@media screen and (min-width: 1000px) {
  .logo {
    padding: 12% 0 8%;
  }
}
.logo-inner {
  width: 80%;
}
@media screen and (min-width: 1000px) {
  .logo-inner {
    width: 74%;
  }
}
.logo-heading {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .logo-heading {
    margin-top: -0.2em;
  }
}

.sns {
  margin-top: 18vw;
}
@media screen and (min-width: 1000px) {
  .sns {
    margin-top: 9.4vw;
    margin-bottom: 10vw;
  }
}
.sns-list {
  display: flex;
  justify-content: center;
  padding: 0;
}
.sns-list li {
  width: 13vw;
  margin: 0 3.3vw;
}
@media screen and (min-width: 1000px) {
  .sns-list li {
    width: 6.55vw;
    margin: 0 1.9vw;
  }
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 104%;
  margin: 0 -2%;
}
@media screen and (min-width: 1000px) {
  .bg-img {
    width: 102.8%;
    margin: 0 -1.4%;
  }
}
.bg-img > div {
  display: flex;
  width: 100%;
}
.bg-img > div.is-01 {
  margin-top: 116vw;
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-01 {
    margin-top: 1.5vw;
  }
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-02 {
    margin-top: 36.5vw;
    justify-content: flex-end;
  }
}
.bg-img > div.is-03 {
  justify-content: flex-end;
}
@media screen and (max-width: 999px) {
  .bg-img > div.is-03 {
    margin-top: 37vw;
    justify-content: flex-end;
  }
}
.bg-img > div.is-04 {
  margin-top: 61vw;
}
@media screen and (max-width: 999px) {
  .bg-img > div.is-04 {
    margin-top: 103vw;
  }
  .bg-img > div.is-04 img:nth-child(2) {
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-04 {
    margin-top: 57vw;
  }
}
@media screen and (max-width: 999px) {
  .bg-img > div.is-05 {
    margin-top: 373.5vw;
    justify-content: flex-end;
  }
}
.bg-img > div.is-06 {
  justify-content: flex-end;
}
@media screen and (max-width: 999px) {
  .bg-img > div.is-06 {
    margin-top: 301.5vw;
  }
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-06 {
    margin-top: 18.5vw;
  }
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-07 {
    margin-top: 10vw;
  }
}
.bg-img > div.is-08 {
  margin-top: 362vw;
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-08 {
    justify-content: flex-end;
    margin-top: 8vw;
  }
}
.bg-img > div.is-09 {
  margin-top: 331.5vw;
}
@media screen and (max-width: 999px) {
  .bg-img > div.is-09 {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-09 {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 999px) {
  .bg-img > div.is-10 {
    margin-top: 797vw;
  }
  .bg-img > div.is-10 img:nth-child(2) {
    margin-right: auto;
  }
}
.bg-img > div.is-11 {
  margin-top: 238.5vw;
}
@media screen and (max-width: 999px) {
  .bg-img > div.is-11 {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-11 {
    margin-top: 52vw;
  }
}
.bg-img > div.is-13 {
  justify-content: flex-end;
}
.bg-img > div.is-14 {
  margin-top: 18.5vw;
  justify-content: flex-end;
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-14 {
    margin-top: 16vw;
  }
}
.bg-img > div.is-15 {
  justify-content: flex-end;
}
.bg-img > div.is-16 {
  margin-top: 45vw;
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-16 {
    margin-top: 47vw;
  }
}
.bg-img > div.is-18 {
  margin-top: 18.5vw;
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-18 {
    margin-top: 13.5vw;
  }
}
.bg-img > div.is-19 {
  margin-top: -5vw;
  justify-content: flex-end;
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-19 {
    margin-top: -12vw;
  }
}
.bg-img > div.is-20 {
  justify-content: flex-end;
}
.bg-img > div.is-21 {
  margin-top: 46vw;
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-21 {
    margin-top: 50vw;
  }
}
.bg-img > div.is-23 {
  justify-content: flex-end;
  transition: 0.4s;
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-23 {
    margin-top: 29vw;
  }
  .is-open .bg-img > div.is-23 {
    margin-top: 46vw;
  }
}
.bg-img > div.is-24 {
  justify-content: flex-end;
}
.bg-img > div.is-25 {
  margin-top: -5vw;
  justify-content: flex-end;
}
@media screen and (min-width: 1000px) {
  .bg-img > div.is-25 {
    margin-top: 72.5vw;
  }
}
.bg-img > div.is-26 {
  position: absolute;
  bottom: 9.0357751278vw;
  left: 0;
}
.bg-img > div.is-27 {
  position: absolute;
  bottom: -8vw;
  left: 0;
}
.bg-img > div a {
  display: block;
  width: 16.6666666667%;
  margin-left: auto;
}
.bg-img > div a img {
  width: 100%;
}
.bg-img > div a:hover {
  opacity: 0.7;
}
.bg-img img {
  width: 16.6666666667%;
}

.btn-top {
  position: absolute;
  bottom: 13vw;
  right: 0;
  z-index: 10;
  width: 16.6666666667%;
}
@media screen and (min-width: 1000px) {
  .btn-top {
    bottom: 0;
    right: -1.4%;
  }
}

.foot-circle-logo {
  padding: 8vw;
}
@media screen and (min-width: 1000px) {
  .foot-circle-logo {
    padding: 0 3.8vw;
  }
}

.l-breadcrumb {
  margin-top: 8vw;
}
@media screen and (max-width: 999px) {
  .l-breadcrumb {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (min-width: 1000px) {
  .l-breadcrumb {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 120px;
  }
}
.l-breadcrumb__list {
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .l-breadcrumb__list {
    line-height: 1.8;
  }
}
.l-breadcrumb li, .l-breadcrumb a {
  font-size: 3vw;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .l-breadcrumb li, .l-breadcrumb a {
    font-size: 1.1vw;
  }
}
.l-breadcrumb li {
  display: inline;
  list-style: none;
}
.l-breadcrumb li:last-child::after {
  display: none;
}
.l-breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin: 0 0.4em;
  position: relative;
}
@media screen and (max-width: 999px) {
  .l-breadcrumb li::after {
    top: 0.015em;
  }
}
@media screen and (min-width: 1000px) {
  .l-breadcrumb li::after {
    top: -0.055em;
    margin: 0 0.4em 0 0.5em;
  }
}
.l-breadcrumb li a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: border 0.4s, opacity 0.4s;
}
.l-breadcrumb li a:hover {
  color: #000;
  border-color: transparent;
}

.l-footer {
  margin: inherit;
  padding-bottom: 12vw;
  margin-top: 7.5vw;
}
@media screen and (max-width: 999px) {
  .l-footer {
    padding-bottom: 23vw;
  }
}
.l-footer__logo {
  width: 57%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-footer__logo {
    width: 21%;
  }
}
.l-footer__copy {
  display: block;
  font-size: 3.45vw;
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 999px) {
  .l-footer__copy {
    line-height: 1.23;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer__copy {
    font-size: 1.2vw;
    margin-top: 1.35em;
  }
}

.fv .col {
  transition: 1s;
}
.fv .col.is-logo {
  opacity: 0;
}
.fv .col:not(.is-logo) {
  transform: scale(0) translate3d(0, 0, 0);
}
.fv .col.is-fv-animate {
  animation: 0.49s linear forwards animateScale;
}
.fv .col.is-fv-animate2 {
  animation: 0.49s linear forwards animateFadeIn;
  opacity: 1;
}
.fv .col.is-fv-animate3 {
  animation: 0.49s linear forwards animateFadeOut;
}

@keyframes animateScale {
  0% {
    transform: scale(0) translate3d(0, 0, 0);
  }
  35% {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
  75% {
    transform: scale(0.95) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes animateFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateFadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
.is-animate-rotate {
  animation: 14s linear infinite animateRotate;
}

@keyframes animateRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.is-animate-rotate2 {
  animation: 21s linear infinite animateRotate2;
}

@keyframes animateRotate2 {
  0% {
    transform: rotate(0) scale(1.02);
  }
  100% {
    transform: rotate(-360deg) scale(1.02);
  }
}
[class*=is-animate-frame] {
  position: absolute;
  top: 0;
  left: 0;
}

.is-animate-frame2-2 {
  animation: 1.4s linear infinite animateFrame2-2;
}

@keyframes animateFrame2-2 {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.is-animate-frame3-2 {
  animation: 2.8s linear infinite animateFrame3-2;
}

.is-animate-frame3-3 {
  animation: 2.8s linear infinite animateFrame3-3;
}

@keyframes animateFrame3-2 {
  0% {
    visibility: hidden;
  }
  32% {
    visibility: hidden;
  }
  33% {
    visibility: visible;
  }
}
@keyframes animateFrame3-3 {
  0% {
    visibility: hidden;
  }
  65% {
    visibility: hidden;
  }
  66% {
    visibility: visible;
  }
}
.is-animate-frame4-2 {
  animation: 2.8s linear infinite animateFrame4-2;
}

.is-animate-frame4-3 {
  animation: 2.8s linear infinite animateFrame4-3;
}

.is-animate-frame4-4 {
  animation: 2.8s linear infinite animateFrame4-4;
}

@keyframes animateFrame4-2 {
  0% {
    visibility: hidden;
  }
  24% {
    visibility: hidden;
  }
  25% {
    visibility: visible;
  }
}
@keyframes animateFrame4-3 {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
}
@keyframes animateFrame4-4 {
  0% {
    visibility: hidden;
  }
  74% {
    visibility: hidden;
  }
  75% {
    visibility: visible;
  }
}
.is-animate-frame5-2 {
  animation: 2.8s linear infinite animateFrame5-2;
}

.is-animate-frame5-3 {
  animation: 2.8s linear infinite animateFrame5-3;
}

.is-animate-frame5-4 {
  animation: 2.8s linear infinite animateFrame5-4;
}

.is-animate-frame5-5 {
  animation: 2.8s linear infinite animateFrame5-5;
}

@keyframes animateFrame5-2 {
  0% {
    visibility: hidden;
  }
  19% {
    visibility: hidden;
  }
  20% {
    visibility: visible;
  }
}
@keyframes animateFrame5-3 {
  0% {
    visibility: hidden;
  }
  39% {
    visibility: hidden;
  }
  40% {
    visibility: visible;
  }
}
@keyframes animateFrame5-4 {
  0% {
    visibility: hidden;
  }
  59% {
    visibility: hidden;
  }
  60% {
    visibility: visible;
  }
}
@keyframes animateFrame5-5 {
  0% {
    visibility: hidden;
  }
  79% {
    visibility: hidden;
  }
  80% {
    visibility: visible;
  }
}
.is-animate-frame6-2 {
  animation: 4.2s linear infinite animateFrame6-2;
}

.is-animate-frame6-3 {
  animation: 4.2s linear infinite animateFrame6-3;
}

.is-animate-frame6-4 {
  animation: 4.2s linear infinite animateFrame6-4;
}

.is-animate-frame6-5 {
  animation: 4.2s linear infinite animateFrame6-5;
}

.is-animate-frame6-6 {
  animation: 4.2s linear infinite animateFrame6-6;
}

@keyframes animateFrame6-2 {
  0% {
    visibility: hidden;
  }
  16.6% {
    visibility: hidden;
  }
  16.7% {
    visibility: visible;
  }
}
@keyframes animateFrame6-3 {
  0% {
    visibility: hidden;
  }
  33.2% {
    visibility: hidden;
  }
  33.3% {
    visibility: visible;
  }
}
@keyframes animateFrame6-4 {
  0% {
    visibility: hidden;
  }
  49.8% {
    visibility: hidden;
  }
  49.9% {
    visibility: visible;
  }
}
@keyframes animateFrame6-5 {
  0% {
    visibility: hidden;
  }
  66.4% {
    visibility: hidden;
  }
  66.5% {
    visibility: visible;
  }
}
@keyframes animateFrame6-6 {
  0% {
    visibility: hidden;
  }
  83% {
    visibility: hidden;
  }
  83.1% {
    visibility: visible;
  }
}
.simplebar-track.simplebar-vertical {
  width: 1.5vw !important;
  min-width: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  overflow: hidden;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  background: #000;
  border-radius: 5px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  display: none;
}

.c-npm-menu {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-npm-menu__toggle {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-width: 120px;
}
.c-npm-menu__toggle:hover {
  background: #e9ecef;
  border-color: #007bff;
  transform: translateX(-5px);
}
.c-npm-menu__icon {
  font-size: 18px;
}
.c-npm-menu__label {
  font-size: 14px;
  font-weight: 600;
  color: #495057;
}
.c-npm-menu__panel {
  position: absolute;
  top: 0;
  right: 100%;
  width: 350px;
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: all 0.3s ease;
  margin-right: 10px;
}
.c-npm-menu__panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.c-npm-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
  border-radius: 10px 10px 0 0;
}
.c-npm-menu__header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #495057;
}
.c-npm-menu__close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #495057;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.c-npm-menu__close:hover {
  background: #e9ecef;
  color: #007bff;
}
.c-npm-menu__content {
  max-height: 400px;
  overflow-y: auto;
  padding: 8px;
}
.c-npm-menu__script {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  margin: 4px 0;
  border-radius: 8px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.c-npm-menu__script:hover {
  background: #f8f9fa;
  border-color: #e9ecef;
}
.c-npm-menu__script.is-running {
  background: #cce5ff;
  border-color: #007bff;
}
.c-npm-menu__script.is-success {
  background: #afecbd;
  border-color: #28a745;
}
.c-npm-menu__script.is-error {
  background: #fae3e5;
  border-color: #dc3545;
}
.c-npm-menu__script-name {
  font-weight: 600;
  color: #495057;
  font-size: 14px;
  min-width: 120px;
}
.c-npm-menu__script-desc {
  flex: 1;
  color: #78838e;
  font-size: 12px;
  margin: 0 12px;
}
.c-npm-menu__run-btn {
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.c-npm-menu__run-btn:hover {
  background: #0062cc;
  transform: translateY(-1px);
}
.c-npm-menu__run-btn:active {
  transform: translateY(0);
}
.c-npm-menu__run-btn:disabled {
  background: #e9ecef;
  cursor: not-allowed;
  transform: none;
}
.c-npm-menu__footer {
  padding: 12px 20px;
  border-top: 1px solid #e9ecef;
  background: #f8f9fa;
  border-radius: 0 0 10px 10px;
}
.c-npm-menu__status {
  font-size: 12px;
  color: #495057;
  text-align: center;
  font-weight: 500;
}
.c-npm-menu__status.is-running {
  color: #007bff;
}
.c-npm-menu__status.is-success {
  color: #28a745;
}
.c-npm-menu__status.is-error {
  color: #dc3545;
}
@media screen and (max-width: 999px) {
  .c-npm-menu {
    right: 10px;
  }
  .c-npm-menu__panel {
    width: 280px;
  }
  .c-npm-menu__toggle {
    min-width: 100px;
    padding: 10px 12px;
  }
  .c-npm-menu__label {
    font-size: 12px;
  }
}