@charset "utf-8";

#contents h1 .bg-fixed {
  background-image: url("../img/service/h1bg.jpg");
}

.licenses {
  margin: 3em auto auto auto;
  padding: 0 5vw;
  max-width: 1000px;
}

.licenses table {
  margin: auto;
  font-size: 0.9em;
}

.licenses th {
  background: rgba(58,58,58,0.80);
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  padding: 0 2em;
  white-space: nowrap;
}

.licenses td {
  padding: 1em 2em;
  background: rgba(240,240,240,1.00);
  border: 1px solid #DEDEDE;
}

#indexMenu {
  padding: 0 5vw 10vw 5vw !important;
}
@media only screen and (max-width: 1080px) {
  #indexMenu {
    padding: 0 3vw 10vw 3vw !important;
  }
}
@media only screen and (max-width: 560px) {
  #indexMenu {
    padding: 0 10vw 10vw 10vw !important;
  }
}

#indexMenu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw 2vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 560px) {
  #indexMenu ul {
    display: block;
  }
}

#indexMenu ul li {
  margin: 0;
  padding: 0;
  background: #e5e5e5;
}
@media only screen and (max-width: 560px) {
  #indexMenu ul li {
    margin-bottom: 10vw;
  }
}


#indexMenu ul li .indexMenuImage {
  display: block;
  width: 100%;
}

#indexMenu ul li a:hover {
  opacity: 0.8;
}

#indexMenu dl {
  margin: 0;
  padding: 0;
}

#indexMenu dt {
  margin: 0;
  padding: 0;
  background: #262626;
}

#indexMenu dt h2 {
  color: #FFF;
  margin: 0;
  padding: 1em 0.5em;
  font-size: 1.5em;
  font-weight: 300;
}
@media only screen and (max-width: 1080px) {
  #indexMenu dt h2 {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 560px) {
  #indexMenu dt h2 {
  }
}

#indexMenu dt h2::after {
  content: none;
}

#indexMenu dd {
  margin: 0;
  padding: 2em 1.25em;
  font-size: 1.1em;
  font-weight: 300;
}

#indexMenu dd .moreInformationRight {
}


#businessItemListWrapper {
  background: url("../img/service/businessItemListBg.jpg");
  background-position: center;
  background-size: cover;
}

#businessItemListWrapper .sectionInner {
  max-width: 1500px;
}

#makerList {
  border: 12px solid #9e9e9e;
  background: #FFF;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 3px;
  line-height: 1em;
  padding: 2vw 4vw;
  margin: auto;
  max-width: 1200px;
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  #makerList {
    border: 8px solid #9e9e9e;
    grid-template-columns: repeat(4, 1fr);
  }
}

#makerList a {
}

#makerList a:hover {
  opacity: 0.7;
}

#makerList a img {
  width: 100%;
  display: inline-block;
  border: 1px solid #B1B1B1;
  box-sizing: border-box;
}

#makerList a:hover img {
  opacity: 0.7;
  border: 1px solid #DEDEDE;
}

#businessItemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 560px) {
  #businessItemList {
    display: block;
    margin: 30px 0 0 0;
  }
}

#businessItemList li {
  margin: 2vw 0;
  padding: 1.5vw;
  background: #fff;
  box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.3);
  width: 48.5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  #businessItemList li {
    margin: 5vw 0;
    padding: 5vw;
    background: #fff;
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.3);
    width: 100%;
  }
}

#businessItemList li img {
  width: 100%;
  display: block;
}

#businessItemList li dl {
  margin: 0;
  padding: 0;

}

#businessItemList li dt {
  margin: 0;
  padding: 0;
  text-align: center;
}

#businessItemList li dt h3 {
  margin: 1.5em auto;
  font-size: 1.5em;
  font-weight: 500;
}

#businessItemList li dd {
  margin: 0;
  padding: 0 0 2vw 0;

}

