@charset "UTF-8";
/*-----------------------------------------------
renewable-energy
-----------------------------------------------*/
.global-header {
  background-color: white;
}

.renewable-mv {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .renewable-mv {
    margin-top: 68px;
  }
}
.renewable-mv img {
  width: 100%;
  height: auto;
}

.renewable-wrap {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
.renewable-wrap .renewable-main {
  flex: 1;
}
.renewable-wrap .renewable-main .section {
  padding: 60px 0;
}
.renewable-wrap .renewable-main .section h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.renewable-wrap .renewable-main .renewable-title h2 {
  font-size: 40px;
  letter-spacing: 0.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .renewable-wrap .renewable-main .renewable-title h2 {
    font-size: 28px;
  }
}
.renewable-wrap .renewable-main .news-list-item-emergency:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .renewable-wrap .renewable-main .news-list-item-emergency:last-child {
    margin-bottom: 30px;
  }
}
.renewable-wrap .renewable-main .news-list-item-emergency_date {
  font-family: "Noto Sans JP", sans-serif;
}
.renewable-wrap .renewable-main .news-list-item-emergency_text_wrap .link_btn_icon {
  border: solid 1px #DD0516;
}

#news {
  padding: 60px 280px 60px 20px;
}
@media screen and (max-width: 768px) {
  #news {
    padding: 60px 16px 50px;
  }
}
@media screen and (max-width: 500px) {
  #news {
    padding: 40px 16px 50px;
  }
}

.renewable-news-wrap {
  margin: 35px auto 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .renewable-news-wrap {
    margin: 15px auto 0;
  }
}
.renewable-news-wrap a {
  padding: 15px 17px;
}
.renewable-news-wrap a .link_btn_title {
  margin-right: 43px;
}
.renewable-news-wrap a .link_btn_icon {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .top-section.-news .news-list-wrap .link_btn_news_btm_sp {
    margin-top: 0px;
  }
}

#features {
  background-color: #F5F5F5;
  position: relative;
  padding: 84px 280px 60px 0;
}
@media screen and (max-width: 768px) {
  #features {
    padding: 60px 0;
  }
}
#features .decarbonization-bg {
  width: 60%;
  position: absolute;
  top: 14px;
  z-index: 1;
  left: 0;
}
@media screen and (max-width: 768px) {
  #features .decarbonization-bg {
    width: 100%;
  }
}
#features .decarbonization-bg img {
  width: 100%;
  height: auto;
}
#features .decarbonization-wrap {
  padding: 0 60px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #features .decarbonization-wrap {
    padding: 0 16px;
  }
}
#features .decarbonization-wrap .decarbonization-wrap-container {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #features .decarbonization-wrap .decarbonization-wrap-container {
    flex-direction: column;
  }
}
#features .decarbonization-wrap .decarbonization-wrap-container .decarbonization-detail {
  flex: 1;
}
#features .decarbonization-wrap .decarbonization-wrap-container .decarbonization-detail .decarbonization-title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #DD0516;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #features .decarbonization-wrap .decarbonization-wrap-container .decarbonization-detail .decarbonization-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
#features .decarbonization-wrap .decarbonization-wrap-container .decarbonization-detail p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
}
#features .decarbonization-wrap .decarbonization-wrap-container .decarbonization-img {
  max-width: 455px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #features .decarbonization-wrap .decarbonization-wrap-container .decarbonization-img {
    margin: 0 auto;
  }
}
#features .decarbonization-wrap .decarbonization-wrap-container .decarbonization-img img {
  width: 100%;
  height: auto;
}

#projects {
  padding: 60px 280px 60px 0;
}
@media screen and (max-width: 768px) {
  #projects {
    padding: 60px 0 30px;
  }
}
#projects .projects-wrap {
  max-width: 1280px;
  margin: 44px auto 0;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  #projects .projects-wrap {
    overflow: scroll;
    margin: 30px auto 0;
    padding: 0 16px;
  }
}
#projects .projects-wrap .projects-img {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #projects .projects-wrap .projects-img {
    margin-top: 0;
    width: 300%;
  }
}
#projects .projects-wrap .projects-img .projects-btn {
  position: absolute;
  width: 13.6%;
  top: 17%;
}
#projects .projects-wrap .projects-img .projects-btn a {
  opacity: 1;
  transition: all 0.4s;
}
#projects .projects-wrap .projects-img .projects-btn a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
#projects .projects-wrap .projects-img .projects-btn.service01 {
  left: 16.5%;
}
#projects .projects-wrap .projects-img .projects-btn.service02 {
  left: 33.5%;
}
#projects .projects-wrap .projects-img .projects-btn.service03 {
  left: 50.5%;
}
#projects .projects-wrap .projects-img .projects-btn.service04 {
  left: 67.5%;
}
#projects .projects-wrap .projects-img .projects-btn.service05 {
  left: 84.5%;
}
#projects .projects-wrap .projects-img img {
  width: 100%;
  height: auto;
}

