@charset "UTF-8";
.js-anime {
  visibility: hidden;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 3000ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.35, 1.1);
}
.js-anime.is-delayed01 {
  transition-delay: 150ms;
}
.js-anime.is-delayed02 {
  transition-delay: 300ms;
}
.js-anime.is-delayed03 {
  transition-delay: 450ms;
}
.js-anime.is-delayed04 {
  transition-delay: 600ms;
}
.js-anime.is-delayed05 {
  transition-delay: 750ms;
}
.js-anime.is-delayed06 {
  transition-delay: 900ms;
}
.js-anime.is-delayed07 {
  transition-delay: 1050ms;
}
.js-anime.is-delayed08 {
  transition-delay: 1200ms;
}
.js-anime.is-delayed09 {
  transition-delay: 1350ms;
}
.js-anime.is-delayed10 {
  transition-delay: 1500ms;
}
.js-anime.is-delayed11 {
  transition-delay: 1650ms;
}
.js-anime.is-delayed12 {
  transition-delay: 1800ms;
}
.js-anime.is-delayed13 {
  transition-delay: 1950ms;
}
.js-anime.is-delayed14 {
  transition-delay: 2100ms;
}
.js-anime.is-delayed15 {
  transition-delay: 2250ms;
}
.js-anime.is-delayed16 {
  transition-delay: 2400ms;
}
.js-anime.is-delayed17 {
  transition-delay: 2550ms;
}
.js-anime.is-delayed18 {
  transition-delay: 2700ms;
}
.js-anime.is-delayed19 {
  transition-delay: 2850ms;
}
.js-anime.is-delayed20 {
  transition-delay: 3000ms;
}
.js-anime.is-animated {
  visibility: visible;
  opacity: 1;
}

.js-anime[data-anim=fadeup] {
  transform: translateY(50px);
}
.js-anime[data-anim=fadeup].is-animated {
  transform: translateX(0);
}

.js-anime[data-anim=movein-left] {
  transform: translateX(-50px);
}
.js-anime[data-anim=movein-left].is-animated {
  transform: translateX(0);
}

.js-anime[data-anim=movein-right] {
  transform: translateX(50px);
}
.js-anime[data-anim=movein-right].is-animated {
  transform: translateX(0);
}

.js-anime[data-anim=zoomin] {
  transform: scale(0.6);
}
.js-anime[data-anim=zoomin].is-animated {
  transform: translateZ(0) scale(1);
}

/* .l-footer */
.l-footer {
  background-color: #9C9C9C;
}
.l-footer__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #565656;
  color: var(--color-background);
}
.l-footer__link {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
  font-size: 1.5rem;
}
.l-footer__link::after {
  content: "";
  display: block;
  align-items: center;
  width: 8px;
  height: 13px;
  flex-shrink: 0;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.071 7.071L1.414 12.728L0 11.314L4.95 6.364L0 1.414L1.414 0L7.071 5.657C7.25847 5.84453 7.36379 6.09884 7.36379 6.364C7.36379 6.62916 7.25847 6.88347 7.071 7.071Z' fill='%23FFFEFE'/%3E%3C/svg%3E");
}
.l-footer__logo {
  box-sizing: border-box;
  padding: 24px;
  border-top-right-radius: 100px;
  background-color: var(--color-background);
}
.l-footer__logo img {
  width: 274px;
  margin: auto;
}
@media (max-width: 1023.98px) {
  .l-footer__list {
    margin: auto;
  }
  .l-footer__list {
    width: 75.7vw;
  }
  .l-footer__item {
    border-bottom: 1px solid;
  }
  .l-footer__link {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .l-footer {
    background-color: #565656;
    display: flex;
    gap: 80px;
  }
  .l-footer__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-footer__list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 16px 80px;
  }
  .l-footer__item {
    max-width: 380px;
  }
  .l-footer__item:first-of-type {
    grid-column: 1;
    grid-row: 1;
  }
  .l-footer__item:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .l-footer__item:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .l-footer__item:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .l-footer__item:nth-of-type(5) {
    grid-column: 1;
    grid-row: 3;
  }
  .l-footer__item:nth-of-type(6) {
    grid-column: 2;
    grid-row: 3;
  }
  .l-footer__item:nth-of-type(7) {
    grid-column: 3;
    grid-row: 3;
  }
  .l-footer__link {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.5em;
    font-size: 1.2rem;
  }
  .l-footer__logo {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 44px 64px 40px 32px;
  }
}
@media (min-width: 1200px) {
  .l-footer__logo img {
    width: 250px;
  }
}

/* ==========================================================================
   l-global-footer
   ========================================================================== */
.l-global-footer {
  overflow: hidden;
}

/* Body
   ========================================================================== */
.l-global-footer__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background-color: #000;
}
.l-global-footer__body::after {
  content: none;
}

/* Link
   ========================================================================== */
.l-global-footer__link {
  width: 100vw;
  display: flex;
  justify-content: center;
  margin: 0 calc(50% - 50vw) 30px;
  padding: 30px 0;
  border-bottom: 1px solid #aaa;
}
.l-global-footer__link li + li {
  margin-left: 2em;
}

.l-global-footer__logo {
  width: 276px;
  max-width: initial;
  vertical-align: 0;
}

.l-global-footer__link li a {
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding-left: 1.4em;
}
.l-global-footer__link li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translate(0.2em, -50%) rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.l-global-footer__link li a[target=_blank] {
  padding-left: 0;
  padding-right: 1.4em;
}
.l-global-footer__link li a[target=_blank]::before {
  content: "";
  left: auto;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../img/common/global/com_sprite_ic01.png) no-repeat -22px -98px;
  border: none;
  transform: translateY(-50%) rotate(0);
}
.l-global-footer__link li a.l-global-footer__not-ico {
  display: block;
  padding-right: 0;
  margin-bottom: 4px;
}
.l-global-footer__link li a.l-global-footer__not-ico::before, .l-global-footer__link li a.l-global-footer__not-ico::after {
  content: none;
}

/* Group
   ========================================================================== */
.l-global-footer__group {
  width: 100%;
}

.l-global-footer__group-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 30px;
  gap: 20px;
}
.l-global-footer__group-list dt {
  width: 195px;
  height: 23px;
  background: url(../img/common/global/com_sprite_logo01v3.png) no-repeat 0 0;
  line-height: 1;
}
.l-global-footer__group-list dd {
  line-height: 1;
  border-left: 1px solid #aaa;
  padding-left: 20px;
}
.l-global-footer__group-list dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
  max-width: 500px;
}
.l-global-footer__group-list li:first-child {
  width: 100%;
}
.l-global-footer__group-list li a {
  position: relative;
  display: inline-block;
}
.l-global-footer__group-list li a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/common/global/com_sprite_ic01.png) no-repeat -22px -98px;
  margin-inline: 5px 0;
  vertical-align: middle;
}
.l-global-footer__group-list span {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: middle;
}

/* Group Logos
   ========================================================================== */
.l-global-footer__logo-hd {
  width: 209px;
  height: 17px;
  background: url(../img/common/global/com_sprite_logo01v3.png) no-repeat 0 -23px;
}

.l-global-footer__logo-nex {
  width: 159px;
  height: 21px;
  background: url(../img/common/global/com_sprite_logo01v3.png) no-repeat 0 -40px;
}

.l-global-footer__logo-eneos {
  aspect-ratio: 141/30;
  height: 16px;
  background: url(../img/common/global/footer_logo_eneos.png) no-repeat;
  background-size: 100% auto;
}

.l-global-footer__logo-materials {
  aspect-ratio: 291/32;
  height: 17px;
  background: url(../img/common/global/footer_logo_materials.png) no-repeat;
  background-size: 100% auto;
}

.l-global-footer__logo-re {
  aspect-ratio: 486/32;
  height: 16px;
  background: url(../img/common/global/footer_logo_re.png) no-repeat;
  background-size: 100% auto;
}

/* Copyright
   ========================================================================== */
.l-global-footer__copyright {
  margin-bottom: 55px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.l-global-footer__copyright-label {
  display: block;
  font-size: 1.4rem;
  color: #cbcbcb;
  line-height: 1;
  letter-spacing: 0.01em;
}

/* ==========================================================================
   Mobile
   ========================================================================== */
@media screen and (max-width: 768px) {
  .l-global-footer__body {
    margin-top: 0;
    padding: 20px 30px 30px;
    border-top: 1px solid #1a1a1a;
  }
  .l-global-footer__link {
    margin: 0 0 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .l-global-footer__link li + li {
    margin-left: 0;
  }
  .l-global-footer__group-list {
    flex-direction: column;
    align-items: center;
  }
  .l-global-footer__group-list dd {
    border: none;
    margin-top: 5px;
    line-height: 13px;
  }
  .l-global-footer__group-list dd ul {
    flex-direction: column;
    align-items: center;
    gap: 1.3em;
  }
  .l-global-footer__copyright {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    justify-content: center;
  }
  .l-global-footer__copyright-label {
    font-size: 1rem;
    line-height: 1.2;
  }
}
/* ==========================================================================
   PAGE TOP
   ========================================================================== */
#page_top {
  position: fixed;
  right: 10px;
  bottom: -75px;
  background: #f39803;
  opacity: 1;
  border-radius: 50%;
  z-index: 10;
  width: 75px;
  height: 75px;
}
#page_top a {
  width: 75px;
  height: 75px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#page_top a:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  transform: rotate(225deg);
}

@media screen and (max-width: 768px) {
  #page_top {
    width: 50px;
    height: 50px;
  }
  #page_top a {
    width: 50px;
    height: 50px;
  }
  #page_top a:before {
    width: 9pt !important;
    height: 9pt !important;
  }
}
/* ============================================================
   Breadcrumb Layout
   ============================================================ */
