.movie h2 {
  text-align: center;
  margin-bottom: 15px;
}
.movie .video {
  aspect-ratio: 16/9;
  max-width: 618px;
  margin: auto;
}
.movie .video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.products-service {
  padding-bottom: 0;
}

#products-service #visual {
  flex-direction: column;
  justify-content: center;
}
#products-service #visual h1 {
  margin: 0;
}
#products-service #visual p {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: calc(1030px + 6%);
  padding: 0 3%;
}
#products-service #search {
  margin: 40px 0;
}
#products-service #search .search-row {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #products-service #search .search-row {
    flex-direction: column;
  }
}
#products-service #search .search-row h2 {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #products-service #search .search-row h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#products-service #search .search-row ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  #products-service #search .search-row ul {
    gap: 3%;
  }
}
#products-service #search .search-row ul li {
  width: 50%;
  max-width: 160px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  #products-service #search .search-row ul li {
    width: 30%;
  }
}
#products-service #search .search-row ul li span {
  cursor: pointer;
  display: block;
  border: 1px solid #98C2E6;
  border-radius: 5px;
  text-align: center;
  color: #193E71;
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #products-service #search .search-row ul li span {
    font-size: 1.5rem;
  }
}
#products-service #search .search-row ul li span {
  line-height: 1;
  padding: 8px;
}
#products-service #search .search-row ul li span:hover {
  background-color: #EDF2F7;
}
#products-service #search .search-row ul li span.active {
  background-color: #193E71;
  color: #fff;
}
#products-service #search .search-row.row1 ul li .sort-button {
  border-color: #4191D1;
  color: #4191D1;
}
#products-service #search .search-row.row1 ul li .sort-button.active {
  background-color: #4191D1;
  color: #fff;
}
#products-service #search .search-row.row2 ul li .sort-button {
  border-color: #E59736;
  color: #E59736;
}
#products-service #search .search-row.row2 ul li .sort-button.active {
  background-color: #E59736;
  color: #fff;
}
#products-service #search .search-row.row3 ul li {
  width: calc(25% - 20px);
  max-width: none;
}
@media screen and (max-width: 1000px) {
  #products-service #search .search-row.row3 ul li {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #products-service #search .search-row.row3 ul li {
    width: 47%;
  }
}
#products-service #search .search-row.row3 ul li .sort-button {
  border-color: #8ABC4C;
  color: #8ABC4C;
}
#products-service #search .search-row.row3 ul li .sort-button.active {
  background-color: #8ABC4C;
  color: #fff;
}
#products-service #search .search-row.row3 .search-btn {
  display: block;
  position: relative;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  text-align: left;
}
#products-service #search .search-row.row3 .search-btn::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3.5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
#products-service #search .search-row.row3 .search-btn {
  border-radius: 0;
}
#products-service #search .search-row.row3 .search-btn:hover {
  color: #D8007D;
  background-color: #fff;
}
#products-service #search .search-row.row3 .reset {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1000px) {
  #products-service #search .search-row.row3 .reset {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #products-service #search .search-row.row3 .reset {
    width: 96%;
  }
}
#products-service #search .search-row.row3 .reset a {
  max-width: 200px;
  margin-left: auto;
}
#products-service #lists .box {
  width: calc((100% - 160px) / 4);
  margin: 0 40px 50px 0;
  display: block;
  font-size: clamp(1.2rem, 1.0153846154rem + 0.2403846154vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #products-service #lists .box {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #products-service #lists .box {
    width: calc((100% - 60px) / 3);
    margin-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  #products-service #lists .box {
    width: calc((100% - 40px) / 2);
    margin-right: 20px;
  }
}
#products-service #lists .box .image {
  border: 1px solid #D9E9F6;
  line-height: 0;
}
#products-service #lists .box ruby rt {
  font-size: 50%;
}
#products-service #lists .box:hover {
  color: #D8007D;
}
#products-service #lists .no-match {
  text-align: center;
}

#road-step-control .layout.ba {
  flex-wrap: nowrap;
}
#road-step-control .layout.ba .arrow {
  padding: 30px;
  width: 90px;
  padding-top: 15%;
}
#road-step-control #feature .layout .box {
  background-color: #F2F6FA;
  color: #193E71;
  margin-bottom: 40px;
  padding: 3%;
}
#road-step-control #test .image {
  display: flex;
  justify-content: center;
}
#road-step-control #test .image img {
  width: 50%;
}
#road-step-control #test p {
  text-align: center;
  margin: 1rem 0;
}
#road-step-control #movie {
  padding-bottom: 0;
}
#road-step-control #movie .movie {
  margin: 0;
}

#power-storage #feature .layout.textonly .box {
  background-color: #fff;
  padding: 3%;
  margin-bottom: 40px;
  border: 1px solid #D9E9F6;
}
#power-storage #feature .layout.textonly .box h3 {
  color: #193E71;
  margin-bottom: 10px;
  text-align: center;
}
#power-storage #feature .links {
  text-align: center;
}

