@charset "UTF-8";

sub{
  bottom: -.1em;
  font-size: 60%;
}

@media screen and (max-width: 768px) {
  .scroll .scrollInner{
    margin-inline: auto;
  }
}

/* intro
---------------------------------------------- */
.intro__ttl{
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .intro__img img{
    max-width: 640px;
  }
}

@media screen and (max-width: 768px) {
  .intro__ttl{
    margin-top: 30px;
  }
}

/* pellet
---------------------------------------------- */
.pellet{
  background-color: rgb(var(--color-green));
  padding-block: 100px;
}
.pelletBox{
  background-color: #84b65c;
  border: 1px solid #bad6a4;
  padding: 70px min(calc(80 / 1200 * 100%),80px) 80px;
}
.pellet__ttl{
  font-size: clamp(20px, 0.72rem + 1.09vw, 28px);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.7;
  color: #fff;
}

.pelletHead{
  flex-wrap: nowrap;
  margin-top: 35px;
}
.pellet__txt{
  color: #fff;
}
.pelletImg{
  flex-shrink: 0;
  width: calc(620 / 1038 * 100%);
  margin-left: 2%;
}
.pelletImg__item{
  width: calc(300 / 620 * 100%);
}
.pelletImg__name{
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #fff;
  margin-top: 1em;
  text-align: center;
}

.pelletBtnWrap{
  display: grid;
  grid-template-columns: calc(350 / 1038 * 100%) calc(660 / 1038 * 100%);
  gap: 20px calc(30 / 1038 * 100%);
  margin-top: 40px;
}
.pellet__btn{
  height: auto;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  color: #333;
  padding-block: 1em;
  padding-right: 3em;
}
.pellet__btn.arrowBtn::after{
  right: 1.2em;
  background: #333;
}

@media screen and (max-width: 768px) {
  .pellet{
    padding-block: 50px;
  }
  .pelletBox{
    padding: 20px 25px 25px;
  }

  .pelletHead{
    display: block;
    margin-top: 15px;
  }
  .pellet__txt{
    letter-spacing: 0.1em;
  }
  .pelletImg{
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .pelletImg__item{
    width: 100%;
  }
  .pelletImg__item + .pelletImg__item{
    margin-top: 25px;
  }
  .pelletImg__name{
    font-size: 14px;
  }

  .pelletBtnWrap{
    grid-template-columns: 100%;
    margin-top: 30px;
  }
  .pellet__btn{
    font-size: 12px;
    padding-left: 1.2em;
  }
}

/* type
---------------------------------------------- */
@media screen and (max-width: 768px) {
  .typeBox{
    width: 100%;
    max-width: 100%;
    padding-inline: calc(27.5 / 375 * 100%);
  }
}

/* comparison
---------------------------------------------- */
.comparisonBox{
  background-color: #fff;
  margin-top: 75px;
  padding: 50px;
}

.comparisonBox table{
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  border: 1px solid #999;
}
.comparisonBox th,
.comparisonBox td{
  vertical-align: middle;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  padding: 1.4em 1em 1.4em 2em;
}
.theadTtlRow th{
  text-align: center;
}
.comparisonBox .name{
  width: calc(220 / 1100 * 100%);
}
.comparisonBox .hProcess{
  width: calc(260 / 1100 * 100%);
  background-color: #fbeff5;
  color: rgb(var(--color-red));
  font-weight: 600;
}
.theadTtlRow .hProcess{
  background-color: #e37eab;
  color: #fff;
}
.theadTtlRow .commonProcess{
  background-color: #e5e5e5;
}
.theadImgRow th{
  padding: 35px 1em;
}

.theadImgRow img{
  width: 100%;
  margin-inline: auto;
}
.theadImgRow .hProcess img{
  max-width: 210px;
}
.theadImgRow .commonProcess img{
  max-width: 560px;
}

@media screen and (max-width: 960px) {
  .comparisonBox table{
    font-size: 14px;
  }
  .comparisonBox th,
  .comparisonBox td{
    padding: 1em;
  }
}

@media screen and (max-width: 768px) {
  .comparisonBox{
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    margin-top: 35px;
    padding: 0 calc(27.5 / 375 * 100%);
  }
}

/* co2
---------------------------------------------- */
.co2{}
.co2__txt{
  margin-top: 1em;
}

.co2Box{
  margin-top: 75px;
  padding: 50px;
}

.co2Inner{
  background-color: #fff;
  border: 1px solid #999;
  padding: 40px calc(59 / 1100 * 100%) 50px;
}

.co2Box__ttl{
  font-size: clamp(20px, 0.8rem + 0.93vw, 24px);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.co2BoxData{
  margin-top: 25px;
}
.co2BoxData__copy{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.co2BoxData__img{
  margin-top: 25px;
}

.co2BoxEm{
  color: rgb(var(--color-red));
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-top: 1.5em;
  text-align: center;
}
.co2BoxEm .marker{
  background-color: #ffff00;
}

.co2Press{
  margin-top: 25px;
}

.co2H{
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .co2Box{
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    margin-top: 35px;
    padding: 0 calc(27.5 / 375 * 100%);
  }

  .co2Inner{
    padding: 30px;
  }

  .co2BoxData__copy{
    font-size: 16px;
  }
  .co2BoxData__img{
    margin-top: 20px;
  }
  .co2BoxEm{
    font-size: 18px;
  }

  .co2Press{
    margin-top: 20px;
  }
  .co2H{
    margin-top: 60px;
  }
}