#service {
  padding: 0 340px 100px 60px;
}
@media screen and (max-width: 768px) {
  #service {
    padding: 0 16px 40px;
  }
}
#service .service-wrap {
  background: #f5f5f5;
  max-width: 1160px;
  padding: 48px 0 64px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #service .service-wrap {
    padding: 32px 0;
    margin: 28px auto 0;
  }
}
#service .service-wrap .service-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #service .service-wrap .service-inner {
    padding: 0 16px;
  }
}
#service .service-wrap .service-head {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #service .service-wrap .service-head {
    margin-bottom: 16px;
  }
}
#service .service-wrap .service-head .service-number {
  font-size: 64px;
  color: #DD0516;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  #service .service-wrap .service-head .service-number {
    font-size: 40px;
  }
}
#service .service-wrap .service-head .service-divider {
  width: 300px;
  height: 3px;
  margin: 0 auto 35px;
  background: #e6e6e6;
  position: relative;
}
@media screen and (max-width: 500px) {
  #service .service-wrap .service-head .service-divider {
    width: 170px;
  }
}
#service .service-wrap .service-head .service-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 78px;
  height: 3px;
  background: #DD0516;
}
@media screen and (max-width: 500px) {
  #service .service-wrap .service-head .service-divider::after {
    width: 40px;
  }
}
#service .service-wrap .service-head .service-title {
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  #service .service-wrap .service-head .service-title {
    font-size: 26px;
    margin: 0 0 18px;
  }
}
#service .service-wrap .service-head .service-title br {
  display: none;
}
@media screen and (max-width: 400px) {
  #service .service-wrap .service-head .service-title br {
    display: block;
  }
}
#service .service-wrap .service-head .service-sub {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin: 0 auto;
  max-width: 900px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  #service .service-wrap .service-head .service-sub {
    font-size: 18px;
  }
}
#service .service-wrap .service-content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #service .service-wrap .service-content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 500px) {
  #service .service-wrap .service-content {
    gap: 20px;
    margin-top: 28px;
  }
}
#service .service-wrap .service-content .service-text {
  flex: 1;
}
#service .service-wrap .service-content .service-text p {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 500px) {
  #service .service-wrap .service-content .service-text p {
    font-size: 16px;
  }
}
#service .service-wrap .service-content .service-text .service-list-title {
  font-size: 24px;
  color: #DD0516;
  font-weight: 700;
  line-height: 1;
  margin: 30px 0 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service .service-wrap .service-content .service-text .service-list-title {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  #service .service-wrap .service-content .service-text .service-list-title {
    font-size: 18px;
  }
}
#service .service-wrap .service-content .service-text .service-list-title .service-icon {
  width: 31px;
  margin-right: 10px;
}
#service .service-wrap .service-content .service-text .service-list-title .service-icon img {
  width: 100%;
  height: auto;
}
#service .service-wrap .service-content .service-text .service-list {
  margin-left: 30px;
}
#service .service-wrap .service-content .service-text .service-list li {
  list-style: disc;
  line-height: 2;
}
#service .service-wrap .service-content .service-figure {
  max-width: 520px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #service .service-wrap .service-content .service-figure {
    margin: 0 auto;
  }
}
#service .service-wrap .service-content .service-figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.service-text-bottom {
  font-size: 24px;
  color: #DD0516;
  font-weight: 700;
  line-height: 1.6;
  margin: 40px 0 30px;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .service-text-bottom {
    margin: 26px 0 16px;
  }
}
@media screen and (max-width: 500px) {
  .service-text-bottom {
    font-size: 16px;
  }
}

