/* mainVisual
-------------------------------------------------- */
.mainVisual {
  padding: 0;
  height: 100vh;
  min-height: 650px; }
  .mainVisual .container-fluid {
    height: 100%;
    position: relative;
    position: relative;
    position: relative;
    position: relative;
    position: relative; }
    .mainVisual .container-fluid .innerLeft {
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      height: auto;
      width: 50%; }
    .mainVisual .container-fluid .innerRight {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      height: auto;
      width: 50%; }
    .mainVisual .container-fluid .innerBottom {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      -ms-transform: translate(0, -100%);
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%);
      height: auto;
      width: 100%; }
    .mainVisual .container-fluid::before {
      content: ' ';
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      -ms-transform: translate(0, -100%);
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%);
      height: 230px;
      width: 230px; }
    .mainVisual .container-fluid::after {
      content: ' ';
      display: block;
      position: absolute;
      top: 100%;
      left: 100%;
      -ms-transform: translate(-100%, -100%);
      -webkit-transform: translate(-100%, -100%);
      transform: translate(-100%, -100%);
      height: 230px;
      width: 230px; }
    .mainVisual .container-fluid h1 {
      font-size: 26px;
      line-height: 1.875; }
      @media screen and (max-width: 575px) {
        .mainVisual .container-fluid h1 {
          font-size: 21px; } }
    .mainVisual .container-fluid::before {
      background: url(../images/home/nasuko_top.png) no-repeat;
      background-size: 100% 100%; }
      @media screen and (max-width: 991px) {
        .mainVisual .container-fluid::before {
          display: none; } }
    .mainVisual .container-fluid::after {
      background: url(../images/home/nasuda_top.png) no-repeat;
      background-size: 100% 100%; }
      @media screen and (max-width: 767px) {
        .mainVisual .container-fluid::after {
          display: none; } }
    @media screen and (max-width: 767px) {
      .mainVisual .container-fluid .innerLeft {
        width: 100%;
        top: 50%; } }
    @media screen and (max-width: 767px) {
      .mainVisual .container-fluid .innerRight {
        display: none; } }

/* newsSec
-------------------------------------------------- */
.newsSec {
  background: #eeeeee;
  padding-top: 30px;
  padding-bottom: 30px; }

