@charset "UTF-8";
/* 太陽光発電事業css */
.sec01 {
  padding-top: 400px;
  padding-bottom: 140px;
  background-image: url(../images/solar/bg-sec01.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.sec01 .txt01 {
  padding-right: 20px;
  border-right: 5px solid #69b800;
}
.sec01 h1 {
  text-align: right;
}
.sec01 h1 + .en {
  text-align: right;
}
.sec01 .list {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.sec01 .item {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding-left: 12px;
  padding-right: 30px;
  background-color: #efefef;
  border-radius: 10px;
}
.sec01 .item::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-bottom: 2px solid #69b800;
  border-left: 2px solid #69b800;
  transform: rotate(-45deg);
}
.sec01 .font01 {
  max-width: 900px;
  margin-bottom: 20px;
}
.sec01 .font01 span {
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  padding-left: 8px;
  padding-right: 10px;
  border-radius: 0 0 15px;
  background-color: #d5f69f;
}
.sec01 .font01 span ~ span {
  margin-top: 10px;
}
.sec01 .font02 {
  max-width: 670px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .sec01 {
    padding-top: 28%;
    padding-bottom: 270px;
    background-size: 150%;
  }
  .sec01 h1 {
    font-size: 35px;
  }
  .sec01 .font01 {
    max-width: 700px;
  }
}
@media screen and (max-width: 560px) {
  main {
    padding-top: 70px;
  }
  .sec01 {
    padding-top: 43%;
    padding-bottom: 140px;
    background-image: url(../images/solar/bg-sec01SP.png);
    background-size: contain;
  }
  .sec01 .txt01 {
    margin-right: -12px;
  }
  .sec01 h1 {
    font-size: 8.4vw;
    line-height: 1;
  }
  .sec01 .item {
    font-size: 3.3vw;
  }
  .sec01 .txt02 {
    margin-top: 45px;
  }
  .sec01 .font01 span {
    font-size: 9.5vw;
  }
}

/* sec02 拠点紹介 */
.sec02 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec02 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec02 .h-bg img {
  width: 33%;
  position: absolute;
  top: -31vw;
  right: 5%;
}
.sec02 h2 {
  margin-bottom: 20px;
}
.sec02 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
}
.sec02 .item {
  position: relative;
  width: calc(50% - 75px / 2);
}
.sec02 .item img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .sec02 .list {
    gap: 40px;
  }
  .sec02 .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 560px) {
  .sec02 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .sec02 .h-bg {
    height: 50vw;
  }
  .sec02 .h-bg img {
    width: 48%;
    top: -30vw;
    right: 0%;
  }
  .sec02 h2 {
    margin-bottom: 15px;
  }
  .sec02 .list {
    gap: 10px;
  }
  .sec02 .item {
    width: 100%;
  }
}
