#index #visual {
  margin-bottom: 0;
}
#index .cat-title1 {
  font-size: clamp(2rem, 1.6307692308rem + 0.4807692308vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  #index .cat-title1 {
    font-size: 2.4rem;
  }
}
#index .cat-title1 {
  color: #E59736;
}
#index .cat-title2 {
  font-size: clamp(2rem, 1.6307692308rem + 0.4807692308vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  #index .cat-title2 {
    font-size: 2.4rem;
  }
}
#index .cat-title2 {
  color: #8ABC4C;
}

#nuclear-power #solution {
  background: url(/assets/image/business/power-generation-service/nuclear-power/bg.png) no-repeat center center;
  background-size: 100% auto;
}
#nuclear-power #solution .lead {
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #nuclear-power #solution .lead {
    font-size: 1.8rem;
  }
}
#nuclear-power #solution .lead {
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #nuclear-power #solution .lead {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  #nuclear-power #solution .lead br {
    display: none;
  }
}
#nuclear-power #solution h4 {
  text-align: center;
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #nuclear-power #solution h4 {
    font-size: 1.8rem;
  }
}
#nuclear-power #solution h4 {
  font-weight: 500;
  margin-bottom: 40px;
}
#nuclear-power #solution .map {
  margin-bottom: 70px;
}
#nuclear-power #solution .layout .box {
  align-items: flex-start;
}
#nuclear-power #solution .layout .box a {
  margin-top: 20px;
}
#nuclear-power #solution #mission .layout p {
  font-weight: 500;
}
#nuclear-power #tpt h3 {
  text-align: center;
  font-size: clamp(1.9rem, 1.6230769231rem + 0.3605769231vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #nuclear-power #tpt h3 {
    font-size: 2.2rem;
  }
}
#nuclear-power #tpt h3 {
  font-weight: 500;
  margin-bottom: 60px;
  color: #E59736;
}
@media screen and (max-width: 767px) {
  #nuclear-power #tpt h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  #nuclear-power #tpt h3 br {
    display: none;
  }
}
#nuclear-power #tpt h4 {
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #nuclear-power #tpt h4 {
    font-size: 1.8rem;
  }
}
#nuclear-power #tpt h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
#nuclear-power #tpt p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #nuclear-power #tpt .image {
    margin-top: 30px;
  }
}
#nuclear-power #history {
  background-color: #FCF7F0;
  padding: 8% 8% 10px;
}
@media screen and (max-width: 767px) {
  #nuclear-power #history {
    padding: 8% 5% 10px;
  }
}
#nuclear-power #history h2,
#nuclear-power #history .last {
  text-align: center;
  font-size: clamp(1.9rem, 1.6230769231rem + 0.3605769231vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #nuclear-power #history h2,
  #nuclear-power #history .last {
    font-size: 2.2rem;
  }
}
#nuclear-power #history h2,
#nuclear-power #history .last {
  font-weight: 500;
  margin-bottom: 40px;
  color: #E59736;
}
@media screen and (max-width: 767px) {
  #nuclear-power #history h2,
  #nuclear-power #history .last {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  #nuclear-power #history h2 br,
  #nuclear-power #history .last br {
    display: none;
  }
}
#nuclear-power #history .lead {
  margin-bottom: 100px;
}
#nuclear-power #history .history-wrap {
  position: relative;
  margin-bottom: 100px;
}
#nuclear-power #history .history-wrap .year-row {
  display: flex;
  border-bottom: 1px solid #E59736;
}
#nuclear-power #history .history-wrap .year-row:first-child {
  border-top: 1px solid #E59736;
}
#nuclear-power #history .history-wrap .year-row:last-child .line::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 35px;
  background-color: #E59736;
  bottom: -35px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
}
#nuclear-power #history .history-wrap .year-row .year {
  width: 75px;
  padding: 20px 0;
  font-size: clamp(1.7rem, 1.4230769231rem + 0.3605769231vw, 2rem);
}
@media screen and (max-width: 767px) {
  #nuclear-power #history .history-wrap .year-row .year {
    font-size: 2rem;
  }
}
#nuclear-power #history .history-wrap .year-row .year {
  font-weight: 500;
  width: 50px;
}
#nuclear-power #history .history-wrap .year-row .line {
  position: relative;
  z-index: 1;
  width: 80px;
}
#nuclear-power #history .history-wrap .year-row .line::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 100%;
  background-color: #E59736;
  left: 0;
  top: 0;
}
#nuclear-power #history .history-wrap .year-row .line span {
  position: absolute;
  z-index: 1;
  display: block;
  top: 24px;
  left: 9px;
  width: 55px;
}
#nuclear-power #history .history-wrap .year-row .text {
  flex: 1;
  padding: 20px 0;
}
#nuclear-power #history .history-wrap .year-row .text p {
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #nuclear-power #history .history-wrap .year-row .text p {
    font-size: 1.8rem;
  }
}
#nuclear-power #history .history-wrap .year-row .text p {
  font-weight: 500;
}