.info-btn-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 0;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .info-btn-wrap {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .info-btn-wrap {
    margin: 0 0 0;
  }
}
.info-btn-wrap .link_btn_rd {
  width: 100%;
  max-width: 320px;
  border: solid 1px #DD0516;
  padding: 14px 17px;
}
.info-btn-wrap .link_btn_rd:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .info-btn-wrap .link_btn_rd {
    max-width: 320px;
    margin: auto;
  }
  .info-btn-wrap .link_btn_rd:first-child {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.info-btn-wrap .link_btn_rd .link_btn_title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-left: 10px;
  margin-right: auto;
}
@media screen and (max-width: 350px) {
  .info-btn-wrap .link_btn_rd .link_btn_title {
    font-size: 1.3rem;
  }
}
.info-btn-wrap .link_btn_rd .link_btn_icon {
  width: 30px;
  height: 30px;
}

#flow {
  background-color: #F5F5F5;
  position: relative;
  padding: 100px 280px 100px 0;
}
@media screen and (max-width: 768px) {
  #flow {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  #flow {
    padding: 60px 0;
  }
}
#flow .flow-wrap {
  display: flex;
  padding: 40px 60px 0;
  max-width: 1280px;
  margin: 0 auto;
  gap: 0.4vw;
}
@media screen and (max-width: 768px) {
  #flow .flow-wrap {
    padding: 15px 16px 0;
    max-width: 500px;
    flex-direction: column;
    gap: 4vw;
  }
}
#flow .flow-wrap .flow-img {
  width: 100%;
}
#flow .flow-wrap .flow-img img {
  width: 100%;
  height: auto;
}
#flow .flow-wrap .flow-img:last-child {
  width: 90%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #flow .flow-wrap .flow-img:last-child {
    width: 100%;
  }
}
#flow .info-btn-wrap .link_btn_rd:first-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #flow .info-btn-wrap .link_btn_rd:first-child {
    margin-right: auto;
  }
}

#strengths {
  padding: 100px 340px 100px 60px;
}
@media screen and (max-width: 768px) {
  #strengths {
    padding: 60px 16px;
  }
}
#strengths .strengths-wrap {
  background: #f5f5f5;
  max-width: 1160px;
  padding: 48px 0 64px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #strengths .strengths-wrap {
    padding: 32px 0;
    margin: 28px auto 0;
  }
}
#strengths .strengths-wrap .strengths-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #strengths .strengths-wrap .strengths-inner {
    padding: 0 16px;
  }
}
#strengths .strengths-wrap .strengths-head {
  text-align: center;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #strengths .strengths-wrap .strengths-head {
    margin-bottom: 16px;
    flex-direction: column;
  }
}
#strengths .strengths-wrap .strengths-head .strengths-number {
  font-size: 96px;
  color: #DD0516;
  font-weight: 700;
  line-height: 1;
  margin: 0 0;
}
@media screen and (max-width: 768px) {
  #strengths .strengths-wrap .strengths-head .strengths-number {
    font-size: 60px;
    text-align: center;
  }
}
#strengths .strengths-wrap .strengths-head .strengths-title {
  font-size: 36px;
  margin: 0 0 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #strengths .strengths-wrap .strengths-head .strengths-title {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #strengths .strengths-wrap .strengths-head .strengths-title {
    font-size: 26px;
    margin: 0 0 18px;
  }
}
#strengths .strengths-wrap .strengths-head .strengths-sub {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin: 0 auto;
  max-width: 900px;
  line-height: 1.6;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1210px) {
  #strengths .strengths-wrap .strengths-head .strengths-sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 1110px) {
  #strengths .strengths-wrap .strengths-head .strengths-sub {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths-wrap .strengths-head .strengths-sub {
    font-size: 18px;
    letter-spacing: 0.12rem;
  }
}
@media screen and (max-width: 400px) {
  #strengths .strengths-wrap .strengths-head .strengths-sub {
    font-size: 16px;
  }
}
#strengths .strengths-wrap .strengths-content {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 1110px) {
  #strengths .strengths-wrap .strengths-content {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths-wrap .strengths-content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 500px) {
  #strengths .strengths-wrap .strengths-content {
    gap: 20px;
    margin-top: 28px;
  }
}
#strengths .strengths-wrap .strengths-content .strengths-content-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
  max-width: 371px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1250px) {
  #strengths .strengths-wrap .strengths-content .strengths-content-wrap {
    max-width: 291px;
  }
}
#strengths .strengths-wrap .strengths-content .strengths-content-wrap .strengths-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#strengths .strengths-wrap .strengths-content .strengths-content-wrap .strengths-container .strengths-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
#strengths .strengths-wrap .strengths-content .strengths-content-wrap .strengths-container .strengths-left .strengths-icon {
  width: 40px;
}
#strengths .strengths-wrap .strengths-content .strengths-content-wrap .strengths-container .strengths-left .strengths-icon img {
  width: 100%;
  height: auto;
}
#strengths .strengths-wrap .strengths-content .strengths-content-wrap .strengths-container .strengths-left .strengths-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  #strengths .strengths-wrap .strengths-content .strengths-content-wrap .strengths-container .strengths-left .strengths-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #strengths .strengths-wrap .strengths-content .strengths-content-wrap .strengths-container .strengths-left .strengths-text {
    font-size: 14px;
  }
}
#strengths .strengths-wrap .strengths-content .strengths-content-wrap .strengths-container .strengths-right p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  #strengths .strengths-wrap .strengths-content .strengths-content-wrap .strengths-container .strengths-right p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #strengths .strengths-wrap .strengths-content .strengths-content-wrap .strengths-container .strengths-right p {
    font-size: 14px;
  }
}
#strengths .strengths-wrap .strengths-content .strengths-content-wrap .strengths-small-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
#strengths .strengths-wrap .strengths-content .strengths-text {
  flex: 1;
}
#strengths .strengths-wrap .strengths-content .strengths-figure {
  max-width: 600px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  #strengths .strengths-wrap .strengths-content .strengths-figure {
    margin: 0 auto;
  }
}
#strengths .strengths-wrap .strengths-content .strengths-figure.margin {
  margin-top: 0;
}
#strengths .strengths-wrap .strengths-content .strengths-figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
#strengths .strengths-wrap .strengths-content .strengths-content-02 {
  flex: 1;
}
#strengths .strengths-wrap .strengths-content .strengths-content-02 .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 20px;
  text-align: left;
}
#strengths .strengths-wrap .strengths-content .strengths-content-02 .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