/* featureSec
-------------------------------------------------- */
.featureSec {
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .featureSec {
      padding-bottom: 25px; } }
  .featureSec .container-fluid {
    padding: 0; }
    .featureSec .container-fluid .featureBlock {
      padding-top: 50px;
      margin-bottom: 70px; }
      @media screen and (max-width: 767px) {
        .featureSec .container-fluid .featureBlock {
          padding-top: 135px;
          margin-bottom: 45px; } }
      .featureSec .container-fluid .featureBlock h4 {
        font-size: 30px;
        min-height: 125px; }
        @media screen and (max-width: 767px) {
          .featureSec .container-fluid .featureBlock h4 {
            font-size: 21px;
            min-height: 80px; } }
        @media screen and (max-width: 350px) {
          .featureSec .container-fluid .featureBlock h4 {
            font-size: 19px; } }
      .featureSec .container-fluid .featureBlock#featureBlock1 {
        position: relative; }
        .featureSec .container-fluid .featureBlock#featureBlock1::before {
          content: ' ';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          height: 100%;
          width: 70vw; }
        .featureSec .container-fluid .featureBlock#featureBlock1::before {
          background: url(../images/home/featureBlock1_bg.jpg) no-repeat;
          background-size: cover; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock1::before {
              width: 100vw;
              background-size: contain; } }
        .featureSec .container-fluid .featureBlock#featureBlock1 h4 {
          text-align: left;
          background: url(../images/home/featureBlock1.svg) no-repeat 100% 0;
          background-size: 47px 125px; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock1 h4 {
              background-size: 30px 80px; } }
        .featureSec .container-fluid .featureBlock#featureBlock1 .fukidashi {
          background: #d3e8f8;
          padding: 25px 30px;
          position: relative; }
          .featureSec .container-fluid .featureBlock#featureBlock1 .fukidashi::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 20px;
            left: 100%;
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            height: 30px;
            width: 32px; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock1 .fukidashi {
              padding: 15px 20px; } }
          .featureSec .container-fluid .featureBlock#featureBlock1 .fukidashi::after {
            background: url(../images/home/fukidashi_right.svg) no-repeat;
            background-size: 100% 100%; }
            @media screen and (max-width: 767px) {
              .featureSec .container-fluid .featureBlock#featureBlock1 .fukidashi::after {
                width: 20px;
                height: 20px; } }
      .featureSec .container-fluid .featureBlock#featureBlock2 {
        position: relative; }
        .featureSec .container-fluid .featureBlock#featureBlock2::before {
          content: ' ';
          display: block;
          position: absolute;
          top: 0;
          left: 30vw;
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          height: 100%;
          width: 70vw; }
        .featureSec .container-fluid .featureBlock#featureBlock2::before {
          background: url(../images/home/featureBlock2_bg.jpg) no-repeat;
          background-size: cover; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock2::before {
              width: 100vw;
              background-size: contain;
              left: 0; } }
        .featureSec .container-fluid .featureBlock#featureBlock2 h4 {
          text-align: right;
          background: url(../images/home/featureBlock2.svg) no-repeat 0 0;
          background-size: 84px 125px; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock2 h4 {
              background-size: 55px 80px; } }
        .featureSec .container-fluid .featureBlock#featureBlock2 .fukidashi {
          background: #d3e8f8;
          padding: 25px 30px;
          position: relative; }
          .featureSec .container-fluid .featureBlock#featureBlock2 .fukidashi::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 20px;
            left: 0;
            -ms-transform: translate(-100%, 0);
            -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
            height: 30px;
            width: 32px; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock2 .fukidashi {
              padding: 15px 20px; } }
          .featureSec .container-fluid .featureBlock#featureBlock2 .fukidashi::after {
            background: url(../images/home/fukidashi_left.svg) no-repeat;
            background-size: 100% 100%; }
            @media screen and (max-width: 767px) {
              .featureSec .container-fluid .featureBlock#featureBlock2 .fukidashi::after {
                width: 20px;
                height: 20px; } }
      .featureSec .container-fluid .featureBlock#featureBlock3 {
        position: relative; }
        .featureSec .container-fluid .featureBlock#featureBlock3::before {
          content: ' ';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          height: 100%;
          width: 70vw; }
        .featureSec .container-fluid .featureBlock#featureBlock3::before {
          background: url(../images/home/featureBlock3_bg.jpg) no-repeat;
          background-size: cover; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock3::before {
              width: 100vw;
              background-size: contain; } }
        .featureSec .container-fluid .featureBlock#featureBlock3 h4 {
          text-align: left;
          background: url(../images/home/featureBlock3.svg) no-repeat 100% 0;
          background-size: 82px 125px; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock3 h4 {
              background-size: 55px 80px; } }
        .featureSec .container-fluid .featureBlock#featureBlock3 .fukidashi {
          background: #d3e8f8;
          padding: 25px 30px;
          position: relative; }
          .featureSec .container-fluid .featureBlock#featureBlock3 .fukidashi::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 20px;
            left: 100%;
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            height: 30px;
            width: 32px; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock3 .fukidashi {
              padding: 15px 20px; } }
          .featureSec .container-fluid .featureBlock#featureBlock3 .fukidashi::after {
            background: url(../images/home/fukidashi_right.svg) no-repeat;
            background-size: 100% 100%; }
            @media screen and (max-width: 767px) {
              .featureSec .container-fluid .featureBlock#featureBlock3 .fukidashi::after {
                width: 20px;
                height: 20px; } }
      .featureSec .container-fluid .featureBlock#featureBlock4 {
        position: relative; }
        .featureSec .container-fluid .featureBlock#featureBlock4::before {
          content: ' ';
          display: block;
          position: absolute;
          top: 0;
          left: 30vw;
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          height: 100%;
          width: 70vw; }
        .featureSec .container-fluid .featureBlock#featureBlock4::before {
          background: url(../images/home/featureBlock4_bg.jpg) no-repeat;
          background-size: cover; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock4::before {
              width: 100vw;
              background-size: contain;
              left: 0; } }
        .featureSec .container-fluid .featureBlock#featureBlock4 h4 {
          text-align: right;
          background: url(../images/home/featureBlock4.svg) no-repeat 0 0;
          background-size: 91px 125px; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock4 h4 {
              background-size: 60px 80px; } }
        .featureSec .container-fluid .featureBlock#featureBlock4 .fukidashi {
          background: #d3e8f8;
          padding: 25px 30px;
          position: relative; }
          .featureSec .container-fluid .featureBlock#featureBlock4 .fukidashi::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 20px;
            left: 0;
            -ms-transform: translate(-100%, 0);
            -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
            height: 30px;
            width: 32px; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock4 .fukidashi {
              padding: 15px 20px; } }
          .featureSec .container-fluid .featureBlock#featureBlock4 .fukidashi::after {
            background: url(../images/home/fukidashi_left.svg) no-repeat;
            background-size: 100% 100%; }
            @media screen and (max-width: 767px) {
              .featureSec .container-fluid .featureBlock#featureBlock4 .fukidashi::after {
                width: 20px;
                height: 20px; } }
      .featureSec .container-fluid .featureBlock#featureBlock5 {
        position: relative; }
        .featureSec .container-fluid .featureBlock#featureBlock5::before {
          content: ' ';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          height: 100%;
          width: 70vw; }
        .featureSec .container-fluid .featureBlock#featureBlock5::before {
          background: url(../images/home/featureBlock5_bg.jpg) no-repeat;
          background-size: cover; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock5::before {
              width: 100vw;
              background-size: contain; } }
        .featureSec .container-fluid .featureBlock#featureBlock5 h4 {
          text-align: left;
          background: url(../images/home/featureBlock5.svg) no-repeat 100% 0;
          background-size: 81px 125px; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock5 h4 {
              background-size: 55px 80px; } }
        .featureSec .container-fluid .featureBlock#featureBlock5 .fukidashi {
          background: #d3e8f8;
          padding: 25px 30px;
          position: relative; }
          .featureSec .container-fluid .featureBlock#featureBlock5 .fukidashi::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 20px;
            left: 100%;
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            height: 30px;
            width: 32px; }
          @media screen and (max-width: 767px) {
            .featureSec .container-fluid .featureBlock#featureBlock5 .fukidashi {
              padding: 15px 20px; } }
          .featureSec .container-fluid .featureBlock#featureBlock5 .fukidashi::after {
            background: url(../images/home/fukidashi_right.svg) no-repeat;
            background-size: 100% 100%; }
            @media screen and (max-width: 767px) {
              .featureSec .container-fluid .featureBlock#featureBlock5 .fukidashi::after {
                width: 20px;
                height: 20px; } }
      .featureSec .container-fluid .featureBlock .whiteBox {
        padding: 40px 50px 0; }
        @media screen and (max-width: 767px) {
          .featureSec .container-fluid .featureBlock .whiteBox {
            padding: 25px 30px 0; } }
        @media screen and (max-width: 575px) {
          .featureSec .container-fluid .featureBlock .whiteBox {
            padding: 25px 15px 0; } }