/* .l-breadcrumb */
.l-breadcrumb {
  --breadcrumb-separator: "＞";
  box-sizing: border-box;
}
.l-breadcrumb--whitepaper {
  background-color: var(--color-light-gray);
}
.l-breadcrumb__inner {
  padding: 8px;
}
.l-breadcrumb__list {
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.l-breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.l-breadcrumb__list {
  scrollbar-width: none;
}
.l-breadcrumb__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}
.l-breadcrumb__item + .l-breadcrumb__item {
  margin-left: 0.5em;
}
.l-breadcrumb__item + .l-breadcrumb__item::before {
  content: var(--breadcrumb-separator);
  margin-right: 0.5em;
}
.l-breadcrumb__link {
  text-decoration: underline;
}
@media not all and (pointer: coarse) {
  .l-breadcrumb__link:hover {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .l-breadcrumb__inner {
    max-width: 1200px;
    margin: auto;
    padding: 24px 0.5em;
  }
  .l-breadcrumb__item + .l-breadcrumb__item {
    margin-left: 1em;
  }
  .l-breadcrumb__item + .l-breadcrumb__item::before {
    margin-right: 1em;
  }
}

/* TOP MV */
.l-mainvisual {
  position: relative;
}
.l-mainvisual {
  aspect-ratio: 0.8408071749;
}
@supports not (aspect-ratio: 0.8408071749) {
  .l-mainvisual {
    position: relative;
    padding-top: 118.9333333333%;
  }
  .l-mainvisual > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.l-mainvisual__slide--kouatsu .l-mainvisual__lead {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
}
.l-mainvisual__slide--kouatsu .l-mainvisual__copy {
  top: inherit;
}
.l-mainvisual__slide--kouatsu .l-mainvisual__copy {
  bottom: 8vw;
}
.l-mainvisual__slide img {
  max-width: initial;
}
.l-mainvisual__copy {
  font-size: clamp(3rem, 2.6666666667rem + 0.6944444444vw, 4rem);
}
@supports not (font-size: clamp(30 * 0.1rem, 2.6666666667rem + 0.6944444444vw, 40 * 0.1rem)) {
  .l-mainvisual__copy {
    font-size: 3rem;
  }
}
.l-mainvisual__copy {
  color: var(--color-white);
  font-weight: 700;
  line-height: 1.36;
  position: absolute;
  bottom: 10%;
  left: 0;
}
.l-mainvisual__copy em {
  background-color: var(--color-main);
  padding-right: 16px;
  padding-left: 16px;
}
.l-mainvisual__copy-2nd {
  position: absolute;
  top: 20%;
  left: 0;
  color: var(--color-white);
  font-weight: 700;
  line-height: 1.75;
  font-size: clamp(2.5rem, 2.2rem + 0.625vw, 3.4rem);
}
@supports not (font-size: clamp(25 * 0.1rem, 2.2rem + 0.625vw, 34 * 0.1rem)) {
  .l-mainvisual__copy-2nd {
    font-size: 2.5rem;
  }
}
.l-mainvisual__copy-2nd em {
  background-color: var(--color-main);
  padding-right: 16px;
  padding-left: 16px;
  background-color: var(--color-background);
}
.l-mainvisual__copy-energy {
  color: var(--color-energy);
}
.l-mainvisual__copy-decarbon {
  color: var(--color-decarbon);
}
.l-mainvisual__lead {
  font-size: 25px;
  color: var(--color-main);
  font-weight: 700;
  line-height: 1.75;
}
.l-mainvisual__lead em {
  background-color: var(--color-background);
  padding-left: 16px;
  padding-right: 16px;
}
.l-mainvisual__button {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-mainvisual__interface {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .l-mainvisual {
    aspect-ratio: 1.3333333333;
  }
  @supports not (aspect-ratio: 1.3333333333) {
    .l-mainvisual {
      position: relative;
      padding-top: 75%;
    }
    .l-mainvisual > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .l-mainvisual__lead em {
    padding-left: 36px;
  }
  .l-mainvisual__slide--kouatsu .l-mainvisual__copy {
    bottom: calc(5.9vw + 1em);
  }
}
@media (min-width: 1200px) {
  .l-mainvisual {
    aspect-ratio: 2.6666666667;
  }
  @supports not (aspect-ratio: 2.6666666667) {
    .l-mainvisual {
      position: relative;
      padding-top: 37.5%;
    }
    .l-mainvisual > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .l-mainvisual__slide--kouatsu .l-mainvisual__lead {
    top: 36%;
  }
  .l-mainvisual__slide--kouatsu .l-mainvisual__copy {
    bottom: 5.9vw;
  }
  .l-mainvisual__copy {
    top: 40%;
  }
  .l-mainvisual__copy-2nd {
    top: 40%;
  }
  .l-mainvisual__button {
    left: 50px;
    bottom: 26%;
    transform: none;
  }
  .l-mainvisual__interface {
    display: flex;
  }
  .l-mainvisual__copy-2nd .l-mainvisual__copy-line1 {
    padding-right: 0;
  }
  .l-mainvisual__copy-2nd .l-mainvisual__copy-line2 {
    padding-left: 0;
  }
}
@media (min-width: 1921px) {
  .l-mainvisual__slide--kouatsu .l-mainvisual__lead {
    top: 278px;
  }
  .l-mainvisual__slide--kouatsu .l-mainvisual__copy {
    bottom: 114px;
  }
}

/* 下層ページ */
.l-subvisual {
  height: 320px;
  background: no-repeat center/cover;
}
.l-subvisual--kouatsu {
  background-image: url(../img/kouatsu/bg_subvisual01_sp.jpg);
  color: var(--color-main);
}
.l-subvisual--carbonneutral {
  background-image: url(../img/carbonneutral/bg_subvisual01_sp.jpg);
  color: var(--color-decarbon);
}
.l-subvisual--renewable-energy {
  background-image: url(../img/renewable-energy/bg_subvisual01_sp.jpg);
  color: var(--color-energy);
}
.l-subvisual--whitepaper {
  background-image: url(../img/whitepaper/bg_subvisual01_sp.jpg);
}
.l-subvisual--contract {
  background-image: url(../img/contract/bg_subvisual01_sp.jpg);
}
.l-subvisual__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.4;
  font-weight: 700;
}
.l-subvisual__inner--shadow {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-background);
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(2.4rem, 0rem + 5vw, 6rem);
}
@supports not (font-size: clamp(24 * 0.1rem, 0rem + 5vw, 60 * 0.1rem)) {
  .l-subvisual__inner--shadow {
    font-size: 2.4rem;
  }
}
.l-subvisual__lead {
  line-height: 1.4;
  background-color: #fff;
  margin-bottom: 8px;
  padding: 0 17px;
  font-size: clamp(1.8rem, 1.6666666667rem + 0.2777777778vw, 2rem);
}
@supports not (font-size: clamp(18 * 0.1rem, 1.6666666667rem + 0.2777777778vw, 20 * 0.1rem)) {
  .l-subvisual__lead {
    font-size: 1.8rem;
  }
}
.l-subvisual__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.3;
  font-size: clamp(2.5rem, 1.9666666667rem + 1.1111111111vw, 3.3rem);
}
@supports not (font-size: clamp(25 * 0.1rem, 1.9666666667rem + 1.1111111111vw, 33 * 0.1rem)) {
  .l-subvisual__head {
    font-size: 2.5rem;
  }
}
.l-subvisual__inner--shadow .l-subvisual__head {
  background-color: transparent;
  padding: 0;
  font-size: clamp(2.2rem, 1.6666666667rem + 1.1111111111vw, 3rem);
}
@supports not (font-size: clamp(22 * 0.1rem, 1.6666666667rem + 1.1111111111vw, 30 * 0.1rem)) {
  .l-subvisual__inner--shadow .l-subvisual__head {
    font-size: 2.2rem;
  }
}
.l-subvisual__text {
  display: inline-block;
  background-color: #fff;
  padding: 2.5px 15px;
}
@media (min-width: 1024px) {
  .l-subvisual {
    height: 343px;
  }
  .l-subvisual--kouatsu {
    background-image: url(../img/kouatsu/bg_subvisual01_pc.jpg);
  }
  .l-subvisual--carbonneutral {
    background-image: url(../img/carbonneutral/bg_subvisual01_pc.jpg);
  }
  .l-subvisual--renewable-energy {
    background-image: url(../img/renewable-energy/bg_subvisual01_pc.jpg);
  }
  .l-subvisual--whitepaper {
    background-image: url(../img/whitepaper/bg_subvisual01_pc.jpg);
  }
  .l-subvisual--contract {
    background-image: url(../img/contract/bg_subvisual01_pc.jpg);
  }
  .l-subvisual__inner {
    justify-content: flex-end;
  }
  .l-subvisual__inner--shadow {
    box-sizing: border-box;
    padding-top: 75px;
    justify-content: center;
  }
  .l-subvisual__lead {
    padding: 0px 16px 0 48px;
  }
  .l-subvisual__head {
    flex-direction: row;
    gap: 0;
    background-color: #fff;
    padding: 2px 16px 2px 48px;
    margin-bottom: 72px;
  }
  .l-subvisual__inner--shadow .l-subvisual__head {
    margin-bottom: 0;
  }
  .l-subvisual__text {
    background-color: transparent;
    padding: 0;
  }
}

/* ------------------------------
Device-only Break Classes
主にbrで使用することを想定
その場合、ソースコードはbrの後ろで改行しないこと（改行すると不要なスペースが入る）
【使用例】
<p>吾輩は<br class="u-only-sp">猫である</p>
------------------------------ */
@media (max-width: 1023.98px) {
  .u-only-sp {
    display: block;
  }
}
@media (min-width: 1024px) {
  .u-only-sp {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .u-only-pc {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .u-only-pc {
    display: block;
  }
}

/* ------------------------------
Link
------------------------------ */
@media (min-width: 1024px) {
  @media not all and (pointer: coarse) {
    .u-link:hover {
      opacity: var(--hover-opacity);
    }
  }
}

/* ------------------------------
 Layout
------------------------------ */
.u-inner {
  box-sizing: border-box;
  width: 100%;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}
@media (min-width: 1024px) {
  .u-inner {
    max-width: 1200px;
    margin: auto;
  }
}
@media (min-width: 1300px) {
  .u-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-visually-hidden {
  display: none !important;
}

.u-bg-orange {
  background-color: var(--color-sub);
}

.u-bg-gray {
  background-color: var(--color-light-gray);
}

.u-bg-green {
  background-color: #ebf5ea;
}

/* ------------------------------
 Font
 英字用のフォントについてはここにクラスを追加する
 【追加例】
.u-font-outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: var(--outfit-font-weight,500);
    font-style: normal;
}
------------------------------ */
.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-font-agdasima {
  font-family: "Agdasima", sans-serif;
  font-weight: var(--agdasima-font-weight, 700);
  font-style: normal;
}

.u-font-dmsans {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c-anchor {
  --anchor-icon-width: 15px;
  display: flex;
  flex-direction: column;
}
.c-anchor {
  gap: 5.6vw;
}
.c-anchor__item {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.c-anchor__link {
  display: block;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: var(--shadow-sp-base);
}
.c-anchor__lead, .c-anchor__text {
  box-sizing: border-box;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
.c-anchor__lead {
  padding: 11px;
  background-color: var(--anchor-link-backgroud-color, var(--color-energy));
  color: var(--anchor-link-font-color, var(--color-background));
}
.c-anchor__text {
  padding: 16px 40px 16px 24px;
  background-color: var(--color-background);
  font-weight: 700;
  position: relative;
}
.c-anchor__text small {
  font-weight: 400;
  font-size: clamp(1.2rem, 0.9333333333rem + 0.5555555556vw, 1.6rem);
}
@supports not (font-size: clamp(12 * 0.1rem, 0.9333333333rem + 0.5555555556vw, 16 * 0.1rem)) {
  .c-anchor__text small {
    font-size: 1.2rem;
  }
}
.c-anchor__ico {
  border-radius: 100em;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-color: var(--anchor-link-backgroud-color, var(--color-energy));
  transition: var(--transition-property) 0.2s var(--transition-easing);
}
@media (min-width: 768px) {
  .c-anchor {
    --anchor-icon-width: 24px;
  }
  .c-anchor__lead {
    font-size: 1.5rem;
  }
  .c-anchor__text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 114px;
    padding-left: 64px;
    padding-right: 72px;
    font-size: clamp(1.6rem, 1.0862876254rem + 0.6688963211vw, 2rem);
  }
  @supports not (font-size: clamp(16 * 0.1rem, 1.0862876254rem + 0.6688963211vw, 20 * 0.1rem)) {
    .c-anchor__text {
      font-size: 1.6rem;
    }
  }
  .c-anchor__ico {
    width: 36px;
    height: 36px;
  }
  .c-anchor__ico svg {
    width: 17px;
    height: 10px;
  }
}
@media (min-width: 1024px) {
  .c-anchor {
    --anchor-icon-width: 24px;
    flex-direction: row;
    gap: 36px;
  }
  .c-anchor__item {
    max-width: initial;
    margin: 0;
  }
  .c-anchor__link {
    box-shadow: var(--shadow-pc-base);
  }
  .c-anchor__link:hover i {
    top: 56%;
  }
}

.c-news-archive__item {
  padding-bottom: 12px;
}
.c-news-archive__item:not(:last-of-type) {
  margin-bottom: 14px;
  border-bottom: 1px dotted;
}
.c-news-archive__link {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px 22px;
}
.c-news-archive__date {
  grid-column: 1;
  grid-row: 1;
  font-size: 1.6rem;
}
.c-news-archive__taxonomy {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100em;
  border: 1px solid var(--news-taxonomy-background, var(--color-main));
  width: 170px;
  height: 20px;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  grid-column: 2;
  grid-row: 1;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 4px 12px;
}
.c-news-archive__taxonomy--important {
  color: #C60125;
  border-color: #C60125;
}
.c-news-archive__head {
  box-sizing: border-box;
  grid-column: 1/3;
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-right: 34px;
}
.c-news-archive__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_pdf.png) no-repeat center/contain;
}
.c-news-archive__head--page::after {
  display: none;
}
@media (min-width: 480px) {
  .c-news-archive--headline .c-news-archive__head {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-news-archive--headline {
    flex: 1;
  }
  .c-news-archive--headline .c-news-archive__item {
    padding-left: 0;
  }
  .c-news-archive--headline .c-news-archive__head {
    padding-right: 50px;
  }
  .c-news-archive__item {
    padding-left: 20px;
  }
  .c-news-archive__link {
    grid-template-columns: auto auto 1fr;
    grid-gap: 6px;
    align-items: center;
  }
  .c-news-archive__taxonomy {
    width: 190px;
  }
  .c-news-archive__head {
    box-sizing: border-box;
    grid-column: 3;
    padding-right: 50px;
  }
  .c-news-archive__head::after {
    right: 16px;
  }
}

.c-button {
  --button-width: 343px;
  --button-height: 71px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, var(--button-width));
  height: var(--button-height);
  line-height: 1.4;
  border: 1px solid var(--button-color, var(--color-main));
  border-radius: 100em;
  background-color: var(--color-background);
  color: var(--button-color, var(--color-main));
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.c-button__text {
  font-weight: 700;
}
.c-button__icon {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: var(--button-icon-right, 28px);
}
.c-button__icon path {
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
.c-button--kouatsu {
  --button-color: var(--color-energy);
}
.c-button--decarbon {
  --button-color: var(--color-decarbon);
}
@media (min-width: 1024px) {
  .c-button {
    --button-width: 425px;
    --button-height: 96px;
    --button-border-left: 15px;
    --button-icon-right: 28px;
  }
  .c-button__text {
    font-size: clamp(1.6rem, 0.8888888889rem + 0.9259259259vw, 2rem);
  }
  @supports not (font-size: clamp(16 * 0.1rem, 0.8888888889rem + 0.9259259259vw, 20 * 0.1rem)) {
    .c-button__text {
      font-size: 1.6rem;
    }
  }
  .c-button:hover {
    color: var(--color-background);
    background-color: var(--color-main);
  }
  .c-button:hover path {
    fill: var(--color-background);
  }
  .c-button--kouatsu:hover {
    background-color: var(--color-energy);
  }
  .c-button--decarbon:hover {
    background-color: var(--color-decarbon);
  }
}

.c-button__wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 32px;
  place-items: center;
}
@media (min-width: 1024px) {
  .c-button__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    max-width: var(--button-wrapper-width, 914px);
    margin-left: auto;
    margin-right: auto;
  }
}

.c-button--black {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 212px;
  height: 42px;
  border-radius: 100em;
  background-color: var(--color-text);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--color-background);
  padding: 8px 20px 8px 48px;
  box-sizing: border-box;
}
.c-button--black::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 26px;
  background: no-repeat center right/8px 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.071 7.071L1.414 12.728L0 11.314L4.95 6.364L0 1.414L1.414 0L7.071 5.657C7.25847 5.84453 7.36379 6.09884 7.36379 6.364C7.36379 6.62916 7.25847 6.88347 7.071 7.071Z' fill='%23FFFEFE'/%3E%3C/svg%3E");
  padding-left: 16px;
  border-left: 1px solid var(--color-gray-mv);
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
@media (min-width: 1024px) {
  .c-button--black:hover {
    padding-right: 12px;
  }
  .c-button--black:hover::after {
    width: 16px;
  }
}

.c-contact-button {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: var(--color-background);
  width: 100%;
  width: 343px;
  background-color: var(--color-cta);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100em;
  border: 3px solid var(--color-cta);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 18px 18px 18px 40px;
  margin: 24px auto auto;
}
.c-contact-button::after {
  content: "";
  width: 9px;
  height: 16px;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='17' viewBox='0 0 9 17' fill='none'%3E%3Cpath d='M-1.90735e-05 1.3249L1.32623 -9.53674e-05L8.54998 7.22115C8.66642 7.33686 8.75884 7.47446 8.8219 7.62602C8.88496 7.77758 8.91742 7.94012 8.91742 8.10428C8.91742 8.26844 8.88496 8.43097 8.8219 8.58254C8.75884 8.7341 8.66642 8.87169 8.54998 8.9874L1.32623 16.2124L0.00123024 14.8874L6.78123 8.10615L-1.90735e-05 1.3249Z' fill='%23FFFEFE'/%3E%3C/svg%3E");
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
@media (min-width: 1024px) {
  .c-contact-button {
    width: 490px;
    font-size: 2.4rem;
    padding: 24px 35px 24px 50px;
    margin-top: 40px;
  }
  .c-contact-button:hover {
    color: var(--color-cta);
    background-color: var(--color-background);
  }
  .c-contact-button:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='17' viewBox='0 0 9 17' fill='none'%3E%3Cpath d='M-1.90735e-05 1.3249L1.32623 -9.53674e-05L8.54998 7.22115C8.66642 7.33686 8.75884 7.47446 8.8219 7.62602C8.88496 7.77758 8.91742 7.94012 8.91742 8.10428C8.91742 8.26844 8.88496 8.43097 8.8219 8.58254C8.75884 8.7341 8.66642 8.87169 8.54998 8.9874L1.32623 16.2124L0.00123024 14.8874L6.78123 8.10615L-1.90735e-05 1.3249Z' fill='%23FFA50B'/%3E%3C/svg%3E");
  }
}

.c-float-button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 47px;
  height: 280px;
  background-color: var(--color-cta);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 2px solid var(--color-cta);
  border-right: none;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.c-float-button__icon svg {
  width: 20px;
  height: 20px;
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
.c-float-button__text {
  font-weight: 700;
  font-size: 2rem;
  color: var(--color-background);
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
.c-float-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.5625 3.75H3.4375C2.57456 3.75 1.875 4.44956 1.875 5.3125V14.6875C1.875 15.5504 2.57456 16.25 3.4375 16.25H16.5625C17.4254 16.25 18.125 15.5504 18.125 14.6875V5.3125C18.125 4.44956 17.4254 3.75 16.5625 3.75Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.375 6.25L10 10.625L15.625 6.25' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
.c-float-button:hover {
  background-color: var(--color-background);
}
.c-float-button:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.5625 3.75H3.4375C2.57456 3.75 1.875 4.44956 1.875 5.3125V14.6875C1.875 15.5504 2.57456 16.25 3.4375 16.25H16.5625C17.4254 16.25 18.125 15.5504 18.125 14.6875V5.3125C18.125 4.44956 17.4254 3.75 16.5625 3.75Z' stroke='%23FFA50B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.375 6.25L10 10.625L15.625 6.25' stroke='%23FFA50B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.c-float-button:hover span {
  color: var(--color-cta);
}

.c-cv {
  background-color: #9C9C9C;
}
.c-cv__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-cv__lead {
  margin-bottom: 1.5em;
  font-weight: 700;
  color: var(--color-background);
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .c-cv__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-cv__lead {
    font-size: 2rem;
  }
  .c-cv__button-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: min(100%, 1080px);
    margin: auto;
  }
}

.c-cv__contact {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: min(100%, 343px);
  height: 100px;
  padding: 24px;
  border: 2px solid;
  background-color: var(--color-cta);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100em;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-background);
  margin: auto auto 24px;
  font-size: clamp(2rem, -0.3272727273rem + 2.2727272727vw, 2.4rem);
}
@supports not (font-size: clamp(20 * 0.1rem, -0.3272727273rem + 2.2727272727vw, 24 * 0.1rem)) {
  .c-cv__contact {
    font-size: 2rem;
  }
}
.c-cv__contact-mail {
  width: 24px;
}
.c-cv__contact-mail svg {
  display: block;
  width: 100%;
}
.c-cv__contact-text {
  line-height: 1.1;
  font-size: 1.6rem;
}
.c-cv__contact-arrow {
  width: 20px;
}
.c-cv__contact-arrow svg {
  display: block;
  width: 100%;
}
.c-cv__contact rect,
.c-cv__contact path {
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
@media (min-width: 1024px) {
  .c-cv__contact {
    grid-template-columns: 31px auto 29px;
    place-items: center;
    place-content: center;
    grid-gap: 20px;
    width: min(100%, 522px);
    height: 196px;
    box-shadow: var(--shadow-pc-base);
    line-height: 1.4;
    font-size: 2.4rem;
    margin: 0;
  }
  .c-cv__contact-text {
    font-size: clamp(2.4rem, -1.0909090909rem + 3.4090909091vw, 3rem);
  }
  @supports not (font-size: clamp(24 * 0.1rem, -1.0909090909rem + 3.4090909091vw, 30 * 0.1rem)) {
    .c-cv__contact-text {
      font-size: 2.4rem;
    }
  }
  .c-cv__contact-mail {
    width: 31px;
  }
  .c-cv__contact-arrow {
    width: 29px;
  }
  .c-cv__contact:hover {
    color: var(--color-cta);
    background-color: var(--color-background);
  }
  .c-cv__contact:hover rect {
    stroke: var(--color-cta);
  }
  .c-cv__contact:hover path {
    fill: var(--color-cta);
    stroke: var(--color-cta);
  }
}

.c-cv__tel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(100%, 343px);
  height: 100px;
  padding: 16px 36px;
  background-color: var(--color-background);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100em;
  font-weight: 700;
  text-align: center;
  margin: auto auto 16px;
}
.c-cv__tel-text, .c-cv__tel-info {
  display: block;
}
.c-cv__tel-text {
  line-height: 1.5;
  font-size: 1.8rem;
}
.c-cv__tel-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
.c-cv__tel-number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--color-main);
}
.c-cv__tel-info {
  color: var(--color-background);
  line-height: 1.6;
  font-size: 1.8rem;
  text-align: center;
}
.c-cv__tel-info small {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .c-cv__tel {
    width: min(100%, 522px);
    height: 196px;
    box-shadow: var(--shadow-pc-base);
    margin: 0;
  }
  .c-cv__tel-text {
    font-size: 2rem;
  }
  .c-cv__tel-icon svg {
    width: 26px;
    height: 26px;
  }
  .c-cv__tel-number {
    line-height: 1.4;
    font-size: 3rem;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .c-cv__tel-info {
    color: var(--color-text);
    font-size: 1.5rem;
  }
  .c-cv__tel-info small {
    font-size: 1.2rem;
  }
}

.c-faq {
  --faq-icon-width: 34px;
}
.c-faq__item {
  box-sizing: border-box;
  border-top: 1px solid #9C9C9C;
}
.c-faq__item[open] .c-faq__summary::after {
  transform: translateY(-50%) rotate(0deg);
}
.c-faq__summary {
  box-sizing: border-box;
  position: relative;
  display: block;
  list-style: none;
  padding: 4.2vw 12.8vw 4.2vw 4.2vw;
  cursor: pointer;
}
.c-faq__summary::marker {
  display: none;
}
.c-faq__summary::-webkit-details-marker {
  display: none;
}
.c-faq__summary::before, .c-faq__summary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 1px;
  background-color: var(--color-main);
  transition: transform 0.2s var(--transition-easing);
}
.c-faq__summary::before {
  transform: translateY(-50%);
}
.c-faq__summary::after {
  transform: translateY(-50%) rotate(-90deg);
}
.c-faq__q-icon, .c-faq__a-icon {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--faq-icon-width);
  height: var(--faq-icon-width);
  border-radius: 50%;
  font-weight: 700;
  font-size: var(--faq-icon-font-size, 1.4rem);
}
.c-faq__q {
  font-weight: 700;
  color: var(--color-main);
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.5;
  font-size: clamp(1.8rem, 1.6666666667rem + 0.2777777778vw, 2rem);
}
@supports not (font-size: clamp(18 * 0.1rem, 1.6666666667rem + 0.2777777778vw, 20 * 0.1rem)) {
  .c-faq__q {
    font-size: 1.8rem;
  }
}
.c-faq__q-icon {
  flex-shrink: 0;
  background-color: var(--color-main);
  color: var(--color-background);
}
.c-faq__a {
  padding: 0 4.2vw 6.4vw 4.2vw;
}
.c-faq__a-icon {
  border: 1px solid var(--color-main);
  color: var(--color-main);
}
.c-faq__a p + p {
  margin-top: 1.8em;
}
.c-faq__a small {
  font-size: 1.2rem;
}
.c-faq__a a {
  text-decoration: underline;
}
@media not all and (pointer: coarse) {
  .c-faq__a a:hover {
    text-decoration: none;
  }
}
.c-faq__a ul {
  margin-top: 1.8em;
}
.c-faq__a ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.c-faq__a ul li::before {
  content: "・";
  width: 1em;
  height: 1em;
}
@media (min-width: 1024px) {
  .c-faq {
    --faq-icon-width: 50px;
    --faq-toggle-right: 38px;
    --faq-toggle-width: 36px;
    --faq-icon-font-size: 2rem;
  }
  .c-faq__summary {
    padding: 24px 80px 20px 24px;
  }
  .c-faq__a {
    padding: 0 80px 24px 90px;
  }
  .c-faq__a p {
    align-self: center;
  }
  .c-faq__q {
    line-height: 1.4;
    font-size: 2rem;
  }
}

.c-flow__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-flow {
  width: min(100%, 480px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.c-flow__item {
  box-sizing: border-box;
  position: relative;
  padding: 100px 64px 80px;
  background-color: var(--color-background);
  clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
.c-flow__item:first-child {
  padding-top: 24px;
}
.c-flow__item:not(:first-child) {
  margin-top: -100px;
}
.c-flow__item:nth-of-type(1) {
  background-color: #FFF6F2;
  z-index: 5;
}
.c-flow__item:nth-of-type(2) {
  background-color: #FFECE3;
  z-index: 4;
}
.c-flow__item:nth-of-type(3) {
  background-color: #FEE2D5;
  z-index: 3;
}
.c-flow__item:nth-of-type(4) {
  background-color: #FFD8C5;
  z-index: 1;
}
.c-flow__label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}
.c-flow__step {
  color: var(--color-main);
  font-size: 1.6rem;
  line-height: 1.6;
}
.c-flow__head {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--color-main);
  margin-bottom: 12px;
}
.c-flow__text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .c-flow__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-flow {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
  }
  .c-flow__item {
    width: 100%;
    padding: 30px 64px 32px 10%;
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  }
  .c-flow__item:first-child {
    padding-top: 30px;
    padding-left: 34px;
    margin-top: 0;
  }
  .c-flow__item:not(:first-child) {
    margin-top: 0;
    margin-left: -100px;
  }
  .c-flow__label {
    margin-bottom: 12px;
  }
  .c-flow__head {
    margin-bottom: 20px;
  }
}

.c-head {
  text-align: center;
}
.c-head {
  margin-bottom: 6.4vw;
}
.c-head--white {
  color: var(--color-background);
}
.c-head__en {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: clamp(4.6rem, 3.1333333333rem + 3.0555555556vw, 6.8rem);
}
@supports not (font-size: clamp(46 * 0.1rem, 3.1333333333rem + 3.0555555556vw, 68 * 0.1rem)) {
  .c-head__en {
    font-size: 4.6rem;
  }
}
.c-head__ja {
  line-height: 1;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.9333333333rem + 0.5555555556vw, 1.6rem);
}
@supports not (font-size: clamp(12 * 0.1rem, 0.9333333333rem + 0.5555555556vw, 16 * 0.1rem)) {
  .c-head__ja {
    font-size: 1.2rem;
  }
}
.c-head--small {
  font-size: clamp(2.4rem, 2rem + 0.8333333333vw, 3rem);
}
@supports not (font-size: clamp(24 * 0.1rem, 2rem + 0.8333333333vw, 30 * 0.1rem)) {
  .c-head--small {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .c-head {
    margin-bottom: 32px;
  }
  .c-head__en {
    margin-bottom: 8px;
  }
}

.c-plain-head {
  margin-bottom: var(--plain-head-margin-bottom, 4.26vw);
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  font-size: clamp(2.2rem, 1.6666666667rem + 1.1111111111vw, 3rem);
}
@supports not (font-size: clamp(22 * 0.1rem, 1.6666666667rem + 1.1111111111vw, 30 * 0.1rem)) {
  .c-plain-head {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023.98px) {
  .c-plain-head--sp-small {
    font-size: clamp(2rem, 0.6666666667rem + 2.7777777778vw, 4rem);
  }
  @supports not (font-size: clamp(20 * 0.1rem, 0.6666666667rem + 2.7777777778vw, 40 * 0.1rem)) {
    .c-plain-head--sp-small {
      font-size: 2rem;
    }
  }
}
@media (min-width: 1024px) {
  .c-plain-head {
    font-size: 3rem;
    line-height: 1.3;
    --plain-head-margin-bottom: 24px;
  }
}

.c-note-list {
  --note-icon: "※";
  margin-top: var(--numbered-list-margin-top, 1.5em);
}
.c-note-list__item {
  position: relative;
  padding-left: 1.25em;
  font-size: 1.2rem;
}
.c-note-list__item::before {
  content: var(--note-icon);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

.c-numbered-list {
  counter-reset: num;
  margin-top: var(--numbered-list-margin-top, 1.5em);
}
.c-numbered-list__item {
  position: relative;
  padding-left: 2em;
  font-size: 1.2rem;
}
.c-numbered-list__item::before {
  content: "※" counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 1em;
}

.c-section__inner {
  padding-top: var(--section-padding-top, 10.6vw);
  padding-bottom: var(--section-padding-bottom, 10.6vw);
}
@media (min-width: 768px) {
  .c-section {
    --section-padding-top: 40px;
    --section-padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .c-section {
    --section-padding-top: 80px;
    --section-padding-bottom: 80px;
  }
}

.c-support__box {
  padding: 6.4vw 4.26vw;
  border-radius: 10px;
  background-color: var(--color-background);
}
.c-support__head {
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.c-support__head {
  margin-bottom: 4.2vw;
}
.c-support__head {
  font-size: clamp(2.4rem, 1.3333333333rem + 2.2222222222vw, 4rem);
}
@supports not (font-size: clamp(24 * 0.1rem, 1.3333333333rem + 2.2222222222vw, 40 * 0.1rem)) {
  .c-support__head {
    font-size: 2.4rem;
  }
}
.c-support__list {
  display: flex;
  flex-direction: column;
}
.c-support__list {
  gap: 6.4vw;
}
.c-support__list {
  margin-bottom: 5.3vw;
}
.c-support__item {
  box-sizing: border-box;
  padding: 6.4vw 1.6vw;
  line-height: 1.5;
  border-radius: 10px;
  width: 100%;
  max-width: 414px;
  border: 1px solid var(--color-gray-mv);
  background-color: var(--color-background);
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.6rem, 1.3333333333rem + 0.5555555556vw, 2rem);
}
@supports not (font-size: clamp(16 * 0.1rem, 1.3333333333rem + 0.5555555556vw, 20 * 0.1rem)) {
  .c-support__item {
    font-size: 1.6rem;
  }
}
.c-support__ico {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100em;
  margin-bottom: 12px;
  background-color: var(--color-light-gray);
}
.c-support__ico svg {
  width: 36px;
  height: 36px;
}
.c-support__note {
  font-size: 1.2rem;
  line-height: 1.83;
}
.c-support__note-item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.c-support__note-item::before {
  content: "・";
  width: 1em;
  height: 1em;
}
.c-support__note-item + .c-support__note-item {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .c-support__box {
    padding: 64px 74px;
  }
  .c-support__head {
    margin-bottom: 32px;
  }
  .c-support__list {
    justify-content: center;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 16px;
  }
  .c-support__item {
    padding: 16px min(3.63%, 24px);
  }
  .c-support__item span {
    display: inline-block;
  }
  .c-support__ico {
    width: 96px;
    height: 96px;
  }
  .c-support__ico svg {
    width: 56px;
    height: 56px;
  }
  .c-support__note {
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 860px;
    margin: 0 auto 16px;
  }
}

/* home-headline */
.home-headline__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-headline__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 104px;
  min-height: 32px;
  margin: 16px auto 0;
  border-radius: 10px;
  border: 1px solid;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 24px;
}
.home-headline__link::after {
  content: "";
  display: inline-block;
  background: no-repeat center/contain;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.65703%207.071L2.67197e-05%201.414L1.41403%201.34918e-07L6.36403%204.95L11.314%201.68618e-08L12.728%201.414L7.07103%207.071C6.8835%207.25847%206.62919%207.36379%206.36403%207.36379C6.09886%207.36379%205.84455%207.25847%205.65703%207.071Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
@media (min-width: 1024px) {
  .home-headline {
    margin-top: 56px;
  }
  .home-headline__inner {
    max-width: 90%;
    border-radius: 10px;
    padding: 16px 32px;
    display: flex;
    align-items: baseline;
    gap: 14px;
  }
  .home-headline__link {
    margin: 0;
  }
  .home-headline__link:hover::after {
    transform: translateY(5px);
  }
}
@media (min-width: 1200px) {
  .home-headline__inner {
    max-width: 1200px;
  }
}

/* home-intro */
.home-intro {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-intro__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-intro__list {
  margin-bottom: 10.6vw;
}
.home-intro__item {
  width: 50%;
}
.home-intro__item img {
  margin: auto;
}
.home-intro__item img {
  width: 33.3vw;
}
.home-intro__head {
  font-weight: 700;
  text-align: center;
}
.home-intro__head {
  margin-bottom: 4.2vw;
}
.home-intro__head {
  font-size: clamp(2rem, 1.3333333333rem + 1.3888888889vw, 3rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 1.3333333333rem + 1.3888888889vw, 30 * 0.1rem)) {
  .home-intro__head {
    font-size: 2rem;
  }
}
.home-intro__button-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-intro__button-area {
  gap: 4.2vw;
}
.home-intro__button {
  color: var(--color-background);
  box-sizing: border-box;
  width: min(100%, 480px);
  border-radius: 100em;
  padding: 16px 32px 16px 16px;
  text-align: center;
  background: var(--color-main) url("../img/home/ico_intro_arrow.svg") no-repeat center right 26px/contain;
  background-size: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 2px solid var(--color-main);
}
.home-intro__button-label, .home-intro__button-text {
  box-sizing: border-box;
}
.home-intro__button-label {
  justify-content: center;
  background-color: var(--intro-button-color);
  color: var(--color-background);
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
.home-intro__button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--intro-background);
  line-height: 1.5;
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
  font-size: clamp(1.8rem, 1.5352941176rem + 0.5514705882vw, 2.1rem);
}
@supports not (font-size: clamp(18 * 0.1rem, 1.5352941176rem + 0.5514705882vw, 21 * 0.1rem)) {
  .home-intro__button-text {
    font-size: 1.8rem;
  }
}
.home-intro__button-text svg,
.home-intro__button-text path {
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
.home-intro__button-icon {
  display: flex;
  align-items: center;
  width: var(--intro-button-icon-width, 10px);
  height: var(--intro-button-icon-height, 20px);
  color: var(--intro-button-color);
}
.home-intro__button--energy {
  background-color: var(--color-energy);
  border-color: var(--color-energy);
}
.home-intro__button--ppa {
  background-color: var(--color-ppa);
  border-color: var(--color-ppa);
}
@media (max-width: 1023.98px) {
  .home-intro__item:nth-of-type(3) {
    margin-top: -16px;
  }
}
@media (min-width: 1024px) {
  .home-intro {
    padding-bottom: 80px;
  }
  .home-intro__list {
    gap: min(8.33%, 100px);
    margin-bottom: 80px;
  }
  .home-intro__item {
    width: auto;
  }
  .home-intro__item img {
    width: 248px;
  }
  .home-intro__head {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .home-intro__button-area {
    gap: 36px;
  }
  .home-intro__button {
    grid-template-columns: 100%;
    grid-template-rows: 36px 1fr;
    width: 376px;
    box-shadow: var(--shadow-pc-base);
  }
  .home-intro__button-label {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 1.4rem;
  }
  .home-intro__button:hover {
    background-color: var(--color-background);
    border: 2px solid var(--color-main);
    background-image: url("../img/home/ico_intro_arrow_on.svg");
  }
  .home-intro__button:hover svg,
  .home-intro__button:hover path {
    fill: var(--color-main);
  }
  .home-intro__button:hover span {
    color: var(--color-main);
  }
  .home-intro__button--energy:hover {
    border: 2px solid var(--color-energy);
    background-image: url("../img/home/ico_intro_arrow_energy_on.svg");
  }
  .home-intro__button--energy:hover svg,
  .home-intro__button--energy:hover path {
    fill: var(--color-energy);
  }
  .home-intro__button--energy:hover span {
    color: var(--color-energy);
  }
  .home-intro__button--ppa:hover {
    border: 2px solid var(--color-ppa);
    background-image: url("../img/home/ico_intro_arrow_ppa_on.svg");
  }
  .home-intro__button--ppa:hover svg,
  .home-intro__button--ppa:hover path {
    fill: var(--color-ppa);
  }
  .home-intro__button--ppa:hover span {
    color: var(--color-ppa);
  }
}

/* home-reason */
.home-reason {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-reason__head {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-reason__head {
  margin-bottom: 17vw;
}
.home-reason__head--sub {
  line-height: 0.8;
  font-weight: 700;
  font-size: clamp(5.5rem, 4.6333333333rem + 1.8055555556vw, 6.8rem);
}
@supports not (font-size: clamp(55 * 0.1rem, 4.6333333333rem + 1.8055555556vw, 68 * 0.1rem)) {
  .home-reason__head--sub {
    font-size: 5.5rem;
  }
}
.home-reason__head--main {
  line-height: 1;
  font-size: 1.6rem;
}
.home-reason__wrapper {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-bottom: 42px;
}
@media (min-width: 1024px) {
  .home-reason {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .home-reason__head {
    gap: 8px;
    margin-bottom: 88px;
  }
  .home-reason__head--sub {
    font-size: 68px;
    line-height: 1;
  }
  .home-reason__head--main {
    font-size: 16px;
  }
  .home-reason__wrapper {
    flex-direction: row;
    gap: 48px;
    margin-bottom: 64px;
  }
  .home-reason__wrapper-box {
    width: 100%;
  }
}

.home-reason-list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding-left: var(--inner-padding);
}
.home-reason-list__item {
  box-sizing: border-box;
  padding: 24px;
  background-color: var(--color-background);
  border-radius: 10px;
  position: relative;
}
.home-reason-list__label {
  position: absolute;
  top: -16px;
  left: -20px;
  color: var(--color-main);
  display: flex;
  align-items: center;
  gap: 14px;
}
.home-reason-list__point {
  writing-mode: vertical-rl;
  font-size: clamp(1rem, 0.8rem + 0.4166666667vw, 1.3rem);
}
@supports not (font-size: clamp(10 * 0.1rem, 0.8rem + 0.4166666667vw, 13 * 0.1rem)) {
  .home-reason-list__point {
    font-size: 1rem;
  }
}
.home-reason-list__num svg {
  display: block;
}
.home-reason-list__image img {
  margin: auto;
}
.home-reason-list__text-area h3 {
  line-height: 1.6;
  font-weight: 700;
  color: var(--color-main);
  padding-left: 40px;
}
.home-reason-list__text-area h3 {
  margin-bottom: 2.1vw;
}
.home-reason-list__text-area h3 {
  font-size: clamp(2rem, 1.7333333333rem + 0.5555555556vw, 2.4rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 1.7333333333rem + 0.5555555556vw, 24 * 0.1rem)) {
  .home-reason-list__text-area h3 {
    font-size: 2rem;
  }
}
.home-reason-list__text-area p {
  line-height: 1.6;
  font-size: clamp(1.5rem, 1.4333333333rem + 0.1388888889vw, 1.6rem);
}
@supports not (font-size: clamp(15 * 0.1rem, 1.4333333333rem + 0.1388888889vw, 16 * 0.1rem)) {
  .home-reason-list__text-area p {
    font-size: 1.5rem;
  }
}
.home-reason-list__text-head {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--color-main);
  padding: 12px 16px;
  border: 1px solid var(--color-main);
  border-radius: 100em;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 1.9333333333rem - 0.2777777778vw, 1.6rem);
}
@supports not (font-size: clamp(18 * 0.1rem, 1.9333333333rem + -0.2777777778vw, 16 * 0.1rem)) {
  .home-reason-list__text-head {
    font-size: 1.8rem;
  }
}
.home-reason-list__text-head-2nd {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 24px;
}
.home-reason-list__image {
  margin-top: 4.2vw;
}
@media (min-width: 1024px) {
  .home-reason-list {
    gap: 64px;
    padding-left: 0;
  }
  .home-reason-list__item {
    padding: 24px 32px 40px;
  }
  .home-reason-list__num svg {
    transform: scale(1.18);
  }
  .home-reason-list__text-area h3 {
    margin-bottom: 26px;
    padding-left: 64px;
  }
  .home-reason-list__text-head {
    line-height: 1;
    display: inline-block;
    padding: 12px 32px;
  }
  .home-reason-list__text-head-2nd {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .home-reason-list__image {
    margin-top: 16px;
  }
}

.home-reason-function {
  border-top: 1px solid var(--color-gray-mv);
  border-bottom: 1px solid var(--color-gray-mv);
  padding: 16px 0;
}
.home-reason-function + .home-reason-function {
  margin-top: -1px;
}
.home-reason-function__head {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.home-reason-function__image {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .home-reason-function {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .home-reason-function__head {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .home-reason-function__text-area {
    width: 100%;
  }
  .home-reason-function__image {
    min-width: 40%;
    margin-top: 0;
  }
}

.home-reason-card__image {
  margin-bottom: 24px;
}
.home-reason-card__list {
  font-size: 1.2rem;
  line-height: 1.83;
}
.home-reason-card__list-item {
  position: relative;
  padding-left: 16px;
}
.home-reason-card__list-item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.home-reason-card__list-item + .home-reason-card__list-item {
  margin-top: 12px;
}
.home-reason-card__list-2nd {
  margin-left: -16px;
}
.home-reason-card__list-2nd-item {
  position: relative;
  padding-left: 16px;
}
.home-reason-card__list-2nd-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.home-reason-card__list-2nd-item + .home-reason-card__list-2nd-item {
  margin-top: 8px;
}
.home-reason-card__list-3rd {
  padding-left: 0;
  margin-left: 0;
}
.home-reason-card__list-3rd-item {
  position: relative;
  padding-left: 16px;
}
.home-reason-card__list-3rd-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.home-reason-card__list-3rd-item + .home-reason-card__list-3rd-item {
  margin-top: 2px;
}
.home-reason-card__list p {
  font-size: 1.2rem;
  line-height: 1.83;
}
@media (min-width: 1024px) {
  .home-reason-card__image {
    margin-bottom: 16px;
  }
  .home-reason-card__list-item + .home-reason-card__list-item {
    margin-top: 16px;
  }
  .home-reason-card__list-2nd {
    margin-left: 0;
  }
  .home-reason-card__list-2nd + .home-reason-card__list-2nd {
    margin-top: 8px;
  }
}

.home-reason-accordion__item[open] .home-reason-accordion__summary::after {
  transform: translateY(-50%) rotate(0deg);
}
.home-reason-accordion__summary {
  box-sizing: border-box;
  position: relative;
  display: block;
  list-style: none;
  cursor: pointer;
}
.home-reason-accordion__summary::marker {
  display: none;
}
.home-reason-accordion__summary::-webkit-details-marker {
  display: none;
}
.home-reason-accordion__summary::before, .home-reason-accordion__summary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 34px;
  height: 2px;
  background-color: var(--color-main);
  transition: transform 0.2s var(--transition-easing);
}
.home-reason-accordion__summary::before {
  transform: translateY(-50%);
}
.home-reason-accordion__summary::after {
  transform: translateY(-50%) rotate(-90deg);
}
.home-reason-accordion__trigger {
  cursor: pointer;
}
.home-reason-accordion__trigger::before, .home-reason-accordion__trigger::after {
  content: "";
}
.home-reason-accordion__trigger::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.home-reason-accordion__trigger::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.home-reason-accordion__trigger.is-open::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (min-width: 1024px) {
  .home-reason-accordion__summary {
    padding-right: 114px;
  }
  .home-reason-accordion__summary::before, .home-reason-accordion__summary::after {
    top: 80px;
  }
}

/* home-pickup */
.home-pickup {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-pickup__link {
  box-sizing: border-box;
  display: block;
  background-color: var(--color-light-gray);
  border-radius: 10px;
  overflow: hidden;
}
.home-pickup__link-image {
  overflow: hidden;
}
.home-pickup__link-image img {
  max-width: initial;
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
.home-pickup__link-text-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 16px;
}
.home-pickup__link-text-area::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: var(--color-ppa) no-repeat center/contain;
  background-size: 6px 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6' fill='none'%3E%3Cpath d='M0.381089 4.96146L2.67114 2.6714L0.381089 0.381348' stroke='%23FFFEFE' stroke-width='0.762222' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-radius: 100em;
}
.home-pickup__link-text {
  line-height: 1.5;
  font-weight: 700;
}
.home-pickup__link-text small {
  font-size: clamp(1.8rem, 1.6666666667rem + 0.2777777778vw, 2rem);
}
@supports not (font-size: clamp(18 * 0.1rem, 1.6666666667rem + 0.2777777778vw, 20 * 0.1rem)) {
  .home-pickup__link-text small {
    font-size: 1.8rem;
  }
}
.home-pickup__link-text span {
  font-size: clamp(2rem, 1.7333333333rem + 0.5555555556vw, 2.4rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 1.7333333333rem + 0.5555555556vw, 24 * 0.1rem)) {
  .home-pickup__link-text span {
    font-size: 2rem;
  }
}
.home-pickup__link-more {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
}
.home-pickup__link-more::after {
  content: "";
  display: inline-block;
  background: no-repeat center/contain;
  width: 12px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20viewBox%3D%220%200%2012%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.1571%2012.7111L4.50006%2018.3681L3.08606%2016.9541L8.03606%2012.0041L3.08606%207.05414L4.50006%205.64014L10.1571%2011.2971C10.3445%2011.4847%2010.4498%2011.739%2010.4498%2012.0041C10.4498%2012.2693%2010.3445%2012.5236%2010.1571%2012.7111Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 1024px) {
  .home-pickup {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home-pickup .u-inner {
    max-width: initial;
    padding: 0;
  }
  .home-pickup__link {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 880px;
    margin: auto;
  }
  .home-pickup__link-image {
    aspect-ratio: 2.8125;
  }
  @supports not (aspect-ratio: 2.8125) {
    .home-pickup__link-image {
      position: relative;
      padding-top: 35.5555555556%;
    }
    .home-pickup__link-image > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .home-pickup__link-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: revert;
  }
  .home-pickup__link-image {
    width: 100%;
  }
  .home-pickup__link-text-area {
    width: 100%;
    gap: 32px;
  }
  .home-pickup__link-text-area::after {
    width: 34px;
    height: 34px;
  }
  .home-pickup__link-text small {
    font-size: 2rem;
  }
  .home-pickup__link-text span {
    font-size: 2.4rem;
  }
  .home-pickup__link-more {
    grid-column: 2;
    grid-row: 2;
    font-size: 1.8rem;
  }
  .home-pickup__link:hover img {
    transform: scale(1.2);
  }
}

.home-pickup-list {
  margin-bottom: 8.5vw;
}
.home-pickup-list__item {
  overflow: hidden;
  border-radius: 10px;
  color: var(--color-background);
}
.home-pickup-list__item--energy {
  --pickup-item-background: var(--color-energy);
}
.home-pickup-list__item--energy .home-pickup-list__button-icon {
  background-color: var(--color-energy);
}
.home-pickup-list__item--decarbon {
  --pickup-item-background: var(--color-decarbon);
}
.home-pickup-list__item--decarbon .home-pickup-list__button-icon {
  background-color: var(--color-decarbon);
}
.home-pickup-list__item:not(:last-of-type) {
  margin-bottom: 8.5vw;
}
.home-pickup-list__image img {
  max-width: inherit;
}
.home-pickup-list__text-area {
  box-sizing: border-box;
  padding: 8.52vw 4.26vw;
  background-color: var(--pickup-item-background, var(--color-main));
}
.home-pickup-list__text-area header {
  margin-bottom: 4.2vw;
}
.home-pickup-list__text-area h3 {
  line-height: 1.5;
  font-weight: 700;
  font-size: clamp(2rem, 1.7333333333rem + 0.5555555556vw, 2.4rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 1.7333333333rem + 0.5555555556vw, 24 * 0.1rem)) {
  .home-pickup-list__text-area h3 {
    font-size: 2rem;
  }
}
.home-pickup-list__text-area small {
  margin-bottom: 8px;
  line-height: 1.5;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.6666666667rem + 0.2777777778vw, 2rem);
}
@supports not (font-size: clamp(18 * 0.1rem, 1.6666666667rem + 0.2777777778vw, 20 * 0.1rem)) {
  .home-pickup-list__text-area small {
    font-size: 1.8rem;
  }
}
.home-pickup-list__text-area p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.home-pickup-list__text-area p {
  margin-bottom: 5.3vw;
}
.home-pickup-list__ico {
  display: block;
  margin-bottom: 8px;
}
.home-pickup-list__ico img {
  display: block;
  width: 36px;
  max-width: initial;
}
.home-pickup-list__button {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 218px;
  height: 50px;
  padding: 10px 10px 10px 48px;
  border-radius: 100em;
  background-color: var(--color-background);
  border: 1px solid var(--color-background);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--color-text);
}
.home-pickup-list__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: var(--color-main);
  border-radius: 100em;
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
.home-pickup-list__button-icon path {
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
@media (min-width: 1024px) {
  .home-pickup-list {
    margin-bottom: 32px;
  }
  .home-pickup-list__item {
    border-radius: 0;
    background: no-repeat center/cover;
    background-image: url("../img/home/pic_pickup01_pc.jpg");
  }
  .home-pickup-list__item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .home-pickup-list__item--energy {
    background-image: url("../img/home/pic_pickup02_pc.jpg");
  }
  .home-pickup-list__item--decarbon {
    background-image: url("../img/home/pic_pickup03_pc.jpg");
  }
  .home-pickup-list__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home-pickup-list__text-area {
    width: 664px;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    padding: 72px 230px 72px 40px;
  }
  .home-pickup-list__text-area header {
    margin-bottom: 28px;
  }
  .home-pickup-list__text-area p {
    margin-bottom: 28px;
  }
  .home-pickup-list__ico img {
    width: 40px;
  }
  .home-pickup-list__button:hover {
    color: var(--color-background);
    background-color: var(--color-main);
  }
  .home-pickup-list__button:hover i {
    background-color: var(--color-background);
  }
  .home-pickup-list__button:hover path {
    stroke: var(--color-main);
  }
  .home-pickup-list__button--energy:hover {
    background-color: var(--color-energy);
  }
  .home-pickup-list__button--energy:hover path {
    stroke: var(--color-energy);
  }
  .home-pickup-list__button--decarbon:hover {
    background-color: var(--color-decarbon);
  }
  .home-pickup-list__button--decarbon:hover path {
    stroke: var(--color-decarbon);
  }
}
@media (min-width: 1921px) {
  .home-pickup-list__item {
    background-image: url("../img/home/pic_pickup01_wide_pc.jpg");
  }
  .home-pickup-list__item--energy {
    background-image: url("../img/home/pic_pickup02_wide_pc.jpg");
  }
  .home-pickup-list__item--decarbon {
    background-image: url("../img/home/pic_pickup03_wide_pc.jpg");
  }
}

/* home-whitepaper */
.home-whitepaper {
  background-color: var(--color-sub);
}
.home-whitepaper__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-whitepaper__inner {
  gap: 4.2vw;
}
.home-whitepaper__head {
  text-align: center;
}
.home-whitepaper__head {
  margin-bottom: 6.4vw;
}
.home-whitepaper__head-en, .home-whitepaper__head-ja {
  display: block;
}
.home-whitepaper__head-en {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: clamp(4.6rem, 3.4rem + 2.5vw, 6.4rem);
}
@supports not (font-size: clamp(46 * 0.1rem, 3.4rem + 2.5vw, 64 * 0.1rem)) {
  .home-whitepaper__head-en {
    font-size: 4.6rem;
  }
}
.home-whitepaper__head-ja {
  line-height: 1;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.9333333333rem + 0.5555555556vw, 1.6rem);
}
@supports not (font-size: clamp(12 * 0.1rem, 0.9333333333rem + 0.5555555556vw, 16 * 0.1rem)) {
  .home-whitepaper__head-ja {
    font-size: 1.2rem;
  }
}
.home-whitepaper__text-area {
  margin-bottom: 8px;
}
.home-whitepaper__text {
  font-size: 1.5rem;
  line-height: 1.6;
}
.home-whitepaper__image {
  margin-bottom: 40px;
}
.home-whitepaper__button {
  margin: auto;
}
@media (min-width: 1024px) {
  .home-whitepaper__inner {
    max-width: 880px;
    padding: 64px 0;
    display: grid;
    grid-template-columns: 1fr min(46%, 640px);
    gap: 32px 48px;
  }
  .home-whitepaper__head {
    text-align: left;
    margin-bottom: 32px;
  }
  .home-whitepaper__head-en {
    font-size: 6.4rem;
    margin-bottom: 16px;
  }
  .home-whitepaper__head-jp {
    font-size: 1.6rem;
  }
  .home-whitepaper__text-area {
    margin-bottom: 0;
  }
  .home-whitepaper__text {
    font-size: 1.6rem;
  }
  .home-whitepaper__image {
    grid-column: 2;
    grid-row: 1/3;
    margin-bottom: 0;
  }
  .home-whitepaper__image img {
    border-radius: 10px;
  }
  .home-whitepaper__button {
    margin: 0;
  }
}

/* home-news */
.home-news {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-news__scroll-area {
  box-sizing: border-box;
  height: 356px;
  padding-right: 24px;
  overflow-y: scroll;
}
.home-news__scroll-area::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.home-news__scroll-area::-webkit-scrollbar-track {
  background: var(--color-gray-mv);
  border-radius: 100em;
}
.home-news__scroll-area::-webkit-scrollbar-thumb {
  background: var(--color-main);
  border-radius: 100em;
}
.home-news__scroll-area {
  scrollbar-color: var(--color-main);
}
@media (min-width: 1024px) {
  .home-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home-news__inner {
    max-width: 1080px;
    margin: auto;
  }
  .home-news__scroll-area {
    height: 198px;
    padding-right: 32px;
  }
}

/* home-faq */
.home-faq {
  padding-bottom: 40px;
}
.home-faq__button {
  margin: auto;
}
@media (min-width: 1024px) {
  .home-faq {
    padding-bottom: 80px;
  }
  .home-faq__button {
    margin-top: 24px;
  }
}

/* decarbon */
.carbon-decarbon {
  background-color: #E6F6F7;
}
.carbon-decarbon__picture {
  border-radius: 10px;
  overflow: hidden;
}
.carbon-decarbon__picture {
  margin-bottom: 8vw;
}
.carbon-decarbon__picture {
  aspect-ratio: 1.715;
}
@supports not (aspect-ratio: 1.715) {
  .carbon-decarbon__picture {
    position: relative;
    padding-top: 58.3090379009%;
  }
  .carbon-decarbon__picture > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.carbon-decarbon__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
.carbon-decarbon__head {
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  font-size: clamp(2.2rem, 1.8363636364rem + 0.9696969697vw, 3rem);
}
@supports not (font-size: clamp(22 * 0.1rem, 1.8363636364rem + 0.9696969697vw, 30 * 0.1rem)) {
  .carbon-decarbon__head {
    font-size: 2.2rem;
  }
}
.carbon-decarbon__text-area p + p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .carbon-decarbon__picture {
    grid-column: 2;
    grid-row: 2;
  }
  .carbon-decarbon__picture {
    aspect-ratio: 2.0979020979;
  }
  @supports not (aspect-ratio: 2.0979020979) {
    .carbon-decarbon__picture {
      position: relative;
      padding-top: 47.6666666667%;
    }
    .carbon-decarbon__picture > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 1024px) {
  .carbon-decarbon__inner {
    display: grid;
    grid-template-columns: 1fr 50%;
    grid-column-gap: 48px;
  }
  .carbon-decarbon__picture {
    margin-top: calc(-3.9rem - 24px);
    margin-bottom: 0;
  }
  .carbon-decarbon__picture {
    aspect-ratio: 2.4734693878;
  }
  @supports not (aspect-ratio: 2.4734693878) {
    .carbon-decarbon__picture {
      position: relative;
      padding-top: 40.4290429043%;
    }
    .carbon-decarbon__picture > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .carbon-decarbon__head {
    text-align: left;
  }
  .carbon-decarbon__text-area {
    grid-column: 1;
    grid-row: 2;
  }
  .carbon-decarbon__card {
    grid-column: 1/3;
  }
}

/* step */
.carbon-step__list {
  display: grid;
  grid-template-columns: 100%;
}
.carbon-step__list {
  grid-gap: 8vw;
}
.carbon-step__list {
  margin-bottom: 10.6vw;
}
.carbon-step__item {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 2px solid var(--color-decarbon);
  background-color: var(--color-background);
  color: var(--color-decarbon);
  text-align: center;
}
.carbon-step__item {
  padding-top: 6.4vw;
}
.carbon-step__item {
  padding-bottom: 6.4vw;
}
.carbon-step__item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -4.8vw;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-decarbon);
}
.carbon-step__icon img {
  width: 72px;
}
.carbon-step__text {
  font-weight: 700;
  font-size: 2rem;
}
.carbon-step__table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border: 1px solid var(--color-gray-mv);
  border-radius: 10px;
  overflow: hidden;
}
.carbon-step__table table caption {
  font-weight: 700;
}
.carbon-step__table table caption {
  margin-bottom: 4.2vw;
}
.carbon-step__table table th,
.carbon-step__table table td {
  padding: 16px;
  vertical-align: middle;
  border-top: 1px solid var(--color-gray-mv);
  box-sizing: border-box;
}
.carbon-step__table table th {
  width: 61px;
  background-color: var(--color-decarbon);
  font-weight: 700;
  color: var(--color-background);
  border-right: 1px solid var(--color-gray-mv);
  line-height: 1.1;
  text-align: center;
  font-size: clamp(2rem, 1.8181818182rem + 0.4848484848vw, 2.4rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 1.8181818182rem + 0.4848484848vw, 24 * 0.1rem)) {
  .carbon-step__table table th {
    font-size: 2rem;
  }
}
.carbon-step__table table tr:first-of-type th,
.carbon-step__table table tr:first-of-type td {
  border-top: none;
}
.carbon-step__table table tr:first-of-type th:first-of-type {
  border-top-left-radius: 10px;
}
.carbon-step__table-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.carbon-step__table-text {
  margin-top: 4.2vw;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .carbon-step__list {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .carbon-step__table table caption {
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.5;
    font-size: clamp(1.8rem, 1.4444444444rem + 0.462962963vw, 2rem);
  }
  @supports not (font-size: clamp(18 * 0.1rem, 1.4444444444rem + 0.462962963vw, 20 * 0.1rem)) {
    .carbon-step__table table caption {
      font-size: 1.8rem;
    }
  }
  .carbon-step__table table th {
    width: 160px;
    text-align: center;
  }
  .carbon-step__table-text {
    margin-top: 24px;
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .carbon-step__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px;
    margin-bottom: 24px;
  }
  .carbon-step__item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .carbon-step__item:not(:last-of-type)::after {
    top: 50%;
    bottom: auto;
    right: -17.5px;
    left: auto;
    transform: translateX(50%) translateY(-50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 15px;
    height: 30px;
  }
  .carbon-step__table-text {
    text-align: center;
  }
  .carbon-step__table table {
    max-width: 964px;
    margin-left: auto;
    margin-right: auto;
  }
  .carbon-step__table table th {
    width: 159px;
  }
  .carbon-step__icon img {
    width: 60px;
  }
  .carbon-step .c-plain-head {
    margin-bottom: 32px;
  }
}

/*　solution */
.carbon-solution-article {
  position: relative;
  box-sizing: border-box;
  padding: 64px 15px 16px 15px;
  background-color: var(--color-background);
  border-radius: 10px;
}
.carbon-solution-article + .carbon-solution-article {
  margin-top: 10.6vw;
}
.carbon-solution-article:last-of-type {
  margin-bottom: 40px;
}
.carbon-solution-article--asune:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 121px;
  padding-bottom: 14px;
  background: url(../img/carbonneutral/logo_asune.png) no-repeat center/contain;
}
.carbon-solution-article__label {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  padding: 7.5px 16px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: var(--color-decarbon);
  font-weight: 700;
  color: var(--color-background);
  font-size: clamp(1.8rem, 1.4444444444rem + 0.462962963vw, 2rem);
}
@supports not (font-size: clamp(18 * 0.1rem, 1.4444444444rem + 0.462962963vw, 20 * 0.1rem)) {
  .carbon-solution-article__label {
    font-size: 1.8rem;
  }
}
.carbon-solution-article__label-icon {
  width: 30px;
}
.carbon-solution-article__head {
  margin-bottom: 1em;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  font-size: clamp(2rem, 1.7333333333rem + 0.5555555556vw, 2.4rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 1.7333333333rem + 0.5555555556vw, 24 * 0.1rem)) {
  .carbon-solution-article__head {
    font-size: 2rem;
  }
}
.carbon-solution-article__head small {
  display: inline-block;
  font-weight: 400;
  line-height: 1.6;
  font-size: clamp(1.2rem, 0.9333333333rem + 0.5555555556vw, 1.6rem);
}
@supports not (font-size: clamp(12 * 0.1rem, 0.9333333333rem + 0.5555555556vw, 16 * 0.1rem)) {
  .carbon-solution-article__head small {
    font-size: 1.2rem;
  }
}
.carbon-solution-article__lead {
  margin-bottom: 16px;
}
.carbon-solution-article__text-area p {
  font-size: clamp(1.5rem, 1.4333333333rem + 0.1388888889vw, 1.6rem);
}
@supports not (font-size: clamp(15 * 0.1rem, 1.4333333333rem + 0.1388888889vw, 16 * 0.1rem)) {
  .carbon-solution-article__text-area p {
    font-size: 1.5rem;
  }
}
.carbon-solution-article__text-area + .carbon-solution-article__text-area {
  margin-top: 32px;
}
.carbon-solution-article__text-area h4 {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: var(--color-decarbon);
  line-height: 1.3;
  font-size: clamp(1.5rem, 1.1666666667rem + 0.6944444444vw, 2rem);
}
@supports not (font-size: clamp(15 * 0.1rem, 1.1666666667rem + 0.6944444444vw, 20 * 0.1rem)) {
  .carbon-solution-article__text-area h4 {
    font-size: 1.5rem;
  }
}
.carbon-solution-article__text-area p {
  margin-bottom: 1em;
}
.carbon-solution-article__picture {
  max-width: 100%;
}
.carbon-solution-article__picture-inner {
  width: 872px;
  height: 460px;
}
.carbon-solution-article__picture-inner img {
  width: auto;
  height: 100%;
}
.carbon-solution-article__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.carbon-solution-article__list {
  grid-gap: 2.1vw;
}
.carbon-solution-article__box {
  box-sizing: border-box;
  margin-top: 16px;
  padding: 16px;
  border-radius: 10px;
}
.carbon-solution-article__box-picture {
  margin-bottom: 10px;
}
.carbon-solution-article__box-picture {
  aspect-ratio: 1.3676470588;
}
@supports not (aspect-ratio: 1.3676470588) {
  .carbon-solution-article__box-picture {
    position: relative;
    padding-top: 73.1182795699%;
  }
  .carbon-solution-article__box-picture > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.carbon-solution-article__box-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
.carbon-solution-article__box-text {
  font-size: clamp(1.5rem, 1.1666666667rem + 0.6944444444vw, 2rem);
}
@supports not (font-size: clamp(15 * 0.1rem, 1.1666666667rem + 0.6944444444vw, 20 * 0.1rem)) {
  .carbon-solution-article__box-text {
    font-size: 1.5rem;
  }
}
.carbon-solution-article__box-button {
  margin: 16px auto auto;
}
.carbon-solution-article .c-numbered-list {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .carbon-solution-article {
    padding: 110px min(9%, 108px) 64px;
  }
  .carbon-solution-article + .carbon-solution-article {
    margin-top: 40px;
  }
  .carbon-solution-article--asune:after {
    top: 37px;
    right: 34px;
    width: 153px;
    padding-bottom: 17px;
  }
  .carbon-solution-article__label {
    justify-content: center;
    gap: 16px;
    padding: 10px 46px;
    font-size: 2rem;
  }
  .carbon-solution-article__head {
    font-size: 2.4rem;
  }
  .carbon-solution-article__picture-inner {
    width: 100%;
    height: auto;
  }
  .carbon-solution-article__picture-inner img {
    width: 100%;
    height: auto;
  }
  .carbon-solution-article__list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 27px;
  }
  .carbon-solution-article__note {
    width: fit-content;
    margin-left: auto;
  }
  .carbon-solution-article__text-area h4 {
    display: inline-block;
  }
  .carbon-solution-article__text-area p {
    margin-bottom: 2em;
  }
  .carbon-solution-article__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    margin-top: 24px;
    padding: 33px;
  }
  .carbon-solution-article__box-picture {
    grid-column: 2;
    grid-row: 1/3;
    max-height: 161px;
    margin-bottom: 0;
    aspect-ratio: revert;
  }
  .carbon-solution-article__box-button {
    margin-top: 38px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .carbon-solution-article {
    padding-top: 64px;
  }
  .carbon-solution-article__lead {
    margin-bottom: 24px;
  }
  .carbon-solution-article .c-numbered-list {
    margin-top: 24px;
  }
}

.carbon-qa .c-faq__q {
  color: var(--color-decarbon);
}
.carbon-qa .c-faq__q-icon {
  background-color: var(--color-decarbon);
}
.carbon-qa .c-faq__summary::before, .carbon-qa .c-faq__summary::after {
  background-color: var(--color-decarbon);
}

.p-contract-article {
  position: relative;
  border-radius: 10px;
}
.p-contract-article + .p-contract-article {
  margin-top: 8.5vw;
}
.p-contract-article__head {
  display: flex;
  justify-content: space-between;
}
.p-contract-article__link {
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  max-width: 53.4vw;
  padding: 4.26vw 0 4.26vw 4.26vw;
  font-weight: 700;
  color: var(--color-main);
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.5;
  font-size: clamp(2rem, 3.16rem - 2.4166666667vw, 0.26rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 3.16rem + -2.4166666667vw, 2.6 * 0.1rem)) {
  .p-contract-article__link {
    font-size: 2rem;
  }
}
@media not all and (pointer: coarse) {
  .p-contract-article__link:hover {
    text-decoration: none;
  }
}
.p-contract-article__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5em);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url(../img/common/ico_pdf.png) no-repeat center/contain;
}
.p-contract-article__toggle {
  width: 52px;
  cursor: pointer;
}
.p-contract-article__toggle[aria-expanded=true] .p-contract-article__toggle-icon::after {
  transform: translateY(-50%) rotate(0deg);
}
.p-contract-article__toggle-icon {
  position: relative;
  display: block;
}
.p-contract-article__toggle-icon::before, .p-contract-article__toggle-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 1px;
  background-color: var(--color-main);
  transition: transform 0.2s var(--transition-easing);
}
.p-contract-article__toggle-icon::before {
  transform: translateY(-50%);
}
.p-contract-article__toggle-icon::after {
  transform: translateY(-50%) rotate(-90deg);
}
.p-contract-article__body {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0 4.26vw 4.26vw;
}
.p-contract-article__body small {
  display: inline-block;
  font-size: 1.2rem;
}
.p-contract-article__table {
  table-layout: fixed;
  border-collapse: separate;
  border: 1px solid var(--color-gray-mv);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 1em 0;
}
.p-contract-article__table--wide-spacing {
  margin: 2em 0 0 0;
}
.p-contract-article__table--no-margin-bottom {
  margin-bottom: 0;
}
.p-contract-article__table th,
.p-contract-article__table td {
  box-sizing: border-box;
}
.p-contract-article__table th {
  text-align: center;
}
.p-contract-article__table th:first-child {
  width: 30%;
}
.p-contract-article__table thead th {
  padding: 12px 0;
  background-color: var(--color-main);
  border-right: 1px solid var(--color-gray-mv);
  color: var(--color-background);
  line-height: 1.83;
  font-size: clamp(1.2rem, 0.9333333333rem + 0.5555555556vw, 1.6rem);
}
@supports not (font-size: clamp(12 * 0.1rem, 0.9333333333rem + 0.5555555556vw, 16 * 0.1rem)) {
  .p-contract-article__table thead th {
    font-size: 1.2rem;
  }
}
.p-contract-article__table thead th:last-child {
  border-right: none;
}
.p-contract-article__table tbody {
  line-height: 1.5;
  background-color: var(--color-background);
}
.p-contract-article__table tbody th {
  font-size: 1.6rem;
  padding: 8px;
  vertical-align: middle;
  border-right: 1px solid var(--color-gray-mv);
  border-top: 1px solid var(--color-gray-mv);
}
.p-contract-article__table tbody td {
  font-size: 1.6rem;
  padding: 8px;
  border-top: 1px solid var(--color-gray-mv);
}
.p-contract-article__table tbody td p + p {
  margin-top: 1em;
}
.p-contract-article__sub-head {
  font-size: 2rem;
  margin-top: 24px;
  color: var(--color-main);
}
.p-contract-article__sub-head--no-margin-top {
  margin-top: 0;
}
.p-contract-article__list li {
  position: relative;
  padding-left: 1.35em;
  text-indent: -1.35em;
  line-height: 1.83;
  font-size: var(--contract-list-font-size, 1.2rem);
}
.p-contract-article__list li::before {
  content: "●";
  width: 1em;
  height: 1em;
}
.p-contract-article__list li + li {
  margin-top: 8px;
}
.p-contract-article__note {
  margin-top: 32px;
}
.p-contract-article__note--item {
  font-size: 1.2rem;
  text-indent: -2em;
  padding-left: 2em;
}
.p-contract-article__note--item + .p-contract-article__note--item {
  margin-top: 4px;
}
@media (min-width: 480px) {
  .p-contract-article__link {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .p-contract-article__link small {
    font-size: 1.4rem;
  }
  .p-contract-article__link span {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .p-contract-article + .p-contract-article {
    margin-top: 64px;
  }
  .p-contract-article__link {
    max-width: 82%;
    text-decoration: underline;
    padding: 28px 0 28px 45px;
  }
  .p-contract-article__toggle {
    width: 81px;
  }
  .p-contract-article__body {
    font-size: 1.6rem;
    line-height: 1.83;
    padding: 0 129px 40px 45px;
  }
  .p-contract-article__table th:first-child {
    width: 200px;
  }
  .p-contract-article__table thead th {
    padding: 8px;
  }
  .p-contract-article__table tbody th {
    padding: 13px;
  }
  .p-contract-article__table tbody td {
    padding: 13px 27px;
  }
  .p-contract-article__sub-head {
    margin-top: 32px;
  }
  .p-contract-article__list li + li {
    margin-top: 1.5em;
  }
  .p-contract-article__note {
    margin-top: 8px;
  }
}

#faq {
  background-color: var(--color-light-gray);
  padding-top: 50px;
}
@media (min-width: 1024px) {
  #faq {
    padding-top: 100px;
  }
}

.p-faq__note {
  width: fit-content;
  margin: 1em auto 0;
  font-size: 1.2rem;
}

.p-faq-anchor__list {
  display: grid;
  grid-template-columns: 1fr;
}
.p-faq-anchor__list {
  grid-gap: 2.1vw;
}
.p-faq-anchor__link {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  grid-gap: 0.25em;
  min-height: 70px;
  padding: 4.2vw 4.2vw;
  line-height: 1.3;
  border: 1px solid var(--color-main);
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.3;
  background-color: var(--color-background);
  font-size: clamp(1.5rem, 1.1666666667rem + 0.6944444444vw, 2rem);
}
@supports not (font-size: clamp(15 * 0.1rem, 1.1666666667rem + 0.6944444444vw, 20 * 0.1rem)) {
  .p-faq-anchor__link {
    font-size: 1.5rem;
  }
}
.p-faq-anchor__link::after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: no-repeat center/contain;
  width: 20px;
  height: 20px;
  border-radius: 100em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' viewBox='0 0 18 9' fill='none'%3E%3Cpath d='M12.443 1.75149L13.2001 2.50935L9.07368 6.6372C9.00756 6.70374 8.92894 6.75655 8.84233 6.79258C8.75572 6.82862 8.66284 6.84717 8.56904 6.84717C8.47524 6.84717 8.38236 6.82862 8.29575 6.79258C8.20914 6.75655 8.13052 6.70374 8.0644 6.6372L3.93583 2.50935L4.69297 1.7522L8.56797 5.62649L12.443 1.75149Z' fill='%23FFFEFE'/%3E%3C/svg%3E");
  background-color: var(--color-main);
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
@media (min-width: 1024px) {
  .p-faq-anchor__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .p-faq-anchor__link {
    grid-gap: 16px;
    text-align: center;
    width: 376px;
    min-height: 102px;
    padding: 20px 32px;
  }
  .p-faq-anchor__link:hover::after {
    transform: translateY(8px);
  }
}

.p-faq-article + .p-faq-article {
  margin-top: 6.4vw;
}
.p-faq-article__wrapper {
  background-color: var(--color-background);
  padding-top: 64px;
  padding-bottom: 64px;
}
.p-faq-article__head {
  font-weight: 700;
  line-height: 1.4;
}
.p-faq-article__head {
  margin-bottom: 4.2vw;
}
.p-faq-article__head {
  font-size: clamp(2.2rem, 2.0666666667rem + 0.2777777778vw, 2.4rem);
}
@supports not (font-size: clamp(22 * 0.1rem, 2.0666666667rem + 0.2777777778vw, 24 * 0.1rem)) {
  .p-faq-article__head {
    font-size: 2.2rem;
  }
}
.p-faq-article__note {
  line-height: 1.5;
  font-size: clamp(1.2rem, 0.9333333333rem + 0.5555555556vw, 1.6rem);
}
@supports not (font-size: clamp(12 * 0.1rem, 0.9333333333rem + 0.5555555556vw, 16 * 0.1rem)) {
  .p-faq-article__note {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .p-faq-article + .p-faq-article {
    margin-top: 40px;
  }
  .p-faq-article__inner {
    max-width: 1124px;
  }
  .p-faq-article__head {
    margin-bottom: 24px;
  }
}

/*　intro　*/
.kouatsu-intro__text {
  margin-bottom: 16px;
}
.kouatsu-intro__image {
  display: flex;
  flex-wrap: wrap;
  gap: 9.27px;
}
.kouatsu-intro__image-item {
  width: calc(50% - 4.635px);
  text-align: center;
}
.kouatsu-intro__caption {
  font-size: 1.2rem;
  margin-top: 4.64px;
}
@media (min-width: 1024px) {
  .kouatsu-intro__text {
    margin-bottom: 8px;
  }
  .kouatsu-intro__image {
    flex-wrap: nowrap;
    gap: 16px;
  }
  .kouatsu-intro__caption {
    margin-top: 8px;
  }
}

/* merit */
.kouatsu-merit__head {
  font-size: clamp(2.2rem, 1.4rem + 1.6666666667vw, 3.4rem);
}
@supports not (font-size: clamp(22 * 0.1rem, 1.4rem + 1.6666666667vw, 34 * 0.1rem)) {
  .kouatsu-merit__head {
    font-size: 2.2rem;
  }
}
.kouatsu-merit__list {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.kouatsu-merit__item {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 6.4vw 4.2vw;
  border-radius: 9px;
  background-color: var(--color-background);
  margin-left: 15px;
}
.kouatsu-merit__icon {
  position: absolute;
  top: -15px;
  left: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 77px;
}
.kouatsu-merit__image {
  height: 61px;
  margin-bottom: 10px;
}
.kouatsu-merit__image img {
  display: block;
  width: 61px;
  margin: 0 auto;
}
.kouatsu-merit__sub-head {
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  font-size: clamp(2rem, 2rem + 0vw, 2rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 2rem + 0vw, 20 * 0.1rem)) {
  .kouatsu-merit__sub-head {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .kouatsu-merit__item {
    width: 100%;
    padding: 53px 32px 32px;
  }
  .kouatsu-merit__sub-head {
    margin-bottom: 13px;
  }
  .kouatsu-merit__sub-head em {
    display: inline-block;
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .kouatsu-merit__list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .kouatsu-merit__head {
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
  .kouatsu-merit__list {
    display: flex;
    flex-direction: row;
    gap: 28px;
  }
  .kouatsu-merit__item {
    width: calc(33.3333333333% - 18.6666666667px);
    margin-left: 0;
  }
  .kouatsu-merit__image {
    margin-bottom: 4px;
  }
  .kouatsu-merit__sub-head {
    margin-bottom: 13px;
  }
}

/* cost */
.kouatsu-cost__lead {
  margin-bottom: 9vw;
}
.kouatsu-cost__box {
  box-sizing: border-box;
  padding: 12.75vw 4.26vw;
  background-color: var(--color-background);
}
.kouatsu-cost__box-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 24px;
  transform: scale(0.8);
}
.kouatsu-cost__box-image {
  display: flex;
  justify-content: center;
}
.kouatsu-cost__box-article:not(:last-of-type) {
  border-bottom: 1px dashed;
}
.kouatsu-cost__box-article:not(:last-of-type) {
  margin-bottom: 6.4vw;
}
.kouatsu-cost__box-article:not(:last-of-type) {
  padding-bottom: 6.4vw;
}
@media (min-width: 1024px) {
  .kouatsu-cost__lead {
    margin-bottom: 32px;
  }
  .kouatsu-cost__box {
    padding: 64px 110px;
    border-radius: 10px;
  }
  .kouatsu-cost__box-head {
    transform: initial;
  }
  .kouatsu-cost__box-article:not(:last-of-type) {
    border: none;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}

.kouatsu-cost-list {
  margin-top: 12.8vw;
}
.kouatsu-cost-list__item {
  box-sizing: border-box;
  position: relative;
  border: 2px solid var(--color-main);
  border-radius: 10px;
  overflow: hidden;
}
.kouatsu-cost-list__item:not(:last-of-type) {
  margin-bottom: 6.4vw;
}
.kouatsu-cost-list__label {
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
  padding: 0 18px;
  background-color: var(--color-main);
  border-bottom-right-radius: 10px;
  font-weight: 700;
  color: var(--color-background);
  font-size: clamp(2rem, 2rem + 0vw, 2rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 2rem + 0vw, 20 * 0.1rem)) {
  .kouatsu-cost-list__label {
    font-size: 2rem;
  }
}
.kouatsu-cost-list__picture-area {
  background-color: #e9e9e9;
}
.kouatsu-cost-list__text {
  line-height: 1.6;
  box-sizing: border-box;
  padding: 2.13vw 4.26vw;
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
}
@supports not (font-size: clamp(15 * 0.1rem, 1.5rem + 0vw, 15 * 0.1rem)) {
  .kouatsu-cost-list__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .kouatsu-cost-list {
    margin-top: 32px;
  }
  .kouatsu-cost-list__item {
    display: grid;
    grid-template-columns: 1fr 52%;
    place-items: center;
  }
  .kouatsu-cost-list__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .kouatsu-cost-list__text {
    box-sizing: border-box;
    padding: 3.3% 4.26%;
  }
  .kouatsu-cost-list__detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .kouatsu-cost-list__item {
    border: 3px solid var(--color-main);
  }
}

/* plant */
.kouatsu-plant__article {
  margin-top: 8.5vw;
}
.kouatsu-plant__article-head {
  margin-bottom: 2.13vw;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-main);
  font-size: clamp(1.8rem, 1.6666666667rem + 0.2777777778vw, 2rem);
}
@supports not (font-size: clamp(18 * 0.1rem, 1.6666666667rem + 0.2777777778vw, 20 * 0.1rem)) {
  .kouatsu-plant__article-head {
    font-size: 1.8rem;
  }
}
.kouatsu-plant figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.kouatsu-plant figure {
  margin-bottom: 4.2vw;
}
.kouatsu-plant figure figcaption {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-background);
  background-color: #9C9C9C;
  border-radius: 6px 0 0 0;
  padding: 6px 27.5px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.kouatsu-plant__map img {
  display: block;
  max-width: 810px;
  margin: auto;
}
.kouatsu-plant__table {
  border: 1px solid #565656;
  border-radius: 10px;
  background-color: #ededed;
  box-sizing: border-box;
}
.kouatsu-plant__table dl {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #565656;
}
.kouatsu-plant__table dl:last-of-type {
  border-bottom: none;
}
.kouatsu-plant__table dl dt,
.kouatsu-plant__table dl dd {
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 1.5rem;
}
.kouatsu-plant__table dl dt {
  width: 110px;
  padding: 8px 12px;
  border-right: 1px solid #565656;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kouatsu-plant__table dl dd {
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .kouatsu-plant__article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 807px;
    margin: 32px auto 0;
  }
  .kouatsu-plant__article:first-of-type {
    margin-top: 32px;
  }
  .kouatsu-plant__article-head {
    width: 100%;
    margin-bottom: 8px;
  }
  .kouatsu-plant__article figure {
    order: 2;
    width: 47.64%;
    margin-bottom: 0;
  }
  .kouatsu-plant__article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kouatsu-plant__table {
    order: 1;
    align-self: flex-start;
    width: 51.36%;
  }
  .kouatsu-plant__table dl dt,
  .kouatsu-plant__table dl dd {
    color: #565656;
    padding: 9px 16px;
  }
  .kouatsu-plant__table dl dt {
    font-size: 1.2rem;
    width: 114px;
  }
  .kouatsu-plant__table dl dd {
    font-size: 1.4rem;
    width: calc(100% - 114px);
    font-weight: 700;
  }
}

/* anchor */
.energy-anchor__head {
  font-weight: 700;
  text-align: center;
}
.energy-anchor__head {
  margin-bottom: 4.2vw;
}
.energy-anchor__head {
  font-size: clamp(2rem, 0.8023391813rem + 1.1695906433vw, 2.4rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 0.8023391813rem + 1.1695906433vw, 24 * 0.1rem)) {
  .energy-anchor__head {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .energy-anchor {
    --section-padding-top: 64px;
    --section-padding-bottom: 64px;
  }
  .energy-anchor__head {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}

/* actions */
.energy-actions__picture {
  border-radius: 10px;
  overflow: hidden;
}
.energy-actions__picture {
  margin-bottom: 4.2vw;
}
.energy-actions__picture {
  aspect-ratio: 1.715;
}
@supports not (aspect-ratio: 1.715) {
  .energy-actions__picture {
    position: relative;
    padding-top: 58.3090379009%;
  }
  .energy-actions__picture > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.energy-actions__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
.energy-actions__text-area {
  font-size: 1.5rem;
  line-height: 1.6;
}
.energy-actions__text-area p + p {
  margin-top: 1.8em;
}
@media (min-width: 768px) {
  .energy-actions__picture {
    grid-column: 2;
    grid-row: 2;
  }
  .energy-actions__picture {
    aspect-ratio: 2.0979020979;
  }
  @supports not (aspect-ratio: 2.0979020979) {
    .energy-actions__picture {
      position: relative;
      padding-top: 47.6666666667%;
    }
    .energy-actions__picture > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 1024px) {
  .energy-actions__inner {
    display: grid;
    grid-template-columns: 1fr calc(50% - 16px);
    grid-column-gap: 62px;
  }
  .energy-actions__head {
    grid-column: 1/3;
  }
  .energy-actions__picture {
    margin-bottom: 0;
  }
  .energy-actions__text-area {
    font-size: 1.6rem;
    grid-column: 1;
    grid-row: 2;
  }
  .energy-actions__card {
    grid-column: 1/3;
  }
}

/* card */
.p-energy-card {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 24px;
}
.p-energy-card {
  grid-gap: 8.5vw;
}
.p-energy-card {
  margin-top: 8.5vw;
}
.p-energy-card__item {
  box-sizing: border-box;
  padding: 4.2vw 6.4vw;
  border-radius: 10px;
  width: 100%;
  background-color: var(--color-background);
}
.p-energy-card__head {
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-energy);
  font-size: clamp(2rem, 1.3333333333rem + 1.3888888889vw, 3rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 1.3333333333rem + 1.3888888889vw, 30 * 0.1rem)) {
  .p-energy-card__head {
    font-size: 2rem;
  }
}
.p-energy-card__head small {
  display: inline-block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-energy-card__head span {
  font-weight: 700;
}
.p-energy-card__content {
  padding-top: 5.3vw;
}
.p-energy-card__content {
  padding-bottom: 4.2vw;
}
.p-energy-card__box {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-energy-card__box + .p-energy-card__box {
  margin-top: 24px;
}
.p-energy-card__box dt {
  position: relative;
  width: fit-content;
  font-size: 1.2rem;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 100em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.36;
  border: 1px solid var(--color-energy);
  color: var(--color-energy);
}
.p-energy-card__box dd {
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-energy-card__box dd ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.p-energy-card__box dd ul li::before {
  content: "・";
  width: 1em;
  height: 1em;
}
.p-energy-card__accordion[open] .p-energy-card__summary::after {
  transform: translateY(-50%) rotate(0deg);
}
.p-energy-card__summary {
  position: relative;
  cursor: pointer;
}
.p-energy-card__summary::before, .p-energy-card__summary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 1px;
  background-color: var(--color-energy);
  transition: transform 0.2s var(--transition-easing);
}
.p-energy-card__summary::before {
  transform: translateY(-50%);
}
.p-energy-card__summary::after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (min-width: 768px) {
  .p-energy-card {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px 32px;
    margin-top: 70px;
  }
  .p-energy-card__item {
    padding: 24px;
    width: calc(50% - 16px);
  }
  .p-energy-card__head {
    font-size: 2.4rem;
  }
  .p-energy-card__box {
    gap: 10px;
  }
  .p-energy-card__box dt {
    width: 86px;
    height: 86px;
  }
  .p-energy-card__box dd {
    font-size: 1.3rem;
  }
  .p-energy-card__content {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

/* merit */
.energy-merit__lead {
  margin-bottom: 13.3vw;
}
.energy-merit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 32px;
}
.energy-merit__item {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 4.2vw 1.6vw;
  border-radius: 9px;
  border: 1px solid var(--color-energy);
  background-color: var(--color-background);
  margin-left: 15px;
  width: calc(50% - 31px);
}
.energy-merit__icon {
  position: absolute;
  top: -15px;
  left: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 63px;
}
.energy-merit__image {
  margin-bottom: 10px;
}
.energy-merit__image img {
  display: block;
  width: 30px;
  margin: 0 auto;
}
.energy-merit__sub-head {
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.5rem, 1.1666666667rem + 0.6944444444vw, 2rem);
}
@supports not (font-size: clamp(15 * 0.1rem, 1.1666666667rem + 0.6944444444vw, 20 * 0.1rem)) {
  .energy-merit__sub-head {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .energy-merit__lead {
    margin-bottom: 40px;
  }
  .energy-merit__item {
    padding: 40px 32px 32px;
  }
  .energy-merit__sub-head {
    align-self: center;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .energy-merit__button-area {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .energy-merit__list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .energy-merit__list {
    display: flex;
    gap: 50px;
  }
  .energy-merit__item {
    width: calc(33.3333333333% - 33.3333333333px);
    margin-left: 0;
  }
  .energy-merit__icon {
    width: 68px;
    height: 86px;
  }
  .energy-merit__image {
    margin-bottom: 30px;
  }
  .energy-merit__image img {
    width: 61px;
  }
  .energy-merit__sub-head {
    margin-bottom: 13px;
  }
}

/* reason */
.energy-reason__lead {
  font-size: 1.5rem;
  line-height: 1.6;
}
.energy-reason__lead {
  margin-bottom: 4.2vw;
}
.energy-reason__lead p + p {
  margin-top: 1.8em;
}
.energy-reason__list {
  display: flex;
  flex-direction: column;
  gap: 16px 36px;
}
.energy-reason__item {
  box-sizing: border-box;
  padding: 8.53vw 4.26vw;
  background-color: var(--color-background);
  border-radius: 10px;
}
.energy-reason__picture {
  margin-bottom: 4.2vw;
}
.energy-reason__picture img {
  max-width: initial;
}
.energy-reason__text-area {
  display: grid;
  grid-template-columns: 100%;
}
.energy-reason__text-area {
  grid-gap: 4.2vw;
}
.energy-reason__text-area ul {
  width: fit-content;
  margin: auto;
  margin-top: -8px;
}
.energy-reason__text-area ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.energy-reason__text-area ul li::before {
  content: "・";
  width: 1em;
  height: 1em;
}
.energy-reason__sub-head {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-text);
  font-weight: 700;
  text-align: center;
  left: 1.5;
  letter-spacing: -0.06em;
  font-size: clamp(1.8rem, 1.6666666667rem + 0.2777777778vw, 2rem);
}
@supports not (font-size: clamp(18 * 0.1rem, 1.6666666667rem + 0.2777777778vw, 20 * 0.1rem)) {
  .energy-reason__sub-head {
    font-size: 1.8rem;
  }
}
.energy-reason__text {
  line-height: 1.5;
  color: var(--color-main);
  text-align: center;
  display: flex;
  align-items: center;
  gap: 16px;
}
.energy-reason__text-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 28px;
  border-radius: 10px;
  background-color: var(--color-main);
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--color-background);
}
.energy-reason__text-power {
  display: flex;
  align-items: baseline;
  margin-bottom: -6px;
}
.energy-reason__text em {
  display: inline-block;
  font-weight: 700;
  line-height: 1.3;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: clamp(4rem, 4.6666666667rem - 1.3888888889vw, 3rem);
}
@supports not (font-size: clamp(40 * 0.1rem, 4.6666666667rem + -1.3888888889vw, 30 * 0.1rem)) {
  .energy-reason__text em {
    font-size: 4rem;
  }
}
.energy-reason__text small {
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
}
.energy-reason__button {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 32px;
  border-radius: 100em;
  border: 2px solid;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.energy-reason__button::after {
  content: "";
  display: inline-block;
  background: no-repeat center/contain;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.16634%203.3335H3.33301V15.0002C3.33301%2015.4422%203.5086%2015.8661%203.82116%2016.1787C4.13372%2016.4912%204.55765%2016.6668%204.99967%2016.6668H14.9997C15.4417%2016.6668%2015.8656%2016.4912%2016.1782%2016.1787C16.4907%2015.8661%2016.6663%2015.4422%2016.6663%2015.0002V10.8335M7.49967%2012.5002L16.6663%203.3335M16.6663%203.3335H12.4997M16.6663%203.3335V7.50016%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .energy-reason__list {
    max-width: 700px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .energy-reason__lead {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .energy-reason__lead .c-note-list {
    margin-top: 16px;
  }
  .energy-reason__list {
    flex-direction: row;
  }
  .energy-reason__item {
    display: grid;
    grid-template-columns: calc(50% - 18px) calc(50% - 18px);
    grid-gap: 36px;
    padding: 32px;
  }
  .energy-reason__picture {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }
  .energy-reason__text-area {
    grid-column: 1;
    grid-row: 1;
    grid-gap: 10px;
  }
  .energy-reason__text-area ul {
    font-size: 1.2rem;
    margin-left: 0;
  }
  .energy-reason__sub-head {
    font-size: 2rem;
    padding-bottom: 0;
    text-align: left;
  }
  .energy-reason__text em {
    font-size: 3rem;
  }
  .energy-reason__text small {
    font-size: 2rem;
  }
  .energy-reason__button {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 4px 16px;
    border-width: 1px;
    margin-right: 0;
  }
  .energy-reason__button:hover {
    color: var(--color-background);
    background-color: var(--color-text);
  }
  .energy-reason__button:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.16634%203.3335H3.33301V15.0002C3.33301%2015.4422%203.5086%2015.8661%203.82116%2016.1787C4.13372%2016.4912%204.55765%2016.6668%204.99967%2016.6668H14.9997C15.4417%2016.6668%2015.8656%2016.4912%2016.1782%2016.1787C16.4907%2015.8661%2016.6663%2015.4422%2016.6663%2015.0002V10.8335M7.49967%2012.5002L16.6663%203.3335M16.6663%203.3335H12.4997M16.6663%203.3335V7.50016%22%20stroke%3D%22%23fffefe%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  }
}

/* menu */
.energy-menu-article {
  box-sizing: border-box;
  padding: 32px 16px;
  border-radius: 10px;
  background-color: var(--color-background);
}
.energy-menu-article + .energy-menu-article {
  margin-top: 24px;
}
.energy-menu-article__wrapper {
  margin-bottom: 40px;
}
.energy-menu-article__head {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 0.5em;
  border-left: 8px solid var(--menu-article-border-color, var(--color-energy));
  font-weight: 700;
  list-style: 1.5;
  font-size: clamp(1.8rem, 1.4rem + 0.8333333333vw, 2.4rem);
}
@supports not (font-size: clamp(18 * 0.1rem, 1.4rem + 0.8333333333vw, 24 * 0.1rem)) {
  .energy-menu-article__head {
    font-size: 1.8rem;
  }
}
.energy-menu-article__head small {
  display: block;
  font-weight: 400;
  line-height: 1.6;
  font-size: clamp(1.6rem, 1.3333333333rem + 0.5555555556vw, 2rem);
}
@supports not (font-size: clamp(16 * 0.1rem, 1.3333333333rem + 0.5555555556vw, 20 * 0.1rem)) {
  .energy-menu-article__head small {
    font-size: 1.6rem;
  }
}
.energy-menu-article__text-area {
  font-size: 1.5rem;
  list-style: 1.6;
}
.energy-menu-article__image {
  margin-top: 4.2vw;
}
@media (min-width: 768px) {
  .energy-menu-article {
    padding: 0;
  }
  .energy-menu-article + .energy-menu-article {
    margin-top: 40px;
  }
  .energy-menu-article__wrapper {
    padding: 64px min(9.16%, 110px) 80px;
    border-radius: 10px;
    background-color: var(--color-background);
  }
  .energy-menu-article__image {
    margin-top: 24px;
  }
}

/* comparison */
.energy-comparison__table table {
  box-sizing: border-box;
  width: 962px;
  table-layout: fixed;
  background-color: var(--color-background);
  text-align: center;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.energy-comparison__table table th,
.energy-comparison__table table td {
  height: 70px;
  vertical-align: middle;
  box-sizing: border-box;
}
.energy-comparison__table table thead th {
  height: 80px;
  font-weight: 700;
}
.energy-comparison__table table thead th:nth-child(2) {
  border-top: 10px solid rgba(var(--color-energy-rgb), 0.3);
}
.energy-comparison__table table thead th:nth-child(3) {
  border-top: 10px solid rgba(var(--color-energy-rgb), 0.6);
}
.energy-comparison__table table thead th:nth-child(4) {
  border-top: 10px solid rgba(var(--color-energy-rgb), 1);
}
.energy-comparison__table table tbody th,
.energy-comparison__table table tbody td {
  border-bottom: 1px solid var(--color-gray-mv);
}
.energy-comparison__table table tbody th {
  font-size: 1.4rem;
}
.energy-comparison__table table tbody td {
  font-size: 1.6rem;
  position: relative;
  background-color: var(--color-light-gray);
}
.energy-comparison__table table tbody td::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  border-bottom: 1px solid var(--color-gray-mv);
}
.energy-comparison__table table tbody td svg {
  vertical-align: middle;
}
.energy-comparison__table--weight {
  font-weight: 700;
}
@media (min-width: 768px) {
  .energy-comparison__table {
    width: min(100%, 980px);
    margin: auto;
  }
  .energy-comparison__table table {
    width: 100%;
  }
  .energy-comparison__table th,
  .energy-comparison__table td {
    font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  }
  @supports not (font-size: clamp(14 * 0.1rem, 1.0444444444rem + 0.462962963vw, 16 * 0.1rem)) {
    .energy-comparison__table th,
    .energy-comparison__table td {
      font-size: 1.4rem;
    }
  }
}

.energy-qa .c-faq__q {
  color: var(--color-energy);
}
.energy-qa .c-faq__q-icon {
  background-color: var(--color-energy);
}
.energy-qa .c-faq__summary::before, .energy-qa .c-faq__summary::after {
  background-color: var(--color-energy);
}

.p-whitepaper-card {
  display: grid;
  grid-template-columns: 100%;
}
.p-whitepaper-card {
  grid-gap: 9.6vw;
}
.p-whitepaper-card__item {
  box-sizing: border-box;
  padding: 4.26vw;
  border-radius: 10px;
  box-shadow: var(--shadow-sp-base);
  background-color: var(--color-background);
}
.p-whitepaper-card__image {
  border-radius: 10px;
  overflow: hidden;
}
.p-whitepaper-card__image {
  margin-bottom: 4.2vw;
}
.p-whitepaper-card__head {
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-main);
}
.p-whitepaper-card__head {
  margin-bottom: 2.1vw;
}
.p-whitepaper-card__head {
  font-size: clamp(2rem, 1.7333333333rem + 0.5555555556vw, 2.4rem);
}
@supports not (font-size: clamp(20 * 0.1rem, 1.7333333333rem + 0.5555555556vw, 24 * 0.1rem)) {
  .p-whitepaper-card__head {
    font-size: 2rem;
  }
}
.p-whitepaper-card__button {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 206px;
  height: 43px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  border-radius: 100em;
  border: 2px solid var(--color-text);
}
.p-whitepaper-card__button {
  margin-top: 4.2vw;
}
.p-whitepaper-card__button::after {
  content: "";
  display: inline-block;
  background: no-repeat center/contain;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%2014H12M8%202V11.3333M8%2011.3333L11.3333%208M8%2011.3333L4.66667%208%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  transition: var(--transition-property) var(--transition-duration) var(--transition-easing);
}
@media (min-width: 768px) {
  .p-whitepaper-card {
    grid-template-columns: 1fr 1fr;
    grid-gap: 76px 36px;
  }
  .p-whitepaper-card__item {
    padding: 32px;
    box-shadow: var(--shadow-pc-base);
  }
  .p-whitepaper-card__image {
    margin-bottom: 24px;
  }
  .p-whitepaper-card__head {
    margin-bottom: 16px;
  }
  .p-whitepaper-card__button {
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .p-whitepaper-card__button:hover {
    color: var(--color-background);
    background-color: var(--color-text);
  }
  .p-whitepaper-card__button:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%2014H12M8%202V11.3333M8%2011.3333L11.3333%208M8%2011.3333L4.66667%208%22%20stroke%3D%22%23fffefe%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  }
}