#reasons {
  background-color: #F5F5F5;
  position: relative;
  padding: 100px 280px 100px 0;
}
@media screen and (max-width: 768px) {
  #reasons {
    padding: 60px 0;
  }
}
#reasons .reasons-wrap {
  display: flex;
  padding: 35px 60px 0;
  max-width: 1280px;
  margin: 0 auto;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  #reasons .reasons-wrap {
    padding: 24px 16px 0;
    max-width: 500px;
    flex-direction: column;
    gap: 6vw;
  }
}
#reasons .reasons-wrap .reasons-img {
  width: 100%;
}
#reasons .reasons-wrap .reasons-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-section.-news .news-list-wrap {
    margin-top: 6px;
  }
}
.top-section.-news .news-list-wrap .fewer_posts {
  text-align: center;
  margin-top: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .top-section.-news .news-list-wrap .fewer_posts {
    margin: 25px 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-news .news-list-wrap .fewer_posts {
    margin: 20px 0;
  }
}

#faq {
  position: relative;
  padding: 100px 280px 100px 0;
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 60px 0 35px;
  }
}
#faq .faq-wrap {
  padding: 0 60px;
  max-width: 1280px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #faq .faq-wrap {
    margin: 30px auto 0;
    padding: 0 40px;
  }
}
@media screen and (max-width: 550px) {
  #faq .faq-wrap {
    padding: 0 16px;
  }
}
#faq .faq-wrap .faq-accordion {
  border-radius: 0;
  margin: 0 0 25px;
}
#faq .app-accordion {
  box-shadow: none;
}
#faq .app-accordion-body {
  border: none;
  background-color: #F5F5F5;
  padding: 24px 32px;
  border-radius: 0;
}
#faq .app-accordion-trigger {
  border-radius: 0;
}
#faq .app-accordion-trigger {
  position: relative;
  padding-right: 48px;
}
#faq .app-accordion-trigger .app-icon {
  display: none;
}
#faq .app-accordion-trigger .accordion-symbol {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  line-height: 1;
  color: #DD0516;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #faq .app-accordion-trigger .accordion-symbol {
    right: 20px;
    font-size: 20px;
  }
}
#faq .app-accordion-trigger .app-icon {
  display: none;
}
#faq .app-accordion-trigger .accordion-symbol::before {
  content: "ー";
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #faq .app-accordion-trigger .accordion-symbol::before {
    font-size: 20px;
  }
}
#faq .app-accordion-trigger.-open .accordion-symbol::before {
  content: "＋";
  color: #DD0516;
}
@media screen and (max-width: 768px) {
  #faq .app-accordion-trigger_title > .app-accordion-head {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #faq .app-accordion-head.-answer {
    font-size: 18px;
  }
}
#faq .fewer_posts {
  text-align: center;
  margin-top: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #faq .fewer_posts {
    margin: 25px 0;
  }
}
@media screen and (max-width: 500px) {
  #faq .fewer_posts {
    margin: 20px 0;
  }
}