/* cheerSec
-------------------------------------------------- */
.cheerSec {
  padding-top: 30px;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .cheerSec {
      padding-top: 20px;
      padding-bottom: 25px; } }
  .cheerSec.blogVer {
    position: relative;
    position: relative; }
    .cheerSec.blogVer::before {
      content: ' ';
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      -ms-transform: translate(-458px, -100%);
      -webkit-transform: translate(-458px, -100%);
      transform: translate(-458px, -100%);
      height: 230px;
      width: 138px; }
    .cheerSec.blogVer::after {
      content: ' ';
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      -ms-transform: translate(320px, -100%);
      -webkit-transform: translate(320px, -100%);
      transform: translate(320px, -100%);
      height: 230px;
      width: 92px; }
    .cheerSec.blogVer::before {
      background: url(../images/home/nasuda.jpg) no-repeat;
      background-size: 100% 100%;
      z-index: -1; }
      @media screen and (max-width: 991px) {
        .cheerSec.blogVer::before {
          display: none; } }
    .cheerSec.blogVer::after {
      background: url(../images/home/nasuko.jpg) no-repeat;
      background-size: 100% 100%;
      z-index: -1; }
      @media screen and (max-width: 991px) {
        .cheerSec.blogVer::after {
          display: none; } }

/* introductionSec
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .introductionSec {
    margin-bottom: 40px; } }
.introductionSec h3 {
  text-align: left;
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .introductionSec h3 {
      font-size: 18px; } }
.introductionSec dl dt span {
  padding: 5px 20px;
  background: #2b3748;
  color: #FFF;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .introductionSec dl dt span {
      padding: 2px 15px; } }

/* priceSec
-------------------------------------------------- */
.priceSec {
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .priceSec .h3_title {
      margin-bottom: 60px; } }
  @media screen and (max-width: 575px) {
    .priceSec .h3_title {
      margin-bottom: 200px; } }
  .priceSec .priceTable {
    max-width: 890px;
    width: 80%;
    margin: 0 auto;
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    position: relative;
    position: relative; }
    .priceSec .priceTable::after {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      -ms-transform: translate(calc(-100% + 20px), calc(-100% + 25px));
      -webkit-transform: translate(calc(-100% + 20px), calc(-100% + 25px));
      transform: translate(calc(-100% + 20px), calc(-100% + 25px));
      height: 72px;
      width: 72px; }
    .priceSec .priceTable .inner {
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      -ms-transform: translate(-45px, 45px);
      -webkit-transform: translate(-45px, 45px);
      transform: translate(-45px, 45px);
      height: 200px;
      width: 237px; }
    @media screen and (max-width: 575px) {
      .priceSec .priceTable {
        width: 100%;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
    .priceSec .priceTable .inner {
      background: url(../images/home/campaign_bg.svg) no-repeat;
      background-size: 100% 100%;
      font-weight: bold;
      color: #FFF;
      padding-left: 37px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .priceSec .priceTable .inner {
          padding-top: 10px;
          padding-left: 25px;
          height: 175px;
          width: 200px; } }
      @media screen and (max-width: 575px) {
        .priceSec .priceTable .inner {
          padding-top: 5px;
          padding-left: 0;
          padding-bottom: 25px;
          height: 200px;
          width: 175px;
          background: url(../images/home/campaign_bg2.svg) no-repeat;
          background-size: 100% 100%;
          left: 75%;
          -ms-transform: translate(-50%, -90%);
          -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%); } }
    .priceSec .priceTable::after {
      background: url(../images/home/badge.svg) no-repeat;
      background-size: 100% 100%; }
      @media screen and (max-width: 575px) {
        .priceSec .priceTable::after {
          display: none; } }
    .priceSec .priceTable .premium_top {
      font-size: 21px;
      font-weight: bold;
      color: #FFF;
      background: #d51358;
      border-radius: 20px 20px 0 0;
      border: 5px solid #FFF;
      padding: 15px 0; }
      @media screen and (max-width: 767px) {
        .priceSec .priceTable .premium_top {
          font-size: 18px;
          border: 2px solid #FFF; } }
    .priceSec .priceTable .basic_top {
      font-size: 21px;
      font-weight: bold;
      color: #FFF;
      background: #3f5374;
      border-radius: 20px 20px 0 0;
      border: 5px solid #FFF;
      padding: 15px 0; }
      @media screen and (max-width: 767px) {
        .priceSec .priceTable .basic_top {
          font-size: 18px;
          border: 2px solid #FFF; } }
    .priceSec .priceTable .free_top {
      font-size: 18px;
      font-weight: bold;
      color: #FFF;
      background: #2b3748;
      border-radius: 20px 20px 0 0;
      border: 5px solid #FFF;
      padding: 15px 0; }
      @media screen and (max-width: 767px) {
        .priceSec .priceTable .free_top {
          font-size: 16px;
          border: 2px solid #FFF; } }
    .priceSec .priceTable .plan_title {
      font-size: 18px;
      font-weight: bold;
      color: #FFF;
      background: rgba(43, 55, 72, 0.7);
      border-radius: 20px 0 0 20px;
      border: 5px solid #FFF;
      line-height: 50px;
      text-align: left;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .priceSec .priceTable .plan_title {
          font-size: 16px;
          border-radius: 0;
          text-align: center;
          border: 2px solid #FFF;
          line-height: 2; } }
    .priceSec .priceTable .premium_body {
      font-size: 18px;
      font-weight: bold;
      color: #d51358;
      background: rgba(213, 19, 88, 0.2);
      border: 5px solid #FFF;
      line-height: 50px; }
      @media screen and (max-width: 767px) {
        .priceSec .priceTable .premium_body {
          font-size: 16px;
          border: 2px solid #FFF; } }
      .priceSec .priceTable .premium_body span {
        font-size: 30px; }
        @media screen and (max-width: 767px) {
          .priceSec .priceTable .premium_body span {
            font-size: 21px; } }
    .priceSec .priceTable .basic_body {
      font-size: 18px;
      font-weight: bold;
      background: rgba(63, 83, 116, 0.1);
      border: 5px solid #FFF;
      line-height: 50px; }
      @media screen and (max-width: 767px) {
        .priceSec .priceTable .basic_body {
          font-size: 16px;
          border: 2px solid #FFF; } }
      .priceSec .priceTable .basic_body span {
        font-size: 30px; }
        @media screen and (max-width: 767px) {
          .priceSec .priceTable .basic_body span {
            font-size: 21px; } }
    .priceSec .priceTable .free_body {
      font-size: 18px;
      font-weight: bold;
      background: rgba(43, 55, 72, 0.1);
      border: 5px solid #FFF;
      line-height: 50px; }
      @media screen and (max-width: 767px) {
        .priceSec .priceTable .free_body {
          font-size: 16px;
          border: 2px solid #FFF; } }
      .priceSec .priceTable .free_body span {
        font-size: 30px; }
        @media screen and (max-width: 767px) {
          .priceSec .priceTable .free_body span {
            font-size: 21px; } }

/* whySec
-------------------------------------------------- */
.whySec {
  padding-top: 30px;
  padding-bottom: 0; }
  .whySec h3 {
    margin-bottom: 50px;
    position: relative;
    position: relative; }
    .whySec h3::before {
      content: ' ';
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      -ms-transform: translate(0, -100%);
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%);
      height: 30vw;
      width: 100vw; }
    .whySec h3::after {
      content: ' ';
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      height: 50px;
      width: 100vw; }
    .whySec h3::before {
      background: url(../images/home/whySec_bg.svg) no-repeat;
      background-size: 100% 100%;
      z-index: -1; }
    .whySec h3::after {
      background: #d3e8f8; }
  .whySec .whyBlock {
    padding-top: 50px;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .whySec .whyBlock {
        padding-top: 35px;
        padding-bottom: 45px; } }
    .whySec .whyBlock h4 {
      font-size: 30px;
      text-align: left;
      min-height: 128px; }
      @media screen and (max-width: 767px) {
        .whySec .whyBlock h4 {
          font-size: 21px;
          min-height: 86px; } }
    .whySec .whyBlock#whyBlock1 {
      background: #d3e8f8;
      position: relative; }
      .whySec .whyBlock#whyBlock1::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 30vw;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 100%;
        width: 70vw; }
      @media screen and (max-width: 575px) {
        .whySec .whyBlock#whyBlock1 {
          padding-top: 200px; } }
      .whySec .whyBlock#whyBlock1::before {
        background: url(../images/home/whyBlock1_bg.png) no-repeat 0 100%;
        background-size: cover; }
        @media screen and (max-width: 575px) {
          .whySec .whyBlock#whyBlock1::before {
            left: 0;
            width: 100vw;
            height: 180px;
            background: url(../images/home/whyBlock1_bg2.jpg) no-repeat 50% 50%;
            background-size: cover; } }
      .whySec .whyBlock#whyBlock1 h4 {
        padding-left: 120px;
        background: url(../images/home/whyBlock1.svg) no-repeat 0 0;
        background-size: 95px 128px; }
        @media screen and (max-width: 767px) {
          .whySec .whyBlock#whyBlock1 h4 {
            padding-left: 80px;
            background-size: 64px 86px; } }
    .whySec .whyBlock#whyBlock2 {
      background: #d3e8f8;
      position: relative; }
      .whySec .whyBlock#whyBlock2::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 100%;
        width: 70vw; }
      @media screen and (max-width: 575px) {
        .whySec .whyBlock#whyBlock2 {
          padding-top: 200px; } }
      .whySec .whyBlock#whyBlock2::before {
        background: url(../images/home/whyBlock2_bg.png) no-repeat 0 100%;
        background-size: cover; }
        @media screen and (max-width: 575px) {
          .whySec .whyBlock#whyBlock2::before {
            width: 100vw;
            height: 180px;
            background: url(../images/home/whyBlock2_bg2.jpg) no-repeat 50% 50%;
            background-size: cover; } }
      .whySec .whyBlock#whyBlock2 h4 {
        padding-left: 155px;
        background: url(../images/home/whyBlock2.svg) no-repeat 0 0;
        background-size: 130px 128px; }
        @media screen and (max-width: 767px) {
          .whySec .whyBlock#whyBlock2 h4 {
            padding-left: 104px;
            background-size: 86px 86px; } }
    .whySec .whyBlock#whyBlock3 {
      background: #d3e8f8;
      position: relative; }
      .whySec .whyBlock#whyBlock3::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 30vw;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 100%;
        width: 70vw; }
      @media screen and (max-width: 575px) {
        .whySec .whyBlock#whyBlock3 {
          padding-top: 200px; } }
      .whySec .whyBlock#whyBlock3::before {
        background: url(../images/home/whyBlock3_bg.png) no-repeat 0 100%;
        background-size: cover; }
        @media screen and (max-width: 575px) {
          .whySec .whyBlock#whyBlock3::before {
            left: 0;
            width: 100vw;
            height: 180px;
            background: url(../images/home/whyBlock3_bg2.jpg) no-repeat 50% 50%;
            background-size: cover; } }
      .whySec .whyBlock#whyBlock3 h4 {
        padding-left: 150px;
        background: url(../images/home/whyBlock3.svg) no-repeat 0 0;
        background-size: 125px 128px; }
        @media screen and (max-width: 767px) {
          .whySec .whyBlock#whyBlock3 h4 {
            padding-left: 100px;
            background-size: 84px 86px; } }