#power-reroof .layout.textonly .box {
  background-color: #fff;
  padding: 3%;
  margin-bottom: 40px;
  color: #193E71;
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #power-reroof .layout.textonly .box {
    font-size: 1.5rem;
  }
}
#power-reroof #feature .layout .box {
  border: 1px solid #D9E9F6;
}
#power-reroof .construction {
  margin-bottom: 60px;
}
#power-reroof .links {
  text-align: center;
}

#solar-panel-recycling #feature .layout .box {
  position: relative;
  border: 1px solid #193E71;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
#solar-panel-recycling #feature .layout .box span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 20px;
  background-color: #193E71;
  color: #fff;
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #solar-panel-recycling #feature .layout .box span {
    font-size: 1.5rem;
  }
}
#solar-panel-recycling #feature .layout .box span {
  line-height: 1;
  padding: 5px 20px;
  transform: translate(-50%, -50%);
}
#solar-panel-recycling #flow .layout span.en {
  position: absolute;
  top: 0;
  left: 5%;
  margin-bottom: 20px;
  line-height: 1;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #193E71;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
#solar-panel-recycling #flow .layout .box {
  position: relative;
  background-color: #F2F6FA;
  padding: 3%;
  margin-bottom: 30px;
}
#solar-panel-recycling #flow .layout .box::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 25%;
  background: url(/assets/image/arrow-right.png) no-repeat center center/100% auto;
  right: -10.5%;
  top: 40%;
}
#solar-panel-recycling #flow .layout .box:nth-child(3n)::after {
  content: none;
}
#solar-panel-recycling #flow .layout .box ul {
  list-style: disc;
  padding-left: 25px;
  margin-top: 1rem;
}
#solar-panel-recycling #flow .layout h3 {
  text-align: center;
  color: #193E71;
  font-size: clamp(1.4rem, 1.2153846154rem + 0.2403846154vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  #solar-panel-recycling #flow .layout h3 {
    font-size: 1.6rem;
  }
}
#solar-panel-recycling #flow .layout h3 {
  margin-bottom: 10px;
}
#solar-panel-recycling #flow .note {
  text-align: left;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #solar-panel-recycling #example .image img {
    width: 600px;
  }
}
#solar-panel-recycling .movie-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #solar-panel-recycling .movie-layout {
    flex-direction: column;
    align-items: center;
  }
}
#solar-panel-recycling .movie-layout .movie {
  width: 48%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #solar-panel-recycling .movie-layout .movie {
    width: 100%;
    margin-bottom: 20px;
  }
}
#solar-panel-recycling .movie-layout .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}
#solar-panel-recycling .movie-layout .text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #solar-panel-recycling .movie-layout .text {
    width: 100%;
  }
}
#solar-panel-recycling .movie-layout .text h3 {
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #solar-panel-recycling .movie-layout .text h3 {
    font-size: 1.8rem;
  }
}
#solar-panel-recycling .movie-layout .text h3 {
  margin-bottom: 20px;
}
#solar-panel-recycling .movie-layout .text p {
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #solar-panel-recycling .movie-layout .text p {
    font-size: 1.5rem;
  }
}
#solar-panel-recycling #material .layout {
  margin-bottom: 20px;
}
#solar-panel-recycling #material .layout .box {
  text-align: center;
  margin-bottom: 0;
}
#solar-panel-recycling #material .last {
  text-align: center;
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #solar-panel-recycling #material .last {
    font-size: 1.8rem;
  }
}
#solar-panel-recycling #material .last {
  color: #193E71;
  font-weight: 500;
}
#solar-panel-recycling #material .links {
  text-align: center;
  margin-top: 5rem;
}
#solar-panel-recycling #access .layout .text {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #solar-panel-recycling #access .layout .text {
    width: 100%;
    margin-bottom: 20px;
  }
}
#solar-panel-recycling #access .layout .map {
  width: 60%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  #solar-panel-recycling #access .layout .map {
    width: 100%;
  }
}
#solar-panel-recycling #access .layout .map iframe {
  width: 100%;
  height: 100%;
}

#lime-ash .row-content .feature {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
#lime-ash #facilities h3 {
  color: #193E71;
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #lime-ash #facilities h3 {
    font-size: 1.8rem;
  }
}
#lime-ash #facilities h3 {
  font-weight: 500;
  text-align: center;
}
#lime-ash #facilities .layout {
  justify-content: space-between;
  margin-bottom: 50px;
}
#lime-ash #facilities .layout .text {
  width: 48%;
  text-align: left;
}
#lime-ash #facilities .layout .text h3 {
  text-align: left;
}
#lime-ash #facilities .layout .image {
  width: 48%;
}
#lime-ash #facilities .image1 {
  margin-top: -4rem;
  margin-bottom: 50px;
}