#contact {
  background-color: #F5F5F5;
  position: relative;
  padding: 100px 280px 100px 0;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 60px 16px;
  }
}
#contact .contact-wrap {
  background-color: #fff;
  padding: 40px;
  max-width: 901px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact .contact-wrap {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 500px) {
  #contact .contact-wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 350px) {
  #contact .contact-wrap {
    padding: 20px 12px;
  }
}
#contact .contact-wrap .contact-text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 38px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contact .contact-wrap .contact-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  #contact .contact-wrap .contact-text {
    font-size: 16px;
  }
}
#contact .contact-wrap .contact-img-left {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 140px;
}
@media screen and (max-width: 768px) {
  #contact .contact-wrap .contact-img-left {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  #contact .contact-wrap .contact-img-left {
    width: 100px;
  }
}
@media screen and (max-width: 520px) {
  #contact .contact-wrap .contact-img-left {
    width: 80px;
  }
}
@media screen and (max-width: 420px) {
  #contact .contact-wrap .contact-img-left {
    width: 60px;
  }
}
#contact .contact-wrap .contact-img-left img {
  width: 100%;
  height: auto;
}
#contact .contact-wrap .contact-img-right {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 140px;
}
@media screen and (max-width: 768px) {
  #contact .contact-wrap .contact-img-right {
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  #contact .contact-wrap .contact-img-right {
    width: 100px;
  }
}
@media screen and (max-width: 520px) {
  #contact .contact-wrap .contact-img-right {
    width: 80px;
  }
}
@media screen and (max-width: 420px) {
  #contact .contact-wrap .contact-img-right {
    width: 60px;
  }
}
#contact .contact-wrap .contact-img-right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact-wrap .link_btn_rd {
    max-width: 300px;
    width: 60%;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  #contact .contact-wrap .link_btn_rd {
    width: 80%;
    padding: 8px 5px;
  }
}
@media screen and (max-width: 420px) {
  #contact .contact-wrap .link_btn_rd {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  #contact .contact-wrap .link_btn_title {
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  #contact .contact-wrap .link_btn_title {
    font-size: 10px;
  }
}
@media screen and (max-width: 500px) {
  #contact .contact-wrap .link_btn_icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact-wrap .info-btn-wrap {
    padding: 0 36px;
  }
}
@media screen and (max-width: 400px) {
  #contact .contact-wrap .info-btn-wrap {
    padding: 0 44px;
  }
}
#contact .contact-wrap .info-btn-wrap .link_btn_rd:first-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #contact .contact-wrap .info-btn-wrap .link_btn_rd:first-child {
    margin-right: auto;
  }
}

