/* Scss Document */
/*top-visual
******************************************************/
.mainVisual {
  height: 700px;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .mainVisual {
    height: 100vh;
  }
}

.mainVisual_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .mainVisual_inner {
    width: 100%;
  }
}

.mainVisual_inner-Top {
  width: 405px;
  margin: 0 auto 130px;
}

@media only screen and (max-width: 769px) {
  .mainVisual_inner-Top {
    width: 50%;
    margin: 0 auto 15vw;
  }
}

@media only screen and (max-width: 480px) {
  .mainVisual_inner-Top {
    width: 75%;
    margin: 0 auto 20vw;
  }
}

.mainVisual_inner-Under {
  width: 610px;
  margin: auto;
}

@media only screen and (max-width: 769px) {
  .mainVisual_inner-Under {
    width: 60%;
  }
}

@media only screen and (max-width: 480px) {
  .mainVisual_inner-Under {
    width: 75%;
  }
}

/*topConcept
******************************************************/
.topConcept {
  padding: 130px 0 0;
}

@media only screen and (max-width: 769px) {
  .topConcept {
    padding: 90px 5vw 0;
  }
}

/*topBusiness
******************************************************/
.topBusiness {
  padding: 130px 0 0;
}

@media only screen and (max-width: 769px) {
  .topBusiness {
    padding: 15vw 0 0;
  }
}

.topBusiness_inner-List {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.topBusiness_inner-List li {
  width: 23%;
  margin: 0 4% 0% 4%;
  padding: 1%;
}

@media only screen and (max-width: 480px) {
  .topBusiness_inner-List li {
    width: 31%;
    margin: 0 1% 0% 1%;
  }
}

.topBusiness_inner-List li figure.hover-parent {
  position: relative;
  margin-bottom: 30px;
}

.topBusiness_inner-List li figure.hover-parent a {
  display: block;
  /* .hover-mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 130px;
              bottom: 0;
              left: 0;
              right: 0;
              opacity: 0;
              color: #000;
              display: flex;
              align-items: center;
              text-align: center;
              padding: 0px;
              border-radius: 50%;
              @include tabletP{
                top: 100px;
              }
              @include sphoneP{
                top: 17vw;
              }
            }
            &:hover{
              .hover-mask {
                opacity: 1;
                transition:all 0.6s ease;
                text-align: center;
                border-radius: 50%;
                text-align: center;
                justify-content: center;
                @include fz(18);
                font-weight: bold;
                @include tabletP{
                  @include fz(16);
                }
                @include sphoneP{
                  @include fz(10);
                }
              }
            }*/
}

.topBusiness_inner-List li figure.hover-parent a:hover {
  opacity: 1;
}

.topBusiness_inner-List li figure.hover-parent a .hover-mask {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 5px;
}

@media only screen and (max-width: 769px) {
  .topBusiness_inner-List li figure.hover-parent a .hover-mask {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .topBusiness_inner-List li figure.hover-parent a .hover-mask {
    font-size: 10px;
    font-size: 1rem;
  }
}

.topBusiness_inner-List li:nth-child(1) figure.hover-parent a, .topBusiness_inner-List li:nth-child(2) figure.hover-parent a {
  /*&:hover{
                .hover-mask{
                  @include fz(20);
                  top: 120px;
                  @include tabletP{
                    top: 90px;
                  }
                  @include sphoneP{
                    @include fz(11);
                    top: 16vw;
                  }
                }
              }*/
}

@media only screen and (max-width: 480px) {
  .topBusiness_inner-List li:nth-child(1) figure.hover-parent a .hover-mask, .topBusiness_inner-List li:nth-child(2) figure.hover-parent a .hover-mask {
    top: 15vw;
  }
}

/*topMember
******************************************************/
.topMember {
  padding: 130px 0 0;
}

@media only screen and (max-width: 769px) {
  .topMember {
    padding: 15vw 0 0;
  }
}

.topMember_inner-List {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px;
}

.topMember_inner-List li {
  width: 23%;
  margin: 0 4% 4% 4%;
  padding: 1%;
}

@media only screen and (max-width: 480px) {
  .topMember_inner-List li {
    width: 31%;
    margin: 0 1% 4% 1%;
  }
}

/*topCompany
******************************************************/
.topCompany {
  padding: 100px 0 0;
}

@media only screen and (max-width: 769px) {
  .topCompany {
    padding: 15vw 5% 0;
  }
}

.topCompany_inner-Dl {
  margin-bottom: 70px;
}

@media only screen and (max-width: 480px) {
  .topCompany_inner-Dl {
    padding-bottom: 20px;
  }
}

.topCompany_inner-Dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.topCompany_inner-Dl dd {
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
  font-weight: bold;
}

.topCompany_inner-Dl dd span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

.topCompany_inner-Dl dd:after {
  content: "";
  border-bottom: 1px solid #fff;
  display: block;
  width: 100px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
}

.topCompany_inner-Dl dd.last:after {
  content: none;
}
/*# sourceMappingURL=style.css.map */