#carbon-neutral .inner {
  padding: 0;
}
#carbon-neutral #visual {
  position: relative;
}
#carbon-neutral #visual .note {
  position: absolute;
  bottom: 10px;
  right: 3%;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #carbon-neutral #visual .note {
    text-align: left;
    padding: 0 5%;
    right: 0;
  }
}
#carbon-neutral #business {
  text-align: center;
}
#carbon-neutral #business .bg {
  background-color: rgba(243, 255, 229, 0.5);
  padding: 0 0;
}
#carbon-neutral #business .tree {
  background: url(/assets/image/business/power-generation-service/carbon-neutral/wood1.png) no-repeat center bottom;
  background-size: 910px auto;
  padding: 100px 2% 0;
  max-width: 1100px;
  margin: auto;
}
#carbon-neutral #business h2 {
  display: inline-block;
  background-color: rgba(113, 165, 48, 0.8);
  border-radius: 34px;
  text-align: center;
  color: #fff;
  font-size: clamp(2.2rem, 1.8307692308rem + 0.4807692308vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business h2 {
    font-size: 2.6rem;
  }
}
#carbon-neutral #business h2 {
  padding: 13px 80px;
  margin-bottom: 50px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business h2 {
    font-size: 2rem;
    padding: 13px 20px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
#carbon-neutral #business .zu {
  margin-bottom: 23px;
  max-width: 860px;
  margin: auto;
}
#carbon-neutral #business .zu .biz1,
#carbon-neutral #business .zu .biz4 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .zu .biz1,
  #carbon-neutral #business .zu .biz4 {
    margin-top: 0;
  }
}
#carbon-neutral #business .point {
  position: absolute;
  right: 0;
  top: 3rem;
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .point {
    font-size: 1.8rem;
  }
}
#carbon-neutral #business .point {
  font-weight: bold;
  line-height: 1.5;
  width: 180px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .point {
    position: static;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 2rem;
    width: 100%;
  }
}
#carbon-neutral #business .point small {
  font-size: clamp(1.2rem, 1.0153846154rem + 0.2403846154vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .point small {
    font-size: 1.4rem;
  }
}
#carbon-neutral #business .top {
  position: relative;
}
#carbon-neutral #business .middle {
  position: relative;
  padding-block: 30px;
}
#carbon-neutral #business .middle::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  width: 1100px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .middle::after {
    width: 100%;
  }
}
#carbon-neutral #business .layout {
  position: relative;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-bottom: 40px;
}
#carbon-neutral #business .layout::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  width: 1100px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .layout::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .layout {
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    padding: 0 4%;
  }
}
#carbon-neutral #business .layout a {
  position: relative;
  display: block;
  width: 25%;
  aspect-ratio: 1/1;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .layout a {
    width: 46%;
    max-width: none;
    margin-bottom: 20px;
  }
}
#carbon-neutral #business .layout a .image {
  overflow: hidden;
  line-height: 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 4px solid #8ABC4C;
}
#carbon-neutral #business .layout a .image img {
  width: 100%;
}
#carbon-neutral #business .layout a .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: 1;
}
#carbon-neutral #business .layout a .title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  font-size: clamp(1.7rem, 1.4230769231rem + 0.3605769231vw, 2rem);
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .layout a .title {
    font-size: 2rem;
  }
}
#carbon-neutral #business .layout a .btn {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 30px;
  padding: 16px 32px 16px;
  transform: translateX(-50%);
}
#carbon-neutral #business .layout a .btn::after {
  right: 47%;
}
#carbon-neutral #business .layout .c1 {
  background-color: #4191D1;
}
#carbon-neutral #business .layout .c2 {
  background-color: #E59736;
}
#carbon-neutral #business .layout .c3 {
  background-color: #193E71;
}
#carbon-neutral #business .layout .c4 {
  background-color: #8ABC4C;
}
#carbon-neutral #business h3 {
  display: inline-block;
  background-color: rgba(83, 76, 19, 0.76);
  border-radius: 34px;
  text-align: center;
  color: #fff;
  font-size: clamp(2.2rem, 1.8307692308rem + 0.4807692308vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business h3 {
    font-size: 2.6rem;
  }
}
#carbon-neutral #business h3 {
  padding: 13px 10px;
  line-height: 1.1;
  max-width: 276px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .lead {
    padding: 0 5%;
  }
}
#carbon-neutral #business .tech {
  position: relative;
  background: linear-gradient(0deg, #fff 0%, #FAF7EF 100%);
}
#carbon-neutral #business .tech .inner {
  position: relative;
  background: url(/assets/image/business/power-generation-service/carbon-neutral/wood2.png) no-repeat center top;
  background-size: 910px auto;
  padding: 30px 2% 140px;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .tech .inner {
    padding: 30px 2% 40px;
  }
}
#carbon-neutral #business .tech .inner .bottom {
  position: relative;
}
#carbon-neutral #business .tech .inner .bottom .point {
  width: 180px;
  text-align: center;
  top: 0;
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .tech .inner .bottom .point {
    width: 100%;
  }
}
#carbon-neutral #business .tech h3 {
  background-color: rgba(80, 55, 23, 0.76);
}
#carbon-neutral #business .tech p {
  font-size: clamp(1.7rem, 1.4230769231rem + 0.3605769231vw, 2rem);
}
@media screen and (max-width: 767px) {
  #carbon-neutral #business .tech p {
    font-size: 2rem;
  }
}
#carbon-neutral #business .tech p {
  font-weight: 500;
  margin-top: 10px;
  color: #6F583A;
}
#carbon-neutral #process {
  background-color: #FEFAF6;
  margin: 0;
}
#carbon-neutral #process .inner {
  padding: 80px 3%;
}
#carbon-neutral #process h2 {
  text-align: center;
  font-size: clamp(2.2rem, 1.8307692308rem + 0.4807692308vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  #carbon-neutral #process h2 {
    font-size: 2.6rem;
  }
}
#carbon-neutral #process h2 {
  font-weight: 500;
  margin-bottom: 50px;
}