#lightingMeister {
  background: url("../img/service/lightingMeisterBg.jpg");
  background-size: cover;
  padding-left: 5vw; 
  padding-right: 5vw; 
  padding-bottom: 150px !important;
}
@media only screen and (max-width: 560px) {
  #lightingMeister {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}


#lightingMeisterPhotos {
  margin: 0 auto;
  width: 90vw;
  position: relative;
  padding-bottom: 5vw !important;
}
@media only screen and (max-width: 560px) {
  #lightingMeisterPhotos {
    width: 95vw;
    padding-top: 0vw !important;
    padding-bottom: 5vw !important;
  }
}

#lightingMeisterLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
#lightingMeisterLogo img {
  width: 20vw;
}


.lightingMeisterPhotoList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  height: 20vw;
  line-height: 1em;
}
@media only screen and (max-width: 560px) {
  .lightingMeisterPhotoList {
    height: 22vw;
  }
}

.lightingMeisterPhotoList li {
  position: absolute;
  width: 33.33%;
  top: 0;
  aspect-ratio: 6 / 4 !important;
  z-index: 0;
  display: none;
}

.lightingMeisterPhotoList li:nth-child(3n+1) {
  left: 0;
}

.lightingMeisterPhotoList li:nth-child(3n+2) {
  left: 33.33%;
}

.lightingMeisterPhotoList li:nth-child(3n+3) {
  left: 66.66%;
}

.lightingMeisterPhotoList li img {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 10px solid rgba(0,0,0,0.60);
}
@media only screen and (max-width: 560px) {
  .lightingMeisterPhotoList li img {
    border: 5px solid rgba(0,0,0,0.60);
  }
}

.lightingMeisterCaption {
  text-align: center;
  color: #FFF;
  width: fit-content;
  padding: 1em 2em;
  margin: auto;
  font-weight: 400;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.3), 0px 0px 5px rgba(255,255,255,0.7), 0px 0px 15px rgba(255,255,255,0.5);
  background: rgba(0,0,0,0.5);
}


#flow {
  background: url("../img/common/bg04.png") repeat;
}

#flow table {
  background: #FFF;
  box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.3);
  width: 100%;
  margin: 40px auto;
}

#flow th {
  background: #000;
  color: #a9a9a9;
  font-family: "Times New Roman", Times, "serif";
  font-weight: normal;
  text-align: center;
  line-height: 1.3em;
  vertical-align: middle;
  font-size: 1.2em;
  padding: 0 1.5em;
}
@media only screen and (max-width: 1080px) {
  #flow th {
    display: block;
    padding: 0.5em 0;
  }
}

#flow b {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 1.5em;
}

#flow td {
  vertical-align: middle;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
@media only screen and (max-width: 560px) {
  #flow td {
    display: block;
  }
}


#flow td dl {
  margin: 0;
  padding: 10px 1.5em;
}

#flow td dt {
  margin: 0;
  padding: 0;
}

#flow td dt h2 {
  font-weight: 500;
  text-align: left;
  margin: 0 0 0.75em 0;
  padding: 0;
  font-size: 1.5em;
}

#flow td dt h2::after {
  content: none;
}


#flow td dd {
  margin: 0;
  padding: 0;
}

#flow td img {
  width: 30%;
}
@media only screen and (max-width: 1080px) {
  #flow td img {
    display: block;
    margin: 1em auto;
    width: 70%;
    
  }
}



#faq {
}

#faq .sectionInner {
}
@media only screen and (max-width: 1080px) {
  #faq .sectionInner {
    margin-top: 10vw !important;
  }
}
@media only screen and (max-width: 560px) {
  #faq .sectionInner {
    margin-top: 15vw !important;
  }
}

#faq h2 {
  position: relative;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.5em !important;
}
@media only screen and (max-width: 1080px) {
  #faq h2 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 560px) {
  #faq h2 {
    font-size: 1.5em;
  }
}

#faq h2::after {
  content: none;
}

#faq h2::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #919191;
  transform: none;
  filter: none;
}

#faq h2 i {
  position: relative;
  padding: 0 1em 0 0;
  background: #fff;
  font-style: normal;
}

.faqList dl {
  position: relative;
  margin: 0;
  padding: 1em;
  line-height: 1.2em;
  cursor: pointer;
  border: 3px solid #FFF;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 560px) {
  .faqList dl {
    padding: 1.5em 10px;
  }
}

