/* =========================================================
========================================================= */
.kvSect {
  position: relative; }
  .kvSect .bgBlock {
    position: relative; }
    .kvSect .bgBlock .bgImg {
      position: relative; }
      .kvSect .bgBlock .bgImg img {
        width: 100%; }
    .kvSect .bgBlock .itemImg {
      position: absolute;
      z-index: 1; }
  .kvSect .titBlock {
    z-index: 2; }
    .kvSect .titBlock .sectTit {
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: .08em;
      color: #442300; }
      .kvSect .titBlock .sectTit .row {
        display: block; }
    .kvSect .titBlock .lead {
      font-weight: bold;
      letter-spacing: .2em; }

@media only screen and (min-width: 769px) {
  .kvSect {
    padding-bottom: 7%; }
    .kvSect .bgBlock {
      min-height: 400px;
      margin-left: 44%; }
      .kvSect .bgBlock .bgImg {
        padding: 4% 0; }
      .kvSect .bgBlock .itemImg {
        top: -4%;
        left: -10%;
        height: 118%; }
        .kvSect .bgBlock .itemImg img {
          width: auto;
          height: 100%; }
    .kvSect .sectMain {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .kvSect .sectMain .inner {
        display: -webkit-box;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
                align-items: center; }
    .kvSect .titBlock {
      padding-top: 120px; }
      .kvSect .titBlock .sectTit {
        font-size: 55px;
        font-size: 5.5rem; }
      .kvSect .titBlock .lead {
        margin-top: 30px;
        font-size: 22px;
        font-size: 2.2rem; }
      .kvSect .titBlock .goodLogo {
        width: 110px;
        margin-top: 50px; } }

@media only screen and (max-width: 768px) {
  .kvSect {
    padding-bottom: 16vw; }
    .kvSect .bgBlock {
      padding-right: 24%; }
      .kvSect .bgBlock .bgImg {
        padding: 6% 0 0; }
      .kvSect .bgBlock .itemImg {
        top: 0;
        right: -3%; }
        .kvSect .bgBlock .itemImg img {
          width: 52.8vw; }
    .kvSect .titBlock {
      position: relative;
      margin-top: 2.66667vw; }
      .kvSect .titBlock .sectTit {
        font-size: 25px;
        font-size: 6.66667vw; }
      .kvSect .titBlock .lead {
        margin-top: 4vw;
        font-size: 14px;
        font-size: 3.73333vw; }
      .kvSect .titBlock .goodLogo {
        width: 17.33333vw;
        margin-top: 8vw; } }

/* =========================================================
========================================================= */
.pointSect {
  background: no-repeat center center #efe1d4; }
  .pointSect .sectInner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pointSect .sectTit {
    font-weight: bold;
    color: #009de1; }
  .pointSect .sectMain .pointBlock .itemList {
    color: #009de1; }
    .pointSect .sectMain .pointBlock .itemList > li {
      line-height: 1;
      background-color: #fff; }
      .pointSect .sectMain .pointBlock .itemList > li:first-child {
        margin-top: 0; }
      .pointSect .sectMain .pointBlock .itemList > li .tit {
        font-weight: bold;
        float: left;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        letter-spacing: .1em;
        color: #fff;
        background-color: #009de1; }
      .pointSect .sectMain .pointBlock .itemList > li .txt {
        font-weight: bold; }
  .pointSect .sectMain .pointBlock .caution {
    font-weight: bold; }

@media only screen and (min-width: 769px) {
  .pointSect {
    background-image: url(/hubfs/244588604/lp/wutec/assets/images/point_bg01.jpg);
    -webkit-background-size: cover;
            background-size: cover; }
    .pointSect .sectInner {
      min-height: 500px;
      padding: 100px 0 50px; }
    .pointSect .sectTit {
      font-size: 22px;
      font-size: 2.2rem; }
    .pointSect .sectMain {
      display: -webkit-box;
      display: flex;
      margin-top: 20px; }
      .pointSect .sectMain .pointBlock .itemList > li {
        margin-top: 10px;
        padding: 23px 70px; }
        .pointSect .sectMain .pointBlock .itemList > li .tit {
          width: 95px;
          margin-top: 4px;
          padding: 3px 2px;
          font-size: 14px;
          font-size: 1.4rem; }
        .pointSect .sectMain .pointBlock .itemList > li .txt {
          margin-left: 110px;
          font-size: 23px;
          font-size: 2.3rem; }
      .pointSect .sectMain .pointBlock .caution {
        margin-top: 10px;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2), -1px -1px 0 rgba(255, 255, 255, 0.2), -1px 1px 0 rgba(255, 255, 255, 0.2), 1px -1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2), -1px 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2), 1px 0 0 rgba(255, 255, 255, 0.2);
        font-size: 11px;
        font-size: 1.1rem; } }

@media only screen and (max-width: 768px) {
  .pointSect {
    background-image: url(/hubfs/244588604/lp/wutec/assets/images/point_bg01-sp.jpg);
    background-position: center bottom;
    -webkit-background-size: 100% auto;
            background-size: 100% auto; }
    .pointSect .sectInner {
      padding: 10.66667vw 0 54%; }
    .pointSect .sectTit {
      text-align: center;
      font-size: 19px;
      font-size: 5.06667vw; }
    .pointSect .sectMain {
      margin-top: 4vw; }
      .pointSect .sectMain .pointBlock .itemList > li {
        margin-top: 2px;
        padding: 5.33333vw 5.33333vw; }
        .pointSect .sectMain .pointBlock .itemList > li .tit {
          width: 20.26667vw;
          margin-top: 2px;
          padding: 0.8vw 2px;
          font-size: 12px;
          font-size: 3.2vw; }
        .pointSect .sectMain .pointBlock .itemList > li .txt {
          margin-left: 22.66667vw;
          font-size: 20px;
          font-size: 5.33333vw; }
      .pointSect .sectMain .pointBlock .caution {
        margin-top: 2.66667vw;
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
        font-size: 10px;
        font-size: 2.66667vw; } }

/* =========================================================
========================================================= */
.applySect {
  background-color: #f1eee6; }
  .applySect .itemList > li {
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }
    .applySect .itemList > li a {
      display: block;
      text-decoration: none;
      border-bottom: solid #cdcbc4;
      background-color: #fff; }
    .applySect .itemList > li img {
      vertical-align: middle; }

@media only screen and (min-width: 769px) {
  .applySect .sectInner {
    padding: 45px 0; }
  .applySect .itemList {
    display: -webkit-box;
    display: flex;
    margin: 0 -17px; }
    .applySect .itemList > li {
      width: 50%;
      padding: 0 17px;
      font-size: 20px;
      font-size: 2rem; }
      .applySect .itemList > li a {
        padding: 28px 20px;
        border-bottom-width: 3px;
        border-radius: 5px; }
        .applySect .itemList > li a:hover {
          -webkit-transform: translateY(3px);
                  transform: translateY(3px);
          border-bottom-width: 0; }
      .applySect .itemList > li img {
        width: 40px;
        margin-top: -10px;
        margin-right: 1em;
        margin-bottom: -10px; } }

@media only screen and (max-width: 768px) {
  .applySect .sectInner {
    padding: 6.66667vw 0; }
  .applySect .itemList > li {
    margin-top: 1.33333vw;
    font-size: 15px;
    font-size: 4vw; }
    .applySect .itemList > li:first-child {
      margin-top: 0; }
    .applySect .itemList > li a {
      padding: 4.8vw 2.66667vw;
      border-bottom-width: 0.8vw;
      border-radius: 1.33333vw; }
    .applySect .itemList > li img {
      width: 7.46667vw;
      margin-top: -2.66667vw;
      margin-right: .5em;
      margin-bottom: -2.66667vw; } }

/* =========================================================
========================================================= */
.secretSect {
  position: relative;
  background: url(/hubfs/244588604/lp/wutec/assets/images/secret_bg01.jpg) repeat center top #f1eee6; }
  .secretSect:before {
    z-index: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    left: 0;
    top: 0;
    background: url(/hubfs/244588604/lp/wutec/assets/images/secret_bg02.jpg) no-repeat;
    -webkit-background-size: auto 100%;
            background-size: auto 100%; }
  .secretSect .inner {
    z-index: 1; }
  .secretSect .titBlock {
    position: absolute;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl; }
    .secretSect .titBlock .sectTit {
      font-weight: bold;
      line-height: 1;
      background-color: #fcff21; }
    .secretSect .titBlock .lead {
      font-weight: bold;
      line-height: 2; }
  .secretSect .sectMain .txtBlock {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff; }
    .secretSect .sectMain .txtBlock .mainImg {
      text-align: center; }
    .secretSect .sectMain .txtBlock .lead {
      font-weight: bold; }
    .secretSect .sectMain .txtBlock .btn {
      line-height: 1;
      text-align: center;
      color: #009de1; }
      .secretSect .sectMain .txtBlock .btn a {
        font-weight: bold;
        display: inline-block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-decoration: none;
        color: inherit;
        border: solid #009de1; }

@media only screen and (min-width: 769px) {
  .secretSect {
    margin-top: 160px;
    -webkit-background-size: auto 100%;
            background-size: auto 100%; }
    .secretSect:before {
      margin-left: 150px;
      background-position: 50% 0; }
    .secretSect .sectInner {
      padding: 75px 0; }
    .secretSect .titBlock {
      top: -60px;
      right: 90px; }
      .secretSect .titBlock .sectTit {
        padding: 10px 5px;
        font-size: 36px;
        font-size: 3.6rem; }
        .is-IE .secretSect .titBlock .sectTit {
          padding-right: 20px; }
      .secretSect .titBlock .lead {
        margin-right: 20px;
        padding-top: 20px;
        font-size: 22px;
        font-size: 2.2rem; }
    .secretSect .sectMain .txtBlock {
      width: 540px;
      padding: 50px 40px;
      border-radius: 5px; }
      .secretSect .sectMain .txtBlock .mainImg {
        padding: 0 10px; }
        .secretSect .sectMain .txtBlock .mainImg img {
          width: 450px; }
      .secretSect .sectMain .txtBlock .lead {
        margin-top: 25px;
        font-size: 18px;
        font-size: 1.8rem; }
      .secretSect .sectMain .txtBlock .txt {
        margin-top: 15px;
        font-size: 16px;
        font-size: 1.6rem; }
      .secretSect .sectMain .txtBlock .btn {
        margin-top: 20px;
        font-size: 15px;
        font-size: 1.5rem; }
        .secretSect .sectMain .txtBlock .btn a {
          padding: 10px 40px;
          border-width: 2px;
          border-radius: 50px; } }

@media only screen and (max-width: 768px) {
  .secretSect {
    margin-top: 32vw;
    -webkit-background-size: auto 100%;
            background-size: auto 100%; }
    .secretSect:before {
      height: 0;
      padding-top: 143%;
      background-position: 90% 0; }
    .secretSect .sectInner {
      padding: 20vw 0 8vw;
      padding-top: 155%; }
    .secretSect .titBlock {
      top: -8vw;
      right: 6.66667vw; }
      .secretSect .titBlock .sectTit {
        padding: 2.66667vw 2.13333vw;
        font-size: 27px;
        font-size: 7.2vw; }
      .secretSect .titBlock .lead {
        margin-right: 2.66667vw;
        padding-top: 2.66667vw;
        font-size: 17px;
        font-size: 4.53333vw; }
    .secretSect .sectMain .txtBlock {
      margin: 0 -1.86667vw;
      padding: 9.33333vw 8vw;
      border-radius: 1.33333vw; }
      .secretSect .sectMain .txtBlock .lead {
        margin-top: 6.66667vw;
        font-size: 18px;
        font-size: 4.8vw; }
      .secretSect .sectMain .txtBlock .txt {
        margin-top: 4vw;
        font-size: 16px;
        font-size: 4.26667vw; }
      .secretSect .sectMain .txtBlock .btn {
        margin-top: 5.33333vw;
        font-size: 15px;
        font-size: 4vw; }
        .secretSect .sectMain .txtBlock .btn a {
          width: 100%;
          padding: 2.66667vw 4vw;
          border-width: 2px;
          border-radius: 13.33333vw; } }

/* =========================================================
========================================================= */
.meritSect {
  position: relative;
  background: url(/hubfs/244588604/lp/wutec/assets/images/merit_bg01.png) no-repeat left bottom; }
  .meritSect .mainImg {
    text-align: center; }
  .meritSect .meritBlock .itemList > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .meritSect .meritBlock .itemList > li .liInner {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff; }
    .meritSect .meritBlock .itemList > li .num {
      font-weight: bold;
      line-height: 1;
      position: absolute;
      left: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center;
      letter-spacing: .1em;
      color: #fff;
      border-radius: 50% 50%;
      background-color: #009de1; }
      .meritSect .meritBlock .itemList > li .num strong {
        display: block; }
    .meritSect .meritBlock .itemList > li .tit {
      line-height: 1.1;
      text-align: center;
      color: #009de1; }
    .meritSect .meritBlock .itemList > li .lead {
      font-weight: bold;
      text-align: center; }
    .meritSect .meritBlock .itemList > li .thumb {
      text-align: center; }

@media only screen and (min-width: 769px) {
  .meritSect {
    -webkit-background-size: 956px auto;
            background-size: 956px auto; }
    .meritSect .sectInner {
      padding-bottom: 170px; }
    .meritSect .mainImg img {
      width: 991px;
      margin-top: -10px;
      padding-left: 80px; }
    .meritSect .meritBlock {
      margin-top: 30px; }
      .meritSect .meritBlock .itemList {
        display: -webkit-box;
        display: flex;
        margin: 0 -17px;
        -webkit-box-align: stretch;
                align-items: stretch; }
        .meritSect .meritBlock .itemList > li {
          width: 33.333%;
          padding: 0 17px; }
          .meritSect .meritBlock .itemList > li .liInner {
            height: 100%;
            padding: 75px 35px 30px;
            border-radius: 5px;
            -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
                    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05); }
          .meritSect .meritBlock .itemList > li .num {
            top: -5px;
            width: 60px;
            height: 60px;
            padding-top: 16px;
            font-size: 10px;
            font-size: 1rem; }
            .meritSect .meritBlock .itemList > li .num strong {
              font-size: 24px;
              font-size: 2.4rem; }
          .meritSect .meritBlock .itemList > li .tit {
            font-size: 40px;
            font-size: 4rem; }
          .meritSect .meritBlock .itemList > li .lead {
            margin-top: 10px;
            font-size: 20px;
            font-size: 2rem; }
          .meritSect .meritBlock .itemList > li .thumb {
            margin-top: 15px; }
          .meritSect .meritBlock .itemList > li .txt {
            margin-top: 15px;
            font-size: 14px;
            font-size: 1.4rem; } }

@media only screen and (max-width: 768px) {
  .meritSect {
    background-position: left top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto; }
    .meritSect .sectInner {
      padding-bottom: 40vw; }
    .meritSect .mainImg img {
      width: 120%;
      max-width: inherit;
      margin-top: 6.66667vw;
      margin-left: -10%;
      -webkit-transform: rotate(-12deg);
              transform: rotate(-12deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .meritSect .meritBlock {
      margin-top: 10.66667vw; }
      .meritSect .meritBlock .itemList > li {
        margin-top: 8vw; }
        .meritSect .meritBlock .itemList > li:first-child {
          margin-top: 0; }
        .meritSect .meritBlock .itemList > li .liInner {
          padding: 16vw 5.33333vw 8vw;
          border-radius: 1.33333vw;
          -webkit-box-shadow: 0 1.33333vw 6.66667vw rgba(0, 0, 0, 0.05);
                  box-shadow: 0 1.33333vw 6.66667vw rgba(0, 0, 0, 0.05); }
        .meritSect .meritBlock .itemList > li .num {
          top: -4vw;
          width: 16vw;
          height: 16vw;
          padding-top: 4.26667vw;
          font-size: 10px;
          font-size: 2.66667vw; }
          .meritSect .meritBlock .itemList > li .num strong {
            font-size: 24px;
            font-size: 6.4vw; }
        .meritSect .meritBlock .itemList > li .tit {
          font-size: 40px;
          font-size: 10.66667vw; }
        .meritSect .meritBlock .itemList > li .lead {
          margin-top: 2.66667vw;
          font-size: 20px;
          font-size: 5.33333vw; }
        .meritSect .meritBlock .itemList > li .thumb {
          margin-top: 2.66667vw; }
        .meritSect .meritBlock .itemList > li .txt {
          margin-top: 2.66667vw;
          font-size: 14px;
          font-size: 3.73333vw; } }

/* =========================================================
========================================================= */
.resultSect {
  border-bottom: 1px solid #c7c7c7; }
  .resultSect .titBlock {
    position: relative;
    background: no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto; }
    .resultSect .titBlock .sectTit {
      font-weight: bold;
      letter-spacing: .1em;
      color: #442300; }
  .resultSect .sectMain {
    position: relative;
    overflow: hidden; }
    .resultSect .sectMain:before {
      position: absolute;
      display: block;
      width: 100%;
      height: 120%;
      content: '';
      background-repeat: no-repeat;
      background-position: 0 0;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      left: 0;
      top: 0;
      -webkit-transform-origin: 100% 0;
              transform-origin: 100% 0;
      background-color: #f2edd5; }
    .resultSect .sectMain .movieBlock {
      text-align: center; }
      .resultSect .sectMain .movieBlock .blockTit {
        font-weight: bold; }
      .resultSect .sectMain .movieBlock .youtube {
        margin: 0 auto;
        background-color: #000; }
        .resultSect .sectMain .movieBlock .youtube .mv {
          position: relative;
          /*padding-top: 54.464%;*/ }
          .resultSect .sectMain .movieBlock .youtube .mv iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
    .resultSect .sectMain .graphBlock .itemList > li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .resultSect .sectMain .graphBlock .itemList > li .liInner {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background-color: #fff; }
      .resultSect .sectMain .graphBlock .itemList > li .tit {
        font-weight: bold; }
        .resultSect .sectMain .graphBlock .itemList > li .tit strong {
          color: #009de1; }
      .resultSect .sectMain .graphBlock .itemList > li .thumb {
        text-align: center; }
    .resultSect .sectMain .resultBlock {
      text-align: center; }
      .resultSect .sectMain .resultBlock .lead strong {
        text-decoration: underline; }
      .resultSect .sectMain .resultBlock .btn {
        line-height: 1;
        text-align: center;
        color: #009de1; }
        .resultSect .sectMain .resultBlock .btn a {
          font-weight: bold;
          display: inline-block;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          text-decoration: none;
          color: inherit;
          border: solid #009de1;
          background-color: #fff; }

@media only screen and (min-width: 769px) {
  .resultSect .titBlock {
    background-image: url(/hubfs/244588604/lp/wutec/assets/images/result_bg01.jpg); }
    .resultSect .titBlock .inner {
      height: 400px; }
    .resultSect .titBlock .sectTit {
      position: absolute;
      bottom: 0;
      left: 20px;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      font-size: 30px;
      font-size: 3rem; }
  .resultSect .sectMain {
    margin-top: 120px;
    padding-bottom: 170px; }
    .resultSect .sectMain:before {
      margin-top: 50px;
      -webkit-transform: skewY(-8deg);
              transform: skewY(-8deg); }
    .resultSect .sectMain .movieBlock .blockTit {
      font-size: 15px;
      font-size: 1.5rem; }
    .resultSect .sectMain .movieBlock .youtube {
      width: 700px;
      min-height: 300px;
      margin-top: 10px; }
    .resultSect .sectMain .graphBlock {
      margin-top: 50px; }
      .resultSect .sectMain .graphBlock .itemList {
        display: -webkit-box;
        display: flex;
        margin: 0 -17px;
        -webkit-box-align: stretch;
                align-items: stretch; }
        .resultSect .sectMain .graphBlock .itemList > li {
          width: 50%;
          padding: 0 17px; }
          .resultSect .sectMain .graphBlock .itemList > li:first-child .thumb {
            margin-top: 0; }
          .resultSect .sectMain .graphBlock .itemList > li .liInner {
            height: 100%;
            padding: 30px 40px 25px;
            border-radius: 5px; }
          .resultSect .sectMain .graphBlock .itemList > li .tit {
            font-size: 18px;
            font-size: 1.8rem; }
            .resultSect .sectMain .graphBlock .itemList > li .tit strong {
              font-size: 24px;
              font-size: 2.4rem; }
          .resultSect .sectMain .graphBlock .itemList > li .thumb {
            margin-top: 15px; }
    .resultSect .sectMain .resultBlock {
      margin-top: 50px; }
      .resultSect .sectMain .resultBlock .lead {
        font-size: 30px;
        font-size: 3rem; }
      .resultSect .sectMain .resultBlock .btn {
        margin-top: 50px;
        font-size: 15px;
        font-size: 1.5rem; }
        .resultSect .sectMain .resultBlock .btn a {
          padding: 10px 60px;
          border-width: 2px;
          border-radius: 50px; } }

@media only screen and (max-width: 768px) {
  .resultSect .titBlock {
    background-image: url(/hubfs/244588604/lp/wutec/assets/images/result_bg01-sp.jpg); }
    .resultSect .titBlock .inner {
      height: 0;
      padding-top: 100%; }
    .resultSect .titBlock .sectTit {
      position: absolute;
      top: 0;
      left: 2.66667vw;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 25px;
      font-size: 6.66667vw; }
  .resultSect .sectMain {
    margin-top: 13.33333vw;
    padding-bottom: 13.33333vw; }
    .resultSect .sectMain:before {
      margin-top: 13.33333vw;
      -webkit-transform: skewY(-8deg);
              transform: skewY(-8deg); }
    .resultSect .sectMain .movieBlock {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse;
      padding: 0 1.33333vw; }
      .resultSect .sectMain .movieBlock .blockTit {
        margin-top: 2.66667vw;
        font-size: 15px;
        font-size: 4vw; }
      .resultSect .sectMain .movieBlock .youtube {
        width: 100%;
        min-height: 40vw; }
    .resultSect .sectMain .graphBlock {
      margin-top: 5.33333vw; }
      .resultSect .sectMain .graphBlock .itemList {
        margin: 0 -1.86667vw; }
        .resultSect .sectMain .graphBlock .itemList > li {
          margin-top: 2.66667vw; }
          .resultSect .sectMain .graphBlock .itemList > li:first-child {
            margin-top: 0; }
            .resultSect .sectMain .graphBlock .itemList > li:first-child .thumb {
              margin-top: 0; }
          .resultSect .sectMain .graphBlock .itemList > li .liInner {
            padding: 6.66667vw 6.66667vw 5.33333vw;
            border-radius: 1.33333vw; }
          .resultSect .sectMain .graphBlock .itemList > li .tit {
            font-size: 14px;
            font-size: 3.73333vw; }
            .resultSect .sectMain .graphBlock .itemList > li .tit strong {
              font-size: 18px;
              font-size: 4.8vw; }
          .resultSect .sectMain .graphBlock .itemList > li .thumb {
            margin: 0 -4vw;
            margin-top: 4vw; }
    .resultSect .sectMain .resultBlock {
      margin-top: 10.66667vw; }
      .resultSect .sectMain .resultBlock .lead {
        font-size: 22px;
        font-size: 5.86667vw; }
      .resultSect .sectMain .resultBlock .btn {
        margin-top: 8vw;
        font-size: 15px;
        font-size: 4vw; }
        .resultSect .sectMain .resultBlock .btn a {
          width: 100%;
          padding: 2.66667vw 2.66667vw;
          border-width: 2px;
          border-radius: 13.33333vw; } }

/* =========================================================
========================================================= */
.lineupSect .sectTit {
  font-weight: bold; }

.lineupSect .sectMain .lineupBlock .itemList > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .tit {
    line-height: 1; }
    .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .tit img {
      width: auto; }
  .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .lead {
    font-weight: bold; }
  .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .txt {
    font-weight: bold; }

@media only screen and (min-width: 769px) {
  .lineupSect .sectInner {
    width: 700px;
    padding: 110px 0 170px;
    margin: auto; }
  .lineupSect .sectTit {
    font-size: 30px;
    font-size: 3rem; }
  .lineupSect .sectMain {
    margin-top: 40px; }
    .lineupSect .sectMain .lineupBlock .itemList {
      display: -webkit-box;
      /* display: flex; */
      margin: 0 -17px;
      -webkit-box-align: stretch;
              align-items: stretch; }
      .lineupSect .sectMain .lineupBlock .itemList > li {
        padding: 0 17px; }
        .lineupSect .sectMain .lineupBlock .itemList > li .txtBox {
          padding: 0 15px; }
          .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .tit {
            margin-top: -5px; }
            .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .tit img {
              height: 24px; }
          .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .lead {
            margin-top: 10px;
            font-size: 13px;
            font-size: 1.3rem; }
          .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .txt {
            margin-top: 15px;
            font-size: 15px;
            font-size: 1.5rem; } }

@media only screen and (max-width: 768px) {
  .lineupSect .sectInner {
    padding: 13.33333vw 0 13.33333vw; }
  .lineupSect .sectTit {
    font-size: 25px;
    font-size: 6.66667vw; }
  .lineupSect .sectMain {
    margin-top: 8vw; }
    .lineupSect .sectMain .lineupBlock .itemList > li {
      margin-top: 13.33333vw; }
      .lineupSect .sectMain .lineupBlock .itemList > li:first-child {
        margin-top: 0; }
      .lineupSect .sectMain .lineupBlock .itemList > li .thumb {
        margin: 0 -4vw; }
      .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .tit {
        margin-top: -2.66667vw; }
        .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .tit img {
          height: 8vw; }
      .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .lead {
        margin-top: 2.66667vw;
        font-size: 13px;
        font-size: 3.46667vw; }
      .lineupSect .sectMain .lineupBlock .itemList > li .txtBox .txt {
        margin-top: 2.66667vw;
        font-size: 15px;
        font-size: 4vw; } }

/* =========================================================
========================================================= */
.contactSect {
  position: relative;
  color: #fff;
  background: url(/hubfs/244588604/lp/wutec/assets/images/contact_bg01.jpg) no-repeat center center #442300;
  -webkit-background-size: cover;
          background-size: cover; }
  .contactSect:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%); }
  .contactSect a {
    color: inherit; }
  .contactSect .titBlock {
    line-height: 1.5;
    text-align: center; }
    .contactSect .titBlock .sectTit {
      font-weight: bold;
      letter-spacing: .1em; }
    .contactSect .titBlock .lead {
      font-weight: bold; }
  .contactSect .sectMain {
    position: relative;
    text-align: center; }
    .contactSect .sectMain:before {
      position: absolute;
      display: block;
      width: 0;
      height: 1px;
      content: '';
      background-repeat: no-repeat;
      background-position: 0 0;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #fff; }
    .contactSect .sectMain .telBlock .blockTit {
      font-weight: bold; }
    .contactSect .sectMain .telBlock .telNum {
      font-weight: 600; }
      .contactSect .sectMain .telBlock .telNum a {
        text-decoration: none; }

@media only screen and (min-width: 769px) {
  .contactSect:before {
    height: 50px; }
  .contactSect .sectInner {
    padding: 160px 0 120px; }
  .contactSect .titBlock .sectTit {
    font-size: 50px;
    font-size: 5rem; }
  .contactSect .titBlock .lead {
    margin-top: 30px;
    font-size: 22px;
    font-size: 2.2rem; }
  .contactSect .sectMain {
    margin-top: 60px;
    padding-top: 40px; }
    .contactSect .sectMain:before {
      width: 100px; }
    .contactSect .sectMain .telBlock .blockTit {
      font-size: 25px;
      font-size: 2.5rem; }
    .contactSect .sectMain .telBlock .telNum {
      margin-top: 5px;
      font-size: 45px;
      font-size: 4.5rem; } }

@media only screen and (max-width: 768px) {
  .contactSect:before {
    height: 13.33333vw; }
  .contactSect .sectInner {
    padding: 18.66667vw 0 18.66667vw; }
  .contactSect .titBlock .sectTit {
    font-size: 34px;
    font-size: 9.06667vw; }
  .contactSect .titBlock .lead {
    margin-top: 2.66667vw;
    font-size: 16px;
    font-size: 4.26667vw; }
  .contactSect .sectMain {
    margin-top: 12vw;
    padding-top: 12vw; }
    .contactSect .sectMain:before {
      width: 26.66667vw; }
    .contactSect .sectMain .telBlock .blockTit {
      font-size: 20px;
      font-size: 5.33333vw; }
    .contactSect .sectMain .telBlock .telNum {
      margin-top: 1.33333vw;
      font-size: 32px;
      font-size: 8.53333vw; } }