#hydroelectric #images .box {
  margin-bottom: 0;
}
#hydroelectric #images + p {
  text-align: right;
  margin-bottom: 60px;
}
#hydroelectric .enm {
  font-family: monospace;
}

#wind-power #zu {
  background: linear-gradient(0deg, rgba(229, 151, 54, 0.25) 0%, rgba(229, 151, 54, 0) 100%);
}
#wind-power #zu .zu {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #wind-power #zu .zu img {
    width: 800px;
  }
}
#wind-power #sec2 .box h3 {
  color: #193E71;
  font-size: clamp(1.9rem, 1.6230769231rem + 0.3605769231vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #wind-power #sec2 .box h3 {
    font-size: 2.2rem;
  }
}
#wind-power #sec2 .box h3 {
  font-weight: 500;
}
#wind-power #sec2 .box p {
  font-size: clamp(1.4rem, 1.2153846154rem + 0.2403846154vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  #wind-power #sec2 .box p {
    font-size: 1.6rem;
  }
}
#wind-power #sec2 .box .note {
  font-size: clamp(1.2rem, 1.0153846154rem + 0.2403846154vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #wind-power #sec2 .box .note {
    font-size: 1.4rem;
  }
}
#wind-power #sec2 .box .note {
  font-weight: 400;
}
#wind-power #sec2 .box .achieve {
  background-color: #F7F7F7;
  padding: 3% 5%;
  display: flex;
}
#wind-power #sec2 .box .achieve h4 {
  width: 80px;
}
#wind-power #sec2 .box .achieve p {
  flex: 1;
}

#hydrogen .zu {
  text-align: center;
}
#hydrogen h3.small {
  font-size: clamp(1.9rem, 1.6230769231rem + 0.3605769231vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #hydrogen h3.small {
    font-size: 2.2rem;
  }
}
#hydrogen #sec2 .zu .image {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #hydrogen #sec2 .zu .image {
    flex-wrap: wrap;
  }
}
#hydrogen #sec2 .zu .image figcaption {
  text-align: center;
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #hydrogen #sec2 .zu .image figcaption {
    font-size: 1.5rem;
  }
}
#hydrogen #sec4 .zu {
  max-width: 800px;
  margin: auto;
}

#biomass #images {
  margin-bottom: 80px;
}
#biomass h3.contents-title small {
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #biomass h3.contents-title small {
    font-size: 1.8rem;
  }
}
#biomass h3.contents-title small {
  padding-left: 15px;
}
#biomass table {
  border: 1px solid #000;
  width: 100%;
  font-size: clamp(1.1rem, 0.9153846154rem + 0.2403846154vw, 1.3rem);
}
@media screen and (max-width: 767px) {
  #biomass table {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #biomass table {
    width: 800px;
  }
}
#biomass table thead td {
  border: 1px solid #000;
  padding: 4px 10px;
  text-align: center;
  vertical-align: middle;
}
#biomass table tbody td {
  border: 1px solid #000;
  padding: 4px 10px;
  vertical-align: middle;
  text-align: center;
}
#biomass table tbody td:nth-child(3) {
  text-align: left;
}
#biomass table tbody td.tl {
  text-align: left;
}
#biomass table tbody tr.bg td {
  background-color: #F5FAEF;
}