/* companySec
-------------------------------------------------- */
.companySec {
  background: url(../images/home/companySec_bg.jpg) no-repeat;
  background-size: cover; }
  .companySec .whiteBox {
    position: relative; }
    .companySec .whiteBox .inner {
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      -ms-transform: translate(-100%, -78px);
      -webkit-transform: translate(-100%, -78px);
      transform: translate(-100%, -78px);
      height: 68px;
      width: 156px; }
    .companySec .whiteBox dl dt span {
      padding: 5px 20px;
      background: #2b3748;
      color: #FFF;
      font-size: 14px;
      margin-bottom: 5px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .companySec .whiteBox dl dt span {
          padding: 2px 15px; } }
    .companySec .whiteBox .position_absolute {
      height: 100%;
      width: calc(100% - 30px);
      position: absolute;
      min-height: 250px; }
      @media screen and (max-width: 767px) {
        .companySec .whiteBox .position_absolute {
          position: relative;
          width: 100%; } }

/* formSec
-------------------------------------------------- */
.formSec {
  display: none;
  width: 80%;
  padding: 50px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1200;
  overflow: auto;
  max-height: 80%; }
  @media screen and (max-width: 767px) {
    .formSec {
      width: calc(100% - 30px);
      padding: 15px;
      max-height: 90%; } }
  .formSec .dispTable {
    width: 60%; }
    @media screen and (max-width: 1199px) {
      .formSec .dispTable {
        width: 80%; } }
    @media screen and (max-width: 991px) {
      .formSec .dispTable {
        width: 100%; } }
    .formSec .dispTable .row .formBlock {
      position: relative;
      text-align: left;
      margin-bottom: 10px;
      cursor: pointer; }
      .formSec .dispTable .row .formBlock.need::after {
        position: absolute;
        content: "*";
        color: #E71F19;
        font-size: 18px;
        top: 50%;
        right: 13px;
        margin: 5px 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .formSec .dispTable .row .formBlock .placeholder {
        position: absolute;
        top: 0;
        left: 0;
        color: #ABABAB;
        line-height: 40px;
        padding-left: 18px;
        width: calc(100% - 18px);
        -webkit-transition: .3s;
        transition: .3s; }
        @media screen and (max-width: 350px) {
          .formSec .dispTable .row .formBlock .placeholder {
            font-size: 14px; } }
        .formSec .dispTable .row .formBlock .placeholder i {
          font-size: 80%; }
        .formSec .dispTable .row .formBlock .placeholder.focus {
          font-size: 12px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .formSec .dispTable .row .formBlock .placeholder.focus i {
            font-size: 100%; }
          .formSec .dispTable .row .formBlock .placeholder.focus span {
            background: #FFF; }
      .formSec .dispTable .row .formBlock label {
        line-height: 1; }

.bg-none span {
  background: none !important; }

.modal-overlay {
  z-index: 1100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.btn-close {
  z-index: 100;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #FFF;
  border: none;
  background: #999;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .btn-close {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 20px; } }

/* formSec2
-------------------------------------------------- */
.formSec2 .contentBox {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 40px 25px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  width: 60%; }
  @media screen and (max-width: 1199px) {
    .formSec2 .contentBox {
      width: 80%; } }
  @media screen and (max-width: 991px) {
    .formSec2 .contentBox {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .formSec2 .contentBox {
      padding: 25px 15px; } }
  .formSec2 .contentBox .row {
    margin-left: 0;
    margin-right: 0; }
    .formSec2 .contentBox .row .formBlock {
      position: relative;
      text-align: left;
      margin-bottom: 10px;
      cursor: pointer; }
      .formSec2 .contentBox .row .formBlock.need::after {
        position: absolute;
        content: "*";
        color: #E71F19;
        font-size: 18px;
        top: 50%;
        right: 13px;
        margin: 5px 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .formSec2 .contentBox .row .formBlock .placeholder {
        position: absolute;
        top: 0;
        left: 0;
        color: #ABABAB;
        line-height: 40px;
        padding-left: 18px;
        width: calc(100% - 18px);
        -webkit-transition: .3s;
        transition: .3s; }
        @media screen and (max-width: 350px) {
          .formSec2 .contentBox .row .formBlock .placeholder {
            font-size: 14px; } }
        .formSec2 .contentBox .row .formBlock .placeholder i {
          font-size: 80%; }
        .formSec2 .contentBox .row .formBlock .placeholder.focus {
          font-size: 12px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .formSec2 .contentBox .row .formBlock .placeholder.focus i {
            font-size: 100%; }
          .formSec2 .contentBox .row .formBlock .placeholder.focus span {
            background: #FFF; }
      .formSec2 .contentBox .row .formBlock label {
        line-height: 1; }

/* panSec
-------------------------------------------------- */
.panSec {
  background: #FFF;
  padding-top: 20px;
  padding-bottom: 20px; }
  .panSec ul {
    float: right; }
    @media screen and (max-width: 767px) {
      .panSec ul {
        float: none; } }
    .panSec ul li {
      float: left;
      margin-right: 20px;
      padding-right: 20px;
      position: relative; }
      .panSec ul li::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 10px;
        width: 5px; }
      .panSec ul li::after {
        background: url(../images/home/arrow_right.svg) no-repeat 50% 50%;
        background-size: 100% 100%; }
      .panSec ul li:last-child {
        margin-right: 0;
        padding-right: 0; }
        .panSec ul li:last-child::after {
          background: none; }

/* basicSec
-------------------------------------------------- */
.basicSec {
  padding-top: 40px; }
  @media screen and (max-width: 767px) {
    .basicSec {
      padding-top: 0; } }
  .basicSec dl {
    margin-bottom: 30px; }
    .basicSec dl dt span {
      padding: 5px 20px;
      background: #2b3748;
      color: #FFF;
      font-size: 14px;
      margin-bottom: 5px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .basicSec dl dt span {
          padding: 2px 15px;
          margin-left: -15px; } }
    .basicSec dl dd p:last-child {
      margin-bottom: 0; }
  .basicSec .outlineList {
    padding: 30px;
    background-color: #F2F2EA;
    margin-top: 30px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .basicSec .outlineList {
        margin-top: 20px;
        padding: 20px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0; } }
    .basicSec .outlineList ul li {
      text-align: left;
      margin-top: 10px; }
  .basicSec h2.h3_title {
    margin-bottom: 30px; }
  .basicSec h3.subtitle {
    font-size: 135%;
    text-align: left;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 40px;
    position: relative; }
    .basicSec h3.subtitle::before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      height: 100%;
      width: 5px; }
    @media screen and (max-width: 767px) {
      .basicSec h3.subtitle {
        font-size: 110%; } }
    .basicSec h3.subtitle::before {
      background: #2b3748; }
  .basicSec h2.subtitle {
    font-size: 135%;
    text-align: left;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 40px;
    position: relative; }
    .basicSec h2.subtitle::before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      height: 100%;
      width: 5px; }
    @media screen and (max-width: 767px) {
      .basicSec h2.subtitle {
        font-size: 110%; } }
    .basicSec h2.subtitle::before {
      background: #2b3748; }
  .basicSec h4 {
    font-size: 18px;
    margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .basicSec .whiteBox {
      margin-left: -15px;
      margin-right: -15px; } }
  .basicSec .tag_list {
    margin-bottom: 15px; }
    .basicSec .tag_list li {
      float: left;
      margin-right: 10px;
      padding: 2px 6px;
      border-radius: 10px;
      background: #DDDDDD;
      font-size: 12px; }
      .basicSec .tag_list li:last-child {
        margin-right: 0; }

/* archiveSec
-------------------------------------------------- */
.archiveSec .container {
  width: 1200px; }
  @media screen and (max-width: 1199px) {
    .archiveSec .container {
      width: 100%; } }
  .archiveSec .container a {
    color: #09102B;
    text-decoration: none; }
    .archiveSec .container a .contentBox {
      padding: 30px;
      padding-top: 180px;
      overflow-x: hidden;
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
      background: #FFF;
      display: block;
      height: 100%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .archiveSec .container a .contentBox {
          padding: 20px;
          padding-top: 180px; } }
      .archiveSec .container a .contentBox::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 75px;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 150px;
        width: 100%; }
      .archiveSec .container a .contentBox::before {
        -webkit-transition: all .3s;
        transition: all .3s; }
      .archiveSec .container a .contentBox.firstBox {
        padding-top: 40px;
        padding-left: 440px;
        overflow-y: hidden;
        position: relative; }
        .archiveSec .container a .contentBox.firstBox::before {
          content: ' ';
          display: block;
          position: absolute;
          top: 50%;
          left: 200px;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          width: 400px; }
        .archiveSec .container a .contentBox.firstBox::before {
          content: " "; }
    .archiveSec .container a h2 {
      text-align: left;
      -webkit-transition: all .3s;
      transition: all .3s;
      margin-bottom: 10px;
      font-size: 21px; }
    .archiveSec .container a:hover {
      text-decoration: none; }
      .archiveSec .container a:hover .contentBox::before {
        width: 110%; }
      .archiveSec .container a:hover .contentBox.firstBox::before {
        width: 400px;
        height: 110%; }
      .archiveSec .container a:hover h2 {
        color: #09102B; }
    .archiveSec .container a .tag_list {
      margin-bottom: 15px; }
      .archiveSec .container a .tag_list li {
        float: left;
        margin-right: 10px;
        padding: 2px 6px;
        border-radius: 10px;
        background: #DDDDDD;
        font-size: 12px; }
        .archiveSec .container a .tag_list li:last-child {
          margin-right: 0; }
