* {
  box-sizing: border-box; }

.ousideBg {
  width: 100%;
  background: url(../img/profileBg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 4.16666vw; }
  @media screen and (max-width: 750px) {
    .ousideBg {
      background-image: url("../img/profileBg-mob.png");
      padding-bottom: 10.66666vw; } }
  .ousideBg .whiteSection {
    width: 83.33333vw;
    margin: 0 auto;
    position: relative;
    padding: 4.16666vw 6.25vw;
    background-color: #fff; }
    @media screen and (max-width: 750px) {
      .ousideBg .whiteSection {
        padding: 6.66666vw 6.66666vw 7.73333vw; } }
    .ousideBg .whiteSection .icon-quo {
      width: 2.39583vw;
      height: 1.92708vw; }
      @media screen and (max-width: 750px) {
        .ousideBg .whiteSection .icon-quo {
          width: 4.8vw;
          height: 4vw; } }
    .ousideBg .whiteSection .up {
      position: absolute;
      top: 2.70833vw;
      left: 3.02083vw; }
      @media screen and (max-width: 750px) {
        .ousideBg .whiteSection .up {
          top: 2.66666vw;
          left: 4vw; } }
    .ousideBg .whiteSection .down {
      position: absolute;
      bottom: 2.70833vw;
      right: 3.02083vw; }
      @media screen and (max-width: 750px) {
        .ousideBg .whiteSection .down {
          right: 2.66666vw;
          bottom: 2.66666vw; } }
    .ousideBg .whiteSection p {
      font-size: 1.25vw;
      color: #000;
      margin-bottom: 2.60416vw;
      line-height: 1.6; }
      .ousideBg .whiteSection p:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 750px) {
        .ousideBg .whiteSection p {
          font-size: 3.2vw;
          line-height: 4.8vw; } }

.section2-profile {
  width: 100%;
  height: 43.75vw;
  background: url(../img/profileBg-s2.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 5.20833vw; }
  @media screen and (max-width: 750px) {
    .section2-profile {
      height: 128vw;
      box-sizing: border-box;
      background-image: url("../img/profileBg-s2-mob.png");
      padding-top: 10vw; } }
  .section2-profile h2 {
    font-size: 2.5vw;
    color: #000;
    text-align: center;
    margin-bottom: 1.45833vw; }
    @media screen and (max-width: 750px) {
      .section2-profile h2 {
        font-size: 5.33333vw;
        line-height: 8vw;
        padding: 0 20.66666vw;
        margin-bottom: 4vw; } }
  .section2-profile p {
    font-size: 1.04166vw;
    color: #6e7071;
    line-height: 1.8;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .section2-profile p {
        font-size: 3.2vw;
        line-height: 4.8vw;
        padding: 0 8vw; } }

.section3-profile {
  padding: 4.16666vw 8.33333vw;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-top: 0; }
  @media screen and (max-width: 750px) {
    .section3-profile {
      padding: 0 5.33333vw 10.66666vw; } }
  .section3-profile .companyData {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .section3-profile .companyData .dataPart {
      width: 27vw;
      height: 17.03125vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-color: #fff; }
      .section3-profile .companyData .dataPart:nth-child(even) {
        background: linear-gradient(180deg, #FFFFFF 0%, #F8FCFD 100%); }
      @media screen and (max-width: 750px) {
        .section3-profile .companyData .dataPart {
          width: calc(100% / 2);
          height: 45.33333vw;
          box-sizing: border-box;
          padding: 8vw 8vw 0;
          justify-content: flex-start; }
          .section3-profile .companyData .dataPart:nth-child(2n + 2) {
            background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%); }
          .section3-profile .companyData .dataPart:nth-child(3) {
            background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%); }
          .section3-profile .companyData .dataPart:nth-child(4) {
            background: none; } }
      .section3-profile .companyData .dataPart .icon-data {
        width: 3.125vw;
        height: 3.125vw;
        display: block;
        margin-bottom: 1.875vw; }
        @media screen and (max-width: 750px) {
          .section3-profile .companyData .dataPart .icon-data {
            width: 8vw;
            height: 8vw;
            margin-bottom: 5.33333vw; } }
      .section3-profile .companyData .dataPart .numBox {
        display: flex;
        flex-direction: row;
        font-size: 2.5vw;
        color: #000;
        align-items: baseline;
        margin-bottom: 0.52083vw; }
        @media screen and (max-width: 750px) {
          .section3-profile .companyData .dataPart .numBox {
            font-size: 6.4vw;
            margin-bottom: 1.06666vw; } }
        .section3-profile .companyData .dataPart .numBox .txt {
          font-size: 1.25vw; }
      .section3-profile .companyData .dataPart p {
        font-size: 0.9375vw;
        color: #6e7071; }
        @media screen and (max-width: 750px) {
          .section3-profile .companyData .dataPart p {
            font-size: 3.2vw;
            line-height: 4.26666vw;
            text-align: center; } }