#assessment .zu {
  margin-bottom: 80px;
}

#analysis-measurement #first {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #analysis-measurement #first {
    padding-bottom: 40px;
  }
}
#analysis-measurement #first .lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #analysis-measurement #first .lead {
    margin-bottom: 40px;
  }
}
#analysis-measurement #first .layout {
  flex-wrap: nowrap !important;
  gap: 2%;
}
#analysis-measurement #sec1 .lead {
  margin-bottom: 50px;
}
#analysis-measurement #sec3 .lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #analysis-measurement #sec3 .lead {
    margin-bottom: 40px;
  }
}
#analysis-measurement #sec3 h4 {
  color: #8ABC4C;
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #analysis-measurement #sec3 h4 {
    font-size: 1.8rem;
  }
}
#analysis-measurement #sec3 h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
#analysis-measurement .zu {
  margin-bottom: 80px;
}
#analysis-measurement .row-content h4 {
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #analysis-measurement .row-content h4 {
    font-size: 1.8rem;
  }
}
#analysis-measurement .row-content h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
#analysis-measurement .note {
  text-align: left;
  font-size: clamp(1.2rem, 1.0153846154rem + 0.2403846154vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #analysis-measurement .note {
    font-size: 1.4rem;
  }
}
#analysis-measurement .note {
  margin-top: 1rem;
}

#management .layout {
  align-items: flex-start;
}
#management .contents-bg .lead,
#management .contents-block .lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #management .contents-bg .lead,
  #management .contents-block .lead {
    margin-bottom: 40px;
  }
}
#management #layout2 .box {
  margin-bottom: 0;
}
#management #layout2 + p {
  margin-bottom: 80px;
}

.subtitle {
  text-align: center;
  margin-bottom: 25px;
  color: #8ABC4C;
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 1.8rem;
  }
}
.subtitle {
  font-weight: 500;
}
.subtitle + p {
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .subtitle + p {
    font-size: 1.5rem;
  }
}
.subtitle + p {
  font-weight: 400;
  margin-bottom: 60px;
}

#greening .mb {
  margin-bottom: 80px;
}
#greening .subtitle {
  text-align: left;
  font-size: clamp(1.9rem, 1.6230769231rem + 0.3605769231vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #greening .subtitle {
    font-size: 2.2rem;
  }
}
#greening #sec1 {
  padding-bottom: 0;
}
#greening #sec2 {
  padding-top: 80px;
}

#construction {
  padding-bottom: 0;
}
#construction #sec1 {
  background: url(/assets/image/business/environment-service/construction/bg.png) no-repeat center center;
}

#civil-engineering-construction #first {
  padding-bottom: 0;
}
#civil-engineering-construction #first .image {
  position: relative;
}
#civil-engineering-construction #first .image p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #civil-engineering-construction #first .image p {
    position: static;
    margin-top: -2rem;
    margin-bottom: 3rem;
  }
}
#civil-engineering-construction #maintenance {
  padding: 5% 5% 0;
}
#civil-engineering-construction #maintenance h3 {
  text-align: center;
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #civil-engineering-construction #maintenance h3 {
    font-size: 1.8rem;
  }
}
#civil-engineering-construction #maintenance h3 {
  font-weight: 500;
  margin-bottom: 40px;
  color: #8ABC4C;
}
#civil-engineering-construction #maintenance .row-content .text h4 {
  font-weight: 500;
}
#civil-engineering-construction h2.bar {
  margin-bottom: 20px;
}
#civil-engineering-construction .layout .box {
  display: block;
}
#civil-engineering-construction .layout .box h4 {
  margin-bottom: 10px;
}
#civil-engineering-construction .layout .box p b {
  font-weight: bold;
}
#civil-engineering-construction .layout .box ul {
  list-style: disc;
  padding-left: 25px;
  margin-top: 1rem;
}
#civil-engineering-construction #future {
  padding: 5% 5% 5%;
}
#civil-engineering-construction #future h3 {
  text-align: center;
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #civil-engineering-construction #future h3 {
    font-size: 1.8rem;
  }
}
#civil-engineering-construction #future h3 {
  font-weight: 500;
  margin-bottom: 40px;
  color: #8ABC4C;
}
#civil-engineering-construction #future .layout {
  margin-bottom: 25px;
}
#civil-engineering-construction #future .layout .text p {
  margin-bottom: 2rem;
}
#civil-engineering-construction #future .layout .text ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 4rem;
}
#civil-engineering-construction #future .layout .text .note {
  font-size: clamp(1.2rem, 1.0153846154rem + 0.2403846154vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #civil-engineering-construction #future .layout .text .note {
    font-size: 1.4rem;
  }
}
#civil-engineering-construction #future .layout .text .note {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #civil-engineering-construction #future .layout .text .note {
    text-align: left;
  }
}
#civil-engineering-construction #future .images {
  display: flex;
  flex-wrap: wrap;
}
#civil-engineering-construction #future .images .image {
  width: 33.333%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #civil-engineering-construction #future .images .image {
    width: 50%;
  }
}

