@charset "UTF-8";
* {
  box-sizing: border-box; }

.section1-assets {
  width: 83.33333vw;
  height: 37.5vw;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-bottom: 4.16666vw; }
  @media screen and (max-width: 750px) {
    .section1-assets {
      display: flex;
      flex-direction: column;
      width: 89.33333vw;
      height: 180.53333vw;
      margin-bottom: 10.66666vw; } }
  .section1-assets .leftImg {
    width: 33.33333vw;
    height: 100%; }
    @media screen and (max-width: 750px) {
      .section1-assets .leftImg {
        width: 100%;
        height: 100.53333vw; } }
    .section1-assets .leftImg img {
      width: 100%;
      height: 100%; }
  .section1-assets .rightInfo {
    width: 50vw;
    height: 100%;
    padding-top: 8.33333vw;
    padding-left: 6.25vw;
    position: relative;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 750px) {
      .section1-assets .rightInfo {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 10.66666vw 6.66666vw 11.2vw; } }
    .section1-assets .rightInfo .icon-quo-up {
      width: 2.39583vw;
      height: 1.92708vw;
      position: absolute;
      top: 3.22916vw;
      left: 3.02083vw; }
      @media screen and (max-width: 750px) {
        .section1-assets .rightInfo .icon-quo-up {
          top: 2.66666vw;
          left: 2.66666vw;
          width: 6.13333vw;
          height: 4.93333vw; } }
    .section1-assets .rightInfo .icon-quo-down {
      width: 2.39583vw;
      height: 1.92708vw;
      position: absolute;
      bottom: 6.82291vw;
      right: 3.80208vw; }
      @media screen and (max-width: 750px) {
        .section1-assets .rightInfo .icon-quo-down {
          right: 2.66666vw;
          bottom: 2.66666vw;
          width: 6.13333vw;
          height: 4.93333vw; } }
    .section1-assets .rightInfo .icon {
      width: 2.08333vw;
      height: 2.08333vw;
      margin-bottom: 1.40625vw; }
      @media screen and (max-width: 750px) {
        .section1-assets .rightInfo .icon {
          width: 5.33333vw;
          height: 5.33333vw;
          margin-bottom: 4vw; } }
    .section1-assets .rightInfo h2 {
      font-size: 1.66666vw;
      color: #000;
      margin-bottom: 1.19791vw; }
      @media screen and (max-width: 750px) {
        .section1-assets .rightInfo h2 {
          font-size: 4.26666vw;
          line-height: 6.4vw;
          margin-bottom: 2.66666vw; } }
    .section1-assets .rightInfo h3 {
      font-size: 1.25vw;
      color: #000;
      margin-bottom: 3.02083vw; }
      @media screen and (max-width: 750px) {
        .section1-assets .rightInfo h3 {
          font-size: 3.2vw;
          margin-bottom: 6.66666vw; } }
    .section1-assets .rightInfo p {
      font-size: 1.25vw;
      color: #6e7071;
      margin-bottom: 1.35416vw; }
      @media screen and (max-width: 750px) {
        .section1-assets .rightInfo p {
          font-size: 3.2vw;
          line-height: 4.26666vw;
          margin-left: -.5em; } }

.section2-assets {
  width: 100%;
  height: 43.75vw;
  background: url(../img/s2Bg-assets.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 750px) {
    .section2-assets {
      height: 207.73333vw;
      background-image: url("../img/s2Bg-assets-mob.png");
      background-size: 100% auto; } }
  .section2-assets .inside {
    width: 35.41666vw;
    height: 37.5vw;
    background-color: #fff;
    position: absolute;
    right: 8.33333vw;
    top: 3.125vw;
    display: flex;
    flex-direction: column;
    padding: 0 3.125vw;
    padding-top: 4.16666vw; }
    @media screen and (max-width: 750px) {
      .section2-assets .inside {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 108vw;
        width: 89.33333vw;
        height: 89.06666vw;
        box-sizing: border-box;
        padding: 10.66666vw 8vw 13.33333vw;
        padding-right: 5.33333vw; } }
    .section2-assets .inside h2 {
      font-size: 2.08333vw;
      color: #000;
      margin-bottom: 2.60416vw; }
      @media screen and (max-width: 750px) {
        .section2-assets .inside h2 {
          font-size: 5.33333vw;
          line-height: 8vw;
          margin-bottom: 6.4vw; } }
    .section2-assets .inside p {
      position: relative;
      line-height: 2.08333vw;
      padding-left: 1em; }
      .section2-assets .inside p::before {
        position: absolute;
        content: "·";
        left: 0;
        left: calc(1em / 2); }
      @media screen and (max-width: 750px) {
        .section2-assets .inside p {
          line-height: 5.33333vw;
          padding-left: 1em; } }

@media screen and (max-width: 750px) {
  .pageTitle2 {
    background: #fff; } }

.section3-assets {
  width: 83.33333vw;
  height: auto;
  margin: 0 auto;
  display: flex;
  padding-bottom: 5.20833vw;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .section3-assets {
      flex-direction: column;
      width: 100%;
      box-sizing: border-box;
      padding: 0 5.33333vw 13.33333vw;
      background: #fff; } }
  .section3-assets .part {
    float: left;
    margin-right: 2.60416vw;
    width: 26.04166vw;
    height: 14.42708vw;
    display: flex;
    flex-direction: column;
    background-color: #eef6fa;
    padding: 0 2.60416vw;
    padding-top: 2.5vw; }
    .section3-assets .part:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 750px) {
      .section3-assets .part {
        float: unset;
        width: 100%;
        height: auto;
        padding: 5.33333vw 6.66666vw;
        margin-bottom: 4vw; } }
    .section3-assets .part .p1 {
      margin-bottom: 0.9375vw; }
      @media screen and (max-width: 750px) {
        .section3-assets .part .p1 {
          margin-bottom: 2.66666vw; } }
    .section3-assets .part h2 {
      padding-bottom: 1.45833vw;
      border-bottom: 0.05208vw solid #fff;
      margin-bottom: 1.04166vw; }
      @media screen and (max-width: 750px) {
        .section3-assets .part h2 {
          padding-bottom: 4vw;
          border-bottom: 0.13333vw solid #fff;
          margin-bottom: 3.46666vw; } }
    .section3-assets .part p.fontSize18 {
      line-height: 1.45833vw; }
      @media screen and (max-width: 750px) {
        .section3-assets .part p.fontSize18 {
          line-height: 4.26666vw; } }