#column {
  padding: 100px 240px 80px 0;
}
@media screen and (max-width: 768px) {
  #column {
    padding: 60px 0;
  }
}
#column .column-wrap {
  width: 100%;
  margin: 40px auto 0;
  max-width: 1090px;
}
@media screen and (max-width: 1350px) {
  #column .column-wrap {
    max-width: 77vw;
  }
}
@media screen and (max-width: 950px) {
  #column .column-wrap {
    max-width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  #column .column-wrap {
    max-width: 100vw;
    padding: 0 0;
  }
}
#column .column-wrap .column-splide {
  position: relative;
}
#column .column-wrap .splide__slide .column-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
  padding: 15px;
}
#column .column-wrap .splide__slide .column-card:hover {
  transition: all 0.4s;
}
#column .column-wrap .splide__slide .column-card:hover .column-title {
  transition: all 0.4s;
  color: #DD0516;
}
#column .column-wrap .splide__slide .column-card:hover .column-list-img {
  scale: 1.2 1.2;
  transition: all 0.4s;
}
#column .column-wrap .splide__slide {
  width: 28% !important;
}
@media screen and (max-width: 950px) {
  #column .column-wrap .splide__slide {
    width: 45% !important;
  }
}
@media screen and (max-width: 768px) {
  #column .column-wrap .splide__slide {
    width: 65% !important;
  }
}
#column .column-wrap .column-thumb {
  margin-bottom: 15px;
  overflow: hidden;
}
#column .column-wrap .column-thumb .column-list-img {
  width: 100%;
  aspect-ratio: 135/82;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.4s;
  background-color: #F1F1F1;
}
#column .column-wrap .column-date {
  color: #DD0516;
  font-weight: 700;
  margin-bottom: 8px;
}
#column .column-wrap .column-title {
  font-size: 14px;
  color: #222;
  line-height: 1.6;
  transition: all 0.4s;
}
#column .column-wrap .splide__arrow--prev, #column .column-wrap .splide__arrow--next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #DD0516 url("/wp-content/themes/msd2024/img/common/arrow_wh.svg") no-repeat center/14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  opacity: 1;
  transition: all 0.4s;
}
#column .column-wrap .splide__arrow--prev:hover, #column .column-wrap .splide__arrow--next:hover {
  background: #fff url("/wp-content/themes/msd2024/img/common/arrow_rd.svg") no-repeat center/14px;
  transition: all 0.4s;
}
#column .column-wrap .splide__arrow--prev svg, #column .column-wrap .splide__arrow--next svg {
  display: none;
}
#column .column-wrap .splide__arrow--prev {
  left: 52px;
  transform: translateY(-50%) rotate(180deg); /* flip arrow for prev */
}
@media screen and (max-width: 768px) {
  #column .column-wrap .splide__arrow--prev {
    left: 10px;
  }
}
#column .column-wrap .splide__arrow--next {
  right: 52px;
}
@media screen and (max-width: 768px) {
  #column .column-wrap .splide__arrow--next {
    right: 10px;
  }
}
#column .info-btn-wrap {
  margin: 60px auto 0;
  max-width: 324px;
}
@media screen and (max-width: 768px) {
  #column .info-btn-wrap {
    margin: 40px auto 0;
    max-width: 320px;
  }
}
@media screen and (max-width: 500px) {
  #column .info-btn-wrap {
    max-width: 280px;
  }
}
#column .info-btn-wrap .link_btn_rd:first-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #column .info-btn-wrap .link_btn_rd:first-child {
    margin-right: auto;
  }
}

.floating-side-menu {
  position: fixed;
  right: 40px;
  top: 175px;
  width: 220px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 12px 14px;
  z-index: 40;
}
@media screen and (max-width: 768px) {
  .floating-side-menu {
    display: none;
  }
}
.floating-side-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.floating-side-menu nav li {
  margin: 8px 0;
}
.floating-side-menu nav a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}
.floating-side-menu nav a:hover {
  background: #f5f5f5;
}
.floating-side-menu nav a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  margin-right: 10px;
  left: 7px;
  flex: 0 0 auto;
  transition: background 0.15s ease, transform 0.15s ease;
}
.floating-side-menu nav a.active {
  background: transparent;
}
.floating-side-menu nav a.active::before {
  background: #d34336;
  transform: scale(1);
}
.floating-side-menu nav .link_btn_renewable {
  transition: all 0.4s;
  margin: 15px 0;
  border: 1px solid #DD0516;
  padding: 0 20px;
  border-radius: 0;
  width: 100%;
}
.floating-side-menu nav .link_btn_renewable .link_btn_title {
  font-size: 14px;
  font-weight: 700;
  margin-right: auto;
  transition: all 0.4s;
}
.floating-side-menu nav .link_btn_renewable .link_btn_icon {
  background-color: #DD0516;
  transition: all 0.4s;
  width: 12px;
}
.floating-side-menu nav .link_btn_renewable .link_btn_icon .icon_wh {
  transition: all 0.4s;
  display: block;
}
.floating-side-menu nav .link_btn_renewable .link_btn_icon .icon_rd {
  transition: all 0.4s;
  display: none;
}
.floating-side-menu nav .link_btn_renewable:hover {
  border: 1px solid #DD0516;
  background-color: #fff;
}
.floating-side-menu nav .link_btn_renewable:hover .link_btn_icon {
  background-color: #fff;
  transition: all 0.4s;
}
.floating-side-menu nav .link_btn_renewable:hover .link_btn_icon .icon_wh {
  transition: all 0.4s;
  display: none;
}
.floating-side-menu nav .link_btn_renewable:hover .link_btn_icon .icon_rd {
  transition: all 0.4s;
  display: block;
}
.floating-side-menu nav .link_btn_renewable::before {
  display: none;
}

