@import url(reset.css);
@import url(font.css);
@import url(column.css);
@import url(common.css);
@import url(pc.css);
@import url(mobile.css);
.solution .first {
  margin: 5.2vw 0;
}
.solution .first h2 {
  padding-left: 23.65vw;
  margin-bottom: 3.3vw;
  font-size: 3.75vw;
  font-weight: 600;
  font-stretch: normal;
  line-height: 4.69vw;
  letter-spacing: 0vw;
  color: #05152e;
}
.solution .first p {
  padding-left: 23.65vw;
  font-size: 0.94vw;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.5vw;
  letter-spacing: 0vw;
  color: #05152e;
  opacity: 0.7;
}
.solution .first .data {
  display: flex;
  flex-direction: row;
  padding-left: 23.65vw;
  margin-top: 3.28vw;
  margin-bottom: 8.33vw;
}
.solution .first .data img {
  width: 23vw;
  height: 23vw;
  margin-right: 1.25vw;
}
.solution .first .data .number {
  width: 46.77vw;
  height: 23vw;
  background-color: #c9dfe6;
  border-radius: 2.6vw;
  box-sizing: border-box;
  padding: 2vw 2.55vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.solution .first .data .number dl {
  width: 50%;
  margin-bottom: 4vw;
}
.solution .first .data .number dl dt {
  margin-bottom: 0.4vw;
  font-family: AvenirNext-DemiBold;
  font-size: 3.13vw;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: -0.16vw;
  color: #0d2030;
}
.solution .first .data .number dl dd {
  font-size: 0.94vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #0d2030;
}
.solution .first h3 {
  font-size: 2.5vw;
  font-weight: 400;
  font-stretch: normal;
  line-height: 3.75vw;
  letter-spacing: 0vw;
  color: #05152e;
}
.solution .feature {
  width: 94.79vw;
  border-radius: 2.6vw;
  background: #c9dfe6 url(../images/solution/bg.png) no-repeat center right 3vw;
  background-size: 40vw auto;
  margin-bottom: 5vw;
}
.solution .feature .aside {
  padding: 5vw 2.76vw;
}
.solution .feature .aside dl {
  width: 43.96vw;
  padding: 1.8vw 2.6vw;
  background: transparent;
  border-radius: 2.6vw;
  box-sizing: border-box;
  transition: all 0.3s linear;
  background-color: #c9dfe6;
}
.solution .feature .aside dl:hover {
  background-color: #fff;
}
.solution .feature .aside dl dt {
  margin-bottom: 1.61vw;
  font-family: MiSans-Regular;
  font-size: 1.56vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #0d2030;
}
.solution .feature .aside dl dd {
  font-size: 0.94vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5vw;
  letter-spacing: 0vw;
  color: #0d2030;
}
@media screen and (max-width: 960px) {
  .solution .first {
    padding: 8vw;
  }
  .solution .first h2 {
    padding-left: 0;
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .solution .first h3 {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
  .solution .first p {
    margin-top: 6vw;
    padding-left: 0;
    font-size: 2.93vw;
    line-height: 5.33vw;
  }
  .solution .first .data {
    padding-left: 0;
    margin-top: 8vw;
  }
  .solution .first .data .number {
    width: 100%;
    background-color: transparent;
    height: auto;
  }
  .solution .first .data .number dl {
    box-sizing: border-box;
    margin-bottom: 8vw;
  }
  .solution .first .data .number dl:nth-of-type(2n) {
    padding-left: 8vw;
  }
  .solution .first .data .number dl dt {
    font-size: 8vw;
    line-height: 6.4vw;
  }
  .solution .first .data .number dl dd {
    margin-top: 3.8vw;
    font-size: 2.93vw;
    line-height: 4vw;
    font-weight: 300;
  }
  .solution .feature {
    background: none;
  }
  .solution .feature .aside dl {
    width: 100%;
    margin-right: 0;
    background-color: #c9dfe6;
    border-radius: 6.67vw;
    margin-bottom: 4vw;
    padding: 10.8vw 8vw;
  }
  .solution .feature .aside dl dt {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
  .solution .feature .aside dl dd {
    margin-top: 8vw;
    font-size: 2.93vw;
    line-height: 5.33vw;
  }
}
/*# sourceMappingURL=./solution.css.map */