.indexHeader {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  transition-delay: 0.4s;
  transition: all 0.4s ease;
}
.indexHeader .navWrap .navBox {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(240, 240, 240, 0);
  transition: all 0.3s ease;
}
.indexHeader .logoBox .mainLogo {
  background: url("../img/logoWh.png") no-repeat center left;
  background-size: contain;
}
.indexHeader .nav ul li a {
  color: #fff;
  transition: all 0.3s ease;
}
.indexHeader:hover {
  transition: all 0.08s ease;
  background: rgb(255, 255, 255);
}
.indexHeader:hover .navWrap .navBox {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgb(240, 240, 240);
}
.indexHeader:hover .logoBox .logo {
  background: url("../img/logoB.png") no-repeat center left;
  background-size: contain;
}
.indexHeader:hover .nav ul li a {
  color: #333;
}

.indexMain {
  width: 100%;
}
.indexMain .slideBnr {
  width: 100%;
  height: 600px;
  background: linear-gradient(#000, 36%, rgba(0, 0, 0, 0)), linear-gradient(to right, #ffcc00, 20%, #000);
  overflow: hidden;
  position: relative;
}
.indexMain .slideBnr .slideVideo {
  width: 100vw;
  height: 100%;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.indexMain .slideBnr .slideWrapper {
  position: absolute;
  height: 7.3em;
  height: 600px;
  height: 17em;
  top: 32%;
  right: 7%;
  overflow: hidden;
}
.indexMain .slideBnr .slideWrapper .slideBox {
  position: relative;
  top: 0;
  transition: all 0.6s ease;
}
.indexMain .slideBnr .slideWrapper .slideBox .slide {
  padding: 5em 0;
}
.indexMain .slideBnr .slideWrapper .slideBox .slide p {
  color: #fff;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.indexMain .slideBnr .slideWrapper .slideBox .slide .bnrSubText {
  font-size: 1.4em;
  font-weight: 400;
}
.indexMain .slideBnr .slideWrapper .slideBox .slide .bnrText {
  font-size: 3.6em;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.indexMain .indexSection {
  clear: both;
  width: 80%;
  min-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 70px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em 3%;
}
.indexMain .indexSection .indexArticle {
  padding: 0 0 30px 0;
}
.indexMain .indexSection .indexArticle .indexArticleService {
  color: #666;
  font-size: 0.9em;
  font-weight: 600;
}
.indexMain .indexSection .indexArticle .indexArticleHeader {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.9em;
  padding: 0 0 0.7em 0;
}
.indexMain .indexSection .indexArticle .indexThumbnailBox {
  height: 0;
  padding-top: 61.8%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.indexMain .indexSection .indexArticle .indexThumbnailBox .indexThumbnail {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexMain .indexSection .indexArticle .indexArticleTitle {
  font-size: 1.22em;
  font-weight: 700;
  line-height: 1.7em;
  padding: 0.9em 0 0.6em 0;
}
.indexMain .indexSection .indexArticle .indexArticleText {
  color: #666;
  font-size: 0.88em;
  font-weight: 300;
  line-height: 1.62em;
}
.indexMain .indexSection .indexArticle .nSpacing {
  letter-spacing: -0.08em;
}
.indexMain .indexSection .indexArticle:hover .indexArticleTitle {
  -webkit-text-decoration: underline 2px currentColor;
          text-decoration: underline 2px currentColor;
}/*# sourceMappingURL=main.css.map */