@font-face {
  font-family: "Noto Sans";
  src: url("/company/efforts/next21/assets/fonts/noto-subset.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Roboto";
  src: url("/company/efforts/next21/assets/fonts/roboto-subset.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Roboto italic";
  src: url("/company/efforts/next21/assets/fonts/roboto-italic-subset.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap
}
.pagelink {
  margin-top: 4rem
}
@media screen and (min-width: 769px) {
  .pagelink {
    margin-top: 6rem
  }
}
main .sec-ttl {
  display: grid;
  grid-template-columns: .5em 1fr;
  gap: .8rem;
  line-height: 1.5;
  color: #3e9124;
  font-weight: bold;
  font-size: 2.4rem
}
main .sec-ttl::before {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-top: .5em;
  background: #3e9124;
  border-radius: 50%;
  content: ""
}
@media screen and (min-width: 769px) {
  main .sec-ttl {
    grid-template-columns: .466em 1fr;
    gap: .9rem
  }
  main .sec-ttl::before {
    margin-top: .534em
  }
}
main .sec-subttl {
  position: relative;
  padding-bottom: .8rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5
}
main .sec-subttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: .2rem;
  background: #3e9124;
  content: ""
}
main .sec-txt {
  font-size: 1.2rem;
  line-height: 1.83
}
main .sec-table table {
  border: 1px solid #656565
}
main .sec-table tr:nth-of-type(1) td {
  background: #f5f5f5;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.54;
  font-size: 1.3rem
}
main .sec-table tr + tr {
  border-top: 1px solid #dbdbdb
}
main .sec-table tr th + td, main .sec-table tr td + td {
  border-left: 1px solid #dbdbdb
}
main .sec-table th, main .sec-table td {
  padding: 2.5rem 2rem;
  box-sizing: border-box;
  line-height: 1.83;
  vertical-align: middle
}
main .sec-table th {
  background: #f9faf2;
  color: #3e9124;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center
}
main .sec-table td {
  font-size: 1.2rem
}
main .sec-table td .dot {
  display: grid;
  grid-template-columns: .5em 1fr;
  gap: .8rem;
  line-height: 1.5
}
main .sec-table td .dot::before {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-top: .5em;
  background: #3e9124;
  border-radius: 50%;
  content: ""
}
@media screen and (min-width: 769px) {
  main .sec-table td .dot {
    grid-template-columns: .466em 1fr;
    gap: .9rem
  }
  main .sec-table td .dot::before {
    margin-top: .534em
  }
}
main .sec-table td .dot + .dot {
  margin-top: 1rem
}
main .sec-table td a {
  display: inline;
  color: #0066b5;
  text-decoration: underline
}
main .sec-table td .balloon {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  margin-bottom: .8rem;
  padding: .5rem .8rem;
  background: #e21b1b;
  border-radius: 1.5rem;
  color: #fff;
  line-height: 1
}
main .sec-table td .balloon::before {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translate(-50%, 0);
  width: .5rem;
  aspect-ratio: 1;
  background: #e21b1b;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: ""
}
main .sec-report {
  margin-top: 3rem
}
main .sec-report .sec-subttl {
  margin-bottom: 1.5rem
}
main .sec-report .report-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.2rem
}
main .sec-report .report-list a {
  display: inline;
  color: #0066b5;
  text-decoration: underline
}
main .sec-report .report-list .list-item {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.83
}
main .sec-report .report-list .list-item::before {
  position: absolute;
  top: .915em;
  left: 0;
  transform: translate(0, -50%);
  width: .6rem;
  aspect-ratio: 1;
  background: #3e9124;
  content: ""
}
main .sec-report .report-list .list-item.pdf::after {
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 17/19;
  vertical-align: middle;
  margin-left: .5rem;
  background: url("/company/efforts/next21/assets/img/about/concept/icon-pdf.svg") center/cover no-repeat;
  content: ""
}
@media screen and (min-width: 769px) {
  main .sec-ttl {
    font-size: 3rem
  }
  main .sec-subttl {
    font-size: 2rem
  }
  main .sec-subttl::after {
    width: 3rem
  }
  main .sec-txt {
    font-size: 1.4rem;
    line-height: 2
  }
  main .sec-table tr:nth-of-type(1) td {
    line-height: 1.6;
    font-size: 1.5rem
  }
  main .sec-table th, main .sec-table td {
    padding: 2.5rem 2rem;
    line-height: 1.6
  }
  main .sec-table th {
    font-size: 1.5rem
  }
  main .sec-table td {
    font-size: 1.4rem
  }
  main .sec-table td .balloon {
    padding: .5rem 1.1rem
  }
  main .sec-report {
    margin-top: 4rem
  }
  main .sec-report .sec-subttl {
    margin-bottom: 2rem
  }
  main .sec-report .report-list {
    gap: 1rem 4rem
  }
  main .sec-report .report-list .list-item {
    padding-left: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.83
  }
  main .sec-report .report-list .list-item::before {
    top: .915em;
    width: .7rem
  }
  main .sec-report .report-list .list-item.pdf::after {
    width: 1.7rem
  }
}
.place {
  margin-top: 5rem
}
.place .sec-ttl + .sec-txt {
  margin-top: 1.2rem
}
.place .place-wrap {
  display: grid;
  gap: 2.5rem
}
.place .place-wrap .wrap-img {
  width: 68.57%;
  margin: 0 auto
}
.place .place-wrap .wrap-img img {
  transform: scale(1.15)
}
.place .place-current {
  margin-top: 4rem
}
.place .place-current .sec-subttl {
  margin-bottom: 1.5rem
}
.place .place-current .current-concept .concept-tag {
  display: inline-block;
  padding: .5rem .8rem;
  background: #3e9124;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1
}
.place .place-current .current-concept .concept-ttl {
  margin-top: .5rem;
  color: #3e9124;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4
}
.place .place-current .current-concept .concept-txt {
  margin-top: .5rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.83
}
.place .place-current .current-txt {
  margin-top: 1.5rem;
  padding: 2.5rem 1.5rem 3.5rem;
  background: #f9faf2;
  box-sizing: border-box
}
.place .place-current .current-txt .indent {
  display: inline-block;
  width: 100%;
  padding-left: 1em;
  text-indent: -1em
}
.place .place-current .current-txt .indent::before {
  color: #3e9124;
  content: "・"
}
.place .place-current .current-img {
  margin-top: 2rem
}
.place .place-past {
  margin-top: 4rem
}
.place .place-past .sec-subttl {
  margin-bottom: 1.5rem
}
.place .place-past .sec-table {
  overflow-x: scroll;
  margin-top: 1.5rem
}
.place .place-past .sec-table table {
  min-width: 94.7rem
}
.place .place-past .sec-table .th {
  width: 15%
}
.place .place-past .sec-table td {
  width: 22.7%
}
.place .place-past .sec-table td:nth-of-type(1) {
  width: 16.9%
}
@media screen and (min-width: 769px) {
  .place {
    margin-top: 7rem
  }
  .place .sec-ttl + .sec-txt {
    margin-top: 2rem
  }
  .place .place-wrap {
    grid-template-columns: 640fr 300fr;
    gap: 6rem
  }
  .place .place-wrap .sec-txt {
    padding-bottom: 4rem
  }
  .place .place-wrap .wrap-img {
    width: 100%
  }
  .place .place-wrap .wrap-img img {
    transform: scale(1.25)
  }
  .place .place-current {
    margin-top: -4rem
  }
  .place .place-current .sec-subttl {
    margin-bottom: 2.5rem
  }
  .place .place-current .current-concept .concept-tag {
    padding: .6rem 1.2rem;
    font-size: 1.3rem
  }
  .place .place-current .current-concept .concept-ttl {
    margin-top: .6rem;
    font-size: 2.8rem
  }
  .place .place-current .current-concept .concept-txt {
    margin-top: .6rem;
    font-size: 1.4rem
  }
  .place .place-current .current-txt {
    margin-top: 1.8rem;
    padding: 3rem 2rem
  }
  .place .place-current .current-img {
    max-width: 716px;
    margin: 3rem auto 0
  }
  .place .place-past {
    margin-top: 5rem
  }
  .place .place-past .sec-subttl {
    margin-bottom: 1.8rem
  }
  .place .place-past .sec-table {
    overflow-x: visible;
    margin-top: 3rem
  }
  .place .place-past .sec-table table {
    min-width: 100%
  }
  .place .place-past .sec-table .th {
    width: 18%
  }
  .place .place-past .sec-table td {
    width: 20.5%;
    padding: 2.5rem 1.5rem
  }
  .place .place-past .sec-table td .dot {
    gap: .5rem
  }
  .place .place-past .sec-table td:nth-of-type(1) {
    width: 20.5%;
    text-align: center
  }
}
.lifestyle .inner {
  margin-top: 5rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 4.5rem
}
.lifestyle .sec-ttl + .sec-txt {
  margin-top: 1.5rem
}
.lifestyle .lifestyle-ttl {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #e8e8e8;
  color: #3e9124;
  font-weight: bold;
  font-size: 1.6rem
}
.lifestyle .lifestyle-wrap {
  display: grid;
  gap: 1.5rem
}
.lifestyle .lifestyle-wrap .wrap-cont .cont-img {
  margin-top: 2rem
}
.lifestyle .lifestyle-btn {
  margin-top: 2rem
}
.lifestyle .sec-report {
  margin-top: 4rem
}
@media screen and (min-width: 769px) {
  .lifestyle .sec-ttl + .sec-txt {
    margin-top: 2rem
  }
  .lifestyle .lifestyle-ttl {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
    font-size: 1.8rem
  }
  .lifestyle .lifestyle-wrap {
    grid-template-columns: 540fr 420fr;
    gap: 4rem
  }
  .lifestyle .lifestyle-wrap .wrap-img {
    order: 2
  }
  .lifestyle .lifestyle-btn {
    margin-left: 0
  }
}
.analyze .inner {
  margin-top: 5rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 4.5rem
}
.analyze .analyze-txt {
  margin-top: 2rem;
  padding: 2rem 1.5rem;
  background: #f9faf2;
  color: #3e9124;
  font-weight: 500
}
.analyze .analyze-about {
  margin-top: 3rem
}
.analyze .analyze-about .about-list {
  display: grid;
  gap: 2rem 5rem;
  margin-top: 2rem
}
.analyze .analyze-about .about-list .item-ttl {
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
  color: #3e9124;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5
}
.analyze .analyze-about .about-list .item-txt {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.5
}
.analyze .analyze-about .about-list .item-txt .ast {
  font-size: .6em;
  vertical-align: text-top
}
.analyze .analyze-about .about-list .item-txt small {
  font-size: 1rem
}
.analyze .analyze-about .about-list .item-txt + .item-img {
  margin-top: 2rem
}
.analyze .analyze-value {
  margin-top: 4rem
}
.analyze .analyze-value .value-list {
  display: grid;
  gap: 2rem;
  margin-top: 2rem
}
.analyze .analyze-value .value-list .item-txt {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5
}
.analyze .analyze-value .value-list .item-txt::before {
  position: absolute;
  top: .75em;
  left: 0;
  transform: translate(0, -50%);
  width: .6rem;
  aspect-ratio: 1;
  background: #3e9124;
  content: ""
}
.analyze .analyze-images {
  margin-top: 5rem
}
.analyze .analyze-images .images-img {
  margin-top: 2rem
}
.analyze .analyze-images .images-img + .sec-txt {
  margin-top: 2.5rem
}
@media screen and (min-width: 769px) {
  .analyze .analyze-txt {
    padding: 2.5rem
  }
  .analyze .analyze-about .about-list {
    grid-template-columns: 1fr 1fr
  }
  .analyze .analyze-about .about-list .item-ttl {
    padding-bottom: .8rem;
    margin-bottom: 2.5rem;
    font-size: 1.8rem
  }
  .analyze .analyze-about .about-list .item-txt {
    margin-top: 2.5rem;
    font-size: 1.4rem
  }
  .analyze .analyze-value {
    margin-top: 3rem
  }
  .analyze .analyze-value .value-list {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 5rem;
    margin-top: 2rem
  }
  .analyze .analyze-value .value-list .item-txt {
    margin-bottom: 1.5rem;
    padding-left: 1.2rem;
    font-size: 1.4rem
  }
  .analyze .analyze-value .value-list .item-txt::before {
    width: .7rem
  }
  .analyze .analyze-images {
    margin-top: 7rem
  }
  .analyze .analyze-images .images-img + .sec-txt {
    margin-top: 3rem
  }
}
.energie .inner {
  margin-top: 5rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 4.5rem
}
.energie .energie-wrap {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem
}
.energie .energie-wrap .sec-txt {
  margin-top: 2rem
}
.energie .energie-zeh {
  margin-top: 4rem
}
.energie .energie-zeh .sec-subttl {
  margin-bottom: 2rem
}
.energie .energie-zeh .zeh-example {
  display: grid;
  gap: 3.5rem;
  margin-top: 2rem
}
.energie .energie-zeh .zeh-example .example-cont .cont-ttl {
  padding-bottom: .8rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
  color: #3e9124;
  font-weight: bold;
  font-size: 1.6rem
}
.energie .energie-zeh .zeh-example .example-cont .cont-tag {
  display: inline-block;
  width: 13rem;
  padding: .7rem;
  margin-bottom: 1rem;
  border: .15rem solid #3e9124;
  border-radius: .5rem;
  color: #3e9124;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1
}
.energie .energie-zeh .zeh-example .example-cont .sec-txt + .cont-tag {
  margin-top: 2rem
}
.energie .energie-zeh .zeh-example .example-cont .cobt-btn {
  margin-top: 2.5rem
}
.energie .energie-zeh .zeh-validate {
  display: grid;
  gap: 2rem;
  margin-top: 4rem
}
.energie .energie-zeh .zeh-images {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem
}
.energie .energie-disaster {
  margin-top: 4rem
}
.energie .energie-disaster .disaster-wrap {
  display: grid;
  gap: 2rem;
  margin-top: 2rem
}
.energie .energie-disaster .disaster-stock {
  margin-top: 3.5rem
}
.energie .energie-disaster .disaster-stock .stock-ttl {
  padding-bottom: .8rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
  color: #3e9124;
  font-weight: bold;
  font-size: 1.6rem
}
.energie .energie-disaster .disaster-stock .stock-subttl {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5
}
.energie .energie-disaster .disaster-stock .stock-list {
  margin-top: 2rem;
  overflow-x: scroll
}
.energie .energie-disaster .disaster-stock .stock-list table {
  min-width: 59.5rem
}
.energie .energie-disaster .disaster-stock .stock-list table tr:nth-of-type(1) th, .energie .energie-disaster .disaster-stock .stock-list table tr:nth-of-type(1) td {
  padding: 2.3rem
}
.energie .energie-disaster .disaster-stock .stock-list table th, .energie .energie-disaster .disaster-stock .stock-list table td {
  padding: 1.8rem
}
.energie .energie-disaster .disaster-stock .stock-list table th {
  width: 20.8%
}
.energie .energie-disaster .disaster-stock .stock-list table td {
  width: 43.2%
}
.energie .energie-disaster .disaster-stock .stock-list table td:nth-of-type(1) {
  width: 36%
}
.energie .sec-report {
  margin-top: 4rem
}
@media screen and (min-width: 769px) {
  .energie .energie-wrap {
    grid-template-columns: 485fr 475fr;
    gap: 4rem;
    margin-top: 2.5rem
  }
  .energie .energie-wrap .sec-txt {
    margin-top: 3.5rem
  }
  .energie .energie-zeh {
    margin-top: 5rem
  }
  .energie .energie-zeh .zeh-example {
    grid-template-columns: 500fr 450fr;
    gap: 5rem;
    margin-top: 4rem
  }
  .energie .energie-zeh .zeh-example .example-cont .cont-ttl {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    font-size: 1.8rem
  }
  .energie .energie-zeh .zeh-example .example-cont .cont-tag {
    width: 16rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem
  }
  .energie .energie-zeh .zeh-example .example-cont .sec-txt + .cont-tag {
    margin-top: 3rem
  }
  .energie .energie-zeh .zeh-example .example-cont .cobt-btn {
    margin-top: 3rem
  }
  .energie .energie-zeh .zeh-validate {
    grid-template-columns: 574fr 376fr;
    align-items: center;
    gap: 5rem;
    margin-top: 0
  }
  .energie .energie-zeh .zeh-images {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 4rem
  }
  .energie .energie-disaster {
    margin-top: 7rem
  }
  .energie .energie-disaster .disaster-wrap {
    grid-template-columns: 450fr 500fr;
    gap: 5rem
  }
  .energie .energie-disaster .disaster-stock .stock-ttl {
    margin-bottom: 2.5rem;
    font-size: 1.8rem
  }
  .energie .energie-disaster .disaster-stock .stock-subttl {
    margin-top: 3rem;
    font-size: 1.4rem
  }
  .energie .energie-disaster .disaster-stock .stock-list {
    margin-top: 1.5rem;
    overflow-x: visible
  }
  .energie .energie-disaster .disaster-stock .stock-list table {
    min-width: 100%
  }
  .energie .energie-disaster .disaster-stock .stock-list table tr:nth-of-type(1) th, .energie .energie-disaster .disaster-stock .stock-list table tr:nth-of-type(1) td {
    padding: 2.4rem
  }
  .energie .energie-disaster .disaster-stock .stock-list table th, .energie .energie-disaster .disaster-stock .stock-list table td {
    padding: 2.4rem
  }
  .energie .energie-disaster .disaster-stock .stock-list table th {
    width: 18%
  }
  .energie .energie-disaster .disaster-stock .stock-list table td {
    width: 41%
  }
  .energie .energie-disaster .disaster-stock .stock-list table td:nth-of-type(1) {
    width: 41%
  }
  .energie .sec-report {
    margin-top: 4rem
  }
}
.it .inner {
  margin-top: 5rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 4.5rem
}
.it .sec-ttl {
  margin-bottom: 1.5rem
}
.it .it-report {
  margin-top: 3rem
}
.it .it-report .report-top {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  box-sizing: border-box;
  background: #f9faf2;
  color: #3e9124;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.83
}
.it .it-report .report-images {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem
}
.it .it-report .report-images .sec-txt {
  margin-top: .5rem;
  font-weight: 500
}
.it .it-report .report-bottom {
  margin-top: 3rem
}
.it .it-report .report-bottom .bottom-ttl {
  color: #3e9124;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5
}
.it .it-report .report-bottom .bottom-wrap {
  display: grid;
  gap: .5rem;
  margin-top: 1.5rem
}
.it .it-report .report-bottom .bottom-wrap .sec-txt {
  position: relative;
  padding-left: 1.3rem;
  line-height: 1.66
}
.it .it-report .report-bottom .bottom-wrap .sec-txt::before {
  position: absolute;
  top: .83em;
  left: 0;
  transform: translate(0, -50%);
  width: .8rem;
  aspect-ratio: 1;
  background: #3e9124;
  border-radius: 50%;
  content: ""
}
.it .it-report .report-bottom .bottom-note {
  border: 1px solid #3e9124;
  padding: 1.3rem;
  box-sizing: border-box;
  margin-top: 2rem
}
@media screen and (min-width: 769px) {
  .it .sec-ttl {
    margin-bottom: 2.5rem
  }
  .it .it-report {
    margin-top: 4rem
  }
  .it .it-report .report-top {
    margin-bottom: 2.5rem;
    padding: 2rem;
    font-size: 1.6rem
  }
  .it .it-report .report-images {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
    margin-top: 4rem
  }
  .it .it-report .report-images .sec-txt {
    margin-top: .8rem
  }
  .it .it-report .report-bottom {
    margin-top: 3.5rem
  }
  .it .it-report .report-bottom .bottom-ttl {
    color: #3e9124;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5
  }
  .it .it-report .report-bottom .bottom-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 2rem
  }
  .it .it-report .report-bottom .bottom-wrap .sec-txt {
    padding-left: 1.4rem
  }
  .it .it-report .report-bottom .bottom-note {
    padding: 1.5rem;
    margin-top: 4rem;
    border-radius: .5rem;
    text-align: center
  }
}
.prototype .inner {
  margin-top: 5rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 4.5rem
}
.prototype .sec-ttl {
  margin-bottom: 2rem
}
.prototype .prototype-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2.5rem
}
.prototype .prototype-images .span-2 {
  grid-column: span 2
}
.prototype .prototype-images .sec-txt {
  margin-top: .5rem;
  font-weight: 500
}
@media screen and (min-width: 769px) {
  .prototype .sec-ttl {
    margin-bottom: 2.5rem
  }
  .prototype .prototype-images {
    grid-template-columns: 48fr 23fr 23fr;
    gap: 3rem;
    margin-top: 4rem
  }
  .prototype .prototype-images .span-2 {
    grid-column: span 1
  }
  .prototype .prototype-images .sec-txt {
    margin-top: .8rem
  }
}