@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  position: relative;
  width: 100%;
  color: #4C4948;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
  min-height: 100vh;
  min-height: 100dvh;
  line-height: 1.6;
}

img {
  display: block;
  height: auto;
}

.svg-filter {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  visibility: hidden;
}

.l-main img {
  margin: auto;
}

.l-main, header {
  font-feature-settings: "palt";
  letter-spacing: 0.9px;
}

.l-main p, .l-main ul, .l-main ol, .l-main li {
  font-size: 0.9375rem;
}

.el-page {
  min-width: 0;
}

.el-footerPagetop__inner {
  padding-top: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
  z-index: 10;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 20px;
}

.l-nav {
  display: inline-flex;
  align-items: center;
}

.l-nav__panel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}

.l-nav__btn {
  position: relative;
  top: 2px;
  right: -5px;
}

.c-sec {
  background: var(--bg);
}

.c-sec__inner {
  padding: 14px;
}

.c-sec.-kv {
  margin-top: 44px;
}

.c-sec.-plastic {
  --bg: #70A1D4;
  --theme: #377DC4;
  --theme-sub: #B4E3FF;
  margin-top: -1px;
}

.c-sec.-co2 {
  --bg: #A4DFBA;
  --theme: #5BC581;
  --theme-sub: #DBF2E3;
}

.c-sec.-biomass {
  --bg: #E86071;
  --theme: #EDA297;
}

.c-block {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.c-block + .c-block {
  margin-top: 14px;
}
.c-block.-sub-bg {
  background: var(--theme-sub);
}

.c-block__heading svg {
  display: block;
  width: 100%;
  fill: var(--theme);
  height: 24px;
  margin-top: -1px;
}
.c-block__heading .c-heading {
  padding: 24px 0 10px;
  background: var(--theme);
}

.c-block__body {
  padding: 8px 18px 20px;
}

.c-block__impact {
  margin-top: 20px;
}

.c-block__products {
  margin-top: 20px;
  border: 2px solid var(--theme);
  border-radius: 16px;
  overflow: hidden;
}
.c-block__products .c-block__heading svg {
  height: 18px;
}
.c-block__products .c-block__heading .c-heading {
  padding: 16px 0 4px;
}

.c-block__effects {
  margin-top: 10px;
}

.c-list {
  margin-top: 20px;
}
.c-list > li {
  position: relative;
  margin-top: 15px;
  padding-left: 20px;
}
.c-list > li::before {
  content: "●";
  color: var(--theme);
  position: absolute;
  left: 0;
  top: 0;
}

.c-products {
  position: relative;
  margin-top: 20px;
  padding: 0 10px 20px;
}
.c-products + .c-products {
  margin-top: 0;
  padding-top: 20px;
}
.c-products + .c-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background: var(--theme);
}

.c-products__name {
  text-align: center;
  color: var(--theme);
  font-size: 1rem;
  margin-left: -10px;
  margin-right: -10px;
}

.c-products__item {
  margin-top: 10px;
}

.c-note {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9375rem;
}
.c-note::before {
  content: "※";
}
.c-note.-small {
  font-size: 0.875rem;
}
.c-note.-tar {
  text-align: right;
}

.c-text {
  margin-top: 10px;
  font-size: 0.9375rem;
}
.c-text strong {
  font-weight: 400;
  border-bottom: #FEC860 2px solid;
}

.p-nav {
  display: none;
  text-align: right;
  background: #70A1D4;
}

.p-nav__inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  padding: 40px 40px 120px;
  background: #377DC4;
}

.p-nav__list {
  margin-top: 50px;
}

.p-nav__item + .p-nav__item {
  margin-top: 30px;
}

.p-nav__close {
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 40px;
  right: -10px;
  top: -10px;
}
.p-nav__close::before, .p-nav__close::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.p-nav__close::before {
  transform: rotate(-45deg);
}
.p-nav__close::after {
  transform: rotate(45deg);
}

.p-nav__link {
  color: #fff;
  font-weight: bold;
}
.p-nav__link:hover {
  text-decoration: none;
}
.p-nav__link:visited {
  color: #fff;
}
.p-nav__link:focus-visible {
  text-decoration: underline;
}

.p-nav__bg {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.p-nav__bg > img {
  width: 100%;
}

.p-kv__img {
  width: 100%;
  max-width: none;
}

.p-kv__sub {
  padding: 0 14px;
  background: #70A1D4;
  overflow: hidden;
  position: relative;
  background-image: url("/_var/egao-touch/heiwado202303/img/bg_lead.png");
  background-size: calc(100% - 28px);
  background-position: calc(50% + 3px) bottom;
  background-repeat: no-repeat;
}

.p-lead.-child:first-child {
  position: relative;
  background-image: url("/_var/egao-touch/heiwado202303/img/bg_lead.png");
  background-size: 100%;
  background-position: 3px bottom;
  padding: 40px 0 60px;
  z-index: 1;
}
.p-lead.-child:last-child {
  padding: 50px 0 70px;
  margin-top: -40px;
}

.p-lead__inner {
  position: relative;
  z-index: 1;
}

.p-lead__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-lead__item + .p-lead__item {
  margin-left: 10px;
}

.p-egao {
  padding: 30px 30px 0;
  text-align: center;
  background-image: url("/_var/egao-touch/heiwado202303/img/bg_egao.png");
  background-size: 434px;
  background-position: center top;
  background-repeat: no-repeat;
}

.p-egao__lead {
  margin-top: 20px;
}

.p-egao__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  min-width: 232px;
  padding: 8px;
  background: #2B66B0;
  border-radius: 99em;
  color: #fff;
  font-size: 1rem;
}
.p-egao__link:visited {
  color: #fff;
}
.p-egao__link:hover {
  text-decoration: none;
}

