@charset "utf-8";
/*===========================
add
===========================*/
/*======================================
  お客様の声
======================================*/
/*.voiceSec{
    padding:100px 0;
    background:#f7f9fb;
}

.secTitle{
    text-align:center;
    margin-bottom:60px;
}

.secTitle span{
    display:block;
    color:#2c8b57;
    font-weight:bold;
    letter-spacing:.15em;
    margin-bottom:10px;
}

.secTitle h2{
    font-size:2.2rem;
    margin-bottom:15px;
    color:#222;
}

.secTitle p{
    color:#666;
}*/
.voiceWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
.voiceCard {
  position: relative;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
  transition: .3s;
  overflow: hidden;
}
/*.voiceCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}*/
.voiceCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #3CAED8;
}
.voiceIcon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #0285B5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 25px;
}
.voiceText {
  line-height: 2;
  color: #444;
  margin-bottom: 35px;
}
.voiceInfo {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.voiceInfo h3 {
  color: #0285B5;
  font-size: 1.1rem;
  margin-bottom: 5px;
  text-align: left;
}
.voiceInfo h3:after {
  height: 0;
}
.voiceInfo p {
  color: #777;
  font-size: .95rem;
}
@media(max-width:768px) {
  .voiceSec {
    padding: 70px 0;
  }
  .voiceWrap {
    grid-template-columns: 1fr;
  }
  .voiceCard {
    padding: 30px;
  }
  .voiceIcon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .secTitle h2 {
    font-size: 1.8rem;
  }
}
/*====================================
  Before After
====================================*/
/*.beforeAfterSec{
    padding:100px 0;
    background:#fff;
}*/
.baWrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.baCard {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}
.baCard.single {
  display: block;
  padding: 20px;
}
.baCard.single img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.baItem {
  flex: 1;
  position: relative;
}
.baItem img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.label {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-weight: bold;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: .9rem;
  letter-spacing: .05em;
}
.before .label {
  background: #666;
}
.after .label {
  background-color: #0082B3;
}
.arrow2 {
  font-size: 42px;
  color: #0082B3;
}
.secTitle {
  text-align: center;
  margin-bottom: 60px;
}
.secTitle span {
  display: block;
  color: #2c8b57;
  font-weight: bold;
  letter-spacing: .15em;
  margin-bottom: 10px;
}
.secTitle h2 {
  font-size: 2.3rem;
  margin-bottom: 15px;
}
.secTitle p {
  color: #666;
}
@media(max-width:768px) {
  .beforeAfterSec {
    padding: 70px 0;
  }
  .baCard {
    flex-direction: column;
  }
  .arrow2 {
    transform: rotate(90deg);
    font-size: 36px;
  }
}
/*==================================
 LED化改修工事
==================================*/
/*.ledSec{
    padding:100px 0;
    background:#f8fbf7;
}*/
.ledIntro {
  max-width: 900px;
  margin: 40px auto 60px;
  padding: 35px;
  background: #fff;
  border-left: 6px solid #3CAED8;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
  line-height: 2;
}
.ledIntro strong {
  color: #3CAED8;
}
.ledHeading {
  /*text-align:center;*/
  font-size: 2rem;
  margin-bottom: 45px;
  color: #2b7a0b;
}
.ledGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ledCard {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  /*text-align:center;*/
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .3s;
}
/*.ledCard:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}*/
.ledIcon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #3CAED8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
}
.ledCard h4 {
  /*color:#2b7a0b;*/
  margin-bottom: 18px;
  font-size: 1.25rem;
}
.ledCard p {
  line-height: 1.9;
  color: #555;
}
@media(max-width:900px) {
  .ledGrid {
    grid-template-columns: 1fr;
  }
  .ledSec {
    padding: 70px 0;
  }
  .ledIntro {
    padding: 25px;
    margin-bottom: 40px;
  }
  .ledHeading {
    font-size: 1.6rem;
  }
}