:root {
  --scroll-offset:80px;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* --------------------------------------------------
	 anchor_sp - SP専用アンカーリンクエリア
	 ホバーで色反転（背景と矢印を入れ替え）
-------------------------------------------------- */
.anchor_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .anchor_sp {
    display: block;
    padding: 12px 16px 60px;
  }
  .anchor_sp .anchor-sp-inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .anchor_sp .anchor-sp-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .anchor_sp .anchor-sp-item .anchor-sp-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
    border: 1px solid #e9e9e9;
    background: #fff;
    color: #DD0516;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.24s ease, color 0.24s ease, transform 0.12s ease;
  }
}
@media screen and (max-width: 768px) and (max-width: 370px) {
  .anchor_sp .anchor-sp-item .anchor-sp-link {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .anchor_sp .anchor-sp-item .anchor-sp-link .anchor-sp-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .anchor_sp .anchor-sp-item .anchor-sp-link .anchor-sp-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .anchor_sp .anchor-sp-item .anchor-sp-link .anchor-sp-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 380px) {
  .anchor_sp .anchor-sp-item .anchor-sp-link .anchor-sp-title {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .anchor_sp .anchor-sp-item .anchor-sp-link .anchor-sp-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #DD0516 url("/wp-content/themes/msd2024/img/common/arrow_wh.svg") no-repeat center/14px;
    flex: 0 0 auto;
    transition: background 0.24s ease, background-image 0.24s ease;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) and (max-width: 380px) {
  .anchor_sp .anchor-sp-item .anchor-sp-link .anchor-sp-arrow {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) and (max-width: 370px) {
  .anchor_sp .anchor-sp-item .anchor-sp-link .anchor-sp-arrow {
    width: 20px;
    height: 20px;
    background: #DD0516 url("/wp-content/themes/msd2024/img/common/arrow_wh.svg") no-repeat center/8px;
  }
}
@media screen and (max-width: 768px) {
  .anchor_sp .anchor-sp-item .anchor-sp-link:hover {
    background: #DD0516;
    color: #fff;
  }
  .anchor_sp .anchor-sp-item .anchor-sp-link:hover .anchor-sp-arrow {
    background: #fff url("/wp-content/themes/msd2024/img/common/arrow_rd.svg") no-repeat center/14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 370px) {
  .anchor_sp .anchor-sp-item .anchor-sp-link:hover .anchor-sp-arrow {
    background: #fff url("/wp-content/themes/msd2024/img/common/arrow_rd.svg") no-repeat center/8px;
  }
}
@media screen and (max-width: 768px) {
  .anchor_sp .anchor-sp-item .anchor-sp-link:active {
    transform: translateY(1px);
  }
}

.logo-section {
  padding: 60px 280px 42px 0;
  background: #fff;
  overflow: hidden;
  max-width: 100vw;
}
@media screen and (max-width: 1080px) {
  .logo-section {
    max-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .logo-section {
    padding: 40px 0 0;
    width: 100%;
    max-width: 100vw;
  }
}
.logo-section .logo-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .logo-section .logo-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .logo-section .logo-title {
    font-size: 18px;
  }
}
.logo-section .logo-title br {
  display: none;
}
@media screen and (max-width: 350px) {
  .logo-section .logo-title br {
    display: block;
  }
}
.logo-section .logo-marquee {
  overflow: hidden;
  width: 100%;
}
.logo-section .logo-marquee .logo-track {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 12px 0;
  width: max-content;
  will-change: transform;
  animation: marquee 40s linear infinite;
}
@media screen and (max-width: 768px) {
  .logo-section .logo-marquee .logo-track {
    gap: 28px;
  }
}
.logo-section .logo-marquee .logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-section .logo-marquee .logo-item img {
  max-height: 56px;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .logo-section .logo-marquee .logo-item img {
    max-height: 40px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=renewable-energy.css.map */