.u-mt0 {
  margin-top: 0px !important;
}
.u-mt8 {
  margin-top: 8px !important;
}
.u-mt16 {
  margin-top: 16px !important;
}
.u-mt24 {
  margin-top: 24px !important;
}
.u-mt32 {
  margin-top: 32px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mt48 {
  margin-top: 48px !important;
}
.u-mt56 {
  margin-top: 56px !important;
}
.u-mt64 {
  margin-top: 64px !important;
}
.u-mt72 {
  margin-top: 72px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}
.u-mt88 {
  margin-top: 88px !important;
}
.u-mt96 {
  margin-top: 96px !important;
}
.u-mt104 {
  margin-top: 104px !important;
}
.u-mt112 {
  margin-top: 112px !important;
}
.u-mt120 {
  margin-top: 120px !important;
}
.u-mt128 {
  margin-top: 128px !important;
}
.u-mt136 {
  margin-top: 136px !important;
}
.u-mt144 {
  margin-top: 144px !important;
}
.u-mt152 {
  margin-top: 152px !important;
}
.u-mt4 {
  margin-top: 4px !important;
}
.u-mt12 {
  margin-top: 12px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-ml8 {
  margin-left: 24px !important;
}

@media (min-width: 768px){
  .u-mt0-pc {
    margin-top: 0px !important;
  }
  .u-mt8-pc {
    margin-top: 8px !important;
  }
  .u-mt16-pc {
    margin-top: 16px !important;
  }
  .u-mt24-pc {
    margin-top: 24px !important;
  }
  .u-mt32-pc {
    margin-top: 32px !important;
  }
  .u-mt40-pc {
    margin-top: 40px !important;
  }
  .u-mt48-pc {
    margin-top: 48px !important;
  }
  .u-mt56-pc {
    margin-top: 56px !important;
  }
  .u-mt64-pc {
    margin-top: 64px !important;
  }
  .u-mt72-pc {
    margin-top: 72px !important;
  }
  .u-mt80-pc {
    margin-top: 80px !important;
  }
  .u-mt88-pc {
    margin-top: 88px !important;
  }
  .u-mt96-pc {
    margin-top: 96px !important;
  }
  .u-mt104-pc {
    margin-top: 104px !important;
  }
  .u-mt112-pc {
    margin-top: 112px !important;
  }
  .u-mt120-pc {
    margin-top: 120px !important;
  }
  .u-mt128-pc {
    margin-top: 128px !important;
  }
  .u-mt136-pc {
    margin-top: 136px !important;
  }
  .u-mt144-pc {
    margin-top: 144px !important;
  }
  .u-mt152-pc {
    margin-top: 152px !important;
  }
  .u-mt4-pc {
    margin-top: 4px !important;
  }
  .u-mt12-pc {
    margin-top: 12px !important;
  }
  .u-mt20-pc {
    margin-top: 20px !important;
  }
  .u-mt30-pc {
    margin-top: 30px !important;
  }
  .u-m-auto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px){
  .u-mt0-sp {
    margin-top: 0px !important;
  }
  .u-mt8-sp {
    margin-top: 8px !important;
  }
  .u-mt16-sp {
    margin-top: 16px !important;
  }
  .u-mt24-sp {
    margin-top: 24px !important;
  }
  .u-mt32-sp {
    margin-top: 32px !important;
  }
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mt48-sp {
    margin-top: 48px !important;
  }
  .u-mt56-sp {
    margin-top: 56px !important;
  }
  .u-mt64-sp {
    margin-top: 64px !important;
  }
  .u-mt72-sp {
    margin-top: 72px !important;
  }
  .u-mt80-sp {
    margin-top: 80px !important;
  }
  .u-mt88-sp {
    margin-top: 88px !important;
  }
  .u-mt96-sp {
    margin-top: 96px !important;
  }
  .u-mt104-sp {
    margin-top: 104px !important;
  }
  .u-mt112-sp {
    margin-top: 112px !important;
  }
  .u-mt120-sp {
    margin-top: 120px !important;
  }
  .u-mt128-sp {
    margin-top: 128px !important;
  }
  .u-mt136-sp {
    margin-top: 136px !important;
  }
  .u-mt144-sp {
    margin-top: 144px !important;
  }
  .u-mt152-sp {
    margin-top: 152px !important;
  }
  .u-mt4-sp {
    margin-top: 4px !important;
  }
  .u-mt12-sp {
    margin-top: 12px !important;
  }
  .u-mt20-sp {
    margin-top: 20px !important;
  }
  .u-mt30-sp {
    margin-top: 30px !important;
  }
  .u-m-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