.faqList dl.open {
  border: 3px solid #DEDEDE;
  background: #F5F5F5;
  margin-bottom: 10px;
}

.faqList dl:hover {
  background: #F3F3F3;
}

.faqList dl::before {
  position: absolute;
  top: 25px;
  right: 15px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: '';
  transform: rotate(495deg);
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transition: all .30s ease;
}
@media only screen and (max-width: 560px) {
  .faqList dl::before {
    right: 10px;
  }
}

.faqList .open::before {
  top: 30px;
  transform: rotate(-45deg);
  transition: all .30s ease;
}

.faqList dl dt {
  position: relative;
  margin: 0;
  padding: 8px 2em 0 50px;
}

.faqList dl dt::before {
  line-height: 1em;
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  content: ' ';
  background: url("../img/service/iconQ.png") no-repeat top center;
  background-size: cover;
  width: 33px;
  height: 45px;
}

.faqList dl dd::before {
  line-height: 1em;
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  content: ' ';
  background: url("../img/service/iconA.png") no-repeat center;
  background-size: cover;
  width: 33px;
  height: 45px;
}

.faqList dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 1em 2em 0 50px;
  color: #000;
}

.faqList dl dd p {
  margin: 0.75em 0;
}

.faqList dl dd p:first-child {
  margin-top: 0;
}






.footerServiceMenu {
  background: #D7D7D7;
  padding: 0 1%;
}

.footerServiceMenu ul.serviceList {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw 2vw;
  padding: 50px 2%;
}
@media only screen and (max-width: 560px) {
  .footerServiceMenu ul.serviceList {
    border-left: none; 
    border-top: none; 
    display: block;
    padding: 15px 10%;
  }
}

.footerServiceMenu ul.serviceList li {
  margin: 0;
  padding: 7px 20px 7px 7px;
  box-sizing: border-box;
  border: 4px solid #B9B9B9; 
  background: url("../img/common/arrow02.png") no-repeat 98% center #FFF;
  background-size: 8px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  .footerServiceMenu ul.serviceList li {
  }
}
@media only screen and (max-width: 560px) {
  .footerServiceMenu ul.serviceList li {
    width: 100%;
    margin: 10px auto;
    padding: 10px 20px 10px 7px;
  }
}

.footerServiceMenu ul.serviceList li:hover {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  transition: 0.3s !important;
}

.footerServiceMenu ul.serviceList li.current {
  border: 3px solid #ED8A0C !important;
}

.footerServiceMenu ul.serviceList li a {
  text-decoration: none;
}

.footerServiceMenu ul.serviceList li dl {
  margin: 0;
  padding: 0;
  display: table;
}

.footerServiceMenu ul.serviceList li dl dt {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  aspect-ratio: 1 / 0.7;
  overflow: hidden;
}

.footerServiceMenu ul.serviceList li dl dt img {
  margin: 0;
  padding: 0;
  width: 100px;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  aspect-ratio: 1 / 0.7;
}
@media only screen and (max-width: 1080px) {
  .footerServiceMenu ul.serviceList li dl dt img {
  }
}
@media only screen and (max-width: 560px) {
  .footerServiceMenu ul.serviceList li dl dt img {
    width: 80px;
  }
}


.footerServiceMenu ul.serviceList li dl dd.service-name {
  margin: 0;
  padding: 0 1em 0 10px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none !important;
  min-height: 23px;
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: 200;
}
@media only screen and (max-width: 1080px) {
  .footerServiceMenu ul.serviceList li dl dd.service-name {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 560px) {
  .footerServiceMenu ul.serviceList li dl dd.service-name {
    text-decoration: none;
    padding: 1px 1em 1px 15px;
    min-height: 15px;
    font-size: 1em;
  }
}

.footerServiceMenu ul.serviceList li dl dd.service-name b {
  font-size: 1.3em;
  display: block;
  font-weight: 400;
}
@media only screen and (max-width: 1080px) {
  .footerServiceMenu ul.serviceList li dl dd.service-name b {
  }
}
@media only screen and (max-width: 560px) {
  .footerServiceMenu ul.serviceList li dl dd.service-name b {
  }
}

