@charset "UTF-8";
/* CSS Document */

.zeh_heat20g2_banner {
  position: relative;
  top: 0px;
  z-index: 5;
  width: 100%;
  text-align: right;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5));
  margin-top: -25px;
}
.zeh_heat20g2_banner img {
	width: 400px;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .zeh_heat20g2_banner {
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5));
    margin-top: 25px;
  }
	.zeh_heat20g2_banner img {
		width: 100%;
	}
}
.title_greenline {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 8px solid #5D7D4C;
  text-align: center;
}
.news_title_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  padding: 0px 50px 0px 50px;
  text-align: left;
  font-size: 0.8rem;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .news_title_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0px 50px 0px 50px;
    font-size: 0.8rem;
  }
}
.news_works_base {
  width: 100%;
  background-color: #EDEAE5;
  padding: 25px;
}
.nishiwaki_omoi_flex_1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
}
.nishiwaki_omoi_flex_2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  width: 100%;
  margin-top: -50px;
}
.nishiwaki_omoi_photo {
  display: block;
  width: calc((100% - 50px) / 2);
}
.nishiwaki_omoi_text {
  width: calc((100% - 50px) / 2);
  line-height: 2rem;
}
.nishiwaki_omoi_text img {
	height: 63px;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .nishiwaki_omoi_flex_1 {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
  }
  .nishiwaki_omoi_flex_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
    width: 100%;
    margin-top: 50px;
  }
  .nishiwaki_omoi_photo {
    display: block;
    width: 100%;
  }
  .nishiwaki_omoi_text {
    width: 100%;
    line-height: 2rem;
  }
	.nishiwaki_omoi_text img {
		max-width: 100%;
		max-height: 63px;
		width: auto;
		height: auto;
	}
}
.works {
  padding: 50px;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .works {
    padding: 50px 25px 25px 25px;
  }
}
.method {
  width: 70%;
  margin: 0 auto;
}
.method_flex {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}
.method_contents_img {
  width: 42%;
}
.method_contents_text {
  width: 48%;
  line-height: 1.75rem;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .method {
    width: 100%;
  }
  .method_flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .method_contents_img {
    width: 100%;
  }
  .method_contents_text {
    width: 100%;
    line-height: 1.75rem;
  }
}
.zeh-heat20_flex {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .zeh-heat20_flex {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
  }
}
.zeh-heat20 {
  position: relative;
}
.zeh-heat20_img {
  display: block;
  width: 100%;
  height: auto;
}
.zeh-heat20_link {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -44%);
}
.company_flex {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 40px;
}
.company {
  width: calc((100% - 40px) / 2); /* 1つのアイテム、50px × 1間隔 */
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .company_flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
  .company {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}