#earthquake .layout .text h4 {
  font-weight: 500;
}
#earthquake .layout .text ul {
  padding-left: 25px;
  list-style: disc;
}
#earthquake .layout#box2 .text {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #earthquake .layout#box2 .text {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#earthquake .layout#box2 .image {
  width: 65%;
}
@media screen and (max-width: 767px) {
  #earthquake .layout#box2 .image {
    width: 100%;
  }
}
#earthquake #help {
  background-color: #FAFAFA;
  padding: 100px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #earthquake #help {
    padding: 50px 0;
    margin-bottom: 0;
  }
}
#earthquake #help .layout {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 30px;
  padding: 32px;
  margin-bottom: 100px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #earthquake #help .layout {
    display: block;
    padding: 5%;
    margin-bottom: 20px;
  }
}
#earthquake #help .layout .text {
  width: 38%;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #earthquake #help .layout .text {
    width: 100%;
    padding-top: 1rem;
  }
}
#earthquake #help .layout .text h2 {
  color: #003F75;
  font-size: clamp(1.9rem, 1.6230769231rem + 0.3605769231vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #earthquake #help .layout .text h2 {
    font-size: 2.2rem;
  }
}
#earthquake #help .layout .text h2 {
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #earthquake #help .layout .text h2 {
    margin-bottom: 2rem;
  }
}
#earthquake #help .layout .text ul {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 0;
}
#earthquake #help .layout .text ul li {
  padding: 30px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #earthquake #help .layout .text ul li {
    padding: 15px 0;
  }
}
#earthquake #help .layout .text ul li .check {
  width: 35px;
}
#earthquake #help .layout .text ul li .check-text {
  flex: 1;
}
#earthquake #help .layout .zu {
  line-height: 0;
  width: 62%;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #earthquake #help .layout .zu {
    position: static;
    width: 100%;
    transform: none;
    margin-top: 3rem;
  }
}
#earthquake #help .lead {
  text-align: center;
  color: #8ABC4C;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.0307692308rem + 0.4807692308vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  #earthquake #help .lead {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #earthquake #help .lead {
    font-size: 1.8rem;
  }
}

#renewable-energy #first h2 {
  font-size: clamp(2.6rem, 2.2307692308rem + 0.4807692308vw, 3rem);
}
@media screen and (max-width: 767px) {
  #renewable-energy #first h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #renewable-energy #first h2 {
    font-size: 1.8rem;
  }
}
#renewable-energy .layout ul {
  padding-left: 25px;
  list-style: disc;
}
#renewable-energy #zu {
  background-color: #f5f5f5;
  padding: 80px 0 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #renewable-energy #zu img {
    width: 800px;
  }
}
#renewable-energy .exsample-table table {
  border: 1px solid #000;
  width: 100%;
  font-size: clamp(1.1rem, 0.9153846154rem + 0.2403846154vw, 1.3rem);
}
@media screen and (max-width: 767px) {
  #renewable-energy .exsample-table table {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #renewable-energy .exsample-table table {
    width: 800px;
  }
}
#renewable-energy .exsample-table table thead td {
  border: 1px solid #000;
  padding: 4px 10px;
  text-align: center;
  vertical-align: middle;
}
#renewable-energy .exsample-table table tbody td {
  border: 1px solid #000;
  padding: 4px 10px;
  vertical-align: middle;
  text-align: center;
}
#renewable-energy .exsample-table table tbody td:nth-child(3) {
  text-align: left;
}
#renewable-energy .exsample-table table tbody tr.bg td {
  background-color: #F5FAEF;
}
#renewable-energy .hanrei span {
  display: inline-block;
  background-color: #F5FAEF;
  width: 40px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -2px;
}

#tpt .movie {
  margin-bottom: 1rem;
}