#maintenance .content-block.point .box {
  position: relative;
  border: 1px solid #193E71;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  color: #193E71;
}
#maintenance .content-block.point .box span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 20px;
  background-color: #193E71;
  color: #fff;
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #maintenance .content-block.point .box span {
    font-size: 1.5rem;
  }
}
#maintenance .content-block.point .box span {
  line-height: 1;
  padding: 5px 20px;
  transform: translate(-50%, -50%);
}
#maintenance .content-block.point .box.box2 {
  border-color: #E59736;
  color: #E59736;
}
#maintenance .content-block.point .box.box2 span {
  background-color: #E59736;
}
#maintenance .content-block.point .box.box3 {
  border-color: #8ABC4C;
  color: #8ABC4C;
}
#maintenance .content-block.point .box.box3 span {
  background-color: #8ABC4C;
}
#maintenance .content-block.point .box.box4 {
  border-color: #4191D1;
  color: #4191D1;
}
#maintenance .content-block.point .box.box4 span {
  background-color: #4191D1;
}
#maintenance .feature .layout .box {
  border: 1px solid #D9E9F6;
  padding: 3%;
}

#asbestos #first .links {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #asbestos #first .links {
    flex-direction: column;
    align-items: center;
  }
  #asbestos #first .links a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    max-width: 320px;
  }
}
#asbestos .content-block.point .box {
  position: relative;
  border: 1px solid #193E71;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  color: #193E71;
}
#asbestos .content-block.point .box p {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #asbestos .content-block.point .box p {
    font-size: 1.8rem;
  }
}
#asbestos .content-block.point .box span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 20px;
  background-color: #193E71;
  color: #fff;
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #asbestos .content-block.point .box span {
    font-size: 1.5rem;
  }
}
#asbestos .content-block.point .box span {
  line-height: 1;
  padding: 5px 20px;
  transform: translate(-50%, -50%);
}
#asbestos .content-block.point .box.box2 {
  border-color: #E59736;
  color: #E59736;
}
#asbestos .content-block.point .box.box2 span {
  background-color: #E59736;
}
#asbestos .content-block.point .box.box3 {
  border-color: #8ABC4C;
  color: #8ABC4C;
}
#asbestos .content-block.point .box.box3 span {
  background-color: #8ABC4C;
}
#asbestos .content-block.point .box.box4 {
  border-color: #4191D1;
  color: #4191D1;
}
#asbestos .content-block.point .box.box4 span {
  background-color: #4191D1;
}
#asbestos .content-block.movie-block .layout .box .image iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
#asbestos #sec6 .text {
  margin-bottom: 3rem;
}
#asbestos #sec6 .text h3 {
  color: #193E71;
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #asbestos #sec6 .text h3 {
    font-size: 1.8rem;
  }
}
#asbestos #sec6 .text h3 {
  font-weight: 500;
}
#asbestos #sec6 .text p {
  margin-bottom: 4rem;
}
#asbestos .add .layout {
  margin-bottom: 0;
}
#asbestos .contact {
  display: flex;
}
#asbestos .contact h2 {
  background-color: #193E71;
  color: #fff;
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.5rem, 1.2230769231rem + 0.3605769231vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #asbestos .contact h2 {
    font-size: 1.8rem;
  }
}
#asbestos .contact h2 {
  font-weight: 500;
  text-align: center;
}
#asbestos .contact .text {
  width: 65%;
  padding: 3%;
  background-color: #F2F6FA;
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #asbestos .contact .text {
    font-size: 1.5rem;
  }
}
#asbestos .contact .text .easy {
  display: inline-block;
  font-size: clamp(1.4rem, 1.1230769231rem + 0.3605769231vw, 1.7rem);
}
@media screen and (max-width: 767px) {
  #asbestos .contact .text .easy {
    font-size: 1.7rem;
  }
}
#asbestos .contact .text .easy {
  border-bottom: 1px solid #193E71;
  margin-bottom: 15px;
  font-weight: 500;
}
#asbestos .contact .text .name {
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #asbestos .contact .text .name {
    font-size: 1.5rem;
  }
}
#asbestos .contact .text .tel {
  font-size: clamp(3.2rem, 2.8307692308rem + 0.4807692308vw, 3.6rem);
}
@media screen and (max-width: 767px) {
  #asbestos .contact .text .tel {
    font-size: 3.6rem;
  }
}
#asbestos .contact .text .tel {
  line-height: 1.3;
  color: #193E71;
}
#asbestos .contact .text .time {
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #asbestos .contact .text .time {
    font-size: 1.5rem;
  }
}
#asbestos .contact .text .time {
  margin-bottom: 10px;
}
#asbestos .contact .text .report {
  display: inline-block;
  font-size: clamp(1.3rem, 1.1153846154rem + 0.2403846154vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #asbestos .contact .text .report {
    font-size: 1.5rem;
  }
}
#asbestos .contact .text .report {
  color: #E59736;
  border: 2px solid #E59736;
  background-color: #fff;
}
#asbestos .movie-block iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}