/* フォームのスタイル解除
------------------------------------------------------ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
  resize: none; }
  input:hover,
  button:hover,
  textarea:hover,
  select:hover {
    cursor: pointer; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */

.mdl-shadow, .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap, .mktoForm-wrap .mktoForm .mktoButtonRow button, .sec-download .download-list .each-download .txt-area .btn {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); }

/* ----------------------------------------------------------

ボタン

---------------------------------------------------------- */
/* ----------------------------------------------------------

テキスト関連

---------------------------------------------------------- */
/* ----------------------------------------------------------

見出し

---------------------------------------------------------- */
.mdl-head01 {
  /*font-family: 'Noto Sans Japanese';*/
  font-weight: 700;
  /* bold */
  letter-spacing: 0.04em;
  font-size: 20px;
  font-size: calc( 20 / 375 * 100vw);
  line-height: calc(32/ 20);
  text-align: center;
  position: relative;
  padding-bottom: 19px;
  padding-bottom: calc( 19 / 375 * 100vw); }
  .mdl-head01:before {
    content: '';
    width: 72px;
    width: calc( 72 / 375 * 100vw);
    height: 3px;
    height: calc( 3 / 375 * 100vw);
    background: #2DD28D; /*#88e18e;*/
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .mdl-head01.white {
    color: #FFF; }
    .mdl-head01.white:before {
      background: #FFF; }
  .mdl-head01 .gray {
    color: #868686;
    font-size: 16px;
    font-size: calc( 16 / 375 * 100vw); }
  .mdl-head01 .green {
    color: #2DCC70; }
  .mdl-head01 .small {
    font-size: 16px;
    font-size: calc( 16 / 375 * 100vw); }
  .mdl-head01 .en {
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0;
    font-size: 24px;
    font-size: calc( 24 / 375 * 100vw);
    margin-right: 0.15em;
    position: relative;
    top: 0px;
    top: calc( 0 / 375 * 100vw); }
  .mdl-head01.noline {
    padding: 0; }
    .mdl-head01.noline:before {
      display: none; }
  .mdl-head01.ux:before {
    background: #2DC2CC; }

/* ----------------------------------------------------------

パンくず

---------------------------------------------------------- */
.mdl-breadcrumb {
  color: #6d6d6d;
  font-family: 'Noto Sans Japanese';
  font-size: 12px;
  font-size: calc( 12 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 9px;
  margin-top: calc( 9 / 375 * 100vw);
  margin-bottom: 21px;
  margin-bottom: calc( 21 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  padding-left: calc( 16 / 375 * 100vw);
  padding-right: 16px;
  padding-right: calc( 16 / 375 * 100vw);
  max-width: 1260px;
  text-align: right; }
  .mdl-breadcrumb a {
    color: #6d6d6d; }
  .mdl-breadcrumb span {
    font-weight: 700;
    /* bold */ }
  .mdl-breadcrumb a, .mdl-breadcrumb span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mdl-breadcrumb a:after, .mdl-breadcrumb span:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 2.5px 0 2.5px 4.3px;
      border-color: transparent transparent transparent #2dc1cc;
      margin: 0 1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .mdl-breadcrumb a:last-child:after, .mdl-breadcrumb span:last-child:after {
      display: none; }

/* ----------------------------------------------------------

レイアウト

---------------------------------------------------------- */
.mdl-svg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mdl-svg-wrap svg {
    width: 100%;
    height: auto; }

.mdl-bnr-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px; }

.mdl-bnr-whole {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }



/* ----------------------------------------------------------
下層ページ共通
---------------------------------------------------------- */
.subpage-mv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#88e18e), to(#2dc2cc));
  background: linear-gradient(to bottom, #88e18e 0%, #2dc2cc 100%);
  overflow: hidden;
  height: 240px;
  height: calc( 240 / 375 * 100vw); }
  .subpage-mv.ux {
    background: -webkit-gradient(linear, left top, left bottom, from(#2dc2cc), to(#88e18e));
    background: linear-gradient(to bottom, #2dc2cc 0%, #88e18e 100%); }
    .subpage-mv.ux .head-area .picto svg path {
      fill: #2DC2CC; }
    .subpage-mv.ux .head-area .title .green {
      color: #2DC2CC; }
  .subpage-mv.engine .subpage-mv-inner {
    background: radial-gradient(86.44% 86.44% at 31.59% 27.34%, #FFFFFF 0%, #F1F1F1 100%); }
  .subpage-mv.engine .subpage-mv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .subpage-mv.engine .subpage-mv-img.poly01 {
      background-image: url(../images/bg_poly02-sp.png);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: top right; }
  .subpage-mv.engine .head-area {
    margin-left: 0px;
    margin-left: calc( 0 / 375 * 100vw); }
    .subpage-mv.engine .head-area .picto {
      width: 64px;
      width: calc( 64 / 375 * 100vw);
      margin-right: 0px;
      margin-right: calc( 0 / 375 * 100vw);
      margin-bottom: 15px;
      margin-bottom: calc( 15 / 375 * 100vw);
      position: relative;
      top: 0px;
      top: calc( 0 / 375 * 100vw); }
      .subpage-mv.engine .head-area .picto svg path {
        fill: #2DC79D; }
    .subpage-mv.engine .head-area .txt-area {
      position: relative;
      top: 0px;
      top: calc( 0 / 375 * 100vw); }
    .subpage-mv.engine .head-area .title {
      font-family: 'Montserrat', YuGothic, 'Yu Gothic', sans-serif;
      font-weight: 700;
      /* bold */
      letter-spacing: -0.01em;
      position: relative;
      font-size: 32px;
      font-size: calc( 32 / 375 * 100vw);
      margin-bottom: 6px;
      margin-bottom: calc( 6 / 375 * 100vw); }
      .subpage-mv.engine .head-area .title .semibold {
        font-weight: 600;
        /* semibold */ }
    .subpage-mv.engine .head-area .lead {
      letter-spacing: 0.02em; }
  .subpage-mv.team .subpage-mv-inner {
    background: radial-gradient(86.44% 86.44% at 31.59% 27.34%, #FFFFFF 0%, #F1F1F1 100%);
    background: #FFF; }
  .subpage-mv.team .subpage-mv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .subpage-mv.team .subpage-mv-img.poly01 {
      background-image: url(../images/bg_team01-sp.png);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: top right; }
  .subpage-mv.team .head-area {
    margin-left: 0px;
    margin-left: calc( 0 / 375 * 100vw); }
    .subpage-mv.team .head-area .picto {
      width: 64px;
      width: calc( 64 / 375 * 100vw);
      margin-right: 0px;
      margin-right: calc( 0 / 375 * 100vw);
      margin-bottom: 15px;
      margin-bottom: calc( 15 / 375 * 100vw);
      position: relative;
      top: 0px;
      top: calc( 0 / 375 * 100vw); }
      .subpage-mv.team .head-area .picto svg path {
        fill: #2DC79D; }
    .subpage-mv.team .head-area .txt-area {
      position: relative;
      top: 0px;
      top: calc( 0 / 375 * 100vw); }
    .subpage-mv.team .head-area .title {
      font-family: 'Montserrat', YuGothic, 'Yu Gothic', sans-serif;
      font-weight: 700;
      /* bold */
      letter-spacing: -0.01em;
      position: relative;
      font-size: 32px;
      font-size: calc( 32 / 375 * 100vw);
      margin-bottom: 6px;
      margin-bottom: calc( 6 / 375 * 100vw); }
      .subpage-mv.team .head-area .title .semibold {
        font-weight: 600;
        /* semibold */ }
    .subpage-mv.team .head-area .lead {
      letter-spacing: 0.02em; }
  .subpage-mv.video {
    height: 300px;
    height: calc( 300 / 375 * 100vw); }
    .subpage-mv.video .subpage-mv-inner {
      padding-top: 10px;
      padding-top: calc( 10 / 375 * 100vw);
      padding-left: 12px;
      padding-left: calc( 12 / 375 * 100vw); }
    .subpage-mv.video .head-area {
      margin-left: 0px;
      margin-left: calc( 0 / 375 * 100vw); }
      .subpage-mv.video .head-area .title-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        margin-bottom: 37px;
        margin-bottom: calc( 37 / 375 * 100vw); }
      .subpage-mv.video .head-area .copy {
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        font-weight: 700;
        /* bold */
        font-family: 'Noto Sans Japanese';
        letter-spacing: 0.02em;
        margin-bottom: 56px;
        margin-bottom: calc( 56 / 375 * 100vw); }
        .subpage-mv.video .head-area .copy .num {
          font-size: 22px;
          font-size: calc( 22 / 375 * 100vw);
          color: #2DCC70;
          margin-right: 0.01em; }
      .subpage-mv.video .head-area .picto {
        width: 68px;
        width: calc( 68 / 375 * 100vw);
        height: 58px;
        height: calc( 58 / 375 * 100vw);
        margin-right: 14px;
        margin-right: calc( 14 / 375 * 100vw); }
      .subpage-mv.video .head-area .title {
        font-family: 'Montserrat', YuGothic, 'Yu Gothic', sans-serif;
        font-weight: 700;
        /* bold */
        letter-spacing: -0.01em;
        position: relative;
        font-size: 28px;
        font-size: calc( 28 / 375 * 100vw);
        top: 0px;
        top: calc( 0 / 375 * 100vw); }
        .subpage-mv.video .head-area .title .semibold {
          font-weight: 600;
          /* semibold */ }
      .subpage-mv.video .head-area .lead {
        font-family: 'Noto Sans Japanese';
        letter-spacing: 0.02em;
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        display: block; }
      .subpage-mv.video .head-area .num {
        font-size: 22px;
        font-size: calc( 22 / 375 * 100vw);
        color: #2DCC70;
        margin-right: 0.05em;
        position: relative;
        top: 0px;
        top: calc( 0 / 375 * 100vw);
        left: 0px;
        left: calc( 0 / 375 * 100vw); }
    .subpage-mv.video .btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #000;
      color: #FFF;
      font-weight: 700;
      /* bold */
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      line-height: 1;
      border-radius: 26px;
      border-radius: calc( 26 / 375 * 100vw);
      width: 293px;
      width: calc( 293 / 375 * 100vw);
      height: 48px;
      height: calc( 48 / 375 * 100vw);
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-right: 2px;
      padding-right: calc( 2 / 375 * 100vw);
      margin-top: 0px;
      margin-top: calc( 0 / 375 * 100vw);
      margin-left: 17px;
      margin-left: calc( 17 / 375 * 100vw); }
      .subpage-mv.video .btn .arrow {
        width: 16px;
        width: calc( 16 / 375 * 100vw);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: auto;
        right: 20px;
        right: calc( 20 / 375 * 100vw); }
    .subpage-mv.video .subpage-mv-img {
      background-image: url(../images/bg_video01.jpg);
      background-size: cover;
      background-position: center; }
      .subpage-mv.video .subpage-mv-img:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #FFF;
        background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0.5)));
        background: linear-gradient(to right, white, rgba(255, 255, 255, 0.5)); }
  .subpage-mv .subpage-mv-inner {
    width: 100%;
    height: 100%;
    background: radial-gradient(86.44% 86.44% at 31.59% 27.34%, #FFFFFF 0%, #EEF0F0 100%);
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
  .subpage-mv .subpage-mv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .subpage-mv .subpage-mv-img.poly01 {
      background-image: url(../images/bg_poly01-sp.png);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: top right; }
  .subpage-mv .arrow {
    position: absolute;
    z-index: 2; }
    .subpage-mv .arrow > div {
      width: 100%;
      height: 100%; }
  .subpage-mv .head-area {
    position: relative;
    z-index: 2; }
    .subpage-mv .head-area .picto svg path {
      fill: #2DCC70; }
    .subpage-mv .head-area .title {
      letter-spacing: 0.04em;
      font-size: 36px;
      font-size: calc( 36 / 375 * 100vw);
      margin-bottom: 12px;
      margin-bottom: calc( 12 / 375 * 100vw);
      color: #000; }
      .subpage-mv .head-area .title .green {
        color: #2DCC70; }
    .subpage-mv .head-area .lead {
      font-size: 16px;
      font-size: calc( 16 / 375 * 100vw);
      line-height: 1.5;
      font-weight: 700;
      /* bold */ }

/* ----------------------------------------------------------
メインビジュアル
---------------------------------------------------------- */
.sec-mv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#88e18e), to(#2dc2cc));
  background: linear-gradient(to bottom, #88e18e 0%, #2dc2cc 100%);
  overflow: hidden;
  height: 386px;
  height: calc( 386 / 375 * 100vw); }
  .sec-mv .sec-mv-inner {
    width: 100%;
    height: 100%;
    background: radial-gradient(86.44% 86.44% at 31.59% 27.34%, #FFFFFF 0%, #EEF0F0 100%);
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 82px 0 0 20px;
    padding-top: 82px;
    padding-top: calc( 82 / 375 * 100vw); }
  .sec-mv .sec-mv-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../images/img_poly01_sp.png);
    background-repeat: no-repeat;
    background-size: auto 386px;
    background-position: top -8px left -12px; }
  .sec-mv .arrow {
    width: 323px;
    position: absolute;
    z-index: 1;
    width: 323px;
    width: calc( 323 / 375 * 100vw);
    top: 65px;
    top: calc( 65 / 375 * 100vw); }
  .sec-mv .copy {
    font-weight: 700;
    /* bold */
    letter-spacing: 0.05em;
    font-size: 22px;
    font-size: calc( 22 / 375 * 100vw);
    position: relative;
    z-index: 3; }
    .sec-mv .copy .green {
      color: #2DCC70;
      font-weight: 900;
      /* black */ }
    .sec-mv .copy .name {
      width: 308px;
      margin-top: 12px;
      margin-top: calc( 12 / 375 * 100vw); }
  .sec-mv .results {
    position: absolute;
    left: -12px;
    bottom: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 5px #88E18E;
    border-left: none;
    padding-left: 34px;
    background: #FFF;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 305px;
    width: calc( 305 / 375 * 100vw);
    height: 70px;
    height: calc( 70 / 375 * 100vw);
    bottom: 56px;
    bottom: calc( 56 / 375 * 100vw);
    -webkit-transition: all .1s ease 0;
    transition: all .1s ease 0; }
    .sec-mv .results .each-result {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 12px;
      margin-right: calc( 12 / 375 * 100vw); }
    .sec-mv .results .icon {
      width: 20px;
      width: calc( 20 / 375 * 100vw);
      margin-right: 7px;
      margin-right: calc( 7 / 375 * 100vw); }
    .sec-mv .results .txt-area {
      font-size: 12px;
      font-size: calc( 12 / 375 * 100vw);
      font-weight: 700;
      /* bold */
      white-space: nowrap; }
      .sec-mv .results .txt-area .name {
        display: block;
        white-space: nowrap; }
      .sec-mv .results .txt-area .number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        white-space: nowrap; }
    .sec-mv .results .num {
      font-weight: 600;
      /* semibold */
      font-size: 22px;
      font-size: calc( 22 / 375 * 100vw);
      position: relative;
      top: -0.1em;
      margin-right: 0.1em;
      white-space: nowrap; }

/* ----------------------------------------------------------
SERVICES
---------------------------------------------------------- */
.sec-top-services {
  padding-top: 30px;
  padding-top: calc( 30 / 375 * 100vw);
  padding-bottom: 50px;
  padding-bottom: calc( 50 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px; }
  .sec-top-services .services-head01 {
    text-align: center;
    font-weight: 400;
    /* regular */
    color: #868686;
    font-size: 28px;
    font-size: calc( 28 / 375 * 100vw);
    margin-bottom: 10px;
    margin-bottom: calc( 10 / 375 * 100vw); }
  .sec-top-services .services-desc01 {
    text-align: center;
    line-height: calc(21 / 14);
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw);
    margin-bottom: 20px;
    margin-bottom: calc( 20 / 375 * 100vw); }
  .sec-top-services .each-service {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    margin-bottom: 16px;
    margin-bottom: calc( 16 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto; }
    .sec-top-services .each-service.dx {
      background: -webkit-gradient(linear, left top, left bottom, from(#75DB9B), to(#2DC2CC));
      background: linear-gradient(to bottom, #75DB9B 0%, #2DC2CC 100%); }
      .sec-top-services .each-service.dx .green {
        color: #75DB9B; }
      .sec-top-services .each-service.dx .desc-area .picto {
        width: 160px;
        width: calc( 160 / 375 * 100vw); }
    .sec-top-services .each-service.ux {
      background: -webkit-gradient(linear, left top, left bottom, from(#2DC2CC), to(#75DB9B));
      background: linear-gradient(to bottom, #2DC2CC 0%, #75DB9B 100%); }
      .sec-top-services .each-service.ux .green {
        color: #2DC2CC; }
      .sec-top-services .each-service.ux .desc-area .picto {
        width: 164px;
        width: calc( 164 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .sec-top-services .each-service.ux .feature-name {
        font-weight: 600;
        /* semibold */
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-top: 0.1em; }
    .sec-top-services .each-service .each-service-inner {
      width: 100%;
      background: #FFF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 30px;
      padding-top: calc( 30 / 375 * 100vw);
      padding-bottom: 30px;
      padding-bottom: calc( 30 / 375 * 100vw);
      padding-left: 0px;
      padding-left: calc( 0 / 375 * 100vw);
      padding-right: 0px;
      padding-right: calc( 0 / 375 * 100vw); }
    .sec-top-services .each-service .service-name {
      text-align: center;
      font-size: 40px;
      font-size: calc( 40 / 375 * 100vw);
      letter-spacing: 0.04em;
      margin-bottom: 20px;
      margin-bottom: calc( 20 / 375 * 100vw); }
    .sec-top-services .each-service .desc-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px;
      margin-bottom: calc( 25 / 375 * 100vw); }
      .sec-top-services .each-service .desc-area .picto {
        margin-bottom: 10px;
        margin-bottom: calc( 10 / 375 * 100vw);
        height: 101px;
        height: calc( 101 / 375 * 100vw); }
      .sec-top-services .each-service .desc-area .desc {
        font-family: 'Noto Sans Japanese';
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        font-weight: 700;
        /* bold */
        text-align: center;
        line-height: 1.5; }
    .sec-top-services .each-service .features-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sec-top-services .each-service .features-area .each-feature {
        width: 140px;
        width: calc( 140 / 375 * 100vw);
        margin-bottom: 15px;
        margin-bottom: calc( 15 / 375 * 100vw);
        margin-left: 11px;
        margin-left: calc( 11 / 375 * 100vw);
        margin-right: 11px;
        margin-right: calc( 11 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .sec-top-services .each-service .features-area .each-feature:last-of-type {
          width: 100%; }
          .sec-top-services .each-service .features-area .each-feature:last-of-type .feature-desc {
            text-align: center; }
      .sec-top-services .each-service .features-area .picto {
        width: 60px;
        width: calc( 60 / 375 * 100vw);
        height: 60px;
        height: calc( 60 / 375 * 100vw);
        margin-bottom: 10px;
        margin-bottom: calc( 10 / 375 * 100vw); }
      .sec-top-services .each-service .features-area .feature-name {
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        font-weight: 700;
        /* bold */
        margin-bottom: 10px;
        margin-bottom: calc( 10 / 375 * 100vw);
        height: 27px;
        height: calc( 27 / 375 * 100vw); }
      .sec-top-services .each-service .features-area .feature-desc {
        font-size: 12px;
        font-size: calc( 12 / 375 * 100vw);
        width: 100%; }
    .sec-top-services .each-service .btn {
      font-family: 'Noto Sans Japanese';
      font-weight: 700;
      /* bold */
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      line-height: 1;
      background: #000;
      color: #FFF;
      border-radius: 6px;
      width: 293px;
      width: calc( 293 / 375 * 100vw);
      height: 48px;
      height: calc( 48 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-top: calc( 20 / 375 * 100vw); }
      .sec-top-services .each-service .btn .arrow {
        width: 16px;
        position: absolute;
        top: 50%;
        right: 17px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .sec-top-services .service-structure {
    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#dfdfdf));
    background: linear-gradient(to bottom, #e9e9e9 0%, #dfdfdf 100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px; }
    .sec-top-services .service-structure .service-structure-inner {
      width: 100%;
      background: #FFF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 35px;
      padding-top: calc( 35 / 375 * 100vw);
      padding-bottom: 35px;
      padding-bottom: calc( 35 / 375 * 100vw);
      padding-left: 0px;
      padding-left: calc( 0 / 375 * 100vw);
      padding-right: 0px;
      padding-right: calc( 0 / 375 * 100vw); }
    .sec-top-services .service-structure .lead {
      font-size: 18px;
      font-size: calc( 18 / 375 * 100vw);
      line-height: calc(27 / 18);
      font-weight: 700;
      /* bold */
      font-family: 'Noto Sans Japanese';
      text-align: center;
      margin-bottom: 15px;
      margin-bottom: calc( 15 / 375 * 100vw); }
    .sec-top-services .service-structure .picto-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 5px;
      margin-bottom: calc( 5 / 375 * 100vw); }
      .sec-top-services .service-structure .picto-area .each {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .sec-top-services .service-structure .picto-area .each.ux {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
        .sec-top-services .service-structure .picto-area .each .name {
          color: #2DCC70;
          font-size: 24px;
          font-size: calc( 24 / 375 * 100vw);
          font-weight: 700;
          /* bold */ }
      .sec-top-services .service-structure .picto-area .arrow {
        width: 49px;
        width: calc( 49 / 375 * 100vw);
        margin-right: 11px;
        margin-right: calc( 11 / 375 * 100vw);
        margin-left: 10px;
        margin-left: calc( 10 / 375 * 100vw); }
      .sec-top-services .service-structure .picto-area .picto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 12px;
        margin-right: calc( 12 / 375 * 100vw);
        margin-left: 12px;
        margin-left: calc( 12 / 375 * 100vw); }
        .sec-top-services .service-structure .picto-area .picto .label {
          font-weight: 500;
          /* medium */
          font-size: 12px;
          font-size: calc( 12 / 375 * 100vw);
          color: #676767; }
      .sec-top-services .service-structure .picto-area .building {
        width: 58px;
        width: calc( 58 / 375 * 100vw);
        height: 80px;
        height: calc( 80 / 375 * 100vw); }
        .sec-top-services .service-structure .picto-area .building svg path {
          fill: #676767; }
      .sec-top-services .service-structure .picto-area .shopping {
        width: 56px;
        width: calc( 56 / 375 * 100vw);
        height: 80px;
        height: calc( 80 / 375 * 100vw); }
    .sec-top-services .service-structure .desc {
      text-align: center;
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      font-family: 'Noto Sans Japanese'; }
      .sec-top-services .service-structure .desc .green {
        color: #2DCC70;
        font-family: 'Noto Sans Japanese';
        font-weight: 700;
        /* bold */ }

/* ----------------------------------------------------------
ニュース
---------------------------------------------------------- */
.sec-top-news {
  border-top: solid 1px #74DA9C;
  padding-top: 40px;
  padding-top: calc( 40 / 375 * 100vw);
  padding-bottom: 17px;
  padding-bottom: calc( 17 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px; }
  .sec-top-news .sec-top-news-inner {
    margin-left: auto;
    margin-right: auto; }
  .sec-top-news .news-head01 {
    text-align: center;
    font-weight: 400;
    /* regular */
    color: #868686;
    font-size: 28px;
    font-size: calc( 28 / 375 * 100vw);
    margin-bottom: 25px;
    margin-bottom: calc( 25 / 375 * 100vw); }
  .sec-top-news .news-list .each-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    margin-bottom: calc( 16 / 375 * 100vw); }
    .sec-top-news .news-list .each-news .date {
      color: #74DA9C;
      font-size: 12px;
      font-size: calc( 12 / 375 * 100vw);
      font-weight: 600;
      /* semibold */
      width: 50px;
      width: calc( 50 / 375 * 100vw);
      height: 50px;
      height: calc( 50 / 375 * 100vw);
      margin-right: 16px;
      margin-right: calc( 16 / 375 * 100vw);
      background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#b9b9b9));
      background: linear-gradient(to bottom, #d0d0d0 0%, #b9b9b9 100%);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 1px; }
      .sec-top-news .news-list .each-news .date .date-inner {
        width: 100%;
        height: 100%;
        background: #FFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .sec-top-news .news-list .each-news .date .date-inner .year {
          margin-bottom: 3px; }
    .sec-top-news .news-list .each-news .title {
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      color: #2b2b2b;
      text-decoration: underline;
      width: calc(100% - 66px);
      line-height: calc(21 / 14); }

.sec-top-bnr {
  padding-bottom: 16px;
  padding-bottom: calc( 16 / 375 * 100vw); }

.sec-bnr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px; }
  .sec-bnr .bnr {
    display: block; }
  .sec-bnr .bnr-dx-book {
    margin-bottom: 14px;
    margin-bottom: calc( 14 / 375 * 100vw); }
  .sec-bnr .bnr-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
    margin-bottom: calc( 32 / 375 * 100vw); }
    .sec-bnr .bnr-flex .bnr-half {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: solid 3px #88E18E;
      width: 165px;
      width: calc( 165 / 375 * 100vw);
      height: 72px;
      height: calc( 72 / 375 * 100vw);
      position: relative; }
      .sec-bnr .bnr-flex .bnr-half:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.4;
        z-index: 1; }
      .sec-bnr .bnr-flex .bnr-half.bnr-media {
        margin-right: 7px;
        margin-right: calc( 7 / 375 * 100vw);
        background-image: url(../images/bnr_media01-sp.jpg);
        background-size: cover; }
      .sec-bnr .bnr-flex .bnr-half.bnr-seminar {
        margin-left: 7px;
        margin-left: calc( 7 / 375 * 100vw);
        background-image: url(../images/bnr_seminar01-sp.jpg);
        background-size: cover; }
      .sec-bnr .bnr-flex .bnr-half .txt {
        position: relative;
        z-index: 2;
        color: #FFF;
        font-weight: 700;
        /* bold */
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw); }
  .sec-bnr .bnr-growthhacker {
    background-image: url(../images/bnr_growthhacker01-sp.jpg);
    background-size: cover;
    height: 159px;
    height: calc( 159 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    padding-bottom: calc( 15 / 375 * 100vw); }
    .sec-bnr .bnr-growthhacker .txt-area {
      background: rgba(0, 0, 0, 0.8);
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #FFF;
      font-family: 'Noto Sans Japanese';
      padding-left: 16px;
      padding-left: calc( 16 / 375 * 100vw);
      padding-bottom: 5px;
      padding-bottom: calc( 5 / 375 * 100vw);
      width: calc(310 / 375 * 100vw);
      height: calc(64 / 375 * 100vw);
      margin-top: auto; }
      .sec-bnr .bnr-growthhacker .txt-area .title, .sec-bnr .bnr-growthhacker .txt-area .lead {
        line-height: 1; }
      .sec-bnr .bnr-growthhacker .txt-area .title {
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        font-weight: 700;
        /* bold */
        margin-bottom: 8px;
        margin-bottom: calc( 8 / 375 * 100vw); }
      .sec-bnr .bnr-growthhacker .txt-area .lead {
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        font-weight: 500;
        /* medium */
        text-decoration: underline; }
    .sec-bnr .bnr-growthhacker .logomark {
      width: 0px;
      width: calc( 0 / 375 * 100vw);
      display: none; }
      .sec-bnr .bnr-growthhacker .logomark svg path {
        fill: #FFF; }

.sec-dx-overview {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .sec-dx-overview .dx-overview-head {
    margin-bottom: 17px;
    margin-bottom: calc( 17 / 375 * 100vw); }
  .sec-dx-overview .dx-overview-desc {
    text-align: center;
    font-family: 'Noto Sans Japanese';
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw);
    margin-bottom: 33px;
    margin-bottom: calc( 33 / 375 * 100vw); }
  .sec-dx-overview .dx-overview-video {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-bottom: calc( 40 / 375 * 100vw); }
    .sec-dx-overview .dx-overview-video .title {
      height: 47px;
      height: calc( 47 / 375 * 100vw);
      background: linear-gradient(97.4deg, #2DCC70 0%, #2DC2CC 98.4%);
      color: #FFF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 8px;
      padding-left: calc( 8 / 375 * 100vw);
      padding-right: 8px;
      padding-right: calc( 8 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: 'Noto Sans Japanese'; }
    .sec-dx-overview .dx-overview-video .small {
      font-size: 12px;
      font-size: calc( 12 / 375 * 100vw); }
    .sec-dx-overview .dx-overview-video .large {
      font-size: 16px;
      font-size: calc( 16 / 375 * 100vw);
      font-weight: 700;
      /* bold */ }
    .sec-dx-overview .dx-overview-video video {
      width: 100%; }

.sec-dx-pro {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 7px;
  padding-top: calc( 7 / 375 * 100vw);
  padding-bottom: 34px;
  padding-bottom: calc( 34 / 375 * 100vw);
  background-image: url(../images/bg_arrow01-sp.png);
  background-size: calc(358 / 375 * 100vw);
  background-position: top left;
  background-repeat: no-repeat; }
  .sec-dx-pro .dx-pro-head {
    margin-bottom: 25px;
    margin-bottom: calc( 25 / 375 * 100vw); }
  .sec-dx-pro .pro-people {
    padding-bottom: 0px;
    padding-bottom: calc( 0 / 375 * 100vw); }
  .sec-dx-pro .each-people {
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    margin-bottom: 25px;
    margin-bottom: calc( 25 / 375 * 100vw); }
    .sec-dx-pro .each-people .pro-box01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px;
      margin-bottom: calc( 10 / 375 * 100vw); }
    .sec-dx-pro .each-people .pro-img {
      width: 72px;
      width: calc( 72 / 375 * 100vw);
      height: 72px;
      height: calc( 72 / 375 * 100vw);
      background: -webkit-gradient(linear, left top, left bottom, from(#2DC2CC), color-stop(98.4%, #67D6A5));
      background: linear-gradient(to bottom, #2DC2CC 0%, #67D6A5 98.4%);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 2px;
      padding: calc( 2 / 375 * 100vw);
      border-radius: 50%;
      margin-bottom: 0px;
      margin-bottom: calc( 0 / 375 * 100vw); }
      .sec-dx-pro .each-people .pro-img .pro-img-inner {
        width: 68px;
        width: calc( 68 / 375 * 100vw);
        height: 68px;
        height: calc( 68 / 375 * 100vw);
        border-radius: 50%;
        overflow: hidden; }
        .sec-dx-pro .each-people .pro-img .pro-img-inner img {
          width: 72px;
          width: calc( 72 / 375 * 100vw);
          max-width: 72px;
          max-width: calc( 72 / 375 * 100vw);
          height: 72px;
          height: calc( 72 / 375 * 100vw);
          position: relative;
          top: -2px;
          top: calc( -2 / 375 * 100vw);
          left: -2px;
          left: calc( -2 / 375 * 100vw); }
    .sec-dx-pro .each-people .pro-name {
      font-size: 18px;
      font-size: calc( 18 / 375 * 100vw);
      font-weight: 700;
      /* bold */
      letter-spacing: 0.04em;
      margin-bottom: 5px;
      margin-bottom: calc( 5 / 375 * 100vw); }
    .sec-dx-pro .each-people .pro-role {
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      font-weight: 700;
      /* bold */
      letter-spacing: 0.02em;
      color: #868686;
      margin-bottom: 0px;
      margin-bottom: calc( 0 / 375 * 100vw); }
    .sec-dx-pro .each-people .pro-desc {
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      font-weight: 400;
      /* regular */
      letter-spacing: 0.02em;
      font-family: 'Noto Sans Japanese';
      max-width: 100%; }

.sec-dx-project {
  padding-top: 30px;
  padding-top: calc( 30 / 375 * 100vw);
  padding-bottom: 40px;
  padding-bottom: calc( 40 / 375 * 100vw);
  background-image: url(../images/bg01-sp.jpg);
  background-size: cover; }
  .sec-dx-project .dx-project-head {
    margin-bottom: 34px;
    margin-bottom: calc( 34 / 375 * 100vw); }
  .sec-dx-project .dx-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sec-dx-project .dx-projects .each-project {
      width: 343px;
      width: calc( 343 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 16px;
      padding-top: calc( 16 / 375 * 100vw);
      padding-left: 16px;
      padding-left: calc( 16 / 375 * 100vw);
      padding-right: 16px;
      padding-right: calc( 16 / 375 * 100vw);
      padding-bottom: 28px;
      padding-bottom: calc( 28 / 375 * 100vw);
      margin-left: 0px;
      margin-left: calc( 0 / 375 * 100vw);
      margin-right: 0px;
      margin-right: calc( 0 / 375 * 100vw);
      margin-bottom: 13px;
      margin-bottom: calc( 13 / 375 * 100vw);
      background: #FFF; }
      .sec-dx-project .dx-projects .each-project .project-img {
        margin-bottom: 12px;
        margin-bottom: calc( 12 / 375 * 100vw);
        background: #e7e7e7; }
      .sec-dx-project .dx-projects .each-project .project-lead {
        font-family: 'Noto Sans Japanese';
        font-weight: 700;
        /* bold */
        font-size: 18px;
        font-size: calc( 18 / 375 * 100vw);
        margin-bottom: 8px;
        margin-bottom: calc( 8 / 375 * 100vw); }
      .sec-dx-project .dx-projects .each-project .project-client {
        color: #676767;
        font-weight: 500;
        /* medium */
        display: block;
        font-family: 'Noto Sans Japanese';
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        margin-bottom: 13px;
        margin-bottom: calc( 13 / 375 * 100vw); }
      .sec-dx-project .dx-projects .each-project .tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 13px;
        margin-bottom: calc( 13 / 375 * 100vw); }
        .sec-dx-project .dx-projects .each-project .tags .each-tag {
          font-family: 'Noto Sans Japanese';
          font-weight: 700;
          /* bold */
          font-size: 12px;
          font-size: calc( 12 / 375 * 100vw);
          background: #dedede;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: 4px;
          margin-right: calc( 4 / 375 * 100vw);
          color: #676767;
          min-width: 77px;
          min-width: calc( 77 / 375 * 100vw);
          height: 23px;
          height: calc( 23 / 375 * 100vw);
          border-radius: 12px;
          border-radius: calc( 12 / 375 * 100vw);
          padding-left: 8px;
          padding-left: calc( 8 / 375 * 100vw);
          padding-right: 8px;
          padding-right: calc( 8 / 375 * 100vw);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
      .sec-dx-project .dx-projects .each-project .project-desc {
        color: #2b2b2b;
        font-family: 'Noto Sans Japanese';
        letter-spacing: 0.02em;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        margin-bottom: 20px;
        margin-bottom: calc( 20 / 375 * 100vw); }
      .sec-dx-project .dx-projects .each-project .project-btn {
        background: #000;
        width: 293px;
        width: calc( 293 / 375 * 100vw);
        height: 48px;
        height: calc( 48 / 375 * 100vw);
        border-radius: 6px;
        border-radius: calc( 6 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto;
        color: #FFF;
        font-weight: 700;
        /* bold */
        line-height: 1;
        position: relative;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw); }
        .sec-dx-project .dx-projects .each-project .project-btn .arrow {
          width: 16px;
          width: calc( 16 / 375 * 100vw);
          height: 14px;
          height: calc( 14 / 375 * 100vw);
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 16px;
          right: calc( 16 / 375 * 100vw); }

.sec-dx-client {
  padding-top: 29px;
  padding-top: calc( 29 / 375 * 100vw);
  padding-bottom: 48px;
  padding-bottom: calc( 48 / 375 * 100vw);
  border-bottom: solid 1px #74DA9C; }
  .sec-dx-client .dx-client-head {
    margin-bottom: 26px;
    margin-bottom: calc( 26 / 375 * 100vw); }
  .sec-dx-client .dx-clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 352px;
    width: calc( 352 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto; }
    .sec-dx-client .dx-clients .each-client {
      border-radius: 5px;
      border-radius: calc( 5 / 375 * 100vw);
      margin-bottom: 6px;
      margin-bottom: calc( 6 / 375 * 100vw);
      padding-left: 15px;
      padding-left: calc( 15 / 375 * 100vw);
      padding-right: 15px;
      padding-right: calc( 15 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #FFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden; }
      .sec-dx-client .dx-clients .each-client img {
        max-height: 100%; }

.dx-bg-arrow {
  background-repeat: no-repeat; }

.sec-dx-needs {
  padding-top: 48px;
  padding-top: calc( 48 / 375 * 100vw);
  padding-bottom: 32px;
  padding-bottom: calc( 32 / 375 * 100vw);
  border-bottom: solid 1px #74DA9C; }
  .sec-dx-needs .dx-needs-head {
    margin-bottom: 32px;
    margin-bottom: calc( 32 / 375 * 100vw); }
  .sec-dx-needs .dx-needs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .sec-dx-needs .each-needs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Noto Sans Japanese';
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    margin-bottom: 21px;
    margin-bottom: calc( 21 / 375 * 100vw);
    margin-left: 0px;
    margin-left: calc( 0 / 375 * 100vw);
    margin-right: 0px;
    margin-right: calc( 0 / 375 * 100vw); }
    .sec-dx-needs .each-needs.bnr {
      margin-bottom: 37px;
      margin-bottom: calc( 37 / 375 * 100vw);
      height: 100px;
      height: calc( 100 / 375 * 100vw); }
      .sec-dx-needs .each-needs.bnr img {
        width: auto;
        height: 100px;
        height: calc( 100 / 375 * 100vw); }
    .sec-dx-needs .each-needs .needs-picto {
      width: 88px;
      width: calc( 88 / 375 * 100vw);
      height: 88px;
      height: calc( 88 / 375 * 100vw);
      margin-right: 16px;
      margin-right: calc( 16 / 375 * 100vw); }
    .sec-dx-needs .each-needs .txt-area {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-bottom: 0px;
      padding-bottom: calc( 0 / 375 * 100vw); }
    .sec-dx-needs .each-needs .needs-name {
      font-size: 16px;
      font-size: calc( 16 / 375 * 100vw);
      font-weight: 700;
      /* bold */
      display: block;
      margin-bottom: 10px;
      margin-bottom: calc( 10 / 375 * 100vw); }
    .sec-dx-needs .each-needs .needs-desc {
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      letter-spacing: 0.02em;
      width: 239px;
      width: calc( 239 / 375 * 100vw); }

.sec-dx-service {
  padding-top: 48px;
  padding-top: calc( 48 / 375 * 100vw);
  padding-bottom: 16px;
  padding-bottom: calc( 16 / 375 * 100vw); }
  .sec-dx-service .dx-service-head {
    color: #868686;
    font-weight: 400;
    /* regular */
    font-size: 28px;
    font-size: calc( 28 / 375 * 100vw);
    text-align: center;
    margin-bottom: 32px;
    margin-bottom: calc( 32 / 375 * 100vw); }
  .sec-dx-service .service {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 16px;
    margin-bottom: calc( 16 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto; }
    .sec-dx-service .service.dx {
      background: -webkit-gradient(linear, left top, left bottom, from(#75DB9B), to(#2DC2CC));
      background: linear-gradient(to bottom, #75DB9B 0%, #2DC2CC 100%); }
      .sec-dx-service .service.dx .green {
        color: #75DB9B; }
      .sec-dx-service .service.dx .desc-area .picto {
        width: 160px;
        width: calc( 160 / 375 * 100vw); }
    .sec-dx-service .service.ux {
      background: -webkit-gradient(linear, left top, left bottom, from(#2DC2CC), to(#75DB9B));
      background: linear-gradient(to bottom, #2DC2CC 0%, #75DB9B 100%); }
      .sec-dx-service .service.ux .green {
        color: #2DC2CC; }
      .sec-dx-service .service.ux .desc-area .picto {
        width: 164px;
        width: calc( 164 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .sec-dx-service .service.ux .feature-name {
        font-weight: 600;
        /* semibold */
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-top: 0.1em; }
    .sec-dx-service .service .service-inner {
      width: 100%;
      background: #FFF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 16px;
      padding-top: calc( 16 / 375 * 100vw);
      padding-bottom: 26px;
      padding-bottom: calc( 26 / 375 * 100vw);
      padding-left: 0px;
      padding-left: calc( 0 / 375 * 100vw);
      padding-right: 0px;
      padding-right: calc( 0 / 375 * 100vw); }
    .sec-dx-service .service .service-name {
      text-align: center;
      font-size: 40px;
      font-size: calc( 40 / 375 * 100vw);
      letter-spacing: 0.04em;
      margin-bottom: 9px;
      margin-bottom: calc( 9 / 375 * 100vw); }
    .sec-dx-service .service .desc-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 23px;
      margin-bottom: calc( 23 / 375 * 100vw); }
      .sec-dx-service .service .desc-area .picto {
        margin-bottom: 19px;
        margin-bottom: calc( 19 / 375 * 100vw);
        height: 101px;
        height: calc( 101 / 375 * 100vw); }
      .sec-dx-service .service .desc-area .desc {
        font-family: 'Noto Sans Japanese';
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        font-weight: 700;
        /* bold */
        text-align: center;
        line-height: 1.5; }
    .sec-dx-service .service .features-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0px;
      margin-bottom: calc( 0 / 375 * 100vw); }
      .sec-dx-service .service .features-area .each-feature {
        width: 126px;
        width: calc( 126 / 375 * 100vw);
        margin-bottom: 16px;
        margin-bottom: calc( 16 / 375 * 100vw);
        margin-left: 11px;
        margin-left: calc( 11 / 375 * 100vw);
        margin-right: 11px;
        margin-right: calc( 11 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .sec-dx-service .service .features-area .picto {
        width: 60px;
        width: calc( 60 / 375 * 100vw);
        height: 60px;
        height: calc( 60 / 375 * 100vw);
        margin-bottom: 10px;
        margin-bottom: calc( 10 / 375 * 100vw); }
      .sec-dx-service .service .features-area .feature-name {
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        font-weight: 600;
        /* semibold */
        margin-bottom: 5px;
        margin-bottom: calc( 5 / 375 * 100vw);
        height: 27px;
        height: calc( 27 / 375 * 100vw); }
      .sec-dx-service .service .features-area .feature-desc {
        font-size: 12px;
        font-size: calc( 12 / 375 * 100vw);
        width: 100%;
        font-family: 'Noto Sans Japanese';
        text-align: center; }
    .sec-dx-service .service .btn {
      font-family: 'Noto Sans Japanese';
      font-weight: 700;
      /* bold */
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      line-height: 1;
      background: #000;
      color: #FFF;
      border-radius: 6px;
      width: 293px;
      width: calc( 293 / 375 * 100vw);
      height: 48px;
      height: calc( 48 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 18px;
      margin-top: calc( 18 / 375 * 100vw); }
      .sec-dx-service .service .btn .arrow {
        width: 16px;
        position: absolute;
        top: 50%;
        right: 17px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

.sec-ux-overview {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 7px;
  padding-bottom: calc( 7 / 375 * 100vw); }
  .sec-ux-overview .ux-overview-head {
    margin-bottom: 22px;
    margin-bottom: calc( 22 / 375 * 100vw); }
  .sec-ux-overview .ux-issues .each-issue {
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    margin-right: 0px;
    margin-right: calc( 0 / 375 * 100vw);
    margin-left: 0px;
    margin-left: calc( 0 / 375 * 100vw);
    padding-bottom: 24px;
    padding-bottom: calc( 24 / 375 * 100vw);
    margin-bottom: 17px;
    margin-bottom: calc( 17 / 375 * 100vw); }
    .sec-ux-overview .ux-issues .each-issue .issue {
      height: 76px;
      height: calc( 76 / 375 * 100vw);
      position: relative;
      margin-bottom: 36px;
      margin-bottom: calc( 36 / 375 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue .issue.high {
        height: 101px;
        height: calc( 101 / 375 * 100vw); }
        .sec-ux-overview .ux-issues .each-issue .issue.high .issue-txt {
          top: -2px;
          top: calc( -2 / 375 * 100vw);
          height: 94px;
          height: calc( 94 / 375 * 100vw); }
        .sec-ux-overview .ux-issues .each-issue .issue.high.bg {
          height: 101px;
          height: calc( 101 / 375 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
        position: relative;
        z-index: 2;
        top: 6px;
        top: calc( 6 / 375 * 100vw);
        left: 81px;
        left: calc( 81 / 375 * 100vw);
        width: 246px;
        width: calc( 246 / 375 * 100vw);
        height: 70px;
        height: calc( 70 / 375 * 100vw);
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        font-weight: 700;
        /* bold */
        line-height: calc(26 / 16);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .sec-ux-overview .ux-issues .each-issue .issue .bg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 76px;
        height: calc( 76 / 375 * 100vw); }
        .sec-ux-overview .ux-issues .each-issue .issue .bg svg {
          width: 100%; }
      .sec-ux-overview .ux-issues .each-issue .issue:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 6.5px 0 6.5px;
        border-color: #2dc1cc transparent transparent transparent;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -24px;
        bottom: calc( -24 / 375 * 100vw); }
    .sec-ux-overview .ux-issues .each-issue .task {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 4px;
      background: -webkit-gradient(linear, left top, left bottom, from(#2DC2CC), to(#2DC79D));
      background: linear-gradient(to bottom, #2DC2CC, #2DC79D);
      height: 84px;
      height: calc( 84 / 375 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue .task .task-inner {
        background: #FFF;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        color: #2B2B2B;
        font-size: 18px;
        font-size: calc( 18 / 375 * 100vw);
        font-weight: 700;
        /* bold */ }

.sec-ux-strength {
  border-top: solid 1px #2DC2CC;
  padding-top: 30px;
  padding-top: calc( 30 / 375 * 100vw); }
  .sec-ux-strength .ux-strength-head {
    margin-bottom: 30px;
    margin-bottom: calc( 30 / 375 * 100vw); }
  .sec-ux-strength .ux-strength {
    background: -webkit-gradient(linear, left top, left bottom, from(#2DC2CC), to(#2DC79D));
    background: linear-gradient(to bottom, #2DC2CC, #2DC79D);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px;
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    margin: 0 auto 30px;
    position: relative; }
    .sec-ux-strength .ux-strength:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 17.5px 0 17.5px;
      border-color: #2DC79D transparent transparent transparent;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -30px; }
    .sec-ux-strength .ux-strength .ux-strength-inner {
      background: #FFF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 36px;
      padding-top: calc( 36 / 375 * 100vw);
      padding-bottom: 36px;
      padding-bottom: calc( 36 / 375 * 100vw);
      padding-left: 12px;
      padding-left: calc( 12 / 375 * 100vw);
      padding-right: 12px;
      padding-right: calc( 12 / 375 * 100vw); }
    .sec-ux-strength .ux-strength .each-strength {
      width: 311px;
      width: calc( 311 / 375 * 100vw);
      margin-bottom: 40px;
      margin-bottom: calc( 40 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .sec-ux-strength .ux-strength .each-strength:last-of-type {
        margin-bottom: 0; }
      .sec-ux-strength .ux-strength .each-strength .strength-picto {
        width: 145px;
        width: calc( 145 / 375 * 100vw);
        margin-bottom: 16px;
        margin-bottom: calc( 16 / 375 * 100vw); }
      .sec-ux-strength .ux-strength .each-strength .strength-lead {
        color: #2b2b2b;
        font-weight: 700;
        /* bold */
        letter-spacing: 0.02em;
        font-size: 18px;
        font-size: calc( 18 / 375 * 100vw);
        line-height: calc(32 / 20);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 13px;
        margin-bottom: calc( 13 / 375 * 100vw); }
      .sec-ux-strength .ux-strength .each-strength .strength-desc {
        color: #2b2b2b;
        font-weight: 400;
        /* regular */
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        letter-spacing: 0.02em;
        max-width: 100%; }
  .sec-ux-strength .ux-strength-result {
    text-align: center;
    font-size: 20px;
    font-size: calc( 20 / 375 * 100vw);
    letter-spacing: 0.02em;
    font-weight: 600;
    /* bold */
    margin-top: 16px;
    margin-top: calc( 16 / 375 * 100vw);
    padding-top: 32px;
    padding-top: calc( 32 / 375 * 100vw);
    padding-bottom: 70px;
    padding-bottom: calc( 70 / 375 * 100vw);
    background-image: url(../images/bg_arrow02-sp.png);
    background-size: calc(288 / 375 * 100vw);
    background-position: top calc(10 / 375 * 100vw) left;
    background-repeat: no-repeat; }
    .sec-ux-strength .ux-strength-result .large {
      font-size: 36px;
      font-size: calc( 36 / 375 * 100vw);
      font-weight: 600;
      /* semibold */
      line-height: 1;
      position: relative;
      top: 0.05em;
      margin-right: 0.05em;
      margin-left: 0.05em; }
    .sec-ux-strength .ux-strength-result .green {
      color: #2DC2CC; }
    .sec-ux-strength .ux-strength-result .middle {
      font-family: 'Noto Sans Japanese';
      font-size: 20px;
      font-size: calc( 20 / 375 * 100vw);
      margin-top: 0px;
      margin-top: calc( 0 / 375 * 100vw);
      display: block; }

.sec-ux-services {
  padding-top: 30px;
  padding-top: calc( 30 / 375 * 100vw);
  padding-bottom: 40px;
  padding-bottom: calc( 40 / 375 * 100vw);
  background-image: url(../images/bg02-sp.jpg);
  background-size: cover; }
  .sec-ux-services .ux-services-head {
    margin-bottom: 24px;
    margin-bottom: calc( 24 / 375 * 100vw); }
  .sec-ux-services .ux-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sec-ux-services .ux-service .each-service {
      width: 343px;
      width: calc( 343 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 32px;
      padding-top: calc( 32 / 375 * 100vw);
      padding-left: 16px;
      padding-left: calc( 16 / 375 * 100vw);
      padding-right: 16px;
      padding-right: calc( 16 / 375 * 100vw);
      padding-bottom: 34px;
      padding-bottom: calc( 34 / 375 * 100vw);
      margin-left: 0px;
      margin-left: calc( 0 / 375 * 100vw);
      margin-right: 0px;
      margin-right: calc( 0 / 375 * 100vw);
      margin-bottom: 16px;
      margin-bottom: calc( 16 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #FFF; }
      .sec-ux-services .ux-service .each-service .service-picto {
        width: 88px;
        width: calc( 88 / 375 * 100vw);
        height: 88px;
        height: calc( 88 / 375 * 100vw);
        margin-bottom: 15px;
        margin-bottom: calc( 15 / 375 * 100vw); }
        .sec-ux-services .ux-service .each-service .service-picto svg {
          width: 100%; }
      .sec-ux-services .ux-service .each-service .service-copy {
        font-weight: 700;
        /* bold */
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        margin-bottom: 8px;
        margin-bottom: calc( 8 / 375 * 100vw); }
      .sec-ux-services .ux-service .each-service .service-name {
        font-weight: 700;
        /* bold */
        font-size: 20px;
        font-size: calc( 20 / 375 * 100vw);
        margin-bottom: 15px;
        margin-bottom: calc( 15 / 375 * 100vw); }
      .sec-ux-services .ux-service .each-service .service-desc {
        color: #2b2b2b;
        font-family: 'Noto Sans Japanese';
        letter-spacing: 0.02em;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        margin-bottom: 27px;
        margin-bottom: calc( 27 / 375 * 100vw);
        max-width: 100%; }
      .sec-ux-services .ux-service .each-service .service-btn {
        background: #000;
        width: 293px;
        width: calc( 293 / 375 * 100vw);
        height: 48px;
        height: calc( 48 / 375 * 100vw);
        border-radius: 6px;
        border-radius: calc( 6 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto;
        color: #FFF;
        font-weight: 700;
        /* bold */
        line-height: 1;
        position: relative;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw); }
        .sec-ux-services .ux-service .each-service .service-btn .arrow {
          width: 16px;
          width: calc( 16 / 375 * 100vw);
          height: 14px;
          height: calc( 14 / 375 * 100vw);
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 16px;
          right: calc( 16 / 375 * 100vw); }

.sec-ux-case {
  padding-top: 50px;
  padding-top: calc( 50 / 375 * 100vw); }
  .sec-ux-case .ux-case-head {
    margin-bottom: 30px;
    margin-bottom: calc( 30 / 375 * 100vw); }
  .sec-ux-case .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative; }
  .sec-ux-case .bx-prev, .sec-ux-case .bx-next {
    width: 56px;
    width: calc( 56 / 375 * 100vw);
    height: 238px;
    height: calc( 238 / 375 * 100vw);
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    display: block;
    cursor: pointer; }
    .sec-ux-case .bx-prev:before, .sec-ux-case .bx-next:before {
      content: '';
      width: 40px;
      width: calc( 40 / 375 * 100vw);
      height: 40px;
      height: calc( 40 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: solid 4px #2DC2CC;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .sec-ux-case .bx-prev:after, .sec-ux-case .bx-next:after {
      content: '';
      width: 15px;
      width: calc( 15 / 375 * 100vw);
      height: 15px;
      height: calc( 15 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: 50%; }
  .sec-ux-case .bx-prev {
    left: 0; }
    .sec-ux-case .bx-prev:before {
      left: 0; }
    .sec-ux-case .bx-prev:after {
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      left: 5px;
      left: calc( 5 / 375 * 100vw);
      border-top: solid 4px #2DC2CC;
      border-left: solid 4px #2DC2CC; }
  .sec-ux-case .bx-next {
    right: 0; }
    .sec-ux-case .bx-next:before {
      right: 0; }
    .sec-ux-case .bx-next:after {
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      right: 5px;
      right: calc( 5 / 375 * 100vw);
      border-top: solid 4px #2DC2CC;
      border-right: solid 4px #2DC2CC; }
  .sec-ux-case .bx-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28px;
    margin-top: calc( 28 / 375 * 100vw); }
    .sec-ux-case .bx-pager .bx-pager-item {
      background: #c4c4c4;
      width: 10px;
      width: calc( 10 / 375 * 100vw);
      height: 10px;
      height: calc( 10 / 375 * 100vw);
      margin-left: 4px;
      margin-left: calc( 4 / 375 * 100vw);
      margin-right: 4px;
      margin-right: calc( 4 / 375 * 100vw);
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sec-ux-case .bx-pager .bx-pager-item a {
        border: none;
        width: 100%;
        height: 100%;
        font-size: 0; }
      .sec-ux-case .bx-pager .bx-pager-item .active {
        background: #2DC2CC; }
  .sec-ux-case .ux-cases {
    position: relative; }
    .sec-ux-case .ux-cases .each-case {
      background: -webkit-gradient(linear, left top, left bottom, from(#2DC2CC), to(#2DC79D));
      background: linear-gradient(to bottom, #2DC2CC, #2DC79D);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 4px;
      height: 100%;
      width: 343px;
      width: calc( 343 / 375 * 100vw);
      max-width: 560px;
      max-width: calc( 560 / 375 * 100vw);
      max-width: 440px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 16px;
      margin-bottom: calc( 16 / 375 * 100vw);
      margin-left: 16px;
      margin-left: calc( 16 / 375 * 100vw);
      margin-right: 16px;
      margin-right: calc( 16 / 375 * 100vw); }
      .sec-ux-case .ux-cases .each-case .each-case-inner {
        background: #FFF;
        padding-top: 17px;
        padding-top: calc( 17 / 375 * 100vw);
        padding-left: 12px;
        padding-left: calc( 12 / 375 * 100vw);
        padding-right: 12px;
        padding-right: calc( 12 / 375 * 100vw);
        padding-bottom: 16px;
        padding-bottom: calc( 16 / 375 * 100vw);
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .sec-ux-case .ux-cases .each-case .each-case-inner .content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .sec-ux-case .ux-cases .each-case .each-case-inner .content .img {
            width: 140px;
            width: calc( 140 / 375 * 100vw);
            height: 80px;
            height: calc( 80 / 375 * 100vw); }
          .sec-ux-case .ux-cases .each-case .each-case-inner .content .txt-area {
            width: 160px;
            width: calc( 160 / 375 * 100vw);
            margin-left: auto;
            position: relative;
            top: -0.2em; }
          .sec-ux-case .ux-cases .each-case .each-case-inner .content .title {
            font-weight: 700;
            /* bold */
            font-size: 16px;
            font-size: calc( 16 / 375 * 100vw);
            margin-bottom: 8px;
            margin-bottom: calc( 8 / 375 * 100vw);
            font-family: 'Noto Sans Japanese'; }
          .sec-ux-case .ux-cases .each-case .each-case-inner .content .client {
            color: #676767;
            font-weight: 500;
            /* medium */
            display: block;
            font-family: 'Noto Sans Japanese';
            font-size: 14px;
            font-size: calc( 14 / 375 * 100vw);
            margin-bottom: 13px;
            margin-bottom: calc( 13 / 375 * 100vw); }
          .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-bottom: 12px;
            margin-bottom: calc( 12 / 375 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
              font-family: 'Noto Sans Japanese';
              font-weight: 700;
              /* bold */
              font-size: 12px;
              font-size: calc( 12 / 375 * 100vw);
              background: #dedede;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              color: #676767;
              margin-right: 4px;
              margin-right: calc( 4 / 375 * 100vw);
              margin-bottom: 10px;
              margin-bottom: calc( 10 / 375 * 100vw);
              min-width: 77px;
              min-width: calc( 77 / 375 * 100vw);
              height: 23px;
              height: calc( 23 / 375 * 100vw);
              border-radius: 12px;
              border-radius: calc( 12 / 375 * 100vw);
              padding-left: 8px;
              padding-left: calc( 8 / 375 * 100vw);
              padding-right: 8px;
              padding-right: calc( 8 / 375 * 100vw);
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; }
        .sec-ux-case .ux-cases .each-case .each-case-inner .desc {
          font-size: 14px;
          font-size: calc( 14 / 375 * 100vw);
          letter-spacing: 0.02em;
          margin-bottom: 12px;
          margin-bottom: calc( 12 / 375 * 100vw); }
        .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
          background: #000;
          width: 293px;
          width: calc( 293 / 375 * 100vw);
          height: 48px;
          height: calc( 48 / 375 * 100vw);
          border-radius: 6px;
          border-radius: calc( 6 / 375 * 100vw);
          max-width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: auto auto 0 auto;
          color: #FFF;
          font-weight: 700;
          /* bold */
          line-height: 1;
          position: relative;
          font-size: 14px;
          font-size: calc( 14 / 375 * 100vw); }
          .sec-ux-case .ux-cases .each-case .each-case-inner .btn .arrow {
            width: 16px;
            width: calc( 16 / 375 * 100vw);
            height: 14px;
            height: calc( 14 / 375 * 100vw);
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 16px;
            right: calc( 16 / 375 * 100vw); }

.sec-ux-client {
  padding-top: 29px;
  padding-top: calc( 29 / 375 * 100vw);
  padding-bottom: 53px;
  padding-bottom: calc( 53 / 375 * 100vw);
  border-bottom: solid 1px #2DC2CC; }
  .sec-ux-client .ux-client-head {
    margin-bottom: 26px;
    margin-bottom: calc( 26 / 375 * 100vw); }
  .sec-ux-client .ux-clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 352px;
    width: calc( 352 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto; }
    .sec-ux-client .ux-clients .each-client {
      border-radius: 5px;
      border-radius: calc( 5 / 375 * 100vw);
      margin-bottom: 15px;
      margin-bottom: calc( 15 / 375 * 100vw);
      padding-left: 10px;
      padding-left: calc( 10 / 375 * 100vw);
      padding-right: 10px;
      padding-right: calc( 10 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #FFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden; }
      .sec-ux-client .ux-clients .each-client img {
        max-height: 100%; }

.ux-bg-arrow {
  background-repeat: no-repeat; }

.sec-ux-needs {
  padding-top: 48px;
  padding-top: calc( 48 / 375 * 100vw);
  padding-bottom: 32px;
  padding-bottom: calc( 32 / 375 * 100vw);
  border-top: solid 1px #74DA9C;
  border-bottom: solid 1px #74DA9C; }
  .sec-ux-needs .ux-needs-head {
    margin-bottom: 32px;
    margin-bottom: calc( 32 / 375 * 100vw); }
  .sec-ux-needs .ux-needs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .sec-ux-needs .each-needs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    margin-bottom: 21px;
    margin-bottom: calc( 21 / 375 * 100vw);
    margin-left: 0px;
    margin-left: calc( 0 / 375 * 100vw);
    margin-right: 0px;
    margin-right: calc( 0 / 375 * 100vw); }
    .sec-ux-needs .each-needs.bnr {
      margin-bottom: 37px;
      margin-bottom: calc( 37 / 375 * 100vw);
      height: 100px;
      height: calc( 100 / 375 * 100vw); }
    .sec-ux-needs .each-needs .needs-picto {
      width: 88px;
      width: calc( 88 / 375 * 100vw);
      height: 88px;
      height: calc( 88 / 375 * 100vw);
      margin-right: 16px;
      margin-right: calc( 16 / 375 * 100vw); }
    .sec-ux-needs .each-needs .needs-name {
      font-size: 16px;
      font-size: calc( 16 / 375 * 100vw);
      font-weight: 700;
      /* bold */
      display: block;
      margin-bottom: 10px;
      margin-bottom: calc( 10 / 375 * 100vw); }
    .sec-ux-needs .each-needs .needs-desc {
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      letter-spacing: 0.02em;
      width: 239px;
      width: calc( 239 / 375 * 100vw); }

.sec-ux-service {
  padding-top: 54px;
  padding-top: calc( 54 / 375 * 100vw);
  padding-bottom: 40px;
  padding-bottom: calc( 40 / 375 * 100vw); }
  .sec-ux-service .ux-service-head {
    color: #868686;
    font-weight: 400;
    /* regular */
    font-size: 28px;
    font-size: calc( 28 / 375 * 100vw);
    text-align: center;
    margin-bottom: 32px;
    margin-bottom: calc( 32 / 375 * 100vw); }
  .sec-ux-service .service {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 16px;
    margin-bottom: calc( 16 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto; }
    .sec-ux-service .service.dx {
      background: -webkit-gradient(linear, left top, left bottom, from(#75DB9B), to(#2DC2CC));
      background: linear-gradient(to bottom, #75DB9B 0%, #2DC2CC 100%); }
      .sec-ux-service .service.dx .green {
        color: #75DB9B; }
      .sec-ux-service .service.dx .desc-area .picto {
        width: 160px;
        width: calc( 160 / 375 * 100vw); }
    .sec-ux-service .service.ux {
      background: -webkit-gradient(linear, left top, left bottom, from(#2DC2CC), to(#75DB9B));
      background: linear-gradient(to bottom, #2DC2CC 0%, #75DB9B 100%); }
      .sec-ux-service .service.ux .green {
        color: #2DC2CC; }
      .sec-ux-service .service.ux .desc-area .picto {
        width: 164px;
        width: calc( 164 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .sec-ux-service .service.ux .feature-name {
        font-weight: 600;
        /* semibold */
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-top: 0.1em; }
    .sec-ux-service .service .service-inner {
      width: 100%;
      background: #FFF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 16px;
      padding-top: calc( 16 / 375 * 100vw);
      padding-bottom: 29px;
      padding-bottom: calc( 29 / 375 * 100vw);
      padding-left: 0px;
      padding-left: calc( 0 / 375 * 100vw);
      padding-right: 0px;
      padding-right: calc( 0 / 375 * 100vw); }
    .sec-ux-service .service .service-name {
      text-align: center;
      font-size: 40px;
      font-size: calc( 40 / 375 * 100vw);
      letter-spacing: 0.04em;
      margin-bottom: 20px;
      margin-bottom: calc( 20 / 375 * 100vw); }
    .sec-ux-service .service .desc-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px;
      margin-bottom: calc( 25 / 375 * 100vw); }
      .sec-ux-service .service .desc-area .picto {
        margin-bottom: 19px;
        margin-bottom: calc( 19 / 375 * 100vw);
        height: 101px;
        height: calc( 101 / 375 * 100vw); }
      .sec-ux-service .service .desc-area .desc {
        font-family: 'Noto Sans Japanese';
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        font-weight: 700;
        /* bold */
        text-align: center;
        line-height: 1.5; }
    .sec-ux-service .service .features-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0px;
      margin-bottom: calc( 0 / 375 * 100vw); }
      .sec-ux-service .service .features-area .each-feature {
        width: 126px;
        width: calc( 126 / 375 * 100vw);
        margin-bottom: 16px;
        margin-bottom: calc( 16 / 375 * 100vw);
        margin-left: 11px;
        margin-left: calc( 11 / 375 * 100vw);
        margin-right: 11px;
        margin-right: calc( 11 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .sec-ux-service .service .features-area .picto {
        width: 60px;
        width: calc( 60 / 375 * 100vw);
        height: 60px;
        height: calc( 60 / 375 * 100vw);
        margin-bottom: 10px;
        margin-bottom: calc( 10 / 375 * 100vw); }
      .sec-ux-service .service .features-area .feature-name {
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        font-weight: 600;
        /* semibold */
        margin-bottom: 5px;
        margin-bottom: calc( 5 / 375 * 100vw);
        height: 27px;
        height: calc( 27 / 375 * 100vw); }
      .sec-ux-service .service .features-area .feature-desc {
        font-size: 12px;
        font-size: calc( 12 / 375 * 100vw);
        width: 100%;
        font-family: 'Noto Sans Japanese';
        text-align: center; }
    .sec-ux-service .service .btn {
      font-family: 'Noto Sans Japanese';
      font-weight: 700;
      /* bold */
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      line-height: 1;
      background: #000;
      color: #FFF;
      border-radius: 6px;
      width: 293px;
      width: calc( 293 / 375 * 100vw);
      height: 48px;
      height: calc( 48 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      margin-top: calc( 10 / 375 * 100vw); }
      .sec-ux-service .service .btn .arrow {
        width: 16px;
        position: absolute;
        top: 50%;
        right: 17px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

.sec-engine-overview {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 2px;
  padding-bottom: calc( 2 / 375 * 100vw);
  background-image: url(../images/bg_arrow01-sp.png);
  background-size: calc(358 / 375 * 100vw);
  background-position: top left;
  background-repeat: no-repeat; }
  .sec-engine-overview .engine-overview-head {
    margin-bottom: 17px;
    margin-bottom: calc( 17 / 375 * 100vw); }
  .sec-engine-overview .engine-overview-desc {
    text-align: center;
    font-family: 'Noto Sans Japanese';
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw);
    margin-bottom: 48px;
    margin-bottom: calc( 48 / 375 * 100vw); }

section.sec-engine-features {
  border-top: solid 1px #2DCC70;
  padding-top: 44px;
  padding-top: calc( 44 / 375 * 100vw);
  border-top: solid 1px #2DCC70;
  padding-bottom: 0px;
  padding-bottom: calc( 0 / 375 * 100vw); }
  section.sec-engine-features .engine-features-head {
    margin-bottom: 20px;
    margin-bottom: calc( 20 / 375 * 100vw); }
  section.sec-engine-features .engine-features .each-feature {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2DCC70), to(#2DCC70));
    background: linear-gradient(to bottom, #2DCC70, #2DCC70);
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    margin-left: 0px;
    margin-left: calc( 0 / 375 * 100vw);
    margin-right: 0px;
    margin-right: calc( 0 / 375 * 100vw);
    margin-bottom: 16px;
    margin-bottom: calc( 16 / 375 * 100vw); }
    section.sec-engine-features .engine-features .each-feature .each-feature-inner {
      background: #FFF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100%;
      padding-top: 16px;
      padding-top: calc( 16 / 375 * 100vw);
      padding-bottom: 26px;
      padding-bottom: calc( 26 / 375 * 100vw);
      padding-left: 12px;
      padding-left: calc( 12 / 375 * 100vw);
      padding-right: 12px;
      padding-right: calc( 12 / 375 * 100vw); }
    section.sec-engine-features .engine-features .each-feature .feature-lead {
      font-size: 18px;
      font-size: calc( 18 / 375 * 100vw);
      font-weight: 700;
      /* bold */
      text-align: center;
      font-family: 'Noto Sans Japanese';
      margin-bottom: 10px;
      margin-bottom: calc( 10 / 375 * 100vw); }
    section.sec-engine-features .engine-features .each-feature .feature-desc {
      font-family: 'Noto Sans Japanese';
      font-weight: 400;
      /* regular */
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      letter-spacing: 0.04em;
      line-height: calc(24 / 14);
      margin-bottom: 18px;
      margin-bottom: calc( 18 / 375 * 100vw); }
      section.sec-engine-features .engine-features .each-feature .feature-desc.feature03 {
        letter-spacing: 0; }
    section.sec-engine-features .engine-features .each-feature .feature-img {
      height: autopx;
      height: calc( auto / 375 * 100vw);
      position: relative; }
      section.sec-engine-features .engine-features .each-feature .feature-img.feature01 {
        width: 292px;
        width: calc( 292 / 375 * 100vw);
        left: -4px;
        left: calc( -4 / 375 * 100vw); }
      section.sec-engine-features .engine-features .each-feature .feature-img.feature02 {
        width: 303px;
        width: calc( 303 / 375 * 100vw);
        top: 0px;
        top: calc( 0 / 375 * 100vw);
        left: -2px;
        left: calc( -2 / 375 * 100vw); }
      section.sec-engine-features .engine-features .each-feature .feature-img.feature03 {
        width: 288px;
        width: calc( 288 / 375 * 100vw);
        top: 0px;
        top: calc( 0 / 375 * 100vw);
        left: 6px;
        left: calc( 6 / 375 * 100vw); }

.sec-engine-cases {
  background: -webkit-gradient(linear, left top, left bottom, from(#6FD99F), color-stop(86.32%, #2DC2CC));
  background: linear-gradient(180deg, #6FD99F 0%, #2DC2CC 86.32%);
  padding-top: 34px;
  padding-top: calc( 34 / 375 * 100vw);
  padding-bottom: 32px;
  padding-bottom: calc( 32 / 375 * 100vw); }
  .sec-engine-cases .engine-cases-head {
    margin-bottom: 21px;
    margin-bottom: calc( 21 / 375 * 100vw); }
  .sec-engine-cases .engine-cases .each-case {
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 14px;
    padding-top: calc( 14 / 375 * 100vw);
    padding-bottom: 22px;
    padding-bottom: calc( 22 / 375 * 100vw);
    padding-left: 16px;
    padding-left: calc( 16 / 375 * 100vw);
    padding-right: 16px;
    padding-right: calc( 16 / 375 * 100vw);
    margin-left: 16px;
    margin-left: calc( 16 / 375 * 100vw);
    margin-right: 16px;
    margin-right: calc( 16 / 375 * 100vw);
    margin-bottom: 16px;
    margin-bottom: calc( 16 / 375 * 100vw);
    background: #FFF; }
    .sec-engine-cases .engine-cases .each-case .case-client {
      font-size: 18px;
      font-size: calc( 18 / 375 * 100vw);
      font-weight: 700;
      /* bold */
      font-family: 'Noto Sans Japanese';
      line-height: calc(28 / 18);
      margin-bottom: 9px;
      margin-bottom: calc( 9 / 375 * 100vw); }
    .sec-engine-cases .engine-cases .each-case .case-desc {
      font-family: 'Noto Sans Japanese';
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      color: #2b2b2b;
      letter-spacing: 0.02em;
      line-height: calc(24 / 14); }
    .sec-engine-cases .engine-cases .each-case .arrow {
      width: 28px;
      width: calc( 28 / 375 * 100vw);
      height: 25px;
      height: calc( 25 / 375 * 100vw); }
    .sec-engine-cases .engine-cases .each-case .phone {
      width: 200px;
      width: calc( 200 / 375 * 100vw);
      height: 410px;
      height: calc( 410 / 375 * 100vw);
      padding-top: 3px;
      padding-top: calc( 3 / 375 * 100vw);
      padding-bottom: 3px;
      padding-bottom: calc( 3 / 375 * 100vw);
      padding-left: 5px;
      padding-left: calc( 5 / 375 * 100vw);
      padding-right: 5px;
      padding-right: calc( 5 / 375 * 100vw);
      margin-left: auto;
      margin-right: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      .sec-engine-cases .engine-cases .each-case .phone:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 10;
        background-image: url(../images/img_phone_green.png);
        background-size: cover; }
      .sec-engine-cases .engine-cases .each-case .phone .phone-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 100%;
        background: #000;
        overflow: hidden;
        border-radius: 20px;
        border-radius: calc( 20 / 375 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone .phone-inner.pink {
          background: #ec51a0; }
      .sec-engine-cases .engine-cases .each-case .phone img {
        overflow: hidden;
        width: 100%;
        height: 100%; }
      .sec-engine-cases .engine-cases .each-case .phone.grey:after {
        background-image: url(../images/img_phone_grey.png);
        background-size: cover; }
      .sec-engine-cases .engine-cases .each-case .phone.half {
        width: 120px;
        width: calc( 120 / 375 * 100vw);
        height: 246px;
        height: calc( 246 / 375 * 100vw);
        padding-top: 3px;
        padding-top: calc( 3 / 375 * 100vw);
        padding-bottom: 3px;
        padding-bottom: calc( 3 / 375 * 100vw);
        padding-left: 3px;
        padding-left: calc( 3 / 375 * 100vw);
        padding-right: 3px;
        padding-right: calc( 3 / 375 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone.half .phone-inner {
          border-radius: 7px;
          border-radius: calc( 7 / 375 * 100vw); }
    .sec-engine-cases .engine-cases .each-case .case-img-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 11px;
      margin-bottom: calc( 11 / 375 * 100vw); }
    .sec-engine-cases .engine-cases .each-case .case-video {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 11px;
      margin-bottom: calc( 11 / 375 * 100vw); }
      .sec-engine-cases .engine-cases .each-case .case-video video {
        width: 100%; }

.sec-engine-function {
  padding-top: 51px;
  padding-top: calc( 51 / 375 * 100vw); }
  .sec-engine-function .engine-function-head {
    margin-bottom: 20px;
    margin-bottom: calc( 20 / 375 * 100vw); }
  .sec-engine-function .each-function {
    position: relative;
    margin-bottom: 184px;
    margin-bottom: calc( 184 / 375 * 100vw); }
    .sec-engine-function .each-function.function01 {
      margin-bottom: 164px;
      margin-bottom: calc( 164 / 375 * 100vw); }
    .sec-engine-function .each-function.left .function-gradient {
      background: linear-gradient(116.6deg, #2DC79D 0%, #2DC2CC 100.11%); }
    .sec-engine-function .each-function.left .function-txt-area {
      right: 32px;
      right: calc( 32 / 375 * 100vw);
      padding-right: 0px;
      padding-right: calc( 0 / 375 * 100vw); }
    .sec-engine-function .each-function.left .function-img {
      left: 32px;
      left: calc( 32 / 375 * 100vw); }
    .sec-engine-function .each-function.right .function-gradient {
      background: linear-gradient(63.37deg, #2DC2CC 0%, #2DC79D 100%);
      margin-left: auto; }
    .sec-engine-function .each-function.right .function-txt-area {
      left: 32px;
      left: calc( 32 / 375 * 100vw);
      padding-left: 0px;
      padding-left: calc( 0 / 375 * 100vw); }
    .sec-engine-function .each-function.right .function-img {
      right: 32px;
      right: calc( 32 / 375 * 100vw); }
    .sec-engine-function .each-function .function-gradient {
      width: 359px;
      width: calc( 359 / 375 * 100vw);
      height: 180px;
      height: calc( 180 / 375 * 100vw); }
    .sec-engine-function .each-function .function-txt-area {
      width: 311px;
      width: calc( 311 / 375 * 100vw);
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 22px;
      padding-top: calc( 22 / 375 * 100vw); }
    .sec-engine-function .each-function .function-name {
      font-size: 20px;
      font-size: calc( 20 / 375 * 100vw);
      color: #FFF;
      font-weight: 700;
      /* bold */
      display: block;
      margin-bottom: 0px;
      margin-bottom: calc( 0 / 375 * 100vw); }
    .sec-engine-function .each-function .function-desc {
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      line-height: calc(24 / 14);
      letter-spacing: 0.02em;
      font-weight: 400;
      /* regular */ }
    .sec-engine-function .each-function .function-img {
      width: 311px;
      width: calc( 311 / 375 * 100vw);
      height: 180px;
      height: calc( 180 / 375 * 100vw);
      position: absolute;
      top: 68px;
      top: calc( 68 / 375 * 100vw); }
      .sec-engine-function .each-function .function-img.function02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .sec-engine-function .each-function .function-img.function02 img {
          height: 180px;
          height: calc( 180 / 375 * 100vw); }

.sec-common-services {
  padding-top: 26px;
  padding-top: calc( 26 / 375 * 100vw);
  padding-bottom: 40px;
  padding-bottom: calc( 40 / 375 * 100vw);
  margin-bottom: 32px;
  margin-bottom: calc( 32 / 375 * 100vw);
  background-image: url(../images/bg02-sp.jpg);
  background-size: cover; }
  .sec-common-services .common-services-head {
    margin-bottom: 36px;
    margin-bottom: calc( 36 / 375 * 100vw); }
  .sec-common-services .common-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sec-common-services .common-service .each-service {
      width: 343px;
      width: calc( 343 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 37px;
      padding-top: calc( 37 / 375 * 100vw);
      padding-left: 16px;
      padding-left: calc( 16 / 375 * 100vw);
      padding-right: 16px;
      padding-right: calc( 16 / 375 * 100vw);
      padding-bottom: 34px;
      padding-bottom: calc( 34 / 375 * 100vw);
      margin-left: 0px;
      margin-left: calc( 0 / 375 * 100vw);
      margin-right: 0px;
      margin-right: calc( 0 / 375 * 100vw);
      margin-bottom: 16px;
      margin-bottom: calc( 16 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #FFF; }
      .sec-common-services .common-service .each-service .service-picto {
        width: 80px;
        width: calc( 80 / 375 * 100vw);
        height: 80px;
        height: calc( 80 / 375 * 100vw);
        margin-bottom: 21px;
        margin-bottom: calc( 21 / 375 * 100vw); }
        .sec-common-services .common-service .each-service .service-picto svg {
          width: 100%; }
      .sec-common-services .common-service .each-service .service-copy {
        font-weight: 700;
        /* bold */
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        margin-bottom: 6px;
        margin-bottom: calc( 6 / 375 * 100vw); }
      .sec-common-services .common-service .each-service .service-name {
        font-weight: 700;
        /* bold */
        font-size: 20px;
        font-size: calc( 20 / 375 * 100vw);
        margin-bottom: 14px;
        margin-bottom: calc( 14 / 375 * 100vw); }
      .sec-common-services .common-service .each-service .service-desc {
        color: #2b2b2b;
        font-family: 'Noto Sans Japanese';
        letter-spacing: 0.02em;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        margin-bottom: 41px;
        margin-bottom: calc( 41 / 375 * 100vw);
        max-width: 100%; }
      .sec-common-services .common-service .each-service .service-btn {
        background: #000;
        width: 293px;
        width: calc( 293 / 375 * 100vw);
        height: 48px;
        height: calc( 48 / 375 * 100vw);
        border-radius: 6px;
        border-radius: calc( 6 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: auto auto 0 auto;
        color: #FFF;
        font-weight: 700;
        /* bold */
        line-height: 1;
        position: relative;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw); }
        .sec-common-services .common-service .each-service .service-btn .arrow {
          width: 16px;
          width: calc( 16 / 375 * 100vw);
          height: 14px;
          height: calc( 14 / 375 * 100vw);
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 16px;
          right: calc( 16 / 375 * 100vw); }

.sec-team-overview {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 2px;
  padding-bottom: calc( 2 / 375 * 100vw);
  background-image: url(../images/bg_arrow01-sp.png);
  background-size: calc(358 / 375 * 100vw);
  background-position: top left;
  background-repeat: no-repeat; }
  .sec-team-overview .team-overview-head {
    margin-bottom: 17px;
    margin-bottom: calc( 17 / 375 * 100vw); }
  .sec-team-overview .team-overview-desc {
    text-align: center;
    font-family: 'Noto Sans Japanese';
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw);
    margin-bottom: 48px;
    margin-bottom: calc( 48 / 375 * 100vw); }

section.sec-team-features {
  border-top: solid 1px #2DCC70;
  padding-top: 44px;
  padding-top: calc( 44 / 375 * 100vw);
  border-top: solid 1px #2DCC70;
  padding-bottom: 0px;
  padding-bottom: calc( 0 / 375 * 100vw); }
  section.sec-team-features .team-features-head {
    margin-bottom: 32px;
    margin-bottom: calc( 32 / 375 * 100vw); }
  section.sec-team-features .team-features .each-feature {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px;
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    margin-left: 0px;
    margin-left: calc( 0 / 375 * 100vw);
    margin-right: 0px;
    margin-right: calc( 0 / 375 * 100vw);
    margin-bottom: 16px;
    margin-bottom: calc( 16 / 375 * 100vw); }
    section.sec-team-features .team-features .each-feature .each-feature-inner {
      background: #FFF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100%;
      padding-top: 16px;
      padding-top: calc( 16 / 375 * 100vw);
      padding-bottom: 21px;
      padding-bottom: calc( 21 / 375 * 100vw);
      padding-left: 12px;
      padding-left: calc( 12 / 375 * 100vw);
      padding-right: 12px;
      padding-right: calc( 12 / 375 * 100vw); }
      section.sec-team-features .team-features .each-feature .each-feature-inner.feature02 {
        padding-top: 27px;
        padding-top: calc( 27 / 375 * 100vw); }
        section.sec-team-features .team-features .each-feature .each-feature-inner.feature02 .feature-img {
          margin-bottom: 35px;
          margin-bottom: calc( 35 / 375 * 100vw); }
      section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 {
        padding-top: 17px;
        padding-top: calc( 17 / 375 * 100vw); }
        section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 .feature-img {
          margin-bottom: 29px;
          margin-bottom: calc( 29 / 375 * 100vw); }
        section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 .feature-lead {
          margin-bottom: 11px;
          margin-bottom: calc( 11 / 375 * 100vw); }
    section.sec-team-features .team-features .each-feature .feature-lead {
      font-size: 18px;
      font-size: calc( 18 / 375 * 100vw);
      font-weight: 700;
      /* bold */
      text-align: center;
      font-family: 'Noto Sans Japanese';
      margin-bottom: 10px;
      margin-bottom: calc( 10 / 375 * 100vw); }
    section.sec-team-features .team-features .each-feature .feature-desc {
      font-family: 'Noto Sans Japanese';
      font-weight: 400;
      /* regular */
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      letter-spacing: 0.04em;
      line-height: calc(24 / 14); }
      section.sec-team-features .team-features .each-feature .feature-desc.feature03 {
        letter-spacing: 0; }
    section.sec-team-features .team-features .each-feature .feature-img {
      height: autopx;
      height: calc( auto / 375 * 100vw);
      position: relative;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 24px;
      margin-bottom: calc( 24 / 375 * 100vw); }
      section.sec-team-features .team-features .each-feature .feature-img img {
        width: 100%;
        height: auto; }
      section.sec-team-features .team-features .each-feature .feature-img.feature01 {
        width: 226px;
        width: calc( 226 / 375 * 100vw); }
      section.sec-team-features .team-features .each-feature .feature-img.feature02 {
        width: 231px;
        width: calc( 231 / 375 * 100vw); }
      section.sec-team-features .team-features .each-feature .feature-img.feature03 {
        width: 216px;
        width: calc( 216 / 375 * 100vw); }

.sec-team-support {
  padding-top: 35px;
  padding-top: calc( 35 / 375 * 100vw);
  padding-bottom: 35px;
  padding-bottom: calc( 35 / 375 * 100vw); }
  .sec-team-support .team-support-head {
    font-size: 18px;
    font-size: calc( 18 / 375 * 100vw);
    text-align: center;
    margin-bottom: 33px;
    margin-bottom: calc( 33 / 375 * 100vw); }
  .sec-team-support .team-support-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-left: calc( 20 / 375 * 100vw);
    padding-right: 16px;
    padding-right: calc( 16 / 375 * 100vw); }
    .sec-team-support .team-support-list .each-support {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 33px;
      margin-bottom: calc( 33 / 375 * 100vw); }
      .sec-team-support .team-support-list .each-support .support-picto {
        width: 34px;
        width: calc( 34 / 375 * 100vw);
        position: relative;
        top: 14px;
        top: calc( 14 / 375 * 100vw); }
      .sec-team-support .team-support-list .each-support .support-txt-area {
        width: 280px;
        width: calc( 280 / 375 * 100vw);
        margin-left: auto; }
      .sec-team-support .team-support-list .each-support .support-role {
        display: block;
        font-family: 'Montserrat', YuGothic, 'Yu Gothic', sans-serif;
        font-weight: 700;
        /* bold */
        font-size: 24px;
        font-size: calc( 24 / 375 * 100vw);
        margin-bottom: 7px;
        margin-bottom: calc( 7 / 375 * 100vw); }
      .sec-team-support .team-support-list .each-support .support-desc {
        font-family: 'Noto Sans Japanese';
        font-weight: 400;
        /* regular */
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        line-height: calc(26 / 16);
        letter-spacing: 0.04em; }
  .sec-team-support .team-support-img {
    width: 0px;
    width: calc( 0 / 375 * 100vw);
    max-width: 1200px;
    margin: 0 auto; }

.sec-team-services {
  padding-top: 26px;
  padding-top: calc( 26 / 375 * 100vw);
  padding-bottom: 40px;
  padding-bottom: calc( 40 / 375 * 100vw);
  margin-bottom: 32px;
  margin-bottom: calc( 32 / 375 * 100vw);
  background-image: url(../images/bg03-sp.jpg);
  background-size: cover; }
  .sec-team-services .team-services-head {
    margin-bottom: 36px;
    margin-bottom: calc( 36 / 375 * 100vw); }
  .sec-team-services .team-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sec-team-services .team-service .each-service {
      width: 343px;
      width: calc( 343 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 37px;
      padding-top: calc( 37 / 375 * 100vw);
      padding-left: 16px;
      padding-left: calc( 16 / 375 * 100vw);
      padding-right: 16px;
      padding-right: calc( 16 / 375 * 100vw);
      padding-bottom: 34px;
      padding-bottom: calc( 34 / 375 * 100vw);
      margin-left: 0px;
      margin-left: calc( 0 / 375 * 100vw);
      margin-right: 0px;
      margin-right: calc( 0 / 375 * 100vw);
      margin-bottom: 16px;
      margin-bottom: calc( 16 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #FFF; }
      .sec-team-services .team-service .each-service .service-picto {
        width: 80px;
        width: calc( 80 / 375 * 100vw);
        height: 80px;
        height: calc( 80 / 375 * 100vw);
        margin-bottom: 21px;
        margin-bottom: calc( 21 / 375 * 100vw); }
        .sec-team-services .team-service .each-service .service-picto svg {
          width: 100%; }
      .sec-team-services .team-service .each-service .service-copy {
        font-weight: 700;
        /* bold */
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        margin-bottom: 6px;
        margin-bottom: calc( 6 / 375 * 100vw); }
      .sec-team-services .team-service .each-service .service-name {
        font-weight: 700;
        /* bold */
        font-size: 20px;
        font-size: calc( 20 / 375 * 100vw);
        margin-bottom: 14px;
        margin-bottom: calc( 14 / 375 * 100vw); }
      .sec-team-services .team-service .each-service .service-desc {
        color: #2b2b2b;
        font-family: 'Noto Sans Japanese';
        letter-spacing: 0.02em;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        margin-bottom: 41px;
        margin-bottom: calc( 41 / 375 * 100vw);
        max-width: 100%; }
      .sec-team-services .team-service .each-service .service-btn {
        background: #000;
        width: 293px;
        width: calc( 293 / 375 * 100vw);
        height: 48px;
        height: calc( 48 / 375 * 100vw);
        border-radius: 6px;
        border-radius: calc( 6 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: auto auto 0 auto;
        color: #FFF;
        font-weight: 700;
        /* bold */
        line-height: 1;
        position: relative;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw); }
        .sec-team-services .team-service .each-service .service-btn .arrow {
          width: 16px;
          width: calc( 16 / 375 * 100vw);
          height: 14px;
          height: calc( 14 / 375 * 100vw);
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 16px;
          right: calc( 16 / 375 * 100vw); }

.bg-arrow {
  background-image: url(../images/bg_arrow01-sp.png);
  background-size: calc(358 / 375 * 100vw);
  background-position: top left;
  background-repeat: no-repeat; }

.sec-video-overview {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 2px;
  padding-bottom: calc( 2 / 375 * 100vw); }
  .sec-video-overview .video-overview-head {
    margin-top: -3px;
    margin-top: calc( -3 / 375 * 100vw);
    margin-bottom: 24px;
    margin-bottom: calc( 24 / 375 * 100vw);
    line-height: calc(28 / 20); }
  .sec-video-overview .video-advantage {
    width: 311px;
    width: calc( 311 / 375 * 100vw);
    margin: 0 auto;
    position: relative;
    padding-bottom: 48px;
    padding-bottom: calc( 48 / 375 * 100vw); }
    .sec-video-overview .video-advantage .video-advantage-inner {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .sec-video-overview .video-advantage .each-advantage {
      width: 311px;
      width: calc( 311 / 375 * 100vw);
      margin-left: 0px;
      margin-left: calc( 0 / 375 * 100vw);
      margin-right: 0px;
      margin-right: calc( 0 / 375 * 100vw);
      margin-bottom: 34px;
      margin-bottom: calc( 34 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .sec-video-overview .video-advantage .each-advantage:last-of-type {
        margin-bottom: 0; }
      .sec-video-overview .video-advantage .each-advantage .advantage-picto {
        width: 145px;
        width: calc( 145 / 375 * 100vw);
        margin-bottom: 10px;
        margin-bottom: calc( 10 / 375 * 100vw); }
      .sec-video-overview .video-advantage .each-advantage .advantage-lead {
        color: #2b2b2b;
        font-weight: 700;
        /* bold */
        letter-spacing: 0.02em;
        font-size: 18px;
        font-size: calc( 18 / 375 * 100vw);
        line-height: calc(32 / 20);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 7px;
        margin-bottom: calc( 7 / 375 * 100vw); }
      .sec-video-overview .video-advantage .each-advantage .advantage-desc {
        color: #2b2b2b;
        font-weight: 400;
        /* regular */
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        letter-spacing: 0.02em;
        max-width: 100%; }

.sec-video-cases {
  padding-bottom: 27px;
  padding-bottom: calc( 27 / 375 * 100vw); }
  .sec-video-cases .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative; }
  .sec-video-cases .bx-prev, .sec-video-cases .bx-next {
    width: 56px;
    width: calc( 56 / 375 * 100vw);
    height: 238px;
    height: calc( 238 / 375 * 100vw);
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    display: block;
    cursor: pointer; }
    .sec-video-cases .bx-prev:before, .sec-video-cases .bx-next:before {
      content: '';
      width: 40px;
      width: calc( 40 / 375 * 100vw);
      height: 40px;
      height: calc( 40 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: solid 4px #2DC2CC;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .sec-video-cases .bx-prev:after, .sec-video-cases .bx-next:after {
      content: '';
      width: 15px;
      width: calc( 15 / 375 * 100vw);
      height: 15px;
      height: calc( 15 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: 50%; }
  .sec-video-cases .bx-prev {
    left: 0; }
    .sec-video-cases .bx-prev:before {
      left: 0; }
    .sec-video-cases .bx-prev:after {
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      left: 5px;
      left: calc( 5 / 375 * 100vw);
      border-top: solid 4px #2DC2CC;
      border-left: solid 4px #2DC2CC; }
  .sec-video-cases .bx-next {
    right: 0; }
    .sec-video-cases .bx-next:before {
      right: 0; }
    .sec-video-cases .bx-next:after {
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      right: 5px;
      right: calc( 5 / 375 * 100vw);
      border-top: solid 4px #2DC2CC;
      border-right: solid 4px #2DC2CC; }
  .sec-video-cases .bx-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28px;
    margin-top: calc( 28 / 375 * 100vw); }
    .sec-video-cases .bx-pager .bx-pager-item {
      background: #c4c4c4;
      width: 10px;
      width: calc( 10 / 375 * 100vw);
      height: 10px;
      height: calc( 10 / 375 * 100vw);
      margin-left: 4px;
      margin-left: calc( 4 / 375 * 100vw);
      margin-right: 4px;
      margin-right: calc( 4 / 375 * 100vw);
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sec-video-cases .bx-pager .bx-pager-item a {
        border: none;
        width: 100%;
        height: 100%;
        font-size: 0; }
      .sec-video-cases .bx-pager .bx-pager-item .active {
        background: #2DC2CC; }

.video-cases {
  position: relative; }
  .video-cases .each-case {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    max-width: 560px;
    max-width: calc( 560 / 375 * 100vw);
    max-width: 440px;
    margin-bottom: 23px;
    margin-bottom: calc( 23 / 375 * 100vw);
    margin-left: 16px;
    margin-left: calc( 16 / 375 * 100vw);
    margin-right: 16px;
    margin-right: calc( 16 / 375 * 100vw);
    font-family: 'Noto Sans Japanese'; }
    .video-cases .each-case .each-case-inner {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .video-cases .each-case .each-case-inner .title {
        background: linear-gradient(97.4deg, #2DCC70 0%, #2DC2CC 98.4%);
        color: #FFF;
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 32px;
        height: calc( 32 / 375 * 100vw);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 16px;
        padding-left: calc( 16 / 375 * 100vw);
        padding-right: 16px;
        padding-right: calc( 16 / 375 * 100vw);
        line-height: 1; }
      .video-cases .each-case .each-case-inner .video {
        margin-bottom: 10px;
        margin-bottom: calc( 10 / 375 * 100vw); }
        .video-cases .each-case .each-case-inner .video video {
          width: 100%; }
      .video-cases .each-case .each-case-inner .txt-area .client {
        color: #676767;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        display: block;
        text-align: center;
        margin-bottom: 10px;
        margin-bottom: calc( 10 / 375 * 100vw); }
      .video-cases .each-case .each-case-inner .txt-area .desc {
        color: #2b2b2b;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        text-align: center;
        letter-spacing: 0.02em;
        line-height: calc(22 / 14); }

.sec-video-price {
  background: -webkit-gradient(linear, left top, left bottom, from(#6FD99F), color-stop(86.32%, #2DC2CC));
  background: linear-gradient(180deg, #6FD99F 0%, #2DC2CC 86.32%);
  padding-top: 30px;
  padding-top: calc( 30 / 375 * 100vw);
  padding-bottom: 29px;
  padding-bottom: calc( 29 / 375 * 100vw);
  margin-bottom: 30px;
  margin-bottom: calc( 30 / 375 * 100vw); }
  .sec-video-price .video-price-head {
    margin-bottom: 24px;
    margin-bottom: calc( 24 / 375 * 100vw); }
  .sec-video-price .video-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sec-video-price .video-price .each-price {
      width: 343px;
      width: calc( 343 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 16px;
      padding-top: calc( 16 / 375 * 100vw);
      padding-bottom: 25px;
      padding-bottom: calc( 25 / 375 * 100vw);
      margin-left: 0px;
      margin-left: calc( 0 / 375 * 100vw);
      margin-right: 0px;
      margin-right: calc( 0 / 375 * 100vw);
      margin-bottom: 16px;
      margin-bottom: calc( 16 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #FFF; }
      .sec-video-price .video-price .each-price .price-title {
        display: block;
        text-align: center;
        letter-spacing: 0.04em;
        font-size: 18px;
        font-size: calc( 18 / 375 * 100vw);
        font-weight: 700;
        /* bold */
        font-family: 'Noto Sans Japanese';
        margin-bottom: 17px;
        margin-bottom: calc( 17 / 375 * 100vw); }
      .sec-video-price .video-price .each-price .price-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 57px;
        padding-left: calc( 57 / 375 * 100vw);
        padding-right: 27px;
        padding-right: calc( 27 / 375 * 100vw); }
      .sec-video-price .video-price .each-price .price-picto {
        height: 70px;
        height: calc( 70 / 375 * 100vw);
        margin-left: 0px;
        margin-left: calc( 0 / 375 * 100vw);
        margin-right: 23px;
        margin-right: calc( 23 / 375 * 100vw); }
        .sec-video-price .video-price .each-price .price-picto.price01 {
          margin-left: 0px;
          margin-left: calc( 0 / 375 * 100vw);
          margin-right: 32px;
          margin-right: calc( 32 / 375 * 100vw); }
        .sec-video-price .video-price .each-price .price-picto svg {
          width: auto;
          height: 100%; }
      .sec-video-price .video-price .each-price .price-price {
        font-weight: 700;
        /* bold */
        letter-spacing: 0.02em;
        font-size: 18px;
        font-size: calc( 18 / 375 * 100vw);
        margin-bottom: 2px;
        margin-bottom: calc( 2 / 375 * 100vw); }
        .sec-video-price .video-price .each-price .price-price .num {
          font-size: 32px;
          font-size: calc( 32 / 375 * 100vw);
          font-weight: 600;
          /* semibold */
          margin-right: 2px;
          margin-right: calc( 2 / 375 * 100vw); }

.sec-video-plan {
  border-top: solid 1px #2DCC70;
  padding-top: 17px;
  padding-top: calc( 17 / 375 * 100vw);
  padding-bottom: 50px;
  padding-bottom: calc( 50 / 375 * 100vw); }
  .sec-video-plan .sec-video-plan-inner {
    width: 349px;
    width: calc( 349 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto; }
  .sec-video-plan .video-plan-head {
    font-family: 'Noto Sans Japanese';
    font-weight: 700;
    /* bold */
    font-size: 18px;
    font-size: calc( 18 / 375 * 100vw);
    margin-bottom: 23px;
    margin-bottom: calc( 23 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 3px;
    padding-left: calc( 3 / 375 * 100vw);
    position: relative; }
    .sec-video-plan .video-plan-head:after {
      content: '';
      width: 16px;
      width: calc( 16 / 375 * 100vw);
      height: 3px;
      height: calc( 3 / 375 * 100vw);
      background: #2DC79D;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .sec-video-plan .video-plan-desc {
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    /* regular */
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw);
    margin-bottom: 19px;
    margin-bottom: calc( 19 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 3px;
    padding-left: calc( 3 / 375 * 100vw); }
  .sec-video-plan .video-table01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#2DC2CC), to(#2DC79D));
    background: linear-gradient(180deg, #2DC2CC 0%, #2DC79D 100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 3px 4px 4px;
    margin-bottom: 10px;
    margin-bottom: calc( 10 / 375 * 100vw);
    position: relative;
    left: 1px;
    left: calc( 1 / 375 * 100vw); }
    .sec-video-plan .video-table01 table {
      border-collapse: separate;
      border-spacing: 1px 0px;
      font-family: 'Noto Sans Japanese'; }
    .sec-video-plan .video-table01 table, .sec-video-plan .video-table01 tbody {
      width: 100%;
      position: relative; }
    .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
      text-align: left;
      vertical-align: top;
      height: auto;
      padding-top: 10px;
      padding-top: calc( 10 / 375 * 100vw);
      padding-bottom: 10px;
      padding-bottom: calc( 10 / 375 * 100vw);
      padding-left: 4px;
      padding-left: calc( 4 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 9px;
      font-size: calc( 9 / 375 * 100vw); }
      .sec-video-plan .video-table01 tr.list th.trans, .sec-video-plan .video-table01 tr.list td.trans {
        text-align: center;
        font-size: 12px;
        font-size: calc( 12 / 375 * 100vw);
        padding-left: 0;
        vertical-align: middle; }
    .sec-video-plan .video-table01 tr:last-of-type th, .sec-video-plan .video-table01 tr:last-of-type td {
      border-bottom: none; }
    .sec-video-plan .video-table01 th, .sec-video-plan .video-table01 td {
      background: #FFF;
      text-align: center;
      vertical-align: middle;
      border-bottom: solid 1px #E7E7E7;
      height: 68px;
      height: calc( 68 / 375 * 100vw);
      font-size: 11px;
      font-size: calc( 11 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .sec-video-plan .video-table01 th.trans {
      background: none;
      color: #FFF;
      border-bottom: none;
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-right: 4px; }
    .sec-video-plan .video-table01 th.plan-name {
      color: #2DCC70;
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw); }
    .sec-video-plan .video-table01 th.short {
      height: 64px;
      height: calc( 64 / 375 * 100vw); }
  .sec-video-plan .table-note {
    text-align: right;
    font-family: 'Noto Sans Japanese';
    color: #868686;
    font-size: 12px;
    font-size: calc( 12 / 375 * 100vw);
    line-height: calc(20 / 12); }

.sec-video-option {
  border-top: solid 1px #2DCC70;
  border-bottom: solid 1px #2DCC70;
  padding-top: 17px;
  padding-top: calc( 17 / 375 * 100vw);
  padding-bottom: 28px;
  padding-bottom: calc( 28 / 375 * 100vw);
  margin-bottom: 24px;
  margin-bottom: calc( 24 / 375 * 100vw); }
  .sec-video-option .sec-video-option-inner {
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto; }
  .sec-video-option .video-option-head {
    font-family: 'Noto Sans Japanese';
    font-weight: 700;
    /* bold */
    font-size: 18px;
    font-size: calc( 18 / 375 * 100vw);
    margin-bottom: 23px;
    margin-bottom: calc( 23 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    .sec-video-option .video-option-head:after {
      content: '';
      width: 16px;
      width: calc( 16 / 375 * 100vw);
      height: 3px;
      height: calc( 3 / 375 * 100vw);
      background: #2DC79D;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .sec-video-option .video-option-desc {
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    /* regular */
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw);
    margin-bottom: 19px;
    margin-bottom: calc( 19 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 3px;
    padding-left: calc( 3 / 375 * 100vw); }
  .sec-video-option .video-table02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#2DC2CC), to(#2DC79D));
    background: linear-gradient(180deg, #2DC2CC 0%, #2DC79D 100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 3px 4px 4px;
    position: relative;
    left: 1px;
    left: calc( 1 / 375 * 100vw); }
    .sec-video-option .video-table02 table {
      border-collapse: separate;
      border-spacing: 1px 0px;
      font-family: 'Noto Sans Japanese'; }
    .sec-video-option .video-table02 table, .sec-video-option .video-table02 tbody {
      width: 100%;
      position: relative; }
    .sec-video-option .video-table02 tr.gradient th, .sec-video-option .video-table02 tr.gradient td {
      color: #FFF;
      text-align: center;
      background: -webkit-gradient(linear, left top, left bottom, from(#2DC2CC), to(#2DC79D));
      background: linear-gradient(180deg, #2DC2CC 0%, #2DC79D 100%);
      height: 52px;
      height: calc( 52 / 375 * 100vw);
      font-size: 12px;
      font-size: calc( 12 / 375 * 100vw); }
    .sec-video-option .video-table02 tr:last-of-type th, .sec-video-option .video-table02 tr:last-of-type td {
      border-bottom: none; }
    .sec-video-option .video-table02 tr th:first-child, .sec-video-option .video-table02 tr td:first-child {
      width: 228px;
      width: calc( 228 / 375 * 100vw); }
    .sec-video-option .video-table02 th, .sec-video-option .video-table02 td {
      background: #FFF;
      height: 94px;
      height: calc( 94 / 375 * 100vw);
      border-bottom: solid 1px #E7E7E7;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .sec-video-option .video-table02 th {
      padding-left: 12px;
      padding-left: calc( 12 / 375 * 100vw); }
      .sec-video-option .video-table02 th .option-name {
        display: block;
        font-size: 16px;
        font-size: calc( 16 / 375 * 100vw);
        font-weight: 700;
        /* bold */
        margin-bottom: 8px;
        margin-bottom: calc( 8 / 375 * 100vw); }
      .sec-video-option .video-table02 th .option-desc {
        font-size: 12px;
        font-size: calc( 12 / 375 * 100vw);
        font-weight: 400;
        /* regular */ }
    .sec-video-option .video-table02 td {
      text-align: center;
      font-size: 16px;
      font-size: calc( 16 / 375 * 100vw);
      font-weight: 700;
      /* bold */ }

.sec-video-production {
  margin-top: 24px;
  margin-top: calc( 24 / 375 * 100vw);
  padding-top: 33px;
  padding-top: calc( 33 / 375 * 100vw);
  padding-bottom: 22px;
  padding-bottom: calc( 22 / 375 * 100vw);
  background: -webkit-gradient(linear, left top, left bottom, from(#6FD99F), to(#2DC2CC));
  background: linear-gradient(180deg, #6FD99F 0%, #2DC2CC 100%); }
  .sec-video-production .video-production-head {
    margin-bottom: 24px;
    margin-bottom: calc( 24 / 375 * 100vw);
    font-size: 16px;
    font-size: calc( 16 / 375 * 100vw);
    padding-bottom: 24px;
    padding-bottom: calc( 24 / 375 * 100vw); }
    .sec-video-production .video-production-head .small {
      display: block;
      font-size: 24px;
      font-size: calc( 24 / 375 * 100vw);
      letter-spacing: 0.04em;
      margin-bottom: 5px;
      margin-bottom: calc( 5 / 375 * 100vw); }
  .sec-video-production .video-production .each-production {
    margin-left: 16px;
    margin-left: calc( 16 / 375 * 100vw);
    margin-right: 16px;
    margin-right: calc( 16 / 375 * 100vw);
    margin-bottom: 18px;
    margin-bottom: calc( 18 / 375 * 100vw);
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    padding-top: 19px;
    padding-top: calc( 19 / 375 * 100vw);
    padding-bottom: 23px;
    padding-bottom: calc( 23 / 375 * 100vw);
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sec-video-production .video-production .each-production.production01 {
      padding-top: 24px;
      padding-top: calc( 24 / 375 * 100vw);
      padding-bottom: 12px;
      padding-bottom: calc( 12 / 375 * 100vw); }
      .sec-video-production .video-production .each-production.production01 .production-lead {
        margin-bottom: 11px;
        margin-bottom: calc( 11 / 375 * 100vw); }
    .sec-video-production .video-production .each-production .production-lead {
      font-size: 16px;
      font-size: calc( 16 / 375 * 100vw);
      font-weight: 700;
      /* bold */
      text-align: center;
      color: #2b2b2b;
      letter-spacing: 0.02em;
      font-family: 'Noto Sans Japanese';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 17px;
      margin-bottom: calc( 17 / 375 * 100vw); }
    .sec-video-production .video-production .each-production .production-picto.production01 {
      width: 187px;
      width: calc( 187 / 375 * 100vw);
      margin-bottom: 12px;
      margin-bottom: calc( 12 / 375 * 100vw); }
    .sec-video-production .video-production .each-production .production-picto.production02 {
      width: 149px;
      width: calc( 149 / 375 * 100vw);
      margin-bottom: 0px;
      margin-bottom: calc( 0 / 375 * 100vw); }
    .sec-video-production .video-production .each-production .production-note {
      color: #868686;
      font-size: 12px;
      font-size: calc( 12 / 375 * 100vw);
      width: 311px;
      width: calc( 311 / 375 * 100vw); }

.sec-video-doda {
  padding-top: 40px;
  padding-top: calc( 40 / 375 * 100vw);
  padding-bottom: 57px;
  padding-bottom: calc( 57 / 375 * 100vw); }
  .sec-video-doda .video-doda-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 16px;
    margin-bottom: calc( 16 / 375 * 100vw); }
    .sec-video-doda .video-doda-head .green {
      background: #88E18E;
      font-family: 'Noto Sans Japanese';
      font-weight: 700;
      /* bold */
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      padding-left: 5px;
      padding-left: calc( 5 / 375 * 100vw);
      padding-right: 5px;
      padding-right: calc( 5 / 375 * 100vw);
      padding-top: 1px;
      padding-top: calc( 1 / 375 * 100vw);
      padding-bottom: 1px;
      padding-bottom: calc( 1 / 375 * 100vw);
      margin-bottom: 8px;
      margin-bottom: calc( 8 / 375 * 100vw); }
    .sec-video-doda .video-doda-head .name {
      font-size: 20px;
      font-size: calc( 20 / 375 * 100vw);
      font-weight: 700;
      /* bold */ }
  .sec-video-doda .video-doda-content {
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto; }
    .sec-video-doda .video-doda-content .video {
      width: 343px;
      width: calc( 343 / 375 * 100vw);
      margin-right: 0px;
      margin-right: calc( 0 / 375 * 100vw);
      margin-bottom: 35px;
      margin-bottom: calc( 35 / 375 * 100vw); }
      .sec-video-doda .video-doda-content .video video {
        width: 100%;
        margin-bottom: 8px;
        margin-bottom: calc( 8 / 375 * 100vw);
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .sec-video-doda .video-doda-content .cap {
      font-family: 'Noto Sans Japanese';
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      color: #2b2b2b;
      line-height: calc(22/ 14);
      letter-spacing: 0.02em; }
  .sec-video-doda .result-area {
    width: 343px;
    width: calc( 343 / 375 * 100vw); }
    .sec-video-doda .result-area .step01 {
      width: 171px;
      width: calc( 171 / 375 * 100vw);
      height: 32px;
      height: calc( 32 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 2px;
      background: -webkit-gradient(linear, left top, left bottom, from(#2DC2CC), to(#2DC795));
      background: linear-gradient(to bottom, #2DC2CC 0%, #2DC795 100%);
      margin-bottom: 12px;
      margin-bottom: calc( 12 / 375 * 100vw);
      position: relative; }
      .sec-video-doda .result-area .step01:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #2dc79e transparent transparent transparent;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .sec-video-doda .result-area .step01 .step01-inner {
        width: 100%;
        height: 100%;
        background: #FFF;
        font-weight: 700;
        /* bold */
        letter-spacing: 0.02em;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 1; }
    .sec-video-doda .result-area .issues {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 6px;
      margin-bottom: calc( 6 / 375 * 100vw); }
      .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        letter-spacing: 0.02em;
        line-height: 1;
        color: #FFF;
        width: 170px;
        width: calc( 170 / 375 * 100vw);
        height: 72px;
        height: calc( 72 / 375 * 100vw);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        margin-left: 1.5px;
        margin-left: calc( 1.5 / 375 * 100vw);
        margin-right: 1.5px;
        margin-right: calc( 1.5 / 375 * 100vw); }
      .sec-video-doda .result-area .issues .issue01 {
        background: linear-gradient(115.11deg, #2DC79D 0%, #2DC2CC 194.02%);
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 375 * 100vw); }
      .sec-video-doda .result-area .issues .issue02 {
        background: linear-gradient(115.36deg, #2DC79D -91.77%, #2DC2CC 100%); }
    .sec-video-doda .result-area .arrow {
      width: 28px;
      width: calc( 28 / 375 * 100vw);
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6px;
      margin-bottom: calc( 6 / 375 * 100vw); }
      .sec-video-doda .result-area .arrow svg {
        width: 100%; }
    .sec-video-doda .result-area .result {
      text-align: center; }
      .sec-video-doda .result-area .result .txt01 {
        color: #2b2b2b;
        font-size: 14px;
        font-size: calc( 14 / 375 * 100vw);
        letter-spacing: 0.02em;
        display: block;
        font-weight: 700;
        /* bold */
        text-align: center;
        margin-bottom: 3px;
        margin-bottom: calc( 3 / 375 * 100vw); }
      .sec-video-doda .result-area .result .txt02 {
        font-size: 18px;
        font-size: calc( 18 / 375 * 100vw);
        font-weight: 700;
        /* bold */ }
        .sec-video-doda .result-area .result .txt02 .percentage {
          font-size: 32px;
          font-size: calc( 32 / 375 * 100vw);
          font-weight: 700;
          /* bold */
          margin-right: 4px;
          margin-right: calc( 4 / 375 * 100vw);
          position: relative;
          top: 2px;
          top: calc( 2 / 375 * 100vw); }

.sec-video-service {
  padding-top: 29px;
  padding-top: calc( 29 / 375 * 100vw);
  padding-bottom: 45px;
  padding-bottom: calc( 45 / 375 * 100vw);
  background-image: url(../images/bg04-sp.jpg);
  background-size: cover; }
  .sec-video-service .video-services-head {
    margin-bottom: 36px;
    margin-bottom: calc( 36 / 375 * 100vw); }
  .sec-video-service .video-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 37px;
    padding-top: calc( 37 / 375 * 100vw);
    padding-left: 25px;
    padding-left: calc( 25 / 375 * 100vw);
    padding-right: 25px;
    padding-right: calc( 25 / 375 * 100vw);
    padding-bottom: 31px;
    padding-bottom: calc( 31 / 375 * 100vw);
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    margin-left: auto;
    margin-right: auto; }
    .sec-video-service .video-service .picto-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 293px;
      width: calc( 293 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 0px;
      padding-top: calc( 0 / 375 * 100vw);
      margin-bottom: 12px;
      margin-bottom: calc( 12 / 375 * 100vw); }
    .sec-video-service .video-service .service-picto {
      width: 80px;
      width: calc( 80 / 375 * 100vw);
      height: 80px;
      height: calc( 80 / 375 * 100vw);
      margin-bottom: 21px;
      margin-bottom: calc( 21 / 375 * 100vw); }
      .sec-video-service .video-service .service-picto svg {
        width: 100%; }
    .sec-video-service .video-service .service-name {
      font-weight: 700;
      /* bold */
      font-size: 20px;
      font-size: calc( 20 / 375 * 100vw); }
    .sec-video-service .video-service .txt-area {
      width: 293px;
      width: calc( 293 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 0px;
      padding-left: calc( 0 / 375 * 100vw);
      padding-bottom: 0px;
      padding-bottom: calc( 0 / 375 * 100vw);
      padding-bottom: 0px;
      padding-bottom: calc( 0 / 375 * 100vw); }
    .sec-video-service .video-service .service-desc {
      color: #2b2b2b;
      font-family: 'Noto Sans Japanese';
      letter-spacing: 0.02em;
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      margin-bottom: 20px;
      margin-bottom: calc( 20 / 375 * 100vw);
      max-width: 100%; }
    .sec-video-service .video-service .service-btn {
      background: #000;
      width: 293px;
      width: calc( 293 / 375 * 100vw);
      height: 48px;
      height: calc( 48 / 375 * 100vw);
      border-radius: 6px;
      border-radius: calc( 6 / 375 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #FFF;
      font-weight: 700;
      /* bold */
      line-height: 1;
      position: relative;
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw); }
      .sec-video-service .video-service .service-btn .arrow {
        width: 16px;
        width: calc( 16 / 375 * 100vw);
        height: 14px;
        height: calc( 14 / 375 * 100vw);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 16px;
        right: calc( 16 / 375 * 100vw); }

.sec-video-bnr {
  padding-top: 38px;
  padding-top: calc( 38 / 375 * 100vw);
  padding-bottom: 33px;
  padding-bottom: calc( 33 / 375 * 100vw); }

.layout-form {
  margin-bottom: 0px;
  margin-bottom: calc( 0 / 375 * 100vw); }
  .layout-form .form-overview {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#88E18E), to(#2DC2CC));
    background: linear-gradient(to bottom, #88E18E, #2DC2CC);
    padding: 12px;
    padding: calc( 12 / 375 * 100vw); }
    .layout-form .form-overview .overview-inner {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      background-color: #FFF;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right bottom;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 43px;
      padding-top: calc( 43 / 375 * 100vw);
      padding-left: 20px;
      padding-left: calc( 20 / 375 * 100vw);
      padding-right: 20px;
      padding-right: calc( 20 / 375 * 100vw); }
      .layout-form .form-overview .overview-inner .arrow {
        position: absolute;
        z-index: 2;
        width: 337px;
        width: calc( 337 / 375 * 100vw);
        bottom: -15px;
        bottom: calc( -15 / 375 * 100vw); }
        .layout-form .form-overview .overview-inner .arrow > div {
          width: 100%;
          height: 100%; }
      .layout-form .form-overview .overview-inner .overview-title-area {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 375 * 100vw); }
        .layout-form .form-overview .overview-inner .overview-title-area .en {
          display: block;
          font-size: 36px;
          font-size: calc( 36 / 375 * 100vw);
          letter-spacing: 0.04em;
          font-weight: 700;
          /* bold */
          margin-bottom: 10px;
          margin-bottom: calc( 10 / 375 * 100vw); }
        .layout-form .form-overview .overview-inner .overview-title-area .ja {
          font-family: 'Noto Sans Japanese';
          display: block;
          font-size: 16px;
          font-size: calc( 16 / 375 * 100vw);
          font-weight: 700;
          /* bold */ }
      .layout-form .form-overview .overview-inner .overview-lead {
        font-family: 'Noto Sans Japanese';
        font-size: 20px;
        font-size: calc( 20 / 375 * 100vw);
        font-weight: 700;
        /* bold */
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 375 * 100vw); }
  .layout-form .overview-list-head {
    font-family: 'Noto Sans Japanese';
    font-size: 20px;
    font-size: calc( 20 / 375 * 100vw);
    margin-bottom: 11px;
    margin-bottom: calc( 11 / 375 * 100vw);
    font-weight: 700;
    /* bold */ }
  .layout-form .overview-lead-sm {
    margin-bottom: 41px;
    margin-bottom: calc( 41 / 375 * 100vw); }
  .layout-form .overview-list {
    position: relative;
    padding-bottom: 6px;
    padding-bottom: calc( 6 / 375 * 100vw);
    margin-bottom: 4px;
    margin-bottom: calc( 4 / 375 * 100vw); }
    .layout-form .overview-list li {
      font-family: 'Noto Sans Japanese';
      counter-increment: section;
      font-size: 16px;
      font-size: calc( 16 / 375 * 100vw);
      font-weight: 700;
      /* bold */
      margin-bottom: 4px;
      margin-bottom: calc( 4 / 375 * 100vw); }
      .layout-form .overview-list li:before {
        content: counter(section, decimal-leading-zero) ".";
        font-size: 20px;
        font-size: calc( 20 / 375 * 100vw);
        font-weight: 700;
        /* bold */
        color: #2DCC70;
        margin-right: 11px;
        margin-right: calc( 11 / 375 * 100vw);
        position: relative;
        top: 2px;
        top: calc( 2 / 375 * 100vw); }
  .layout-form .form-form .form-inner {
    padding-top: 8px;
    padding-top: calc( 8 / 375 * 100vw);
    padding-bottom: 74px;
    padding-bottom: calc( 74 / 375 * 100vw);
    width: 375px;
    width: calc( 375 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto; }
    .layout-form .form-form .form-inner .breadcrumb {
      margin-top: 0px;
      margin-top: calc( 0 / 375 * 100vw);
      margin-bottom: 27px;
      margin-bottom: calc( 27 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 16px;
      padding-left: calc( 16 / 375 * 100vw);
      padding-right: 16px;
      padding-right: calc( 16 / 375 * 100vw); }
    .layout-form .form-form .form-inner .bg-sm {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 16px;
      padding-left: calc( 16 / 375 * 100vw);
      padding-right: 16px;
      padding-right: calc( 16 / 375 * 100vw); }
    .layout-form .form-form .form-inner form {
      position: relative;
      left: 0px;
      left: calc( 0 / 375 * 100vw) !important; }

/* ----------------------------------------------------------

マルケト ページ作成機能にオーバーライド

---------------------------------------------------------- */
#innerWrapDiv {
  width: 100% !important;
  margin-top: 0 !important; }

#lpeCDiv_1696, #lpeCDiv_1697, #lpeCDiv_1698, .lpeCElement, .mktoForm {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important; }

#mktHeader, #mktContent, #mktColumn, #mktFooter {
  background: none !important; }

.mktoImg {
  width: 100%;
  vertical-align: middle; }

/* ----------------------------------------------------------

メールフォーム

---------------------------------------------------------- */
.mktoForm-wrap .mktoForm {
  letter-spacing: 0.035em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  font-family: 'Noto Sans Japanese'; }
  .mktoForm-wrap .mktoForm .mktoLabel {
    height: 0;
    padding: 0 !important; }
  .mktoForm-wrap .mktoForm .mktoGutter, .mktoForm-wrap .mktoForm .mktoOffset {
    display: none; }
  .mktoForm-wrap .mktoForm .mktoFormCol {
    margin-bottom: 0 !important; }
  .mktoForm-wrap .mktoForm .mktoFieldWrap {
    position: relative; }
  .mktoForm-wrap .mktoForm .mktoAsterix {
    position: absolute;
    z-index: 10; }
  .mktoForm-wrap .mktoForm label {
    position: relative; }
    .mktoForm-wrap .mktoForm label:before {
      position: absolute;
      height: 29px;
      height: calc( 29 / 375 * 100vw) !important;
      left: 0;
      top: 27px;
      top: calc( 27 / 375 * 100vw);
      font-family: 'Noto Sans Japanese';
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      font-weight: 700;
      /* bold */ }
    .mktoForm-wrap .mktoForm label[for=Email], .mktoForm-wrap .mktoForm label[for=company], .mktoForm-wrap .mktoForm label[for=Company], .mktoForm-wrap .mktoForm label[for=z201CompanyName_L], .mktoForm-wrap .mktoForm label[for=Phone], .mktoForm-wrap .mktoForm label[for=comment], .mktoForm-wrap .mktoForm label[for=Comment], .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactcomment], .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactrequest], .mktoForm-wrap .mktoForm label[for=request], .mktoForm-wrap .mktoForm label[for=Request] {
      width: 343px;
      width: calc( 343 / 375 * 100vw) !important; }
    .mktoForm-wrap .mktoForm label[for=LastName], .mktoForm-wrap .mktoForm label[for=FirstName], .mktoForm-wrap .mktoForm label[for=Department], .mktoForm-wrap .mktoForm label[for=Title] {
      width: 0; }
      .mktoForm-wrap .mktoForm label[for=LastName]:before, .mktoForm-wrap .mktoForm label[for=FirstName]:before, .mktoForm-wrap .mktoForm label[for=Department]:before, .mktoForm-wrap .mktoForm label[for=Title]:before {
        width: 164px;
        width: calc( 164 / 375 * 100vw) !important; }
    .mktoForm-wrap .mktoForm label[for=LastName]:before {
      content: 'お名前'; }
    .mktoForm-wrap .mktoForm label[for=Email]:before {
      content: 'メールアドレス'; }
    .mktoForm-wrap .mktoForm label[for=company]:before, .mktoForm-wrap .mktoForm label[for=Company]:before, .mktoForm-wrap .mktoForm label[for=z201CompanyName_L]:before {
      content: '会社名'; }
    .mktoForm-wrap .mktoForm label[for=Department]:before {
      content: '部署名'; }
    .mktoForm-wrap .mktoForm label[for=Title]:before {
      content: '役職名'; }
    .mktoForm-wrap .mktoForm label[for=Phone]:before {
      content: '電話番号'; }
    .mktoForm-wrap .mktoForm label[for=comment]:before, .mktoForm-wrap .mktoForm label[for=Comment]:before, .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactcomment]:before {
      content: 'お問い合わせ内容'; }
    .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactrequest]:before, .mktoForm-wrap .mktoForm label[for=request]:before, .mktoForm-wrap .mktoForm label[for=Request]:before {
      content: 'お問い合わせ内容の種別'; }
    .mktoForm-wrap .mktoForm label .mktoAsterix {
      color: #FF4218;
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      top: 26px;
      top: calc( 26 / 375 * 100vw); }
    .mktoForm-wrap .mktoForm label[for=FirstName] .mktoAsterix {
      display: none; }
    .mktoForm-wrap .mktoForm label[for=LastName] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=company] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Company] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=z201CompanyName_L] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Department] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Title] .mktoAsterix {
      left: 45px;
      left: calc( 45 / 375 * 100vw); }
    .mktoForm-wrap .mktoForm label[for=Phone] .mktoAsterix {
      left: 61px;
      left: calc( 61 / 375 * 100vw); }
    .mktoForm-wrap .mktoForm label[for=Email] .mktoAsterix {
      left: 101px;
      left: calc( 101 / 375 * 100vw); }
    .mktoForm-wrap .mktoForm label[for=comment] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Comment] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactcomment] .mktoAsterix {
      left: 117px;
      left: calc( 117 / 375 * 100vw); }
    .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactrequest] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=request] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Request] .mktoAsterix {
      left: 155px;
      left: calc( 155 / 375 * 100vw); }
  .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: #DEDEDE;
    border: solid 1px #DEDEDE;
    color: #161b2c;
    border-radius: 4px;
    font-family: 'Noto Sans Japanese';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 53px;
    margin-top: calc( 53 / 375 * 100vw) !important;
    width: 343px;
    width: calc( 343 / 375 * 100vw) !important;
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw) !important;
    padding-left: 16px;
    padding-left: calc( 16 / 375 * 100vw) !important;
    padding-right: 16px;
    padding-right: calc( 16 / 375 * 100vw) !important; }
    .mktoForm-wrap .mktoForm input:placeholder-shown, .mktoForm-wrap .mktoForm textarea:placeholder-shown, .mktoForm-wrap .mktoForm select:placeholder-shown {
      color: #B9B9B9 !important; }
    .mktoForm-wrap .mktoForm input::-webkit-input-placeholder, .mktoForm-wrap .mktoForm textarea::-webkit-input-placeholder, .mktoForm-wrap .mktoForm select::-webkit-input-placeholder {
      color: #B9B9B9 !important; }
    .mktoForm-wrap .mktoForm input:-moz-placeholder, .mktoForm-wrap .mktoForm textarea:-moz-placeholder, .mktoForm-wrap .mktoForm select:-moz-placeholder {
      color: #B9B9B9 !important;
      opacity: 1; }
    .mktoForm-wrap .mktoForm input::-moz-placeholder, .mktoForm-wrap .mktoForm textarea::-moz-placeholder, .mktoForm-wrap .mktoForm select::-moz-placeholder {
      color: #B9B9B9 !important;
      opacity: 1; }
    .mktoForm-wrap .mktoForm input:-ms-input-placeholder, .mktoForm-wrap .mktoForm textarea:-ms-input-placeholder, .mktoForm-wrap .mktoForm select:-ms-input-placeholder {
      color: #B9B9B9 !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .mktoForm-wrap .mktoForm input#LastName, .mktoForm-wrap .mktoForm input#FirstName, .mktoForm-wrap .mktoForm input#Department, .mktoForm-wrap .mktoForm input#Title, .mktoForm-wrap .mktoForm textarea#LastName, .mktoForm-wrap .mktoForm textarea#FirstName, .mktoForm-wrap .mktoForm textarea#Department, .mktoForm-wrap .mktoForm textarea#Title, .mktoForm-wrap .mktoForm select#LastName, .mktoForm-wrap .mktoForm select#FirstName, .mktoForm-wrap .mktoForm select#Department, .mktoForm-wrap .mktoForm select#Title {
      width: 163px;
      width: calc( 163 / 375 * 100vw) !important; }
    .mktoForm-wrap .mktoForm input#LastName, .mktoForm-wrap .mktoForm input#Department, .mktoForm-wrap .mktoForm textarea#LastName, .mktoForm-wrap .mktoForm textarea#Department, .mktoForm-wrap .mktoForm select#LastName, .mktoForm-wrap .mktoForm select#Department {
      margin-right: 16px;
      margin-right: calc( 16 / 375 * 100vw) !important; }
  .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm select {
    height: 44px;
    height: calc( 44 / 375 * 100vw) !important; }
  .mktoForm-wrap .mktoForm textarea {
    min-height: 170px;
    min-height: calc( 170 / 375 * 100vw); }
  .mktoForm-wrap .mktoForm input:focus, .mktoForm-wrap .mktoForm textarea:focus {
    border: solid 1px #2DCC70;
    background: #eee; }
  .mktoForm-wrap .mktoForm .mktoHtmlText {
    margin: 0 auto;
    color: #a8a8a8;
    margin-top: .5em !important;
    font-family: 'Noto Sans Japanese' !important;
    width: 343px;
    width: calc( 343 / 375 * 100vw) !important;
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw) !important; }
    .mktoForm-wrap .mktoForm .mktoHtmlText a {
      color: #a8a8a8;
      font-family: 'Noto Sans Japanese' !important;
      text-decoration: underline; }
    .mktoForm-wrap .mktoForm .mktoHtmlText p {
      font-family: 'Noto Sans Japanese' !important; }
  .mktoForm-wrap .mktoForm .mktoButtonRow {
    margin-top: 34px;
    margin-top: calc( 34 / 375 * 100vw); }
    .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap {
      margin: 0 auto !important;
      position: relative;
      display: block;
      width: 311px;
      width: calc( 311 / 375 * 100vw) !important;
      border-radius: 48px;
      border-radius: calc( 48 / 375 * 100vw) !important; }
      .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:after {
        content: '';
        width: 15px;
        width: calc( 15 / 375 * 100vw);
        height: 2px;
        height: calc( 2 / 375 * 100vw);
        background: #FFF;
        position: absolute;
        top: 50%;
        right: 19px;
        right: calc( 19 / 375 * 100vw);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 5; }
      .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
        content: '';
        width: 11px;
        width: calc( 11 / 375 * 100vw);
        height: 11px;
        height: calc( 11 / 375 * 100vw);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: absolute;
        top: 50%;
        right: 19px;
        right: calc( 19 / 375 * 100vw);
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        z-index: 2; }
    .mktoForm-wrap .mktoForm .mktoButtonRow button {
      display: block;
      margin: 0 auto !important;
      background: #000 !important;
      border: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      text-shadow: none !important;
      letter-spacing: 0.1em !important;
      font: inherit !important;
      font-weight: 600 !important;
      /* demibold */
      width: 311px;
      width: calc( 311 / 375 * 100vw) !important;
      height: 48px;
      height: calc( 48 / 375 * 100vw) !important;
      border-radius: 48px;
      border-radius: calc( 48 / 375 * 100vw) !important;
      font-size: 16px;
      font-size: calc( 16 / 375 * 100vw) !important; }
      .mktoForm-wrap .mktoForm .mktoButtonRow button:hover {
        opacity: 0.6; }

.mktoForm-wrap.mktoForm-wrap-red {
  width: 294px;
  width: calc( 294 / 375 * 100vw) !important; }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
    height: 30px;
    height: calc( 30 / 375 * 100vw) !important; }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
    background: rgba(255, 140, 110, 0.1);
    border-color: rgba(255, 140, 110, 0.1);
    width: 294px;
    width: calc( 294 / 375 * 100vw) !important;
    border-radius: 10px;
    border-radius: calc( 10 / 375 * 100vw);
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw);
    padding-left: 12px;
    padding-left: calc( 12 / 375 * 100vw) !important;
    padding-right: 12px;
    padding-right: calc( 12 / 375 * 100vw) !important; }
    .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#Title, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#Title, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#Title {
      width: 294px;
      width: calc( 294 / 375 * 100vw) !important;
      margin-right: 0 !important; }
    .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#FirstName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#FirstName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#FirstName {
      width: 142px;
      width: calc( 142 / 375 * 100vw) !important; }
    .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#LastName {
      margin-right: 10px;
      margin-right: calc( 10 / 375 * 100vw) !important; }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Email], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=company], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Company], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z201CompanyName_L], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Phone], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Department], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Title], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=comment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Comment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactcomment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactrequest], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=request], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Request] {
    width: 296px;
    width: calc( 296 / 375 * 100vw) !important; }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=LastName], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=FirstName] {
    width: 0; }
    .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=LastName]:before, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=FirstName]:before {
      width: 142px;
      width: calc( 142 / 375 * 100vw) !important; }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm label:before {
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw);
    font-weight: 400;
    /* regular */
    top: 20px;
    top: calc( 20 / 375 * 100vw); }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm label .mktoAsterix {
    color: #FF4218;
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw);
    top: 18px;
    top: calc( 18 / 375 * 100vw); }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=LastName] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=company] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Company] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z201CompanyName_L] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Department] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Title] .mktoAsterix {
    left: 45px;
    left: calc( 45 / 375 * 100vw); }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Phone] .mktoAsterix {
    left: 61px;
    left: calc( 61 / 375 * 100vw); }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Email] .mktoAsterix {
    left: 101px;
    left: calc( 101 / 375 * 100vw); }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=comment] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Comment] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactcomment] .mktoAsterix {
    left: 117px;
    left: calc( 117 / 375 * 100vw); }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactrequest] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=request] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Request] .mktoAsterix {
    left: 155px;
    left: calc( 155 / 375 * 100vw); }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText {
    margin-top: 17px;
    margin-top: calc( 17 / 375 * 100vw) !important;
    color: #a8a8a8;
    font-family: 'Noto Sans Japanese' !important;
    text-align: left;
    width: 296px;
    width: calc( 296 / 375 * 100vw) !important;
    font-size: 12px;
    font-size: calc( 12 / 375 * 100vw) !important; }
    .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText a {
      color: #a8a8a8;
      font-family: 'Noto Sans Japanese' !important;
      text-decoration: underline; }
    .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText p {
      text-align: right;
      color: #a8a8a8 !important; }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoButtonRow {
    margin-top: 5px;
    margin-top: calc( 5 / 375 * 100vw) !important; }
    .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoButtonRow .mktoButtonWrap {
      margin: 0 auto !important;
      position: relative;
      display: block;
      width: 296px;
      width: calc( 296 / 375 * 100vw) !important;
      border-radius: 10px;
      border-radius: calc( 10 / 375 * 100vw) !important; }
  .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
    display: block;
    margin: 0 auto !important;
    background: #FF8C6E !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    letter-spacing: 0.1em !important;
    font: inherit !important;
    font-weight: 600 !important;
    /* demibold */
    width: 296px;
    width: calc( 296 / 375 * 100vw) !important;
    height: 41px;
    height: calc( 41 / 375 * 100vw) !important;
    border-radius: 10px;
    border-radius: calc( 10 / 375 * 100vw) !important;
    font-size: 16px;
    font-size: calc( 16 / 375 * 100vw) !important; }
    .mktoForm-wrap.mktoForm-wrap-red .mktoForm button:hover {
      opacity: 0.6; }

.lengthControlled {
    display: block; }

.marketo-download-breadcrumb {
  margin-top: 28px;
  margin-top: calc( 28 / 375 * 100vw);
  margin-bottom: 21px;
  margin-bottom: calc( 21 / 375 * 100vw); }

section.sec-marketo-download, .sec-marketo-seminar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 343px;
  width: calc( 343 / 375 * 100vw);
  margin: 0 auto; }

.marketo-download-head, .marketo-seminar-head {
  margin-bottom: 30px;
  margin-bottom: calc( 30 / 375 * 100vw); }

.marketo-download-lead, .marketo-seminar-lead {
  text-align: center; }

.sec-seminar {
  margin-top: 30px;
  margin-top: calc( 30 / 375 * 100vw);
  padding-bottom: 30px;
  padding-bottom: calc( 30 / 375 * 100vw); }
  .sec-seminar .seminar-list a.available .unavailable {
    display: none; }
  .sec-seminar .seminar-list a.unavailable .available {
    display: none; }
  .sec-seminar .seminar-list a.distribution .available {
    display: none; }
.sec-seminar .seminar-list a.comingsoon .available {
    display: none; }
  .sec-seminar .seminar-list .each-seminar {
    overflow: hidden;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 16%);
    border-radius: 8px;
    padding: 4px;
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    margin-right: 0px;
    margin-right: calc( 0 / 375 * 100vw);
    margin-bottom: 16px;
    margin-bottom: calc( 16 / 375 * 100vw); }
    .sec-seminar .seminar-list .each-seminar .each-seminar-inner {
      width: 100%;
      height: 100%;
      background: #FFF; }
    .sec-seminar .seminar-list .each-seminar .img {
      width: 100%;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 176px;
      height: calc( 176 / 375 * 100vw); }
      .sec-seminar .seminar-list .each-seminar .img .mktoImg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
}
      .sec-seminar .seminar-list .each-seminar .img img {
        height: calc(100% + 2px);
        height: auto;
        /*position: absolute;
					left:50%;
					top:0;
					transform:translateX(-50%);*/ }
    .sec-seminar .seminar-list .each-seminar .txt-area {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      padding-top: 18px;
      padding-top: calc( 18 / 375 * 100vw);
      padding-bottom: 34px;
      padding-bottom: calc( 34 / 375 * 100vw);
      padding-left: 16px;
      padding-left: calc( 16 / 375 * 100vw);
      padding-right: 16px;
      padding-right: calc( 16 / 375 * 100vw); }
    .sec-seminar .seminar-list .each-seminar .tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: calc(100% - 90px); }
    .sec-seminar .seminar-list .each-seminar .tag, .sec-seminar .seminar-list .each-seminar .availability {
      white-space: nowrap;
      line-height: 1.25;
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw); }
      .sec-seminar .seminar-list .each-seminar .tag span, .sec-seminar .seminar-list .each-seminar .availability span {
        white-space: nowrap;
        line-height: 1.25; }
    .sec-seminar .seminar-list .each-seminar .tag {
      color: #2B2B2B;
      letter-spacing: 0.04em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sec-seminar .seminar-list .each-seminar .tag:after {
        content: '|';
        margin: 0 0.35em; }
      .sec-seminar .seminar-list .each-seminar .tag:last-of-type:after {
        content: ''; }
    .sec-seminar .seminar-list .each-seminar .availability {
      position: absolute;
      border-radius: 3px;
      width: 85px;
      width: calc( 85 / 375 * 100vw);
      height: 31px;
      height: calc( 31 / 375 * 100vw);
      border-radius: 10px;
      border-radius: calc( 10 / 375 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      top: 10px;
      top: calc( 10 / 375 * 100vw);
      right: 10px;
      right: calc( 10 / 375 * 100vw); }
    .sec-seminar .seminar-list .each-seminar .available {
      color: #FFF;
      background: #2dcc70;}
    .sec-seminar .seminar-list .each-seminar .unavailable {
      color: #FFF;
      background: #c7c7c7; }
    .sec-seminar .seminar-list .each-seminar .distribution {
      color: #FFF;
      background: #f30000;
}
    .sec-seminar .seminar-list .each-seminar .comingsoon {
      color: #FFFfff;
      background: #ffffff;
}
    .sec-seminar .seminar-list .each-seminar .title-dark, .sec-seminar .seminar-list .each-seminar .title-light {
      line-height: calc(24 / 18);
      font-weight: 700;
      /* bold */
      font-size: 18px;
      font-size: calc( 18 / 375 * 100vw);
      margin-top: 1.75em; }
      .sec-seminar .seminar-list .each-seminar .title-dark span, .sec-seminar .seminar-list .each-seminar .title-dark p, .sec-seminar .seminar-list .each-seminar .title-light span, .sec-seminar .seminar-list .each-seminar .title-light p {
        font-weight: 700;
        /* bold */ }
    .sec-seminar .seminar-list .each-seminar .title-dark {
      color: #2b2b2b; }
    .sec-seminar .seminar-list .each-seminar .title-light {
      color: #4c566c; }

.sec-download {
  margin-top: 20px;
  margin-top: calc( 20 / 375 * 100vw);
  padding-bottom: 30px;
  padding-bottom: calc( 30 / 375 * 100vw); }
  .sec-download .list-title {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    font-size: 20px;
    font-size: calc( 20 / 375 * 100vw);
    font-family: 'Noto Sans Japanese';
    margin-bottom: 20px;
    margin-bottom: calc( 20 / 375 * 100vw); }
    .sec-download .list-title span {
      font-weight: 700;
      /* semibold */
      background: #FFF;
      position: relative;
      z-index: 2;
      padding-right: 0.5em; }
    .sec-download .list-title:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #2dcc70;
      position: absolute;
      top: 50%;
      left: 0; }
  .sec-download .download-list {
    padding-top: 74px;
    margin-top: -74px;
    padding-bottom: 10px;
    padding-bottom: calc( 10 / 375 * 100vw); }
    .sec-download .download-list.bg-pale .each-download .doc-title {
      color: #000; }
    .sec-download .download-list .each-download {
      overflow: hidden;
      position: relative;
      text-decoration: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #e9e9e9;
      padding: 4px;
      width: 343px;
      width: calc( 343 / 375 * 100vw);
      margin-right: 0px;
      margin-right: calc( 0 / 375 * 100vw);
      margin-bottom: 16px;
      margin-bottom: calc( 16 / 375 * 100vw); }
      .sec-download .download-list .each-download .each-download-inner {
        width: 100%;
        height: 100%;
        background: #FFF; }
      .sec-download .download-list .each-download .img, .sec-download .download-list .each-download .mktoImg {
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        height: 176px;
        height: calc( 176 / 375 * 100vw); }
      .sec-download .download-list .each-download .doc-title {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
        color: #FFF;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 1em;
        font-weight: 700;
        /* bold */
        height: 176px;
        height: calc( 176 / 375 * 100vw);
        font-size: 15px;
        font-size: calc( 15 / 375 * 100vw); }
      .sec-download .download-list .each-download .txt-area {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 23px;
        padding-top: calc( 23 / 375 * 100vw);
        padding-bottom: 24px;
        padding-bottom: calc( 24 / 375 * 100vw);
        padding-left: 16px;
        padding-left: calc( 16 / 375 * 100vw);
        padding-right: 16px;
        padding-right: calc( 16 / 375 * 100vw); }
        .sec-download .download-list .each-download .txt-area .title {
          color: #4c566c;
          margin-bottom: 0.4em; }
        .sec-download .download-list .each-download .txt-area .desc {
          color: #4c566c;
          margin-bottom: 1em;
          line-height: 1.7;
          font-size: 14px;
          font-size: calc( 14 / 375 * 100vw);
          letter-spacing: 0.02em;
          margin-bottom: 20px;
          margin-bottom: calc( 20 / 375 * 100vw); }
        .sec-download .download-list .each-download .txt-area .doc-points li {
          line-height: 1.7; }
          .sec-download .download-list .each-download .txt-area .doc-points li:before {
            font-family: Montserrat, YuGothic, Yu Gothic, sans-serif;
            color: #2dcc70;
            font-weight: 600;
            /* semibold */
            display: inline-block;
            width: 1.5em; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(1):before {
            content: "01."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(2):before {
            content: "02."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(3):before {
            content: "03."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(4):before {
            content: "04."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(5):before {
            content: "05."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(6):before {
            content: "06."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(7):before {
            content: "07."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(8):before {
            content: "08."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(9):before {
            content: "09."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(10):before {
            content: "10."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(11):before {
            content: "11."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(12):before {
            content: "12."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(13):before {
            content: "13."; }
          .sec-download .download-list .each-download .txt-area .doc-points li:nth-child(14):before {
            content: "14."; }
        .sec-download .download-list .each-download .txt-area .btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #FFF;
          font-weight: 600;
          /* demibold */
          background: #000;
          text-decoration: none;
          margin-top: auto;
          width: 200px;
          width: calc( 200 / 375 * 100vw);
          height: 44px;
          height: calc( 44 / 375 * 100vw);
          font-size: 16px;
          font-size: calc( 16 / 375 * 100vw);
          border-radius: 22px;
          border-radius: calc( 22 / 375 * 100vw);
          margin: 0 auto;
          font-family: 'Noto Sans Japanese';
          line-height: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-bottom: 0.1em;
          position: relative; }
          .sec-download .download-list .each-download .txt-area .btn .arrow {
            width: 16px;
            width: calc( 16 / 375 * 100vw);
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 14px;
            right: calc( 14 / 375 * 100vw); }

/* ----------------------------------------------------------

IE11

---------------------------------------------------------- */

.sec-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 65px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-family: 'Noto Sans Japanese'; }
  .sec-thanks .thanks-message {
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    margin-top: 35px;
    font-family: 'Noto Sans Japanese';
    font-size: 16px;
    font-size: calc( 16 / 375 * 100vw); }
  .sec-thanks .thanks-btn {
    margin-top: 35px; }
  .sec-thanks .module-btn-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding-bottom: 0.1em;
    font-size: 18px;
    font-size: calc( 18 / 375 * 100vw);
    font-weight: bold;
    letter-spacing: normal;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 298px;
    width: calc( 298 / 375 * 100vw);
    max-width: 100%;
    height: 55px;
    height: calc( 55 / 375 * 100vw);
    border-radius: 28px;
    border-radius: calc( 28 / 375 * 100vw); }
  .sec-thanks .module-btn-filled-green {
    background-color: #2dcc70;
    color: #161b2c; }
  .sec-thanks .module-txt-white {
    color: #FFF !important; }

.page-download .sec-form {
  font-family: 'Noto Sans Japanese'; }

.page-download .sec-form .btn-download {
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  font-weight: 700;
  overflow: hidden;
  background: #57d68d;
  color: #fff;
  text-decoration: none; }

.page-download .sec-form .btn-download:after {
  -webkit-transform-origin: top right;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff; }

.page-download .sec-form {
  padding: 65px 0 130px; }
  .page-download .sec-form .desc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6c6c6c;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 50px;
    padding: 0 15px;
    text-align: center;
    word-break: normal; }
  .page-download .sec-form .btn-download:after {
    -webkit-box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    right: 10px;
    top: 50%;
    pointer-events: none; }

.sec-contact-download .each-btn:after {
  -webkit-box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  right: 10px;
  top: 50%;
  pointer-events: none; }

.page-download .sec-form .desc a {
  -webkit-transition: all 0.7s ease;
  color: #000;
  transition: all 0.7s ease;
  text-decoration: underline; }

.page-download .sec-form .btn-download {
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.3s ease;
  -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 55px;
  justify-content: center;
  letter-spacing: 0.2em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: all 0.3s ease; }

#loading, .sec-contact-download .each-btn {
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox; }

.page-download .sec-form .btn-download span {
  position: relative;
  z-index: 2; }
  .page-download .sec-form .btn-download span.txt {
    font-weight: 700; }

.page-download .sec-form .btn-download:after {
  -webkit-transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: all 0.3s ease;
  width: 10px; }

.page-download .sec-form .btn-download .icon {
  -webkit-transition: all 0.3s ease;
  background-image: url(../images/icon-mail-green01@2x.png);
  background-repeat: no-repeat;
  height: 16px;
  transition: all 0.3s ease;
  width: 30px; }

.thanksWrap {
  max-width: 730px;
  margin: 0 auto;
  text-align: center; }

.pt200 {
  padding-top: 200px !important; }

.pb200 {
  padding-bottom: 200px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.page-download .inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
  max-width: 1084px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto; }

.mb30 {
  margin-bottom: 30px !important; }

.bold {
  font-weight: bold; }

.fz24 {
  font-size: 24px !important; }

.bold {
  font-weight: bold; }

.mb40 {
  margin-bottom: 40px !important; }

.thanksWrap a {
  display: block;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  position: relative;
  text-align: center;
  background-color: #2dcc70;
  border-radius: 30px;
  max-width: 460px;
  margin: 0 auto; }

.thanksWrap a:hover {
  text-decoration: none;
  opacity: .7;
  text-decoration: none; }

.thanksWrap a:hover:after {
  right: 16px; }

.thanksWrap a:after {
  content: '';
  position: absolute;
  right: 28px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://go.kaizenplatform.com/rs/094-PXY-915/images/ic_arrow_w.png);
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s; }

.page-download-breadcrumb {
  margin-top: 16px;
  margin-top: calc( 16 / 375 * 100vw); }

.page-download-form {
  margin-top: 30px;
  margin-top: calc( 30 / 375 * 100vw);
  margin-bottom: 40px;
  margin-bottom: calc( 40 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  padding-left: calc( 16 / 375 * 100vw);
  padding-right: 16px;
  padding-right: calc( 16 / 375 * 100vw); }
  .page-download-form .overview-area, .page-download-form .form-area {
    margin-left: 0px;
    margin-left: calc( 0 / 375 * 100vw);
    margin-right: 0px;
    margin-right: calc( 0 / 375 * 100vw); }
  .page-download-form .overview-area {
    width: 343px;
    width: calc( 343 / 375 * 100vw);
    margin-bottom: 30px;
    margin-bottom: calc( 30 / 375 * 100vw); }
    .page-download-form .overview-area .download-title {
      font-family: 'Noto Sans Japanese';
      color: #000;
      font-size: 32px;
      font-size: calc( 32 / 375 * 100vw);
      font-weight: 900;
      /* black */
      line-height: 1.5;
      margin-bottom: 14px;
      margin-bottom: calc( 14 / 375 * 100vw);
      position: relative;
      top: -0.35em; }
    .page-download-form .overview-area .download-img {
      margin-bottom: 30px;
      margin-bottom: calc( 30 / 375 * 100vw); }
    .page-download-form .overview-area .download-desc {
      font-family: 'Noto Sans Japanese';
      font-size: 14px;
      font-size: calc( 14 / 375 * 100vw);
      font-weight: 400;
      /* regular */
      line-height: 1.5; }
  .page-download-form .form-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 10px;
    border-width: calc( 10 / 375 * 100vw);
    padding-left: 15px;
    padding-left: calc( 15 / 375 * 100vw);
    padding-right: 15px;
    padding-right: calc( 15 / 375 * 100vw);
    padding-top: 8px;
    padding-top: calc( 8 / 375 * 100vw);
    padding-bottom: 38px;
    padding-bottom: calc( 38 / 375 * 100vw); }

.page-download-download {
  margin-top: 60px;
  margin-top: calc( 60 / 375 * 100vw);
  margin-bottom: 87px;
  margin-bottom: calc( 87 / 375 * 100vw); }
  .page-download-download .download-desc {
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw);
    font-weight: 400;
    /* regular */
    font-family: 'Noto Sans Japanese';
    color: #000;
    text-align: center;
    margin-bottom: 26px;
    margin-bottom: calc( 26 / 375 * 100vw); }
  .page-download-download .download-btn {
    font-family: 'Noto Sans Japanese';
    font-size: 19px;
    font-size: calc( 19 / 375 * 100vw);
    font-weight: 700;
    /* bold */
    background: #000;
    color: #FFF;
    width: 295px;
    width: calc( 295 / 375 * 100vw);
    height: 55px;
    height: calc( 55 / 375 * 100vw);
    border-radius: 10px;
    border-radius: calc( 10 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-bottom: calc( 40 / 375 * 100vw);
    line-height: 1; }
    .page-download-download .download-btn span, .page-download-download .download-btn p {
      font-weight: 700;
      /* bold */ }
    .page-download-download .download-btn .icon {
      width: 18px;
      width: calc( 18 / 375 * 100vw);
      height: 19px;
      height: calc( 19 / 375 * 100vw);
      position: absolute;
      top: 50%;
      left: 28px;
      left: calc( 28 / 375 * 100vw);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .page-download-download .download-notes {
    font-size: 14px;
    font-size: calc( 14 / 375 * 100vw);
    font-weight: 400;
    /* regular */
    font-family: 'Noto Sans Japanese';
    color: #000;
    width: 353px;
    width: calc( 353 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-bottom: calc( 40 / 375 * 100vw); }

/* Scss Document */
.footer-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  width: auto !important; }

.footer-form label[for=Email], .footer-form .mktoGutter, .footer-form .mktoOffset {
  display: none; }

.footer-form .mktoButtonWrap {
  margin: 0 0 0 10px !important; }

.footer-form .mktoFormCol {
  margin-bottom: 0 !important; }

.footer-form input#Email {
  background: #dedede;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  height: 38px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 .75em;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-size: calc( 18 / 375 * 100vw);
  width: 236px;
  width: calc( 236 / 375 * 100vw);
  height: 38px;
  height: calc( 38 / 375 * 100vw);
  color: #161b2c;
  font-size: 14px;
  font-size: calc( 14 / 375 * 100vw) !important;
  font-weight: 500;
  /* medium */ }
  .footer-form input#Email:placeholder-shown {
    color: #2DCC70 !important; }
  .footer-form input#Email::-webkit-input-placeholder {
    color: #2DCC70 !important; }
  .footer-form input#Email:-moz-placeholder {
    color: #2DCC70 !important;
    opacity: 1; }
  .footer-form input#Email::-moz-placeholder {
    color: #2DCC70 !important;
    opacity: 1; }
  .footer-form input#Email:-ms-input-placeholder {
    color: #2DCC70 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.footer-form button[type=submit] {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border: none !important;
  background: #000 !important;
  border-radius: 5px;
  font-weight: 700;
  /* bold */
  font-size: 14px;
  font-size: calc( 14 / 375 * 100vw);
  width: 70px;
  width: calc( 70 / 375 * 100vw);
  height: 38px;
  height: calc( 38 / 375 * 100vw);
  margin-left: 10px; }

@-webkit-keyframes slide {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slide {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 20000;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  pointer-events: none; }

/* ----------------------------------------------------------
ハンバーガーメニュー
---------------------------------------------------------- */

/* ----------------------------------------------------------
アコーディオン
---------------------------------------------------------- */
.js-accordion {
  height: auto; }
  .js-accordion .js-accordion-inner > * {
    opacity: 1; }
  .js-accordion .js-accordion-head {
    opacity: 1;
    cursor: pointer; }
    .js-accordion .js-accordion-head:before {
      content: '';
      width: 3px;
      width: calc( 3 / 375 * 100vw);
      height: 3px;
      height: calc( 3 / 375 * 100vw);
      background: #2DC79D;
      position: absolute;
      right: 6.5px;
      right: calc( 6.5 / 375 * 100vw);
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: 0; }
  .js-accordion.invisible {
    height: 64px;
    height: calc( 64 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    cursor: pointer; }
    .js-accordion.invisible .js-accordion-inner > * {
      opacity: 0;
      -webkit-transition: opacity .6s ease !important;
      transition: opacity .6s ease !important; }
    .js-accordion.invisible .js-accordion-head {
      opacity: 1; }
      .js-accordion.invisible .js-accordion-head:before {
        opacity: 1;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 3px;
        width: calc( 3 / 375 * 100vw);
        height: 16px;
        height: calc( 16 / 375 * 100vw);
        height: calc( 16 / 375 * 100vw); }
      @media all and (-ms-high-contrast: none) {
  .img img {
    min-width: auto !important; }
  .img *::-ms-backdrop,
  .img img {
    min-width: auto !important; }
  *::-ms-backdrop, .sec-contact .each-btn, .sec-contact-download .each-btn, .footer-nav-link, .footer-btn, .sec-form .btn-download {
    padding-top: 8px; }
  /* IE11 */
  *::-ms-backdrop, .sec-contact .each-btn, .each-btn-contact:before {
    top: -5px; }
  *::-ms-backdrop, .btn, .mv-btn, .header-nav-btn, .sec-sub-creative .btn-download {
    padding-top: 6px; }
  /* IE11 */
  *::-ms-backdrop, .sec-contact .each-btn-contact .icon, .sec-contact-download .each-btn-contact .icon {
    position: relative;
    top: -3px; }
  *::-ms-backdrop, .mv-box .copy span {
    margin-bottom: -3px; }
  *::-ms-backdrop, .mv-box .copy {
    margin-bottom: 15px !important; } }
      @media screen and (min-width: 561px) {
  .setOrder {
    color: #000; }
  .module-sm {
    display: none; }
  .mdl-sm {
    display: none; }
    .mdl-head01 {
      font-size: 32px;
      font-size: calc( 32 / 1280 * 100vw); }
    .mdl-head01 {
      padding-bottom: 23px;
      padding-bottom: calc( 23 / 1280 * 100vw); }
      .mdl-head01:before {
        width: 144px;
        width: calc( 144 / 1280 * 100vw); }
      .mdl-head01:before {
        height: 4px;
        height: calc( 4 / 1280 * 100vw); }
      .mdl-head01 .gray {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw); }
      .mdl-head01 .small {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw); }
      .mdl-head01 .en {
        font-size: 36px;
        font-size: calc( 36 / 1280 * 100vw); }
      .mdl-head01 .en {
        top: 1px;
        top: calc( 1 / 1280 * 100vw); }
    .mdl-breadcrumb {
      font-size: 12px;
      font-size: calc( 12 / 1280 * 100vw); }
    .mdl-breadcrumb {
      margin-top: 13px;
      margin-top: calc( 13 / 1280 * 100vw); }
    .mdl-breadcrumb {
      margin-bottom: 24px;
      margin-bottom: calc( 24 / 1280 * 100vw); }
    .mdl-breadcrumb {
      padding-left: 30px;
      padding-left: calc( 30 / 1280 * 100vw); }
    .mdl-breadcrumb {
      padding-right: 30px;
      padding-right: calc( 30 / 1280 * 100vw); }
    .mdl-bnr-whole {
      max-width: 343px; }
    a:link:hover {
      opacity: 0.6; }
    #wrapper {
      padding-top: 0px; }
        #header .header-nav .header-nav-link {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw); }
        #header .header-nav .children {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          #header .header-nav .children .each-child {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
              #header .header-nav .children .each-child .title .arrow {
                width: 16px;
                width: calc( 16 / 1280 * 100vw); }
              #header .header-nav .children .each-child .title .arrow {
                height: 16px;
                height: calc( 16 / 1280 * 100vw); }
            #header .header-nav .children .each-child .desc {
              font-size: 12px;
              font-size: calc( 12 / 1280 * 100vw); }
          #header .header-nav .children .each-child-ux {
            font-size: 24px;
            font-size: calc( 24 / 1280 * 100vw); }
              #header .header-nav .children .each-child-ux .title .arrow {
                width: 16px;
                width: calc( 16 / 1280 * 100vw); }
              #header .header-nav .children .each-child-ux .title .arrow {
                height: 16px;
                height: calc( 16 / 1280 * 100vw); }
      #header .btns {
        font-size: 18px;
        font-size: calc( 18 / 1280 * 100vw); }
      #footer .footer-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      #footer .footer-desc {
        margin-bottom: 25px;
        margin-bottom: calc( 25 / 1280 * 100vw); }
        #footer .footer-box01 .footer-mail-area {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          #footer .footer-box01 .footer-mail-area .desc {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          #footer .footer-box01 .footer-mail-area .desc {
            margin-bottom: 15px;
            margin-bottom: calc( 15 / 1280 * 100vw); }
          #footer .footer-box01 .footer-mail-area .icon-mail {
            width: 27px;
            width: calc( 27 / 1280 * 100vw); }
          #footer .footer-box01 .footer-mail-area .icon-mail {
            height: 20px;
            height: calc( 20 / 1280 * 100vw); }
          #footer .footer-box01 .footer-mail-area .icon-mail {
            margin-right: 7px;
            margin-right: calc( 7 / 1280 * 100vw); }
        #footer .footer-box01 .footer-external-area {
          width: 216px;
          width: calc( 216 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .external-link {
            margin-left: 18px;
            margin-left: calc( 18 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .external-link {
            margin-right: 18px;
            margin-right: calc( 18 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .facebook {
            width: 38px;
            width: calc( 38 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .facebook {
            height: 38px;
            height: calc( 38 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .twitter {
            width: 38px;
            width: calc( 38 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .twitter {
            height: 32px;
            height: calc( 32 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .note {
            width: 32px;
            width: calc( 32 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .note {
            height: 37px;
            height: calc( 37 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .instagram {
            width: 34px;
            width: calc( 34 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .instagram {
            height: 34px;
            height: calc( 34 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .youtube {
            width: 41px;
            width: calc( 41 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .youtube {
            height: 28px;
            height: calc( 28 / 1280 * 100vw); }
        #footer .footer-box02 .footer-nav {
          width: 350px; }
      #footer .footer-nav-cat {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw); }
      #footer .footer-nav-link {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw); }
        #footer .footer-nav-link.child {
          font-size: 12px;
          font-size: calc( 12 / 1280 * 100vw); }
      #footer .footer-nav-link_large {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      #footer .copyright {
        margin-top: 30px;
        margin-top: calc( 30 / 1280 * 100vw); }
      #footer .copyright {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw); }
    .btn-download {
      font-size: 22px;
      font-size: calc( 22 / 1280 * 100vw); }
    .btn-download {
      border-radius: 32px;
      border-radius: calc( 32 / 1280 * 100vw); }
    .btn-download {
      width: 320px;
      width: calc( 320 / 1280 * 100vw); }
    .btn-download {
      height: 64px;
      height: calc( 64 / 1280 * 100vw); }
    .btn-download {
      padding-right: 10px;
      padding-right: calc( 10 / 1280 * 100vw); }
      .btn-download .arrow {
        width: 16px;
        width: calc( 16 / 1280 * 100vw); }
      .btn-download .arrow {
        right: 26px;
        right: calc( 26 / 1280 * 100vw); }
      .subpage-mv.engine .head-area {
        margin-left: 118px;
        margin-left: calc( 118 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .picto {
          width: 136px;
          width: calc( 136 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .picto {
          margin-right: 70px;
          margin-right: calc( 70 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .picto {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .picto {
          top: -8px;
          top: calc( -8 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .txt-area {
          top: -7px;
          top: calc( -7 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .title {
          font-size: 72px;
          font-size: calc( 72 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .title {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
      .subpage-mv.team .head-area {
        margin-left: 118px;
        margin-left: calc( 118 / 1280 * 100vw); }
        .subpage-mv.team .head-area .picto {
          width: 136px;
          width: calc( 136 / 1280 * 100vw); }
        .subpage-mv.team .head-area .picto {
          margin-right: 70px;
          margin-right: calc( 70 / 1280 * 100vw); }
        .subpage-mv.team .head-area .picto {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .subpage-mv.team .head-area .picto {
          top: -8px;
          top: calc( -8 / 1280 * 100vw); }
        .subpage-mv.team .head-area .txt-area {
          top: -7px;
          top: calc( -7 / 1280 * 100vw); }
        .subpage-mv.team .head-area .title {
          font-size: 72px;
          font-size: calc( 72 / 1280 * 100vw); }
        .subpage-mv.team .head-area .title {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
      .subpage-mv.video {
        height: 440px;
        height: calc( 440 / 1280 * 100vw); }
        .subpage-mv.video .subpage-mv-inner {
          padding-top: 89px;
          padding-top: calc( 89 / 1280 * 100vw); }
        .subpage-mv.video .subpage-mv-inner {
          padding-left: 0px;
          padding-left: calc( 0 / 1280 * 100vw); }
        .subpage-mv.video .subpage-mv-inner {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
        .subpage-mv.video .head-area {
          margin-left: 118px;
          margin-left: calc( 118 / 1280 * 100vw); }
          .subpage-mv.video .head-area .title-area {
            margin-bottom: 0px;
            margin-bottom: calc( 0 / 1280 * 100vw); }
          .subpage-mv.video .head-area .copy {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .subpage-mv.video .head-area .copy {
            margin-bottom: 27px;
            margin-bottom: calc( 27 / 1280 * 100vw); }
            .subpage-mv.video .head-area .copy .num {
              font-size: 32px;
              font-size: calc( 32 / 1280 * 100vw); }
          .subpage-mv.video .head-area .picto {
            width: 120px;
            width: calc( 120 / 1280 * 100vw); }
          .subpage-mv.video .head-area .picto {
            height: 102px;
            height: calc( 102 / 1280 * 100vw); }
          .subpage-mv.video .head-area .picto {
            margin-right: 23px;
            margin-right: calc( 23 / 1280 * 100vw); }
          .subpage-mv.video .head-area .title {
            font-size: 56px;
            font-size: calc( 56 / 1280 * 100vw); }
          .subpage-mv.video .head-area .title {
            top: -6px;
            top: calc( -6 / 1280 * 100vw); }
          .subpage-mv.video .head-area .lead {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .subpage-mv.video .head-area .num {
            font-size: 32px;
            font-size: calc( 32 / 1280 * 100vw); }
          .subpage-mv.video .head-area .num {
            top: 1px;
            top: calc( 1 / 1280 * 100vw); }
          .subpage-mv.video .head-area .num {
            left: 1px;
            left: calc( 1 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          border-radius: 32px;
          border-radius: calc( 32 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          width: 360px;
          width: calc( 360 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          height: 64px;
          height: calc( 64 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          padding-right: 10px;
          padding-right: calc( 10 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          margin-top: 85px;
          margin-top: calc( 85 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          margin-left: 62px;
          margin-left: calc( 62 / 1280 * 100vw); }
          .subpage-mv.video .btn .arrow {
            width: 16px;
            width: calc( 16 / 1280 * 100vw); }
          .subpage-mv.video .btn .arrow {
            right: 26px;
            right: calc( 26 / 1280 * 100vw); }
    .subpage-mv {
      height: 440px;
      height: calc( 440 / 1280 * 100vw); }
    .subpage-mv {
      padding: 18px;
      height: calc(440 / 1280 * 100vw); }
      .subpage-mv .subpage-mv-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .subpage-mv .arrow {
        margin-left: 50%;
        width: calc(524 / 1280 * 100vw);
        height: calc(356 / 1280 * 100vw);
        left: calc(-197 / 1280 * 100vw);
        top: calc(60 / 1280 * 100vw); }
      .subpage-mv .head-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: calc(80 / 1280 * 100vw); }
      .subpage-mv .head-area .picto {
        width: calc(211 / 1280 * 100vw);
        margin-right: calc(30 / 1280 * 100vw);
        margin-bottom: 0; }
        .subpage-mv .head-area .title {
          font-size: 72px;
          font-size: calc( 72 / 1280 * 100vw); }
        .subpage-mv .head-area .title {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .subpage-mv .head-area .lead {
          font-size: 32px;
          font-size: calc( 32 / 1280 * 100vw); }
    .sec-mv {
      height: 560px;
      height: calc( 560 / 1280 * 100vw); }
    .sec-mv {
      padding: 18px; }
      .sec-mv .sec-mv-inner {
        padding-top: 68px;
        padding-top: calc( 68 / 1280 * 100vw); }
      .sec-mv .sec-mv-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .sec-mv .sec-mv-img {
        background-image: url(../images/img_poly01.png);
        background-size: auto calc(537 / 1280 * 100vw);
        background-position: top right 9vw; }
      .sec-mv .arrow {
        width: 702px;
        width: calc( 702 / 1280 * 100vw); }
      .sec-mv .arrow {
        top: 58px;
        top: calc( 58 / 1280 * 100vw); }
      .sec-mv .arrow {
        right: calc(50% - 44vw); }
      .sec-mv .copy {
        font-size: 32px;
        font-size: calc( 32 / 1280 * 100vw); }
        .sec-mv .copy .name {
          margin-top: 29px;
          margin-top: calc( 29 / 1280 * 100vw); }
        .sec-mv .copy .name {
          width: calc(1060 / 1280 * 100vw);
          max-width: calc(1060 / 1280 * 100vw); }
      .sec-mv .results {
        width: 483px;
        width: calc( 483 / 1280 * 100vw); }
      .sec-mv .results {
        height: 90px;
        height: calc( 90 / 1280 * 100vw); }
      .sec-mv .results {
        bottom: 63px;
        bottom: calc( 63 / 1280 * 100vw); }
      .sec-mv .results {
        left: -18px;
        padding-right: 6px; }
        .sec-mv .results .each-result {
          margin-right: 27px;
          margin-right: calc( 27 / 1280 * 100vw); }
        .sec-mv .results .icon {
          width: 28px;
          width: calc( 28 / 1280 * 100vw); }
        .sec-mv .results .icon {
          margin-right: 15px;
          margin-right: calc( 15 / 1280 * 100vw); }
        .sec-mv .results .txt-area {
          font-size: 12px;
          font-size: calc( 12 / 1280 * 100vw); }
        .sec-mv .results .num {
          font-size: 28px;
          font-size: calc( 28 / 1280 * 100vw); }
    .sec-top-services {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
    .sec-top-services {
      padding-bottom: 60px;
      padding-bottom: calc( 60 / 1280 * 100vw); }
      .sec-top-services .services-head01 {
        font-size: 36px;
        font-size: calc( 36 / 1280 * 100vw); }
      .sec-top-services .services-head01 {
        margin-bottom: 15px;
        margin-bottom: calc( 15 / 1280 * 100vw); }
      .sec-top-services .services-desc01 {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-top-services .services-desc01 {
        margin-bottom: 32px;
        margin-bottom: calc( 32 / 1280 * 100vw); }
      .sec-top-services .each-service {
        margin-bottom: 16px;
        margin-bottom: calc( 16 / 1280 * 100vw); }
      .sec-top-services .each-service {
        padding: 9px;
        max-width: 640px;
        max-width: calc(640 / 760 * 100vw); }
          .sec-top-services .each-service.dx .desc-area .picto {
            width: 160px;
            width: calc( 160 / 1280 * 100vw); }
          .sec-top-services .each-service.ux .desc-area .picto {
            width: 164px;
            width: calc( 164 / 1280 * 100vw); }
        .sec-top-services .each-service .each-service-inner {
          padding-top: 30px;
          padding-top: calc( 30 / 1280 * 100vw); }
        .sec-top-services .each-service .each-service-inner {
          padding-bottom: 30px;
          padding-bottom: calc( 30 / 1280 * 100vw); }
        .sec-top-services .each-service .each-service-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        .sec-top-services .each-service .each-service-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        .sec-top-services .each-service .service-name {
          font-size: 40px;
          font-size: calc( 40 / 1280 * 100vw); }
        .sec-top-services .each-service .service-name {
          margin-bottom: 30px;
          margin-bottom: calc( 30 / 1280 * 100vw); }
        .sec-top-services .each-service .desc-area {
          margin-bottom: 25px;
          margin-bottom: calc( 25 / 1280 * 100vw); }
          .sec-top-services .each-service .desc-area .picto {
            margin-bottom: 15px;
            margin-bottom: calc( 15 / 1280 * 100vw); }
          .sec-top-services .each-service .desc-area .picto {
            height: 101px;
            height: calc( 101 / 1280 * 100vw); }
          .sec-top-services .each-service .desc-area .desc {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .each-feature {
            width: 160px;
            width: calc( 160 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .each-feature {
            margin-bottom: 25px;
            margin-bottom: calc( 25 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .each-feature {
            margin-left: 14px;
            margin-left: calc( 14 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .each-feature {
            margin-right: 14px;
            margin-right: calc( 14 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .picto {
            width: 60px;
            width: calc( 60 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .picto {
            height: 60px;
            height: calc( 60 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .picto {
            margin-bottom: 6px;
            margin-bottom: calc( 6 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .feature-name {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .feature-name {
            margin-bottom: 10px;
            margin-bottom: calc( 10 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .feature-name {
            height: 27px;
            height: calc( 27 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .feature-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
        .sec-top-services .each-service .btn {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-top-services .each-service .btn {
          width: 293px;
          width: calc( 293 / 1280 * 100vw); }
        .sec-top-services .each-service .btn {
          height: 48px;
          height: calc( 48 / 1280 * 100vw); }
        .sec-top-services .each-service .btn {
          margin-top: 0px;
          margin-top: calc( 0 / 1280 * 100vw); }
      .sec-top-services .service-structure {
        padding: 9px;
        max-width: 640px;
        max-width: calc(640 / 760 * 100vw);
        margin-left: auto;
        margin-right: auto; }
        .sec-top-services .service-structure .service-structure-inner {
          padding-top: 35px;
          padding-top: calc( 35 / 1280 * 100vw); }
        .sec-top-services .service-structure .service-structure-inner {
          padding-bottom: 35px;
          padding-bottom: calc( 35 / 1280 * 100vw); }
        .sec-top-services .service-structure .service-structure-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        .sec-top-services .service-structure .service-structure-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        .sec-top-services .service-structure .lead {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
        .sec-top-services .service-structure .lead {
          margin-bottom: 15px;
          margin-bottom: calc( 15 / 1280 * 100vw); }
        .sec-top-services .service-structure .picto-area {
          margin-bottom: 5px;
          margin-bottom: calc( 5 / 1280 * 100vw); }
            .sec-top-services .service-structure .picto-area .each .name {
              font-size: 24px;
              font-size: calc( 24 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .arrow {
            width: 49px;
            width: calc( 49 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .arrow {
            margin-right: 11px;
            margin-right: calc( 11 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .arrow {
            margin-left: 10px;
            margin-left: calc( 10 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .picto {
            margin-right: 12px;
            margin-right: calc( 12 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .picto {
            margin-left: 12px;
            margin-left: calc( 12 / 1280 * 100vw); }
            .sec-top-services .service-structure .picto-area .picto .label {
              font-size: 12px;
              font-size: calc( 12 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .building {
            width: 58px;
            width: calc( 58 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .building {
            height: 80px;
            height: calc( 80 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .shopping {
            width: 56px;
            width: calc( 56 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .shopping {
            height: 80px;
            height: calc( 80 / 1280 * 100vw); }
        .sec-top-services .service-structure .desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
    .sec-top-news {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
    .sec-top-news {
      padding-bottom: 68px;
      padding-bottom: calc( 68 / 1280 * 100vw); }
      .sec-top-news .sec-top-news-inner {
        max-width: calc(640 / 760 * 100vw); }
      .sec-top-news .news-head01 {
        font-size: 36px;
        font-size: calc( 36 / 1280 * 100vw); }
      .sec-top-news .news-head01 {
        margin-bottom: 40px;
        margin-bottom: calc( 40 / 1280 * 100vw); }
      .sec-top-news .news-list .each-news {
        margin-bottom: 16px;
        margin-bottom: calc( 16 / 1280 * 100vw); }
      .sec-top-news .news-list .each-news {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .sec-top-news .news-list .each-news .date {
          font-size: 12px;
          font-size: calc( 12 / 1280 * 100vw); }
        .sec-top-news .news-list .each-news .date {
          width: 50px;
          width: calc( 50 / 1280 * 100vw); }
        .sec-top-news .news-list .each-news .date {
          height: 50px;
          height: calc( 50 / 1280 * 100vw); }
        .sec-top-news .news-list .each-news .date {
          margin-right: 16px;
          margin-right: calc( 16 / 1280 * 100vw); }
        .sec-top-news .news-list .each-news .title {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
    .sec-top-bnr {
      padding-bottom: 68px;
      padding-bottom: calc( 68 / 1280 * 100vw); }
      .sec-bnr .bnr-dx-book {
        margin-bottom: 46px;
        margin-bottom: calc( 46 / 1280 * 100vw); }
      .sec-bnr .bnr-flex {
        margin-bottom: 72px;
        margin-bottom: calc( 72 / 1280 * 100vw); }
        .sec-bnr .bnr-flex .bnr-half {
          width: 240px;
          width: calc( 240 / 1280 * 100vw); }
        .sec-bnr .bnr-flex .bnr-half {
          height: 72px;
          height: calc( 72 / 1280 * 100vw); }
          .sec-bnr .bnr-flex .bnr-half.bnr-media {
            margin-right: 7px;
            margin-right: calc( 7 / 1280 * 100vw); }
          .sec-bnr .bnr-flex .bnr-half.bnr-seminar {
            margin-left: 7px;
            margin-left: calc( 7 / 1280 * 100vw); }
          .sec-bnr .bnr-flex .bnr-half .txt {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
      .sec-bnr .bnr-growthhacker {
        height: 118px;
        height: calc( 118 / 1280 * 100vw); }
      .sec-bnr .bnr-growthhacker {
        padding-bottom: 0px;
        padding-bottom: calc( 0 / 1280 * 100vw); }
        .sec-bnr .bnr-growthhacker .txt-area {
          padding-left: 100px;
          padding-left: calc( 100 / 1280 * 100vw); }
        .sec-bnr .bnr-growthhacker .txt-area {
          padding-bottom: 7px;
          padding-bottom: calc( 7 / 1280 * 100vw); }
        .sec-bnr .bnr-growthhacker .txt-area {
          width: 310px;
          height: 64px; }
          .sec-bnr .bnr-growthhacker .txt-area .title {
            font-size: 22px;
            font-size: calc( 22 / 1280 * 100vw); }
          .sec-bnr .bnr-growthhacker .txt-area .title {
            margin-bottom: 15px;
            margin-bottom: calc( 15 / 1280 * 100vw); }
          .sec-bnr .bnr-growthhacker .txt-area .lead {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
        .sec-bnr .bnr-growthhacker .logomark {
          width: 48px;
          width: calc( 48 / 1280 * 100vw); }
      .sec-dx-overview .dx-overview-head {
        margin-bottom: 50px;
        margin-bottom: calc( 50 / 1280 * 100vw); }
      .sec-dx-overview .dx-overview-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-dx-overview .dx-overview-desc {
        margin-bottom: 37px;
        margin-bottom: calc( 37 / 1280 * 100vw); }
      .sec-dx-overview .dx-overview-desc {
        line-height: calc(28 / 16); }
      .sec-dx-overview .dx-overview-video {
        margin-bottom: 70px;
        margin-bottom: calc( 70 / 1280 * 100vw); }
      .sec-dx-overview .dx-overview-video {
        max-width: 640px; }
        .sec-dx-overview .dx-overview-video .title {
          height: 34px;
          height: calc( 34 / 1280 * 100vw); }
        .sec-dx-overview .dx-overview-video .title {
          padding-left: 16px;
          padding-left: calc( 16 / 1280 * 100vw); }
        .sec-dx-overview .dx-overview-video .title {
          padding-right: 16px;
          padding-right: calc( 16 / 1280 * 100vw); }
        .sec-dx-overview .dx-overview-video .title {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .sec-dx-overview .dx-overview-video .small {
          font-size: 12px;
          font-size: calc( 12 / 1280 * 100vw); }
        .sec-dx-overview .dx-overview-video .large {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
    .sec-dx-pro {
      padding-top: 20px;
      padding-top: calc( 20 / 1280 * 100vw); }
    .sec-dx-pro {
      padding-bottom: 90px;
      padding-bottom: calc( 90 / 1280 * 100vw); }
    .sec-dx-pro {
      background-image: url(../images/bg_arrow01.png);
      background-size: calc(1012 / 1280 * 100vw) auto; }
      .sec-dx-pro .dx-pro-head {
        margin-bottom: 60px;
        margin-bottom: calc( 60 / 1280 * 100vw); }
      .sec-dx-pro .pro-people {
        padding-bottom: 60px;
        padding-bottom: calc( 60 / 1280 * 100vw); }
      .sec-dx-pro .pro-people {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .sec-dx-pro .each-people {
        width: 372px;
        width: calc( 372 / 1280 * 100vw); }
      .sec-dx-pro .each-people {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
      .sec-dx-pro .each-people {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: calc(20 / 1280 * 100vw);
        margin-right: calc(20 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-box01 {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-box01 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .sec-dx-pro .each-people .pro-img {
          width: 120px;
          width: calc( 120 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-img {
          height: 120px;
          height: calc( 120 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-img {
          padding: 4px;
          padding: calc( 4 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-img {
          margin-bottom: 24px;
          margin-bottom: calc( 24 / 1280 * 100vw); }
          .sec-dx-pro .each-people .pro-img .pro-img-inner {
            width: 112px;
            width: calc( 112 / 1280 * 100vw); }
          .sec-dx-pro .each-people .pro-img .pro-img-inner {
            height: 112px;
            height: calc( 112 / 1280 * 100vw); }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              width: 120px;
              width: calc( 120 / 1280 * 100vw); }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              max-width: 120px;
              max-width: calc( 120 / 1280 * 100vw); }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              height: 120px;
              height: calc( 120 / 1280 * 100vw); }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              top: -4px;
              top: calc( -4 / 1280 * 100vw); }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              left: -4px;
              left: calc( -4 / 1280 * 100vw); }
      .sec-dx-pro .each-people .pro-name-area {
        text-align: center; }
        .sec-dx-pro .each-people .pro-name {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-name {
          margin-bottom: 7px;
          margin-bottom: calc( 7 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-role {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-role {
          margin-bottom: 20px;
          margin-bottom: calc( 20 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-desc {
          line-height: calc(24 / 14); }
    .sec-dx-project {
      padding-top: 75px;
      padding-top: calc( 75 / 1280 * 100vw); }
    .sec-dx-project {
      padding-bottom: 85px;
      padding-bottom: calc( 85 / 1280 * 100vw); }
    .sec-dx-project {
      background-image: url(../images/bg01.jpg); }
      .sec-dx-project .dx-project-head {
        margin-bottom: 60px;
        margin-bottom: calc( 60 / 1280 * 100vw); }
      .sec-dx-project .dx-projects {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .sec-dx-project .dx-projects .each-project {
          width: 579px;
          width: calc( 579 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          padding-top: 24px;
          padding-top: calc( 24 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          padding-right: 24px;
          padding-right: calc( 24 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          padding-bottom: 32px;
          padding-bottom: calc( 32 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          margin-left: 21px;
          margin-left: calc( 21 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          margin-right: 21px;
          margin-right: calc( 21 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-img {
            margin-bottom: 12px;
            margin-bottom: calc( 12 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-lead {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-lead {
            margin-bottom: 10px;
            margin-bottom: calc( 10 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-lead {
            line-height: calc(32 / 20); }
          .sec-dx-project .dx-projects .each-project .project-client {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-client {
            margin-bottom: 17px;
            margin-bottom: calc( 17 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .tags {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              font-size: 12px;
              font-size: calc( 12 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              margin-right: 4px;
              margin-right: calc( 4 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              min-width: 77px;
              min-width: calc( 77 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              height: 23px;
              height: calc( 23 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              border-radius: 12px;
              border-radius: calc( 12 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              padding-left: 8px;
              padding-left: calc( 8 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              padding-right: 8px;
              padding-right: calc( 8 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-desc {
            margin-bottom: 15px;
            margin-bottom: calc( 15 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-desc {
            line-height: calc(24 / 14); }
          .sec-dx-project .dx-projects .each-project .project-btn {
            width: 293px;
            width: calc( 293 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-btn {
            height: 48px;
            height: calc( 48 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-btn {
            border-radius: 6px;
            border-radius: calc( 6 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-btn {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .project-btn .arrow {
              width: 16px;
              width: calc( 16 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .project-btn .arrow {
              height: 14px;
              height: calc( 14 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .project-btn .arrow {
              right: 16px;
              right: calc( 16 / 1280 * 100vw); }
    .sec-dx-client {
      padding-top: 78px;
      padding-top: calc( 78 / 1280 * 100vw); }
    .sec-dx-client {
      padding-bottom: 61px;
      padding-bottom: calc( 61 / 1280 * 100vw); }
      .sec-dx-client .dx-client-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
      .sec-dx-client .dx-clients {
        width: 1120px;
        width: calc( 1120 / 1280 * 100vw); }
        .sec-dx-client .dx-clients .each-client {
          border-radius: 8px;
          border-radius: calc( 8 / 1280 * 100vw); }
        .sec-dx-client .dx-clients .each-client {
          margin-bottom: 24px;
          margin-bottom: calc( 24 / 1280 * 100vw); }
        .sec-dx-client .dx-clients .each-client {
          padding-left: 60px;
          padding-left: calc( 60 / 1280 * 100vw); }
        .sec-dx-client .dx-clients .each-client {
          padding-right: 60px;
          padding-right: calc( 60 / 1280 * 100vw); }
        .sec-dx-client .dx-clients .each-client {
          width: 25%; }
    .dx-bg-arrow {
      background-image: url(../images/bg_arrow01.png);
      background-size: calc(1012 / 1280 * 100vw) auto;
      background-position: top calc(43 / 1280 * 100vw) left; }
    .sec-dx-needs {
      padding-top: 80px;
      padding-top: calc( 80 / 1280 * 100vw); }
    .sec-dx-needs {
      padding-bottom: 16px;
      padding-bottom: calc( 16 / 1280 * 100vw); }
      .sec-dx-needs .dx-needs-head {
        margin-bottom: 62px;
        margin-bottom: calc( 62 / 1280 * 100vw); }
      .sec-dx-needs .dx-needs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 976px;
        margin: 0 auto; }
      .sec-dx-needs .dx-needs:after {
        content: '';
        width: calc(960 / 1280 * 100vw);
        height: 1px;
        border-top: dashed 1px #2DC2CC;
        position: absolute;
        left: 50%;
        top: calc(50% - 2.4vw);
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .sec-dx-needs .each-needs {
        width: 472px;
        width: calc( 472 / 1280 * 100vw); }
      .sec-dx-needs .each-needs {
        margin-bottom: 64px;
        margin-bottom: calc( 64 / 1280 * 100vw); }
      .sec-dx-needs .each-needs {
        margin-left: 8px;
        margin-left: calc( 8 / 1280 * 100vw); }
      .sec-dx-needs .each-needs {
        margin-right: 8px;
        margin-right: calc( 8 / 1280 * 100vw); }
      .sec-dx-needs .each-needs {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .sec-dx-needs .each-needs.bnr {
          margin-bottom: 64px;
          margin-bottom: calc( 64 / 1280 * 100vw); }
        .sec-dx-needs .each-needs.bnr {
          height: 144px;
          height: calc( 144 / 1280 * 100vw); }
          .sec-dx-needs .each-needs.bnr img {
            height: 144px;
            height: calc( 144 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-picto {
          width: 144px;
          width: calc( 144 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-picto {
          height: 144px;
          height: calc( 144 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-picto {
          margin-right: 24px;
          margin-right: calc( 24 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .txt-area {
          padding-bottom: 14px;
          padding-bottom: calc( 14 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-name {
          font-size: 24px;
          font-size: calc( 24 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-name {
          margin-bottom: 11px;
          margin-bottom: calc( 11 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-desc {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-desc {
          width: 304px;
          width: calc( 304 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-desc {
          line-height: calc(28 / 16); }
    .sec-dx-service {
      padding-top: 84px;
      padding-top: calc( 84 / 1280 * 100vw); }
    .sec-dx-service {
      padding-bottom: 95px;
      padding-bottom: calc( 95 / 1280 * 100vw); }
      .sec-dx-service .dx-service-head {
        font-size: 36px;
        font-size: calc( 36 / 1280 * 100vw); }
      .sec-dx-service .dx-service-head {
        margin-bottom: 35px;
        margin-bottom: calc( 35 / 1280 * 100vw); }
      .sec-dx-service .service {
        margin-bottom: 16px;
        margin-bottom: calc( 16 / 1280 * 100vw); }
      .sec-dx-service .service {
        padding: 9px;
        max-width: 640px;
        width: calc(960 / 1280 * 100vw); }
          .sec-dx-service .service.dx .desc-area .picto {
            width: 160px;
            width: calc( 160 / 1280 * 100vw); }
          .sec-dx-service .service.ux .desc-area .picto {
            width: 180px;
            width: calc( 180 / 1280 * 100vw); }
        .sec-dx-service .service .service-inner {
          padding-top: 30px;
          padding-top: calc( 30 / 1280 * 100vw); }
        .sec-dx-service .service .service-inner {
          padding-bottom: 43px;
          padding-bottom: calc( 43 / 1280 * 100vw); }
        .sec-dx-service .service .service-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        .sec-dx-service .service .service-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        .sec-dx-service .service .service-name {
          font-size: 40px;
          font-size: calc( 40 / 1280 * 100vw); }
        .sec-dx-service .service .service-name {
          margin-bottom: 27px;
          margin-bottom: calc( 27 / 1280 * 100vw); }
        .sec-dx-service .service .desc-area {
          margin-bottom: 34px;
          margin-bottom: calc( 34 / 1280 * 100vw); }
          .sec-dx-service .service .desc-area .picto {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-dx-service .service .desc-area .picto {
            height: 101px;
            height: calc( 101 / 1280 * 100vw); }
          .sec-dx-service .service .desc-area .desc {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
        .sec-dx-service .service .features-area {
          margin-bottom: 17px;
          margin-bottom: calc( 17 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .each-feature {
            width: 258px;
            width: calc( 258 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .each-feature {
            margin-bottom: 25px;
            margin-bottom: calc( 25 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .each-feature {
            margin-left: 15px;
            margin-left: calc( 15 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .each-feature {
            margin-right: 15px;
            margin-right: calc( 15 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .picto {
            width: 85px;
            width: calc( 85 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .picto {
            height: 85px;
            height: calc( 85 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .picto {
            margin-bottom: 6px;
            margin-bottom: calc( 6 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .feature-name {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .feature-name {
            margin-bottom: 10px;
            margin-bottom: calc( 10 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .feature-name {
            height: 27px;
            height: calc( 27 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .feature-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
        .sec-dx-service .service .btn {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-dx-service .service .btn {
          width: 293px;
          width: calc( 293 / 1280 * 100vw); }
        .sec-dx-service .service .btn {
          height: 48px;
          height: calc( 48 / 1280 * 100vw); }
        .sec-dx-service .service .btn {
          margin-top: 0px;
          margin-top: calc( 0 / 1280 * 100vw); }
    .sec-ux-overview {
      padding-bottom: 70px;
      padding-bottom: calc( 70 / 1280 * 100vw); }
      .sec-ux-overview .ux-overview-head {
        margin-bottom: 46px;
        margin-bottom: calc( 46 / 1280 * 100vw); }
    .sec-ux-overview .ux-issues {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .sec-ux-overview .ux-issues .each-issue {
        width: 372px;
        width: calc( 372 / 1280 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue {
        margin-right: 21px;
        margin-right: calc( 21 / 1280 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue {
        margin-left: 21px;
        margin-left: calc( 21 / 1280 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue {
        padding-bottom: 0px;
        padding-bottom: calc( 0 / 1280 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-ux-overview .ux-issues .each-issue .issue {
          height: 84px;
          height: calc( 84 / 1280 * 100vw); }
        .sec-ux-overview .ux-issues .each-issue .issue {
          margin-bottom: 40px;
          margin-bottom: calc( 40 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue.high {
            height: 84px;
            height: calc( 84 / 1280 * 100vw); }
            .sec-ux-overview .ux-issues .each-issue .issue.high .issue-txt {
              top: 0px;
              top: calc( 0 / 1280 * 100vw); }
            .sec-ux-overview .ux-issues .each-issue .issue.high .issue-txt {
              height: 84px;
              height: calc( 84 / 1280 * 100vw); }
            .sec-ux-overview .ux-issues .each-issue .issue.high.bg {
              height: 84px;
              height: calc( 84 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            top: 0px;
            top: calc( 0 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            left: 96px;
            left: calc( 96 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            width: 260px;
            width: calc( 260 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            height: 84px;
            height: calc( 84 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .bg {
            height: 84px;
            height: calc( 84 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue:after {
            bottom: -28px;
            bottom: calc( -28 / 1280 * 100vw); }
        .sec-ux-overview .ux-issues .each-issue .task {
          height: 96px;
          height: calc( 96 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .task .task-inner {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .task .task-inner {
            line-height: calc(32 / 20); }
    .sec-ux-strength {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength-head {
        margin-bottom: 40px;
        margin-bottom: calc( 40 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength {
        width: 1200px;
        width: calc( 1200 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-top: 52px;
          padding-top: calc( 52 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-bottom: 44px;
          padding-bottom: calc( 44 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-left: 28px;
          padding-left: calc( 28 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-right: 28px;
          padding-right: calc( 28 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .sec-ux-strength .ux-strength .each-strength {
          width: 350px;
          width: calc( 350 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .each-strength {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-ux-strength .ux-strength .each-strength .strength-picto {
            width: 144px;
            width: calc( 144 / 1280 * 100vw); }
          .sec-ux-strength .ux-strength .each-strength .strength-picto {
            margin-bottom: 12px;
            margin-bottom: calc( 12 / 1280 * 100vw); }
          .sec-ux-strength .ux-strength .each-strength .strength-lead {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-ux-strength .ux-strength .each-strength .strength-lead {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-ux-strength .ux-strength .each-strength .strength-lead {
            height: 2.75em; }
          .sec-ux-strength .ux-strength .each-strength .strength-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-ux-strength .ux-strength .each-strength .strength-desc {
            line-height: calc(24 / 14); }
      .sec-ux-strength .ux-strength-result {
        font-size: 24px;
        font-size: calc( 24 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength-result {
        margin-top: 46px;
        margin-top: calc( 46 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength-result {
        padding-top: 21px;
        padding-top: calc( 21 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength-result {
        padding-bottom: 70px;
        padding-bottom: calc( 70 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength-result {
        background-image: url(../images/bg_arrow02.png);
        background-size: calc(1046 / 1280 * 100vw) auto;
        background-position: top left; }
        .sec-ux-strength .ux-strength-result .large {
          font-size: 64px;
          font-size: calc( 64 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength-result .middle {
          font-size: 28px;
          font-size: calc( 28 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength-result .middle {
          margin-top: 10px;
          margin-top: calc( 10 / 1280 * 100vw); }
    .sec-ux-services {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
    .sec-ux-services {
      padding-bottom: 85px;
      padding-bottom: calc( 85 / 1280 * 100vw); }
    .sec-ux-services {
      background-image: url(../images/bg02.jpg); }
      .sec-ux-services .ux-services-head {
        margin-bottom: 50px;
        margin-bottom: calc( 50 / 1280 * 100vw); }
      .sec-ux-services .ux-service {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sec-ux-services .ux-service .each-service {
          width: 579px;
          width: calc( 579 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          padding-top: 32px;
          padding-top: calc( 32 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          padding-right: 24px;
          padding-right: calc( 24 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          padding-bottom: 32px;
          padding-bottom: calc( 32 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          margin-left: 20px;
          margin-left: calc( 20 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          margin-right: 20px;
          margin-right: calc( 20 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          margin-bottom: 40px;
          margin-bottom: calc( 40 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-picto {
            width: 120px;
            width: calc( 120 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-picto {
            height: 120px;
            height: calc( 120 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-picto {
            margin-bottom: 30px;
            margin-bottom: calc( 30 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-copy {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-copy {
            margin-bottom: 5px;
            margin-bottom: calc( 5 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-name {
            font-size: 28px;
            font-size: calc( 28 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-name {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-desc {
            margin-bottom: 15px;
            margin-bottom: calc( 15 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-desc {
            line-height: calc(24 / 14); }
          .sec-ux-services .ux-service .each-service .service-btn {
            width: 293px;
            width: calc( 293 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-btn {
            height: 48px;
            height: calc( 48 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-btn {
            border-radius: 6px;
            border-radius: calc( 6 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-btn {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
            .sec-ux-services .ux-service .each-service .service-btn .arrow {
              width: 16px;
              width: calc( 16 / 1280 * 100vw); }
            .sec-ux-services .ux-service .each-service .service-btn .arrow {
              height: 14px;
              height: calc( 14 / 1280 * 100vw); }
            .sec-ux-services .ux-service .each-service .service-btn .arrow {
              right: 16px;
              right: calc( 16 / 1280 * 100vw); }
    .sec-ux-case {
      padding-top: 70px;
      padding-top: calc( 70 / 1280 * 100vw); }
      .sec-ux-case .ux-case-head {
        margin-bottom: 40px;
        margin-bottom: calc( 40 / 1280 * 100vw); }
      .sec-ux-case .bx-prev, .sec-ux-case .bx-next {
        width: 56px;
        width: calc( 56 / 1280 * 100vw); }
      .sec-ux-case .bx-prev, .sec-ux-case .bx-next {
        height: 238px;
        height: calc( 238 / 1280 * 100vw); }
        .sec-ux-case .bx-prev:before, .sec-ux-case .bx-next:before {
          width: 40px;
          width: calc( 40 / 1280 * 100vw); }
        .sec-ux-case .bx-prev:before, .sec-ux-case .bx-next:before {
          height: 40px;
          height: calc( 40 / 1280 * 100vw); }
        .sec-ux-case .bx-prev:after, .sec-ux-case .bx-next:after {
          width: 15px;
          width: calc( 15 / 1280 * 100vw); }
        .sec-ux-case .bx-prev:after, .sec-ux-case .bx-next:after {
          height: 15px;
          height: calc( 15 / 1280 * 100vw); }
        .sec-ux-case .bx-prev:after {
          left: 15px;
          left: calc( 15 / 1280 * 100vw); }
        .sec-ux-case .bx-next:after {
          right: 15px;
          right: calc( 15 / 1280 * 100vw); }
      .sec-ux-case .bx-pager {
        margin-top: 28px;
        margin-top: calc( 28 / 1280 * 100vw); }
        .sec-ux-case .bx-pager .bx-pager-item {
          width: 10px;
          width: calc( 10 / 1280 * 100vw); }
        .sec-ux-case .bx-pager .bx-pager-item {
          height: 10px;
          height: calc( 10 / 1280 * 100vw); }
        .sec-ux-case .bx-pager .bx-pager-item {
          margin-left: 4px;
          margin-left: calc( 4 / 1280 * 100vw); }
        .sec-ux-case .bx-pager .bx-pager-item {
          margin-right: 4px;
          margin-right: calc( 4 / 1280 * 100vw); }
      .sec-ux-case .ux-cases {
        opacity: 0; }
        .sec-ux-case .ux-cases.visible {
          opacity: 1; }
      .sec-ux-case .ux-cases {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .sec-ux-case .ux-cases .each-case {
          width: 460px;
          width: calc( 460 / 1280 * 100vw); }
        .sec-ux-case .ux-cases .each-case {
          max-width: 460px;
          max-width: calc( 460 / 1280 * 100vw); }
        .sec-ux-case .ux-cases .each-case {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-ux-case .ux-cases .each-case {
          margin-left: 20px;
          margin-left: calc( 20 / 1280 * 100vw); }
        .sec-ux-case .ux-cases .each-case {
          margin-right: 20px;
          margin-right: calc( 20 / 1280 * 100vw); }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-top: 20px;
            padding-top: calc( 20 / 1280 * 100vw); }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-left: 20px;
            padding-left: calc( 20 / 1280 * 100vw); }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-right: 20px;
            padding-right: calc( 20 / 1280 * 100vw); }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-bottom: 20px;
            padding-bottom: calc( 20 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .img {
                width: 170px;
                width: calc( 170 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .img {
                height: 120px;
                height: calc( 120 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .txt-area {
                width: 218px;
                width: calc( 218 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .title {
                font-size: 16px;
                font-size: calc( 16 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .title {
                margin-bottom: 7px;
                margin-bottom: calc( 7 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .title {
                line-height: calc(26 / 16);
                min-height: 3.25em; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .client {
                font-size: 14px;
                font-size: calc( 14 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .client {
                margin-bottom: 10px;
                margin-bottom: calc( 10 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags {
                margin-bottom: 20px;
                margin-bottom: calc( 20 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  font-size: 12px;
                  font-size: calc( 12 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  margin-right: 4px;
                  margin-right: calc( 4 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  margin-bottom: 0px;
                  margin-bottom: calc( 0 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  min-width: 77px;
                  min-width: calc( 77 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  height: 23px;
                  height: calc( 23 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  border-radius: 12px;
                  border-radius: calc( 12 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  padding-left: 8px;
                  padding-left: calc( 8 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  padding-right: 8px;
                  padding-right: calc( 8 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .desc {
              font-size: 14px;
              font-size: calc( 14 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .desc {
              margin-bottom: 20px;
              margin-bottom: calc( 20 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              width: 293px;
              width: calc( 293 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              height: 48px;
              height: calc( 48 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              border-radius: 6px;
              border-radius: calc( 6 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              font-size: 14px;
              font-size: calc( 14 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .btn .arrow {
                width: 16px;
                width: calc( 16 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .btn .arrow {
                height: 14px;
                height: calc( 14 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .btn .arrow {
                right: 16px;
                right: calc( 16 / 1280 * 100vw); }
    .sec-ux-client {
      padding-top: 78px;
      padding-top: calc( 78 / 1280 * 100vw); }
    .sec-ux-client {
      padding-bottom: 92px;
      padding-bottom: calc( 92 / 1280 * 100vw); }
      .sec-ux-client .ux-client-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
      .sec-ux-client .ux-clients {
        width: 1120px;
        width: calc( 1120 / 1280 * 100vw); }
        .sec-ux-client .ux-clients .each-client {
          border-radius: 8px;
          border-radius: calc( 8 / 1280 * 100vw); }
        .sec-ux-client .ux-clients .each-client {
          margin-bottom: 24px;
          margin-bottom: calc( 24 / 1280 * 100vw); }
        .sec-ux-client .ux-clients .each-client {
          padding-left: 30px;
          padding-left: calc( 30 / 1280 * 100vw); }
        .sec-ux-client .ux-clients .each-client {
          padding-right: 30px;
          padding-right: calc( 30 / 1280 * 100vw); }
        .sec-ux-client .ux-clients .each-client {
          width: 16.6%; }
    .ux-bg-arrow {
      background-image: url(../images/bg_arrow01.png);
      background-size: calc(1012 / 1280 * 100vw) auto;
      background-position: top calc(43 / 1280 * 100vw) left; }
    .sec-ux-needs {
      padding-top: 80px;
      padding-top: calc( 80 / 1280 * 100vw); }
    .sec-ux-needs {
      padding-bottom: 16px;
      padding-bottom: calc( 16 / 1280 * 100vw); }
      .sec-ux-needs .ux-needs-head {
        margin-bottom: 40px;
        margin-bottom: calc( 40 / 1280 * 100vw); }
      .sec-ux-needs .ux-needs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 976px;
        margin: 0 auto; }
      .sec-ux-needs .ux-needs:after {
        content: '';
        width: calc(960 / 1280 * 100vw);
        height: 1px;
        border-top: dashed 1px #2DC2CC;
        position: absolute;
        left: 50%;
        top: calc(50% - 2.4vw);
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .sec-ux-needs .each-needs {
        width: 472px;
        width: calc( 472 / 1280 * 100vw); }
      .sec-ux-needs .each-needs {
        margin-bottom: 64px;
        margin-bottom: calc( 64 / 1280 * 100vw); }
      .sec-ux-needs .each-needs {
        margin-left: 8px;
        margin-left: calc( 8 / 1280 * 100vw); }
      .sec-ux-needs .each-needs {
        margin-right: 8px;
        margin-right: calc( 8 / 1280 * 100vw); }
      .sec-ux-needs .each-needs {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .sec-ux-needs .each-needs.bnr {
          margin-bottom: 64px;
          margin-bottom: calc( 64 / 1280 * 100vw); }
        .sec-ux-needs .each-needs.bnr {
          height: 144px;
          height: calc( 144 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-picto {
          width: 144px;
          width: calc( 144 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-picto {
          height: 144px;
          height: calc( 144 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-picto {
          margin-right: 24px;
          margin-right: calc( 24 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-name {
          font-size: 24px;
          font-size: calc( 24 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-name {
          margin-bottom: 10px;
          margin-bottom: calc( 10 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-desc {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-desc {
          width: 304px;
          width: calc( 304 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-desc {
          line-height: calc(28 / 16); }
    .sec-ux-service {
      padding-top: 71px;
      padding-top: calc( 71 / 1280 * 100vw); }
    .sec-ux-service {
      padding-bottom: 95px;
      padding-bottom: calc( 95 / 1280 * 100vw); }
      .sec-ux-service .ux-service-head {
        font-size: 36px;
        font-size: calc( 36 / 1280 * 100vw); }
      .sec-ux-service .ux-service-head {
        margin-bottom: 35px;
        margin-bottom: calc( 35 / 1280 * 100vw); }
      .sec-ux-service .service {
        margin-bottom: 16px;
        margin-bottom: calc( 16 / 1280 * 100vw); }
      .sec-ux-service .service {
        padding: 9px;
        max-width: 640px;
        width: calc(960 / 1280 * 100vw); }
          .sec-ux-service .service.dx .desc-area .picto {
            width: 180px;
            width: calc( 180 / 1280 * 100vw); }
          .sec-ux-service .service.ux .desc-area .picto {
            width: 164px;
            width: calc( 164 / 1280 * 100vw); }
        .sec-ux-service .service .service-inner {
          padding-top: 30px;
          padding-top: calc( 30 / 1280 * 100vw); }
        .sec-ux-service .service .service-inner {
          padding-bottom: 42px;
          padding-bottom: calc( 42 / 1280 * 100vw); }
        .sec-ux-service .service .service-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        .sec-ux-service .service .service-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        .sec-ux-service .service .service-name {
          font-size: 40px;
          font-size: calc( 40 / 1280 * 100vw); }
        .sec-ux-service .service .service-name {
          margin-bottom: 18px;
          margin-bottom: calc( 18 / 1280 * 100vw); }
        .sec-ux-service .service .desc-area {
          margin-bottom: 33px;
          margin-bottom: calc( 33 / 1280 * 100vw); }
          .sec-ux-service .service .desc-area .picto {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-ux-service .service .desc-area .picto {
            height: 112px;
            height: calc( 112 / 1280 * 100vw); }
          .sec-ux-service .service .desc-area .desc {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
        .sec-ux-service .service .features-area {
          margin-bottom: 18px;
          margin-bottom: calc( 18 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .each-feature {
            width: 258px;
            width: calc( 258 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .each-feature {
            margin-bottom: 25px;
            margin-bottom: calc( 25 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .each-feature {
            margin-left: 15px;
            margin-left: calc( 15 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .each-feature {
            margin-right: 15px;
            margin-right: calc( 15 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .picto {
            width: 85px;
            width: calc( 85 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .picto {
            height: 85px;
            height: calc( 85 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .picto {
            margin-bottom: 4px;
            margin-bottom: calc( 4 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .feature-name {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .feature-name {
            margin-bottom: 10px;
            margin-bottom: calc( 10 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .feature-name {
            height: 27px;
            height: calc( 27 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .feature-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
        .sec-ux-service .service .btn {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-ux-service .service .btn {
          width: 293px;
          width: calc( 293 / 1280 * 100vw); }
        .sec-ux-service .service .btn {
          height: 48px;
          height: calc( 48 / 1280 * 100vw); }
        .sec-ux-service .service .btn {
          margin-top: 0px;
          margin-top: calc( 0 / 1280 * 100vw); }
    .sec-engine-overview {
      padding-bottom: 0px;
      padding-bottom: calc( 0 / 1280 * 100vw); }
    .sec-engine-overview {
      background-image: url(../images/bg_arrow01.png);
      background-size: calc(1012 / 1280 * 100vw) auto; }
      .sec-engine-overview .engine-overview-head {
        margin-bottom: 39px;
        margin-bottom: calc( 39 / 1280 * 100vw); }
      .sec-engine-overview .engine-overview-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-engine-overview .engine-overview-desc {
        margin-bottom: 73px;
        margin-bottom: calc( 73 / 1280 * 100vw); }
      .sec-engine-overview .engine-overview-desc {
        line-height: calc(28 / 16); }
    section.sec-engine-features {
      padding-top: 80px;
      padding-top: calc( 80 / 1280 * 100vw); }
    section.sec-engine-features {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
      section.sec-engine-features .engine-features-head {
        margin-bottom: 48px;
        margin-bottom: calc( 48 / 1280 * 100vw); }
    section.sec-engine-features .engine-features {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section.sec-engine-features .engine-features .each-feature {
        width: 372px;
        width: calc( 372 / 1280 * 100vw); }
      section.sec-engine-features .engine-features .each-feature {
        margin-left: 21px;
        margin-left: calc( 21 / 1280 * 100vw); }
      section.sec-engine-features .engine-features .each-feature {
        margin-right: 21px;
        margin-right: calc( 21 / 1280 * 100vw); }
      section.sec-engine-features .engine-features .each-feature {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-top: 20px;
          padding-top: calc( 20 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-bottom: 28px;
          padding-bottom: calc( 28 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .feature-lead {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .feature-lead {
          margin-bottom: 10px;
          margin-bottom: calc( 10 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .feature-lead {
          line-height: calc(32 / 20); }
        section.sec-engine-features .engine-features .each-feature .feature-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .feature-desc {
          margin-bottom: 18px;
          margin-bottom: calc( 18 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .feature-img {
          height: 188px;
          height: calc( 188 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature01 {
            width: 292px;
            width: calc( 292 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature01 {
            left: 3px;
            left: calc( 3 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature02 {
            width: 303px;
            width: calc( 303 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature02 {
            top: 11px;
            top: calc( 11 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature02 {
            left: 4px;
            left: calc( 4 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature03 {
            width: 288px;
            width: calc( 288 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature03 {
            top: 2px;
            top: calc( 2 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature03 {
            left: 14px;
            left: calc( 14 / 1280 * 100vw); }
    .sec-engine-cases {
      padding-top: 66px;
      padding-top: calc( 66 / 1280 * 100vw); }
    .sec-engine-cases {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases-head {
        margin-bottom: 48px;
        margin-bottom: calc( 48 / 1280 * 100vw); }
    .sec-engine-cases .engine-cases {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .sec-engine-cases .engine-cases .each-case {
        width: 579px;
        width: calc( 579 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        padding-top: 24px;
        padding-top: calc( 24 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        padding-bottom: 24px;
        padding-bottom: calc( 24 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        padding-left: 24px;
        padding-left: calc( 24 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        padding-right: 24px;
        padding-right: calc( 24 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        margin-left: 21px;
        margin-left: calc( 21 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        margin-right: 21px;
        margin-right: calc( 21 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .case-client {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .case-client {
          margin-bottom: 8px;
          margin-bottom: calc( 8 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .case-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .arrow {
          width: 32px;
          width: calc( 32 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .arrow {
          height: 28px;
          height: calc( 28 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          width: 200px;
          width: calc( 200 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          height: 410px;
          height: calc( 410 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-top: 3px;
          padding-top: calc( 3 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-bottom: 3px;
          padding-bottom: calc( 3 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-left: 5px;
          padding-left: calc( 5 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-right: 5px;
          padding-right: calc( 5 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone .phone-inner {
            border-radius: 20px;
            border-radius: calc( 20 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            width: 200px;
            width: calc( 200 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            height: 410px;
            height: calc( 410 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-top: 3px;
            padding-top: calc( 3 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-bottom: 3px;
            padding-bottom: calc( 3 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-left: 5px;
            padding-left: calc( 5 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-right: 5px;
            padding-right: calc( 5 / 1280 * 100vw); }
            .sec-engine-cases .engine-cases .each-case .phone.half .phone-inner {
              border-radius: 20px;
              border-radius: calc( 20 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .case-img-area {
          margin-bottom: 12px;
          margin-bottom: calc( 12 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .case-video {
          margin-bottom: 12px;
          margin-bottom: calc( 12 / 1280 * 100vw); }
    .sec-engine-function {
      padding-top: 67px;
      padding-top: calc( 67 / 1280 * 100vw); }
      .sec-engine-function .engine-function-head {
        margin-bottom: 46px;
        margin-bottom: calc( 46 / 1280 * 100vw); }
      .sec-engine-function .each-function {
        margin-bottom: 166px;
        margin-bottom: calc( 166 / 1280 * 100vw); }
        .sec-engine-function .each-function.function01 {
          margin-bottom: 136px;
          margin-bottom: calc( 136 / 1280 * 100vw); }
        .sec-engine-function .each-function.left .function-txt-area {
          right: 640px;
          right: calc( 640 / 1280 * 100vw); }
        .sec-engine-function .each-function.left .function-txt-area {
          padding-right: 104px;
          padding-right: calc( 104 / 1280 * 100vw); }
        .sec-engine-function .each-function.left .function-img {
          left: 640px;
          left: calc( 640 / 1280 * 100vw); }
        .sec-engine-function .each-function.right .function-txt-area {
          left: 640px;
          left: calc( 640 / 1280 * 100vw); }
        .sec-engine-function .each-function.right .function-txt-area {
          padding-left: 101px;
          padding-left: calc( 101 / 1280 * 100vw); }
        .sec-engine-function .each-function.right .function-img {
          right: 640px;
          right: calc( 640 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-gradient {
          width: 960px;
          width: calc( 960 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-gradient {
          height: 240px;
          height: calc( 240 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-gradient {
          max-width: 960px; }
        .sec-engine-function .each-function .function-txt-area {
          width: 480px;
          width: calc( 480 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-txt-area {
          padding-top: 48px;
          padding-top: calc( 48 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-name {
          font-size: 32px;
          font-size: calc( 32 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-name {
          margin-bottom: 24px;
          margin-bottom: calc( 24 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-name {
          letter-spacing: 0.02em; }
        .sec-engine-function .each-function .function-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-desc {
          color: #FFF; }
        .sec-engine-function .each-function .function-img {
          width: 480px;
          width: calc( 480 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-img {
          height: 248px;
          height: calc( 248 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-img {
          top: 48px;
          top: calc( 48 / 1280 * 100vw); }
            .sec-engine-function .each-function .function-img.function02 img {
              height: 278px;
              height: calc( 278 / 1280 * 100vw); }
    .sec-common-services {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
    .sec-common-services {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
    .sec-common-services {
      margin-bottom: 32px;
      margin-bottom: calc( 32 / 1280 * 100vw); }
    .sec-common-services {
      background-image: url(../images/bg02.jpg); }
      .sec-common-services .common-services-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
      .sec-common-services .common-service {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sec-common-services .common-service .each-service {
          width: 372px;
          width: calc( 372 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          padding-top: 28px;
          padding-top: calc( 28 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          padding-right: 24px;
          padding-right: calc( 24 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          padding-bottom: 24px;
          padding-bottom: calc( 24 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          margin-left: 21px;
          margin-left: calc( 21 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          margin-right: 21px;
          margin-right: calc( 21 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-picto {
            width: 120px;
            width: calc( 120 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-picto {
            height: 120px;
            height: calc( 120 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-picto {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-copy {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-copy {
            margin-bottom: 2px;
            margin-bottom: calc( 2 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-name {
            font-size: 28px;
            font-size: calc( 28 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-name {
            margin-bottom: 13px;
            margin-bottom: calc( 13 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-desc {
            margin-bottom: 19px;
            margin-bottom: calc( 19 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-desc {
            line-height: calc(24 / 14); }
          .sec-common-services .common-service .each-service .service-btn {
            width: 293px;
            width: calc( 293 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-btn {
            height: 48px;
            height: calc( 48 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-btn {
            border-radius: 6px;
            border-radius: calc( 6 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-btn {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
            .sec-common-services .common-service .each-service .service-btn .arrow {
              width: 16px;
              width: calc( 16 / 1280 * 100vw); }
            .sec-common-services .common-service .each-service .service-btn .arrow {
              height: 14px;
              height: calc( 14 / 1280 * 100vw); }
            .sec-common-services .common-service .each-service .service-btn .arrow {
              right: 16px;
              right: calc( 16 / 1280 * 100vw); }
    .sec-team-overview {
      padding-bottom: 0px;
      padding-bottom: calc( 0 / 1280 * 100vw); }
    .sec-team-overview {
      background-image: url(../images/bg_arrow01.png);
      background-size: calc(1012 / 1280 * 100vw) auto; }
      .sec-team-overview .team-overview-head {
        margin-bottom: 39px;
        margin-bottom: calc( 39 / 1280 * 100vw); }
      .sec-team-overview .team-overview-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-team-overview .team-overview-desc {
        margin-bottom: 73px;
        margin-bottom: calc( 73 / 1280 * 100vw); }
      .sec-team-overview .team-overview-desc {
        line-height: calc(28 / 16); }
    section.sec-team-features {
      padding-top: 75px;
      padding-top: calc( 75 / 1280 * 100vw); }
    section.sec-team-features {
      padding-bottom: 75px;
      padding-bottom: calc( 75 / 1280 * 100vw); }
      section.sec-team-features .team-features-head {
        margin-bottom: 48px;
        margin-bottom: calc( 48 / 1280 * 100vw); }
    section.sec-team-features .team-features {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section.sec-team-features .team-features .each-feature {
        width: 372px;
        width: calc( 372 / 1280 * 100vw); }
      section.sec-team-features .team-features .each-feature {
        margin-left: 21px;
        margin-left: calc( 21 / 1280 * 100vw); }
      section.sec-team-features .team-features .each-feature {
        margin-right: 21px;
        margin-right: calc( 21 / 1280 * 100vw); }
      section.sec-team-features .team-features .each-feature {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
      section.sec-team-features .team-features .each-feature {
        background: -webkit-gradient(linear, left top, left bottom, from(#2DCC70), to(#2DC79D));
        background: linear-gradient(to bottom, #2DCC70, #2DC79D); }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-top: 25px;
          padding-top: calc( 25 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-bottom: 23px;
          padding-bottom: calc( 23 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
          section.sec-team-features .team-features .each-feature .each-feature-inner.feature02 {
            padding-top: 25px;
            padding-top: calc( 25 / 1280 * 100vw); }
            section.sec-team-features .team-features .each-feature .each-feature-inner.feature02 .feature-img {
              margin-bottom: 25px;
              margin-bottom: calc( 25 / 1280 * 100vw); }
          section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 {
            padding-top: 25px;
            padding-top: calc( 25 / 1280 * 100vw); }
            section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 .feature-img {
              margin-bottom: 25px;
              margin-bottom: calc( 25 / 1280 * 100vw); }
            section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 .feature-lead {
              margin-bottom: 10px;
              margin-bottom: calc( 10 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .feature-lead {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .feature-lead {
          margin-bottom: 10px;
          margin-bottom: calc( 10 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .feature-lead {
          line-height: calc(32 / 20); }
        section.sec-team-features .team-features .each-feature .feature-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .feature-img {
          height: 149px;
          height: calc( 149 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .feature-img {
          margin-bottom: 25px;
          margin-bottom: calc( 25 / 1280 * 100vw); }
          section.sec-team-features .team-features .each-feature .feature-img.feature01 {
            width: 226px;
            width: calc( 226 / 1280 * 100vw); }
          section.sec-team-features .team-features .each-feature .feature-img.feature02 {
            width: 231px;
            width: calc( 231 / 1280 * 100vw); }
          section.sec-team-features .team-features .each-feature .feature-img.feature03 {
            width: 216px;
            width: calc( 216 / 1280 * 100vw); }
    .sec-team-support {
      padding-top: 0px;
      padding-top: calc( 0 / 1280 * 100vw); }
    .sec-team-support {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
      .sec-team-support .team-support-head {
        font-size: 24px;
        font-size: calc( 24 / 1280 * 100vw); }
      .sec-team-support .team-support-head {
        margin-bottom: 40px;
        margin-bottom: calc( 40 / 1280 * 100vw); }
      .sec-team-support .team-support-list {
        padding-left: 0px;
        padding-left: calc( 0 / 1280 * 100vw); }
      .sec-team-support .team-support-list {
        padding-right: 0px;
        padding-right: calc( 0 / 1280 * 100vw); }
        .sec-team-support .team-support-list .each-support {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-picto {
            width: 0px;
            width: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-picto {
            top: 0px;
            top: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-txt-area {
            width: 0px;
            width: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-role {
            font-size: 0px;
            font-size: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-role {
            margin-bottom: 0px;
            margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-desc {
            font-size: 0px;
            font-size: calc( 0 / 1280 * 100vw); }
      .sec-team-support .team-support-img {
        width: 1200px;
        width: calc( 1200 / 1280 * 100vw); }
    .sec-team-services {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
    .sec-team-services {
      padding-bottom: 48px;
      padding-bottom: calc( 48 / 1280 * 100vw); }
    .sec-team-services {
      margin-bottom: 32px;
      margin-bottom: calc( 32 / 1280 * 100vw); }
    .sec-team-services {
      background-image: url(../images/bg03.jpg); }
      .sec-team-services .team-services-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
      .sec-team-services .team-service {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sec-team-services .team-service .each-service {
          width: 372px;
          width: calc( 372 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          padding-top: 28px;
          padding-top: calc( 28 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          padding-right: 24px;
          padding-right: calc( 24 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          padding-bottom: 32px;
          padding-bottom: calc( 32 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          margin-left: 21px;
          margin-left: calc( 21 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          margin-right: 21px;
          margin-right: calc( 21 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-picto {
            width: 120px;
            width: calc( 120 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-picto {
            height: 120px;
            height: calc( 120 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-picto {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-copy {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-copy {
            margin-bottom: 2px;
            margin-bottom: calc( 2 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-name {
            font-size: 28px;
            font-size: calc( 28 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-name {
            margin-bottom: 13px;
            margin-bottom: calc( 13 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-desc {
            margin-bottom: 19px;
            margin-bottom: calc( 19 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-desc {
            line-height: calc(24 / 14); }
          .sec-team-services .team-service .each-service .service-btn {
            width: 293px;
            width: calc( 293 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-btn {
            height: 48px;
            height: calc( 48 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-btn {
            border-radius: 6px;
            border-radius: calc( 6 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-btn {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
            .sec-team-services .team-service .each-service .service-btn .arrow {
              width: 16px;
              width: calc( 16 / 1280 * 100vw); }
            .sec-team-services .team-service .each-service .service-btn .arrow {
              height: 14px;
              height: calc( 14 / 1280 * 100vw); }
            .sec-team-services .team-service .each-service .service-btn .arrow {
              right: 16px;
              right: calc( 16 / 1280 * 100vw); }
    .bg-arrow {
      background-image: url(../images/bg_arrow01.png);
      background-size: calc(1012 / 1280 * 100vw) auto; }
    .sec-video-overview {
      padding-bottom: 0px;
      padding-bottom: calc( 0 / 1280 * 100vw); }
      .sec-video-overview .video-overview-head {
        margin-top: -5px;
        margin-top: calc( -5 / 1280 * 100vw); }
      .sec-video-overview .video-overview-head {
        margin-bottom: 49px;
        margin-bottom: calc( 49 / 1280 * 100vw); }
      .sec-video-overview .video-advantage {
        width: 1242px;
        width: calc( 1242 / 1280 * 100vw); }
      .sec-video-overview .video-advantage {
        padding-bottom: 72px;
        padding-bottom: calc( 72 / 1280 * 100vw); }
        .sec-video-overview .video-advantage .video-advantage-inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .sec-video-overview .video-advantage .each-advantage {
          width: 372px;
          width: calc( 372 / 1280 * 100vw); }
        .sec-video-overview .video-advantage .each-advantage {
          margin-left: 21px;
          margin-left: calc( 21 / 1280 * 100vw); }
        .sec-video-overview .video-advantage .each-advantage {
          margin-right: 21px;
          margin-right: calc( 21 / 1280 * 100vw); }
        .sec-video-overview .video-advantage .each-advantage {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-video-overview .video-advantage .each-advantage .advantage-picto {
            width: 144px;
            width: calc( 144 / 1280 * 100vw); }
          .sec-video-overview .video-advantage .each-advantage .advantage-picto {
            margin-bottom: 17px;
            margin-bottom: calc( 17 / 1280 * 100vw); }
          .sec-video-overview .video-advantage .each-advantage .advantage-lead {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-video-overview .video-advantage .each-advantage .advantage-lead {
            margin-bottom: 13px;
            margin-bottom: calc( 13 / 1280 * 100vw); }
          .sec-video-overview .video-advantage .each-advantage .advantage-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-video-overview .video-advantage .each-advantage .advantage-desc {
            line-height: calc(24 / 14); }
    .sec-video-cases {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
      .sec-video-cases .bx-prev, .sec-video-cases .bx-next {
        width: 56px;
        width: calc( 56 / 1280 * 100vw); }
      .sec-video-cases .bx-prev, .sec-video-cases .bx-next {
        height: 394px;
        height: calc( 394 / 1280 * 100vw); }
        .sec-video-cases .bx-prev:before, .sec-video-cases .bx-next:before {
          width: 40px;
          width: calc( 40 / 1280 * 100vw); }
        .sec-video-cases .bx-prev:before, .sec-video-cases .bx-next:before {
          height: 40px;
          height: calc( 40 / 1280 * 100vw); }
        .sec-video-cases .bx-prev:after, .sec-video-cases .bx-next:after {
          width: 15px;
          width: calc( 15 / 1280 * 100vw); }
        .sec-video-cases .bx-prev:after, .sec-video-cases .bx-next:after {
          height: 15px;
          height: calc( 15 / 1280 * 100vw); }
        .sec-video-cases .bx-prev:after {
          left: 15px;
          left: calc( 15 / 1280 * 100vw); }
        .sec-video-cases .bx-next:after {
          right: 15px;
          right: calc( 15 / 1280 * 100vw); }
      .sec-video-cases .bx-pager {
        margin-top: 28px;
        margin-top: calc( 28 / 1280 * 100vw); }
        .sec-video-cases .bx-pager .bx-pager-item {
          width: 10px;
          width: calc( 10 / 1280 * 100vw); }
        .sec-video-cases .bx-pager .bx-pager-item {
          height: 10px;
          height: calc( 10 / 1280 * 100vw); }
        .sec-video-cases .bx-pager .bx-pager-item {
          margin-left: 4px;
          margin-left: calc( 4 / 1280 * 100vw); }
        .sec-video-cases .bx-pager .bx-pager-item {
          margin-right: 4px;
          margin-right: calc( 4 / 1280 * 100vw); }
    .video-cases {
      left: 21.87vw;
      opacity: 0; }
      .video-cases.visible {
        opacity: 1; }
      .video-cases .each-case {
        width: 640px;
        width: calc( 640 / 1280 * 100vw); }
      .video-cases .each-case {
        max-width: 640px;
        max-width: calc( 640 / 1280 * 100vw); }
      .video-cases .each-case {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
      .video-cases .each-case {
        margin-left: 40px;
        margin-left: calc( 40 / 1280 * 100vw); }
      .video-cases .each-case {
        margin-right: 40px;
        margin-right: calc( 40 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .title {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .title {
            height: 34px;
            height: calc( 34 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .title {
            padding-left: 16px;
            padding-left: calc( 16 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .title {
            padding-right: 16px;
            padding-right: calc( 16 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .video {
            margin-bottom: 11px;
            margin-bottom: calc( 11 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .txt-area .client {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .txt-area .client {
            margin-bottom: 11px;
            margin-bottom: calc( 11 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .txt-area .desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
    .sec-video-price {
      padding-top: 70px;
      padding-top: calc( 70 / 1280 * 100vw); }
    .sec-video-price {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
    .sec-video-price {
      margin-bottom: 32px;
      margin-bottom: calc( 32 / 1280 * 100vw); }
      .sec-video-price .video-price-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
      .sec-video-price .video-price {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sec-video-price .video-price .each-price {
          width: 372px;
          width: calc( 372 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          padding-top: 28px;
          padding-top: calc( 28 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          padding-bottom: 30px;
          padding-bottom: calc( 30 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          margin-left: 21px;
          margin-left: calc( 21 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          margin-right: 21px;
          margin-right: calc( 21 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .sec-video-price .video-price .each-price .price-title {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-title {
            margin-bottom: 21px;
            margin-bottom: calc( 21 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-content {
            padding-left: 24px;
            padding-left: calc( 24 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-content {
            padding-right: 24px;
            padding-right: calc( 24 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-picto {
            height: 102px;
            height: calc( 102 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-picto {
            margin-left: 5px;
            margin-left: calc( 5 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-picto {
            margin-right: 20px;
            margin-right: calc( 20 / 1280 * 100vw); }
            .sec-video-price .video-price .each-price .price-picto.price01 {
              margin-left: 10px;
              margin-left: calc( 10 / 1280 * 100vw); }
            .sec-video-price .video-price .each-price .price-picto.price01 {
              margin-right: 32px;
              margin-right: calc( 32 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-price {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-price {
            margin-bottom: 8px;
            margin-bottom: calc( 8 / 1280 * 100vw); }
            .sec-video-price .video-price .each-price .price-price .num {
              font-size: 48px;
              font-size: calc( 48 / 1280 * 100vw); }
            .sec-video-price .video-price .each-price .price-price .num {
              margin-right: 0px;
              margin-right: calc( 0 / 1280 * 100vw); }
    .sec-video-plan {
      padding-top: 20px;
      padding-top: calc( 20 / 1280 * 100vw); }
    .sec-video-plan {
      padding-bottom: 60px;
      padding-bottom: calc( 60 / 1280 * 100vw); }
      .sec-video-plan .sec-video-plan-inner {
        width: 960px;
        width: calc( 960 / 1280 * 100vw); }
      .sec-video-plan .video-plan-head {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw); }
      .sec-video-plan .video-plan-head {
        margin-bottom: 32px;
        margin-bottom: calc( 32 / 1280 * 100vw); }
      .sec-video-plan .video-plan-head {
        padding-left: 0px;
        padding-left: calc( 0 / 1280 * 100vw); }
        .sec-video-plan .video-plan-head:after {
          width: 24px;
          width: calc( 24 / 1280 * 100vw); }
        .sec-video-plan .video-plan-head:after {
          height: 4px;
          height: calc( 4 / 1280 * 100vw); }
      .sec-video-plan .video-plan-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-video-plan .video-plan-desc {
        margin-bottom: 27px;
        margin-bottom: calc( 27 / 1280 * 100vw); }
      .sec-video-plan .video-plan-desc {
        padding-left: 0px;
        padding-left: calc( 0 / 1280 * 100vw); }
      .sec-video-plan .video-table01 {
        margin-bottom: 10px;
        margin-bottom: calc( 10 / 1280 * 100vw); }
      .sec-video-plan .video-table01 {
        left: 0px;
        left: calc( 0 / 1280 * 100vw); }
          .sec-video-plan .video-table01 tr.list th.trans, .sec-video-plan .video-table01 tr.list td.trans {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          padding-top: 10px;
          padding-top: calc( 10 / 1280 * 100vw); }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          padding-bottom: 12px;
          padding-bottom: calc( 12 / 1280 * 100vw); }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          line-height: calc(22 / 14); }
        .sec-video-plan .video-table01 th, .sec-video-plan .video-table01 td {
          height: 72px;
          height: calc( 72 / 1280 * 100vw); }
        .sec-video-plan .video-table01 th, .sec-video-plan .video-table01 td {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-video-plan .video-table01 th, .sec-video-plan .video-table01 td {
          width: 25%; }
        .sec-video-plan .video-table01 th.trans {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-video-plan .video-table01 th.plan-name {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-video-plan .video-table01 th.short {
          height: 72px;
          height: calc( 72 / 1280 * 100vw); }
      .sec-video-plan .table-note {
        font-size: 12px;
        font-size: calc( 12 / 1280 * 100vw); }
    .sec-video-option {
      padding-top: 20px;
      padding-top: calc( 20 / 1280 * 100vw); }
    .sec-video-option {
      padding-bottom: 64px;
      padding-bottom: calc( 64 / 1280 * 100vw); }
    .sec-video-option {
      margin-bottom: 64px;
      margin-bottom: calc( 64 / 1280 * 100vw); }
      .sec-video-option .sec-video-option-inner {
        width: 960px;
        width: calc( 960 / 1280 * 100vw); }
      .sec-video-option .video-option-head {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw); }
      .sec-video-option .video-option-head {
        margin-bottom: 32px;
        margin-bottom: calc( 32 / 1280 * 100vw); }
        .sec-video-option .video-option-head:after {
          width: 24px;
          width: calc( 24 / 1280 * 100vw); }
        .sec-video-option .video-option-head:after {
          height: 4px;
          height: calc( 4 / 1280 * 100vw); }
      .sec-video-option .video-option-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-video-option .video-option-desc {
        margin-bottom: 27px;
        margin-bottom: calc( 27 / 1280 * 100vw); }
      .sec-video-option .video-option-desc {
        padding-left: 0px;
        padding-left: calc( 0 / 1280 * 100vw); }
      .sec-video-option .video-table02 {
        left: 0px;
        left: calc( 0 / 1280 * 100vw); }
        .sec-video-option .video-table02 tr.gradient th, .sec-video-option .video-table02 tr.gradient td {
          height: 72px;
          height: calc( 72 / 1280 * 100vw); }
        .sec-video-option .video-table02 tr.gradient th, .sec-video-option .video-table02 tr.gradient td {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
        .sec-video-option .video-table02 tr th:first-child, .sec-video-option .video-table02 tr td:first-child {
          width: 713px;
          width: calc( 713 / 1280 * 100vw); }
        .sec-video-option .video-table02 th, .sec-video-option .video-table02 td {
          height: 88px;
          height: calc( 88 / 1280 * 100vw); }
        .sec-video-option .video-table02 th {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
          .sec-video-option .video-table02 th .option-name {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .sec-video-option .video-table02 th .option-name {
            margin-bottom: 6px;
            margin-bottom: calc( 6 / 1280 * 100vw); }
          .sec-video-option .video-table02 th .option-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
        .sec-video-option .video-table02 td {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
    .sec-video-production {
      margin-top: 60px;
      margin-top: calc( 60 / 1280 * 100vw); }
    .sec-video-production {
      padding-top: 72px;
      padding-top: calc( 72 / 1280 * 100vw); }
    .sec-video-production {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
      .sec-video-production .video-production-head {
        margin-bottom: 46px;
        margin-bottom: calc( 46 / 1280 * 100vw); }
      .sec-video-production .video-production-head {
        font-size: 32px;
        font-size: calc( 32 / 1280 * 100vw); }
      .sec-video-production .video-production-head {
        padding-bottom: 23px;
        padding-bottom: calc( 23 / 1280 * 100vw); }
        .sec-video-production .video-production-head .small {
          font-size: 24px;
          font-size: calc( 24 / 1280 * 100vw); }
        .sec-video-production .video-production-head .small {
          margin-bottom: 10px;
          margin-bottom: calc( 10 / 1280 * 100vw); }
    .sec-video-production .video-production {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .sec-video-production .video-production .each-production {
        margin-left: 21px;
        margin-left: calc( 21 / 1280 * 100vw); }
      .sec-video-production .video-production .each-production {
        margin-right: 21px;
        margin-right: calc( 21 / 1280 * 100vw); }
      .sec-video-production .video-production .each-production {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
      .sec-video-production .video-production .each-production {
        width: 579px;
        width: calc( 579 / 1280 * 100vw); }
      .sec-video-production .video-production .each-production {
        padding-top: 20px;
        padding-top: calc( 20 / 1280 * 100vw); }
      .sec-video-production .video-production .each-production {
        padding-bottom: 18px;
        padding-bottom: calc( 18 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production.production01 {
          padding-top: 20px;
          padding-top: calc( 20 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production.production01 {
          padding-bottom: 18px;
          padding-bottom: calc( 18 / 1280 * 100vw); }
          .sec-video-production .video-production .each-production.production01 .production-lead {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-lead {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-lead {
          margin-bottom: 20px;
          margin-bottom: calc( 20 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-lead {
          line-height: calc(32 / 20); }
        .sec-video-production .video-production .each-production .production-picto.production01 {
          width: 200px;
          width: calc( 200 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-picto.production01 {
          margin-bottom: 17px;
          margin-bottom: calc( 17 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-picto.production02 {
          width: 282px;
          width: calc( 282 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-picto.production02 {
          margin-bottom: 28px;
          margin-bottom: calc( 28 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-note {
          font-size: 11px;
          font-size: calc( 11 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-note {
          width: 579px;
          width: calc( 579 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-note {
          text-align: center;
          line-height: calc(15 / 11); }
    .sec-video-doda {
      padding-top: 80px;
      padding-top: calc( 80 / 1280 * 100vw); }
    .sec-video-doda {
      padding-bottom: 75px;
      padding-bottom: calc( 75 / 1280 * 100vw); }
      .sec-video-doda .video-doda-head {
        margin-bottom: 35px;
        margin-bottom: calc( 35 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          padding-left: 8px;
          padding-left: calc( 8 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          padding-right: 8px;
          padding-right: calc( 8 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          padding-top: 2px;
          padding-top: calc( 2 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          padding-bottom: 2px;
          padding-bottom: calc( 2 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          margin-bottom: 13px;
          margin-bottom: calc( 13 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .name {
          font-size: 24px;
          font-size: calc( 24 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .name {
          line-height: calc(42 / 24); }
      .sec-video-doda .video-doda-content {
        width: 960px;
        width: calc( 960 / 1280 * 100vw); }
      .sec-video-doda .video-doda-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .sec-video-doda .video-doda-content .video {
          width: 640px;
          width: calc( 640 / 1280 * 100vw); }
        .sec-video-doda .video-doda-content .video {
          margin-right: 24px;
          margin-right: calc( 24 / 1280 * 100vw); }
        .sec-video-doda .video-doda-content .video {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-video-doda .video-doda-content .video video {
            margin-bottom: 4px;
            margin-bottom: calc( 4 / 1280 * 100vw); }
        .sec-video-doda .video-doda-content .cap {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
      .sec-video-doda .result-area {
        width: 296px;
        width: calc( 296 / 1280 * 100vw); }
        .sec-video-doda .result-area .step01 {
          width: 296px;
          width: calc( 296 / 1280 * 100vw); }
        .sec-video-doda .result-area .step01 {
          height: 40px;
          height: calc( 40 / 1280 * 100vw); }
        .sec-video-doda .result-area .step01 {
          margin-bottom: 20px;
          margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-video-doda .result-area .step01:before {
            border-width: 11px 6.5px 0 6.5px;
            bottom: -11px; }
          .sec-video-doda .result-area .step01 .step01-inner {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
        .sec-video-doda .result-area .issues {
          margin-bottom: 16px;
          margin-bottom: calc( 16 / 1280 * 100vw); }
        .sec-video-doda .result-area .issues {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            width: 296px;
            width: calc( 296 / 1280 * 100vw); }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            height: 56px;
            height: calc( 56 / 1280 * 100vw); }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            margin-left: 0px;
            margin-left: calc( 0 / 1280 * 100vw); }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            margin-right: 0px;
            margin-right: calc( 0 / 1280 * 100vw); }
          .sec-video-doda .result-area .issues .issue01 {
            margin-bottom: 2px;
            margin-bottom: calc( 2 / 1280 * 100vw); }
        .sec-video-doda .result-area .arrow {
          width: 28px;
          width: calc( 28 / 1280 * 100vw); }
        .sec-video-doda .result-area .arrow {
          margin-bottom: 7px;
          margin-bottom: calc( 7 / 1280 * 100vw); }
          .sec-video-doda .result-area .result .txt01 {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-video-doda .result-area .result .txt01 {
            margin-bottom: 3px;
            margin-bottom: calc( 3 / 1280 * 100vw); }
          .sec-video-doda .result-area .result .txt02 {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
            .sec-video-doda .result-area .result .txt02 .percentage {
              font-size: 48px;
              font-size: calc( 48 / 1280 * 100vw); }
            .sec-video-doda .result-area .result .txt02 .percentage {
              margin-right: 4px;
              margin-right: calc( 4 / 1280 * 100vw); }
            .sec-video-doda .result-area .result .txt02 .percentage {
              top: 2px;
              top: calc( 2 / 1280 * 100vw); }
    .sec-video-service {
      padding-top: 69px;
      padding-top: calc( 69 / 1280 * 100vw); }
    .sec-video-service {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
    .sec-video-service {
      background-image: url(../images/bg04.jpg); }
      .sec-video-service .video-services-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
      .sec-video-service .video-service {
        width: 960px;
        width: calc( 960 / 1280 * 100vw); }
      .sec-video-service .video-service {
        padding-top: 32px;
        padding-top: calc( 32 / 1280 * 100vw); }
      .sec-video-service .video-service {
        padding-left: 80px;
        padding-left: calc( 80 / 1280 * 100vw); }
      .sec-video-service .video-service {
        padding-right: 134px;
        padding-right: calc( 134 / 1280 * 100vw); }
      .sec-video-service .video-service {
        padding-bottom: 32px;
        padding-bottom: calc( 32 / 1280 * 100vw); }
        .sec-video-service .video-service .picto-area {
          width: 248px;
          width: calc( 248 / 1280 * 100vw); }
        .sec-video-service .video-service .picto-area {
          padding-top: 10px;
          padding-top: calc( 10 / 1280 * 100vw); }
        .sec-video-service .video-service .picto-area {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-video-service .video-service .service-picto {
          width: 88px;
          width: calc( 88 / 1280 * 100vw); }
        .sec-video-service .video-service .service-picto {
          height: 88px;
          height: calc( 88 / 1280 * 100vw); }
        .sec-video-service .video-service .service-picto {
          margin-bottom: 16px;
          margin-bottom: calc( 16 / 1280 * 100vw); }
        .sec-video-service .video-service .service-name {
          font-size: 28px;
          font-size: calc( 28 / 1280 * 100vw); }
        .sec-video-service .video-service .txt-area {
          width: 495px;
          width: calc( 495 / 1280 * 100vw); }
        .sec-video-service .video-service .txt-area {
          padding-left: 55px;
          padding-left: calc( 55 / 1280 * 100vw); }
        .sec-video-service .video-service .txt-area {
          padding-bottom: 4px;
          padding-bottom: calc( 4 / 1280 * 100vw); }
        .sec-video-service .video-service .txt-area {
          padding-bottom: 8px;
          padding-bottom: calc( 8 / 1280 * 100vw); }
        .sec-video-service .video-service .txt-area {
          border-left: solid 1px #C4C4C4; }
        .sec-video-service .video-service .service-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-video-service .video-service .service-desc {
          margin-bottom: 29px;
          margin-bottom: calc( 29 / 1280 * 100vw); }
        .sec-video-service .video-service .service-desc {
          line-height: calc(24 / 14); }
        .sec-video-service .video-service .service-btn {
          width: 293px;
          width: calc( 293 / 1280 * 100vw); }
        .sec-video-service .video-service .service-btn {
          height: 48px;
          height: calc( 48 / 1280 * 100vw); }
        .sec-video-service .video-service .service-btn {
          border-radius: 6px;
          border-radius: calc( 6 / 1280 * 100vw); }
        .sec-video-service .video-service .service-btn {
          margin: auto auto 0 0; }
        .sec-video-service .video-service .service-btn {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
          .sec-video-service .video-service .service-btn .arrow {
            width: 16px;
            width: calc( 16 / 1280 * 100vw); }
          .sec-video-service .video-service .service-btn .arrow {
            height: 14px;
            height: calc( 14 / 1280 * 100vw); }
          .sec-video-service .video-service .service-btn .arrow {
            right: 16px;
            right: calc( 16 / 1280 * 100vw); }
    .sec-video-bnr {
      padding-top: 64px;
      padding-top: calc( 64 / 1280 * 100vw); }
    .sec-video-bnr {
      padding-bottom: 64px;
      padding-bottom: calc( 64 / 1280 * 100vw); }
    .layout-form {
      margin-bottom: 62px;
      margin-bottom: calc( 62 / 1280 * 100vw); }
    .layout-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .layout-form .form-overview, .layout-form .form-form {
      width: 50%; }
      .layout-form .form-overview {
        padding: 24px;
        padding: calc( 24 / 1280 * 100vw); }
        .layout-form .form-overview .overview-inner {
          padding-top: 41px;
          padding-top: calc( 41 / 1280 * 100vw); }
        .layout-form .form-overview .overview-inner {
          padding-left: 47px;
          padding-left: calc( 47 / 1280 * 100vw); }
        .layout-form .form-overview .overview-inner {
          padding-right: 47px;
          padding-right: calc( 47 / 1280 * 100vw); }
        .layout-form .form-overview .overview-inner {
          background-image: url(../images/bg_form01.png); }
          .layout-form .form-overview .overview-inner .arrow {
            width: 469px;
            width: calc( 469 / 1280 * 100vw); }
          .layout-form .form-overview .overview-inner .arrow {
            bottom: 47px;
            bottom: calc( 47 / 1280 * 100vw); }
          .layout-form .form-overview .overview-inner .arrow {
            left: calc(-24 / 1280 * 100vw); }
          .layout-form .form-overview .overview-inner .overview-title-area {
            margin-bottom: 50px;
            margin-bottom: calc( 50 / 1280 * 100vw); }
            .layout-form .form-overview .overview-inner .overview-title-area .en {
              font-size: 56px;
              font-size: calc( 56 / 1280 * 100vw); }
            .layout-form .form-overview .overview-inner .overview-title-area .en {
              margin-bottom: 10px;
              margin-bottom: calc( 10 / 1280 * 100vw); }
            .layout-form .form-overview .overview-inner .overview-title-area .ja {
              font-size: 32px;
              font-size: calc( 32 / 1280 * 100vw); }
          .layout-form .form-overview .overview-inner .overview-lead {
            font-size: 24px;
            font-size: calc( 24 / 1280 * 100vw); }
          .layout-form .form-overview .overview-inner .overview-lead {
            margin-bottom: 44px;
            margin-bottom: calc( 44 / 1280 * 100vw); }
          .layout-form .form-overview .overview-inner .overview-lead {
            letter-spacing: 0.04em; }
      .layout-form .overview-list-head {
        font-size: 22px;
        font-size: calc( 22 / 1280 * 100vw); }
      .layout-form .overview-list-head {
        margin-bottom: 11px;
        margin-bottom: calc( 11 / 1280 * 100vw); }
      .layout-form .overview-lead-sm {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
      .layout-form .overview-list {
        padding-bottom: 0px;
        padding-bottom: calc( 0 / 1280 * 100vw); }
      .layout-form .overview-list {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        .layout-form .overview-list li {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
        .layout-form .overview-list li {
          margin-bottom: 2px;
          margin-bottom: calc( 2 / 1280 * 100vw); }
          .layout-form .overview-list li:before {
            font-size: 24px;
            font-size: calc( 24 / 1280 * 100vw); }
          .layout-form .overview-list li:before {
            margin-right: 9px;
            margin-right: calc( 9 / 1280 * 100vw); }
          .layout-form .overview-list li:before {
            top: 3px;
            top: calc( 3 / 1280 * 100vw); }
      .layout-form .form-form .form-inner {
        padding-top: 13px;
        padding-top: calc( 13 / 1280 * 100vw); }
      .layout-form .form-form .form-inner {
        padding-bottom: 52px;
        padding-bottom: calc( 52 / 1280 * 100vw); }
      .layout-form .form-form .form-inner {
        width: 565px;
        width: calc( 565 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .breadcrumb {
          margin-top: 14px;
          margin-top: calc( 14 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .breadcrumb {
          margin-bottom: 9px;
          margin-bottom: calc( 9 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .breadcrumb {
          padding-left: 0px;
          padding-left: calc( 0 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .breadcrumb {
          padding-right: 0px;
          padding-right: calc( 0 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .bg-sm {
          padding-left: 0px;
          padding-left: calc( 0 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .bg-sm {
          padding-right: 0px;
          padding-right: calc( 0 / 1280 * 100vw); }
        .layout-form .form-form .form-inner form {
          left: -1px;
          left: calc( -1 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm label:before {
          height: 29px;
          height: calc( 29 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm label:before {
          top: 27px;
          top: calc( 27 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label:before {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=Email], .mktoForm-wrap .mktoForm label[for=company], .mktoForm-wrap .mktoForm label[for=Company], .mktoForm-wrap .mktoForm label[for=z201CompanyName_L], .mktoForm-wrap .mktoForm label[for=Phone], .mktoForm-wrap .mktoForm label[for=comment], .mktoForm-wrap .mktoForm label[for=Comment], .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactcomment], .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactrequest], .mktoForm-wrap .mktoForm label[for=request], .mktoForm-wrap .mktoForm label[for=Request] {
          width: 563px;
          width: calc( 563 / 1280 * 100vw) !important; }
          .mktoForm-wrap .mktoForm label[for=LastName]:before, .mktoForm-wrap .mktoForm label[for=FirstName]:before, .mktoForm-wrap .mktoForm label[for=Department]:before, .mktoForm-wrap .mktoForm label[for=Title]:before {
            width: 274px;
            width: calc( 274 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm label .mktoAsterix {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label .mktoAsterix {
          top: 25px;
          top: calc( 25 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=LastName] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=company] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Company] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=z201CompanyName_L] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Department] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Title] .mktoAsterix {
          left: 40px;
          left: calc( 40 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=Phone] .mktoAsterix {
          left: 56px;
          left: calc( 56 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=Email] .mktoAsterix {
          left: 96px;
          left: calc( 96 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=comment] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Comment] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactcomment] .mktoAsterix {
          left: 112px;
          left: calc( 112 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactrequest] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=request] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Request] .mktoAsterix {
          left: 160px;
          left: calc( 160 / 1280 * 100vw); }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        margin-top: 53px;
        margin-top: calc( 53 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        width: 563px;
        width: calc( 563 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        padding-left: 16px;
        padding-left: calc( 16 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        padding-right: 16px;
        padding-right: calc( 16 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm input#LastName, .mktoForm-wrap .mktoForm input#FirstName, .mktoForm-wrap .mktoForm input#Department, .mktoForm-wrap .mktoForm input#Title, .mktoForm-wrap .mktoForm textarea#LastName, .mktoForm-wrap .mktoForm textarea#FirstName, .mktoForm-wrap .mktoForm textarea#Department, .mktoForm-wrap .mktoForm textarea#Title, .mktoForm-wrap .mktoForm select#LastName, .mktoForm-wrap .mktoForm select#FirstName, .mktoForm-wrap .mktoForm select#Department, .mktoForm-wrap .mktoForm select#Title {
          width: 274px;
          width: calc( 274 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm input#LastName, .mktoForm-wrap .mktoForm input#Department, .mktoForm-wrap .mktoForm textarea#LastName, .mktoForm-wrap .mktoForm textarea#Department, .mktoForm-wrap .mktoForm select#LastName, .mktoForm-wrap .mktoForm select#Department {
          margin-right: 17px;
          margin-right: calc( 17 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm select {
        height: 44px;
        height: calc( 44 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm textarea {
        min-height: 170px;
        min-height: calc( 170 / 1280 * 100vw); }
      .mktoForm-wrap .mktoForm textarea {
        padding-top: calc(18 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm .mktoHtmlText {
        width: 563px;
        width: calc( 563 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm .mktoHtmlText {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm .mktoHtmlText {
        text-align: right; }
        .mktoForm-wrap .mktoForm .mktoHtmlText p {
          text-align: right;
          color: #a8a8a8 !important; }
      .mktoForm-wrap .mktoForm .mktoButtonRow {
        margin-top: 69px;
        margin-top: calc( 69 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap {
          width: 311px;
          width: calc( 311 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap {
          border-radius: 30px;
          border-radius: calc( 30 / 1280 * 100vw) !important; }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:after {
            width: 15px;
            width: calc( 15 / 1280 * 100vw); }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:after {
            height: 3px;
            height: calc( 3 / 1280 * 100vw); }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:after {
            right: 16px;
            right: calc( 16 / 1280 * 100vw); }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
            width: 12px;
            width: calc( 12 / 1280 * 100vw); }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
            height: 12px;
            height: calc( 12 / 1280 * 100vw); }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
            right: 17px;
            right: calc( 17 / 1280 * 100vw); }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
            border-top: solid 3px #FFF;
            border-right: solid 3px #FFF; }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          width: 311px;
          width: calc( 311 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          height: 60px;
          height: calc( 60 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          border-radius: 30px;
          border-radius: calc( 30 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw) !important; }
    .mktoForm-wrap.mktoForm-wrap-red {
      width: 424px;
      width: calc( 424 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        height: 42px;
        height: calc( 42 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        width: 424px;
        width: calc( 424 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        border-radius: 10px;
        border-radius: calc( 10 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        padding-left: 16px;
        padding-left: calc( 16 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        padding-right: 16px;
        padding-right: calc( 16 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#Title, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#Title, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#Title {
          width: 424px;
          width: calc( 424 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#FirstName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#FirstName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#FirstName {
          width: 202px;
          width: calc( 202 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#LastName {
          margin-right: 17px;
          margin-right: calc( 17 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Email], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=company], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Company], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z201CompanyName_L], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Phone], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Department], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Title], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=comment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Comment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactcomment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactrequest], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=request], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Request] {
        width: 424px;
        width: calc( 424 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=LastName]:before, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=FirstName]:before {
          width: 202px;
          width: calc( 202 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label:before {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label:before {
        top: 20px;
        top: calc( 20 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label .mktoAsterix {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label .mktoAsterix {
        top: 18px;
        top: calc( 18 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=LastName] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=company] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Company] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z201CompanyName_L] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Department] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Title] .mktoAsterix {
        left: 47px;
        left: calc( 47 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Phone] .mktoAsterix {
        left: 63px;
        left: calc( 63 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Email] .mktoAsterix {
        left: 112px;
        left: calc( 112 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=comment] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Comment] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactcomment] .mktoAsterix {
        left: 112px;
        left: calc( 112 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactrequest] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=request] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Request] .mktoAsterix {
        left: 160px;
        left: calc( 160 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText {
        margin-top: 39px;
        margin-top: calc( 39 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText {
        width: 424px;
        width: calc( 424 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText {
        font-size: 12px;
        font-size: calc( 12 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoButtonRow {
        margin-top: 10px;
        margin-top: calc( 10 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoButtonRow .mktoButtonWrap {
          width: 424px;
          width: calc( 424 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoButtonRow .mktoButtonWrap {
          border-radius: 10px;
          border-radius: calc( 10 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        width: 424px;
        width: calc( 424 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        height: 64px;
        height: calc( 64 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        border-radius: 10px;
        border-radius: calc( 10 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw) !important; }
    .marketo-download-breadcrumb {
      margin-top: 28px;
      margin-top: calc( 28 / 1280 * 100vw); }
    .marketo-download-breadcrumb {
      margin-bottom: 16px;
      margin-bottom: calc( 16 / 1280 * 100vw); }
    section.sec-marketo-download, .sec-marketo-seminar {
      width: 1200px;
      width: calc( 1200 / 1280 * 100vw); }
    .marketo-download-head, .marketo-seminar-head {
      margin-bottom: 48px;
      margin-bottom: calc( 48 / 1280 * 100vw); }
    .sec-seminar {
      margin-top: 40px;
      margin-top: calc( 40 / 1280 * 100vw); }
    .sec-seminar {
      padding-bottom: 60px;
      padding-bottom: calc( 60 / 1280 * 100vw); }
    .sec-seminar .seminar-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sec-seminar .seminar-list .each-seminar {
        width: 372px;
        width: calc( 372 / 1280 * 100vw); }
      .sec-seminar .seminar-list .each-seminar {
        /* margin-right: 42px;
        margin-right: calc( 42 / 1280 * 100vw); */}
      .sec-seminar .seminar-list .each-seminar {
        margin-bottom: 42px;
        margin-bottom: calc( 42 / 1280 * 100vw); }
      .sec-seminar .seminar-list .each-seminar:nth-of-type(3n) {
        /* margin-right: 0; */ }
        .sec-seminar .seminar-list .each-seminar .img {
          height: 177px;
          height: calc( 177 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-top: 23px;
          padding-top: calc( 23 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-bottom: 36px;
          padding-bottom: calc( 36 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .tag, .sec-seminar .seminar-list .each-seminar .availability {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
      .sec-seminar .seminar-list .each-seminar .tag-area {
        margin-bottom: .3em; }
        .sec-seminar .seminar-list .each-seminar .availability {
          width: 85px;
          width: calc( 85 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .availability {
          height: 31px;
          height: calc( 31 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .availability {
          border-radius: 10px;
          border-radius: calc( 10 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .availability {
          top: 15px;
          top: calc( 15 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .availability {
          right: 14px;
          right: calc( 14 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .title-dark, .sec-seminar .seminar-list .each-seminar .title-light {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
    .sec-download {
      margin-top: 27px;
      margin-top: calc( 27 / 1280 * 100vw); }
    .sec-download {
      padding-bottom: 60px;
      padding-bottom: calc( 60 / 1280 * 100vw); }
      .sec-download .list-title {
        font-size: 24px;
        font-size: calc( 24 / 1280 * 100vw); }
      .sec-download .list-title {
        margin-bottom: 26px;
        margin-bottom: calc( 26 / 1280 * 100vw); }
        .sec-download .list-title:after {
          width: calc(100%); }
      .sec-download .download-list {
        padding-bottom: 10px;
        padding-bottom: calc( 10 / 1280 * 100vw); }
      .sec-download .download-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sec-download .download-list .each-download {
          width: 372px;
          width: calc( 372 / 1280 * 100vw); }
        .sec-download .download-list .each-download {
          /* margin-right: 42px;
          margin-right: calc( 42 / 1280 * 100vw); */}
        .sec-download .download-list .each-download {
          /* margin-bottom: 42px;
          margin-bottom: calc( 42 / 1280 * 100vw); */}
        .sec-download .download-list .each-download:nth-of-type(3n) {
          /* margin-right: 0; */}
          .sec-download .download-list .each-download .img, .sec-download .download-list .each-download .mktoImg {
            height: 191px;
            height: calc( 191 / 1280 * 100vw); }
          .sec-download .download-list .each-download .doc-title {
            height: 191px;
            height: calc( 191 / 1280 * 100vw); }
          .sec-download .download-list .each-download .doc-title {
            font-size: 28px;
            font-size: calc( 28 / 1280 * 100vw); }
          .sec-download .download-list .each-download .txt-area {
            padding-top: 25px;
            padding-top: calc( 25 / 1280 * 100vw); }
          .sec-download .download-list .each-download .txt-area {
            padding-bottom: 36px;
            padding-bottom: calc( 36 / 1280 * 100vw); }
          .sec-download .download-list .each-download .txt-area {
            padding-left: 20px;
            padding-left: calc( 20 / 1280 * 100vw); }
          .sec-download .download-list .each-download .txt-area {
            padding-right: 20px;
            padding-right: calc( 20 / 1280 * 100vw); }
            .sec-download .download-list .each-download .txt-area .title {
              font-size: calc(20 / 1900 * 100vw);
              font-size: 16px; }
            .sec-download .download-list .each-download .txt-area .desc {
              font-size: 14px;
              font-size: calc( 14 / 1280 * 100vw); }
            .sec-download .download-list .each-download .txt-area .desc {
              margin-bottom: 20px;
              margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-download .download-list .each-download .txt-area .doc-points {
            font-size: calc(20 / 1900 * 100vw);
            font-size: 15px; }
            .sec-download .download-list .each-download .txt-area .btn {
              width: 200px;
              width: calc( 200 / 1280 * 100vw); }
            .sec-download .download-list .each-download .txt-area .btn {
              height: 44px;
              height: calc( 44 / 1280 * 100vw); }
            .sec-download .download-list .each-download .txt-area .btn {
              font-size: 16px;
              font-size: calc( 16 / 1280 * 100vw); }
            .sec-download .download-list .each-download .txt-area .btn {
              border-radius: 22px;
              border-radius: calc( 22 / 1280 * 100vw); }
              .sec-download .download-list .each-download .txt-area .btn .arrow {
                width: 16px;
                width: calc( 16 / 1280 * 100vw); }
              .sec-download .download-list .each-download .txt-area .btn .arrow {
                right: 14px;
                right: calc( 14 / 1280 * 100vw); }
    .sec-thanks {
      height: calc(100vh - 125px);
      padding: 0 30px; }
      .sec-thanks .thanks-message {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw); }
      .sec-thanks .thanks-message {
        margin-top: 45px;
        line-height: 1.67; }
      .sec-thanks .thanks-btn {
        margin-top: 45px; }
      .sec-thanks .module-btn-l {
        font-size: 22px;
        font-size: calc( 22 / 1280 * 100vw); }
      .sec-thanks .module-btn-l {
        width: 374px;
        width: calc( 374 / 1280 * 100vw); }
      .sec-thanks .module-btn-l {
        height: 55px;
        height: calc( 55 / 1280 * 100vw); }
      .sec-thanks .module-btn-l {
        border-radius: 28px;
        border-radius: calc( 28 / 1280 * 100vw); }
    .page-download-breadcrumb {
      margin-top: 16px;
      margin-top: calc( 16 / 1280 * 100vw); }
    .page-download-form {
      margin-top: 44px;
      margin-top: calc( 44 / 1280 * 100vw); }
    .page-download-form {
      margin-bottom: 43px;
      margin-bottom: calc( 43 / 1280 * 100vw); }
    .page-download-form {
      padding-left: 0px;
      padding-left: calc( 0 / 1280 * 100vw); }
    .page-download-form {
      padding-right: 0px;
      padding-right: calc( 0 / 1280 * 100vw); }
    .page-download-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-download-form .overview-area, .page-download-form .form-area {
        margin-left: 20px;
        margin-left: calc( 20 / 1280 * 100vw); }
      .page-download-form .overview-area, .page-download-form .form-area {
        margin-right: 20px;
        margin-right: calc( 20 / 1280 * 100vw); }
      .page-download-form .overview-area {
        width: 653px;
        width: calc( 653 / 1280 * 100vw); }
      .page-download-form .overview-area {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        .page-download-form .overview-area .download-title {
          font-size: 32px;
          font-size: calc( 32 / 1280 * 100vw); }
        .page-download-form .overview-area .download-title {
          margin-bottom: 14px;
          margin-bottom: calc( 14 / 1280 * 100vw); }
        .page-download-form .overview-area .download-img {
          margin-bottom: 20px;
          margin-bottom: calc( 20 / 1280 * 100vw); }
        .page-download-form .overview-area .download-desc {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
      .page-download-form .form-area {
        border-width: 12px;
        border-width: calc( 12 / 1280 * 100vw); }
      .page-download-form .form-area {
        padding-left: 30px;
        padding-left: calc( 30 / 1280 * 100vw); }
      .page-download-form .form-area {
        padding-right: 30px;
        padding-right: calc( 30 / 1280 * 100vw); }
      .page-download-form .form-area {
        padding-top: 8px;
        padding-top: calc( 8 / 1280 * 100vw); }
      .page-download-form .form-area {
        padding-bottom: 38px;
        padding-bottom: calc( 38 / 1280 * 100vw); }
    .page-download-download {
      margin-top: 70px;
      margin-top: calc( 70 / 1280 * 100vw); }
    .page-download-download {
      margin-bottom: 75px;
      margin-bottom: calc( 75 / 1280 * 100vw); }
      .page-download-download .download-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .page-download-download .download-desc {
        margin-bottom: 24px;
        margin-bottom: calc( 24 / 1280 * 100vw); }
      .page-download-download .download-btn {
        font-size: 30px;
        font-size: calc( 30 / 1280 * 100vw); }
      .page-download-download .download-btn {
        width: 454px;
        width: calc( 454 / 1280 * 100vw); }
      .page-download-download .download-btn {
        height: 85px;
        height: calc( 85 / 1280 * 100vw); }
      .page-download-download .download-btn {
        border-radius: 10px;
        border-radius: calc( 10 / 1280 * 100vw); }
      .page-download-download .download-btn {
        margin-bottom: 64px;
        margin-bottom: calc( 64 / 1280 * 100vw); }
        .page-download-download .download-btn .icon {
          width: 30px;
          width: calc( 30 / 1280 * 100vw); }
        .page-download-download .download-btn .icon {
          height: 32px;
          height: calc( 32 / 1280 * 100vw); }
        .page-download-download .download-btn .icon {
          left: 28px;
          left: calc( 28 / 1280 * 100vw); }
      .page-download-download .download-notes {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .page-download-download .download-notes {
        width: 878px;
        width: calc( 878 / 1280 * 100vw); }
      .page-download-download .download-notes {
        margin-bottom: 24px;
        margin-bottom: calc( 24 / 1280 * 100vw); }
    .footer-form input#Email {
      font-size: 18px;
      font-size: calc( 18 / 1280 * 100vw); }
    .footer-form input#Email {
      width: 313px;
      width: calc( 313 / 1280 * 100vw); }
    .footer-form input#Email {
      height: 44px;
      height: calc( 44 / 1280 * 100vw); }
    .footer-form input#Email {
      font-size: 14px;
      font-size: calc( 14 / 1280 * 100vw) !important; }
    .footer-form input#Email {
      width: calc(313 / 1280 * 100vw) !important; }
    .footer-form button[type=submit] {
      font-size: 14px;
      font-size: calc( 14 / 1280 * 100vw); }
    .footer-form button[type=submit] {
      width: 70px;
      width: calc( 70 / 1280 * 100vw); }
    .footer-form button[type=submit] {
      height: 44px;
      height: calc( 44 / 1280 * 100vw); }
        .js-accordion .js-accordion-head:before {
          width: 4px;
          width: calc( 4 / 1280 * 100vw); }
        .js-accordion .js-accordion-head:before {
          height: 4px;
          height: calc( 4 / 1280 * 100vw); }
        .js-accordion .js-accordion-head:before {
          right: 10px;
          right: calc( 10 / 1280 * 100vw); }
      .js-accordion.invisible {
        height: 74px;
        height: calc( 74 / 1280 * 100vw); }
      .js-accordion.invisible:hover {
        background: #d9f5d7; }
          .js-accordion.invisible .js-accordion-head:before {
            width: 4px;
            width: calc( 4 / 1280 * 100vw); }
          .js-accordion.invisible .js-accordion-head:before {
            height: 24px;
            height: calc( 24 / 1280 * 100vw); } }
      @media screen and (min-width: 961px) {
  .setOrder {
    color: #000; }
  .mdl-smmd {
    display: none; }
    .mdl-head01 {
      font-size: 32px;
      font-size: calc( 32 / 1280 * 100vw); }
    .mdl-head01 {
      padding-bottom: 23px;
      padding-bottom: calc( 23 / 1280 * 100vw); }
      .mdl-head01:before {
        width: 144px;
        width: calc( 144 / 1280 * 100vw); }
      .mdl-head01:before {
        height: 4px;
        height: calc( 4 / 1280 * 100vw); }
      .mdl-head01 .gray {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw); }
      .mdl-head01 .small {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw); }
      .mdl-head01 .en {
        font-size: 36px;
        font-size: calc( 36 / 1280 * 100vw); }
      .mdl-head01 .en {
        top: 1px;
        top: calc( 1 / 1280 * 100vw); }
    .mdl-breadcrumb {
      font-size: 12px;
      font-size: calc( 12 / 1280 * 100vw); }
    .mdl-breadcrumb {
      margin-top: 13px;
      margin-top: calc( 13 / 1280 * 100vw); }
    .mdl-breadcrumb {
      margin-bottom: 24px;
      margin-bottom: calc( 24 / 1280 * 100vw); }
    .mdl-breadcrumb {
      padding-left: 30px;
      padding-left: calc( 30 / 1280 * 100vw); }
    .mdl-breadcrumb {
      padding-right: 30px;
      padding-right: calc( 30 / 1280 * 100vw); }
    .mdl-bnr-whole {
      max-width: 960px; }
    #header {
      height: 86px;
      -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); }
      #header .header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        margin: 0 auto;
        max-width: 1280px; }
      #header .header-logo {
        width: 279px; }
      #header .header-nav {
        height: 100%;
        position: relative;
        top: 0;
        background: none;
        opacity: 1;
        pointer-events: auto;
        margin-left: 45px; }
        #header .header-nav .header-nav-inner {
          width: 100%;
          height: 100%;
          background: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0;
          overflow: visible; }
        #header .header-nav .header-nav-link {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw); }
        #header .header-nav .header-nav-link {
          margin-bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0 18px;
          position: relative;
          height: 100%; }
          #header .header-nav .header-nav-link:after {
            content: '';
            width: 0%;
            height: 4px;
            background: #88E18E;
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 10; }
          #header .header-nav .header-nav-link:hover {
            opacity: 1; }
            #header .header-nav .header-nav-link:hover:after {
              width: 100%;
              left: 0; }
            #header .header-nav .header-nav-link > .title .arrow {
              display: none; }
          #header .header-nav .header-nav-link > .desc {
            display: none; }
        #header .header-nav .parent {
          height: 100%; }
        #header .header-nav .parent:hover .children {
          opacity: 1;
          pointer-events: auto; }
        #header .header-nav .parent:hover:before {
          content: '';
          width: 250%;
          height: 4px;
          background: #fff;
          position: absolute;
          bottom: 0;
          left: 100%;
          z-index: 1001; }
        #header .header-nav .parent:hover:after {
          width: 100%;
          left: 0; }
        #header .header-nav .children {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        #header .header-nav .children {
          opacity: 0;
          pointer-events: none;
          position: absolute;
          top: 86px;
          left: 0px;
          width: 360px;
          margin: 0;
          padding: 0;
          -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
                  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          z-index: 1000; }
          #header .header-nav .children:before {
            top: -5px;
            background: #FFF;
            width: 100%;
            height: 5px;
            display: none; }
          #header .header-nav .children .each-child {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          #header .header-nav .children .each-child {
            color: #000;
            background: #FFF;
            height: 64px;
            border-bottom: 1px dashed #88E18E;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 0 12px 0 24px;
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: relative; }
            #header .header-nav .children .each-child:last-of-type {
              border-bottom: none; }
            #header .header-nav .children .each-child:hover {
              background: #000;
              opacity: 1; }
              #header .header-nav .children .each-child:hover .title, #header .header-nav .children .each-child:hover .desc {
                color: #FFF; }
              #header .header-nav .children .each-child:hover .title .arrow svg path {
                stroke: #FFF; }
            #header .header-nav .children .each-child .title {
              line-height: 1; }
              #header .header-nav .children .each-child .title .arrow {
                width: 16px;
                width: calc( 16 / 1280 * 100vw); }
              #header .header-nav .children .each-child .title .arrow {
                height: 16px;
                height: calc( 16 / 1280 * 100vw); }
              #header .header-nav .children .each-child .title .arrow {
                position: absolute;
                top: 50%;
                right: 13px;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%); }
                #header .header-nav .children .each-child .title .arrow svg path {
                  stroke: #000; }
            #header .header-nav .children .each-child .desc {
              font-size: 12px;
              font-size: calc( 12 / 1280 * 100vw); }
            #header .header-nav .children .each-child .desc {
              margin-top: 9px;
              line-height: 1; }
          #header .header-nav .children .each-child-ux {
            font-size: 24px;
            font-size: calc( 24 / 1280 * 100vw); }
          #header .header-nav .children .each-child-ux {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            #header .header-nav .children .each-child-ux .title {
              line-height: 1; }
              #header .header-nav .children .each-child-ux .title .arrow {
                width: 16px;
                width: calc( 16 / 1280 * 100vw); }
              #header .header-nav .children .each-child-ux .title .arrow {
                height: 16px;
                height: calc( 16 / 1280 * 100vw); }
              #header .header-nav .children .each-child-ux .title .arrow {
                position: absolute;
                top: 50%;
                right: 13px;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%); }
                #header .header-nav .children .each-child-ux .title .arrow svg path {
                  stroke: #2DCC70; }
      #header .btns {
        font-size: 18px;
        font-size: calc( 18 / 1280 * 100vw); }
      #header .btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0 0 0 auto;
        padding: 0; }
        #header .btns:before {
          display: none; }
        #header .btns .header-nav-login {
          color: #000;
          margin: 0; }
          #header .btns .header-nav-login:after {
            width: 0;
            right: 0;
            left: unset;
            background: #000; }
        #header .btns .header-nav-login:hover {
          opacity: 1; }
          #header .btns .header-nav-login:hover:after {
            width: 100%;
            left: 0; }
        #header .btns .header-nav-contact {
          background: #000;
          color: #FFF;
          width: 200px;
          font-size: 16px;
          -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
                  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          margin-left: 30px; }
            #header .btns .header-nav-contact .arrow svg path {
              stroke: #FFF; }
      #header .menu-btn {
        display: none; }
      #footer .footer-inner {
        padding: 32px 16px 46px; }
      #footer .footer-logo {
        width: 224px; }
      #footer .footer-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      #footer .footer-desc {
        margin-bottom: 25px;
        margin-bottom: calc( 25 / 1280 * 100vw); }
      #footer .footer-box01 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-bottom: 40px; }
        #footer .footer-box01 .footer-mail-area {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        #footer .footer-box01 .footer-mail-area {
          padding-right: 50px;
          margin-right: 22px;
          border-right: solid 1px #B9B9B9; }
          #footer .footer-box01 .footer-mail-area .desc {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          #footer .footer-box01 .footer-mail-area .desc {
            margin-bottom: 15px;
            margin-bottom: calc( 15 / 1280 * 100vw); }
          #footer .footer-box01 .footer-mail-area .desc {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding-top: 10px; }
          #footer .footer-box01 .footer-mail-area .icon-mail {
            width: 27px;
            width: calc( 27 / 1280 * 100vw); }
          #footer .footer-box01 .footer-mail-area .icon-mail {
            height: 20px;
            height: calc( 20 / 1280 * 100vw); }
          #footer .footer-box01 .footer-mail-area .icon-mail {
            margin-right: 7px;
            margin-right: calc( 7 / 1280 * 100vw); }
        #footer .footer-box01 .footer-external-area {
          width: 216px;
          width: calc( 216 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .external-link {
            margin-left: 18px;
            margin-left: calc( 18 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .external-link {
            margin-right: 18px;
            margin-right: calc( 18 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .facebook {
            width: 38px;
            width: calc( 38 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .facebook {
            height: 38px;
            height: calc( 38 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .twitter {
            width: 38px;
            width: calc( 38 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .twitter {
            height: 32px;
            height: calc( 32 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .note {
            width: 32px;
            width: calc( 32 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .note {
            height: 37px;
            height: calc( 37 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .instagram {
            width: 34px;
            width: calc( 34 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .instagram {
            height: 34px;
            height: calc( 34 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .youtube {
            width: 41px;
            width: calc( 41 / 1280 * 100vw); }
          #footer .footer-box01 .footer-external-area .youtube {
            height: 28px;
            height: calc( 28 / 1280 * 100vw); }
        #footer .footer-box02 .footer-nav {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 15px; }
        #footer .footer-nav-box01 .footer-nav-gr {
          width: 160px; }
      #footer .footer-nav-gr-service {
        margin-top: 0; }
      #footer .footer-nav-gr-news {
        padding-top: 22px; }
      #footer .footer-nav-gr-corporate {
        display: block; }
      #footer .footer-nav-cat {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw); }
    #footer .footer-nav-gr-corporate, #footer .footer-nav-gr-terms {
      padding-top: 30px; }
      #footer .footer-nav-link {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw); }
        #footer .footer-nav-link.child {
          font-size: 12px;
          font-size: calc( 12 / 1280 * 100vw); }
      #footer .footer-nav-link_large {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      #footer .copyright {
        margin-top: 30px;
        margin-top: calc( 30 / 1280 * 100vw); }
      #footer .copyright {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw); }
    .btn-download {
      font-size: 22px;
      font-size: calc( 22 / 1280 * 100vw); }
    .btn-download {
      border-radius: 32px;
      border-radius: calc( 32 / 1280 * 100vw); }
    .btn-download {
      width: 320px;
      width: calc( 320 / 1280 * 100vw); }
    .btn-download {
      height: 64px;
      height: calc( 64 / 1280 * 100vw); }
    .btn-download {
      padding-right: 10px;
      padding-right: calc( 10 / 1280 * 100vw); }
    .btn-download {
      right: 32px;
      bottom: 32px; }
      .btn-download .arrow {
        width: 16px;
        width: calc( 16 / 1280 * 100vw); }
      .btn-download .arrow {
        right: 26px;
        right: calc( 26 / 1280 * 100vw); }
        .subpage-mv.engine .subpage-mv-img.poly01 {
          background-image: url(../images/bg_poly02.png); }
      .subpage-mv.engine .head-area {
        margin-left: 118px;
        margin-left: calc( 118 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .picto {
          width: 136px;
          width: calc( 136 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .picto {
          margin-right: 70px;
          margin-right: calc( 70 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .picto {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .picto {
          top: -8px;
          top: calc( -8 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .txt-area {
          top: -7px;
          top: calc( -7 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .title {
          font-size: 72px;
          font-size: calc( 72 / 1280 * 100vw); }
        .subpage-mv.engine .head-area .title {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .subpage-mv.team .subpage-mv-img.poly01 {
          background-image: url(../images/bg_team01.png); }
      .subpage-mv.team .head-area {
        margin-left: 118px;
        margin-left: calc( 118 / 1280 * 100vw); }
        .subpage-mv.team .head-area .picto {
          width: 136px;
          width: calc( 136 / 1280 * 100vw); }
        .subpage-mv.team .head-area .picto {
          margin-right: 70px;
          margin-right: calc( 70 / 1280 * 100vw); }
        .subpage-mv.team .head-area .picto {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .subpage-mv.team .head-area .picto {
          top: -8px;
          top: calc( -8 / 1280 * 100vw); }
        .subpage-mv.team .head-area .txt-area {
          top: -7px;
          top: calc( -7 / 1280 * 100vw); }
        .subpage-mv.team .head-area .title {
          font-size: 72px;
          font-size: calc( 72 / 1280 * 100vw); }
        .subpage-mv.team .head-area .title {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
      .subpage-mv.video {
        height: 440px;
        height: calc( 440 / 1280 * 100vw); }
        .subpage-mv.video .subpage-mv-inner {
          padding-top: 89px;
          padding-top: calc( 89 / 1280 * 100vw); }
        .subpage-mv.video .subpage-mv-inner {
          padding-left: 0px;
          padding-left: calc( 0 / 1280 * 100vw); }
        .subpage-mv.video .head-area {
          margin-left: 118px;
          margin-left: calc( 118 / 1280 * 100vw); }
          .subpage-mv.video .head-area .title-area {
            margin-bottom: 0px;
            margin-bottom: calc( 0 / 1280 * 100vw); }
          .subpage-mv.video .head-area .copy {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .subpage-mv.video .head-area .copy {
            margin-bottom: 27px;
            margin-bottom: calc( 27 / 1280 * 100vw); }
            .subpage-mv.video .head-area .copy .num {
              font-size: 32px;
              font-size: calc( 32 / 1280 * 100vw); }
          .subpage-mv.video .head-area .picto {
            width: 120px;
            width: calc( 120 / 1280 * 100vw); }
          .subpage-mv.video .head-area .picto {
            height: 102px;
            height: calc( 102 / 1280 * 100vw); }
          .subpage-mv.video .head-area .picto {
            margin-right: 23px;
            margin-right: calc( 23 / 1280 * 100vw); }
          .subpage-mv.video .head-area .title {
            font-size: 56px;
            font-size: calc( 56 / 1280 * 100vw); }
          .subpage-mv.video .head-area .title {
            top: -6px;
            top: calc( -6 / 1280 * 100vw); }
          .subpage-mv.video .head-area .lead {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .subpage-mv.video .head-area .num {
            font-size: 32px;
            font-size: calc( 32 / 1280 * 100vw); }
          .subpage-mv.video .head-area .num {
            top: 1px;
            top: calc( 1 / 1280 * 100vw); }
          .subpage-mv.video .head-area .num {
            left: 1px;
            left: calc( 1 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          border-radius: 32px;
          border-radius: calc( 32 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          width: 360px;
          width: calc( 360 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          height: 64px;
          height: calc( 64 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          padding-right: 10px;
          padding-right: calc( 10 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          margin-top: 85px;
          margin-top: calc( 85 / 1280 * 100vw); }
        .subpage-mv.video .btn {
          margin-left: 62px;
          margin-left: calc( 62 / 1280 * 100vw); }
          .subpage-mv.video .btn .arrow {
            width: 16px;
            width: calc( 16 / 1280 * 100vw); }
          .subpage-mv.video .btn .arrow {
            right: 26px;
            right: calc( 26 / 1280 * 100vw); }
    .subpage-mv {
      height: 440px;
      height: calc( 440 / 1280 * 100vw); }
        .subpage-mv .subpage-mv-img.poly01 {
          background-image: url(../images/bg_poly01.png); }
      .subpage-mv .head-area {
        margin-left: 80px; }
        .subpage-mv .head-area .title {
          font-size: 72px;
          font-size: calc( 72 / 1280 * 100vw); }
        .subpage-mv .head-area .title {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .subpage-mv .head-area .lead {
          font-size: 32px;
          font-size: calc( 32 / 1280 * 100vw); }
    .sec-mv {
      height: 560px;
      height: calc( 560 / 1280 * 100vw); }
    .sec-mv {
      padding: 24px; }
      .sec-mv .sec-mv-inner {
        padding-top: 68px;
        padding-top: calc( 68 / 1280 * 100vw); }
      .sec-mv .sec-mv-img {
        background-image: url(../images/img_poly01.png);
        background-size: auto 537px;
        background-position: top right calc(50vw - 533px); }
      .sec-mv .arrow {
        width: 702px;
        width: calc( 702 / 1280 * 100vw); }
      .sec-mv .arrow {
        top: 58px;
        top: calc( 58 / 1280 * 100vw); }
      .sec-mv .arrow {
        right: calc(50% - 44vw); }
      .sec-mv .copy {
        font-size: 32px;
        font-size: calc( 32 / 1280 * 100vw); }
      .sec-mv .copy {
        line-height: 1.75; }
        .sec-mv .copy .name {
          margin-top: 29px;
          margin-top: calc( 29 / 1280 * 100vw); }
        .sec-mv .copy .name {
          width: 1060px; }
      .sec-mv .results {
        width: 483px;
        width: calc( 483 / 1280 * 100vw); }
      .sec-mv .results {
        height: 90px;
        height: calc( 90 / 1280 * 100vw); }
      .sec-mv .results {
        bottom: 63px;
        bottom: calc( 63 / 1280 * 100vw); }
      .sec-mv .results {
        left: -24px; }
        .sec-mv .results .each-result {
          margin-right: 27px;
          margin-right: calc( 27 / 1280 * 100vw); }
        .sec-mv .results .icon {
          width: 28px;
          width: calc( 28 / 1280 * 100vw); }
        .sec-mv .results .icon {
          margin-right: 15px;
          margin-right: calc( 15 / 1280 * 100vw); }
        .sec-mv .results .txt-area {
          font-size: 12px;
          font-size: calc( 12 / 1280 * 100vw); }
        .sec-mv .results .num {
          font-size: 28px;
          font-size: calc( 28 / 1280 * 100vw); }
    .sec-top-services {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
    .sec-top-services {
      padding-bottom: 60px;
      padding-bottom: calc( 60 / 1280 * 100vw); }
      .sec-top-services .services-head01 {
        font-size: 36px;
        font-size: calc( 36 / 1280 * 100vw); }
      .sec-top-services .services-head01 {
        margin-bottom: 15px;
        margin-bottom: calc( 15 / 1280 * 100vw); }
      .sec-top-services .services-desc01 {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-top-services .services-desc01 {
        margin-bottom: 32px;
        margin-bottom: calc( 32 / 1280 * 100vw); }
    .sec-top-services .service-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .sec-top-services .each-service {
        margin-bottom: 16px;
        margin-bottom: calc( 16 / 1280 * 100vw); }
      .sec-top-services .each-service {
        width: 472px;
        max-width: calc(50% - 8px);
        margin-left: calc(8 / 1280 * 100vw);
        margin-right: calc(8 / 1280 * 100vw); }
          .sec-top-services .each-service.dx .desc-area .picto {
            width: 160px;
            width: calc( 160 / 1280 * 100vw); }
          .sec-top-services .each-service.ux .desc-area .picto {
            width: 164px;
            width: calc( 164 / 1280 * 100vw); }
        .sec-top-services .each-service .each-service-inner {
          padding-top: 30px;
          padding-top: calc( 30 / 1280 * 100vw); }
        .sec-top-services .each-service .each-service-inner {
          padding-bottom: 30px;
          padding-bottom: calc( 30 / 1280 * 100vw); }
        .sec-top-services .each-service .each-service-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        .sec-top-services .each-service .each-service-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        .sec-top-services .each-service .service-name {
          font-size: 40px;
          font-size: calc( 40 / 1280 * 100vw); }
        .sec-top-services .each-service .service-name {
          margin-bottom: 30px;
          margin-bottom: calc( 30 / 1280 * 100vw); }
        .sec-top-services .each-service .desc-area {
          margin-bottom: 25px;
          margin-bottom: calc( 25 / 1280 * 100vw); }
          .sec-top-services .each-service .desc-area .picto {
            margin-bottom: 15px;
            margin-bottom: calc( 15 / 1280 * 100vw); }
          .sec-top-services .each-service .desc-area .picto {
            height: 101px;
            height: calc( 101 / 1280 * 100vw); }
          .sec-top-services .each-service .desc-area .desc {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .each-feature {
            width: 160px;
            width: calc( 160 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .each-feature {
            margin-bottom: 25px;
            margin-bottom: calc( 25 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .each-feature {
            margin-left: 14px;
            margin-left: calc( 14 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .each-feature {
            margin-right: 14px;
            margin-right: calc( 14 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .picto {
            width: 60px;
            width: calc( 60 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .picto {
            height: 60px;
            height: calc( 60 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .picto {
            margin-bottom: 6px;
            margin-bottom: calc( 6 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .feature-name {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .feature-name {
            margin-bottom: 10px;
            margin-bottom: calc( 10 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .feature-name {
            height: 27px;
            height: calc( 27 / 1280 * 100vw); }
          .sec-top-services .each-service .features-area .feature-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
        .sec-top-services .each-service .btn {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-top-services .each-service .btn {
          width: 293px;
          width: calc( 293 / 1280 * 100vw); }
        .sec-top-services .each-service .btn {
          height: 48px;
          height: calc( 48 / 1280 * 100vw); }
        .sec-top-services .each-service .btn {
          margin-top: 0px;
          margin-top: calc( 0 / 1280 * 100vw); }
      .sec-top-services .service-structure {
        width: 100%;
        max-width: 960px; }
        .sec-top-services .service-structure .service-structure-inner {
          padding-top: 35px;
          padding-top: calc( 35 / 1280 * 100vw); }
        .sec-top-services .service-structure .service-structure-inner {
          padding-bottom: 35px;
          padding-bottom: calc( 35 / 1280 * 100vw); }
        .sec-top-services .service-structure .service-structure-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        .sec-top-services .service-structure .service-structure-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        .sec-top-services .service-structure .lead {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
        .sec-top-services .service-structure .lead {
          margin-bottom: 15px;
          margin-bottom: calc( 15 / 1280 * 100vw); }
        .sec-top-services .service-structure .picto-area {
          margin-bottom: 5px;
          margin-bottom: calc( 5 / 1280 * 100vw); }
            .sec-top-services .service-structure .picto-area .each .name {
              font-size: 24px;
              font-size: calc( 24 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .arrow {
            width: 49px;
            width: calc( 49 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .arrow {
            margin-right: 11px;
            margin-right: calc( 11 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .arrow {
            margin-left: 10px;
            margin-left: calc( 10 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .picto {
            margin-right: 12px;
            margin-right: calc( 12 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .picto {
            margin-left: 12px;
            margin-left: calc( 12 / 1280 * 100vw); }
            .sec-top-services .service-structure .picto-area .picto .label {
              font-size: 12px;
              font-size: calc( 12 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .building {
            width: 58px;
            width: calc( 58 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .building {
            height: 80px;
            height: calc( 80 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .shopping {
            width: 56px;
            width: calc( 56 / 1280 * 100vw); }
          .sec-top-services .service-structure .picto-area .shopping {
            height: 80px;
            height: calc( 80 / 1280 * 100vw); }
        .sec-top-services .service-structure .desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
    .sec-top-news {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
    .sec-top-news {
      padding-bottom: 68px;
      padding-bottom: calc( 68 / 1280 * 100vw); }
      .sec-top-news .sec-top-news-inner {
        max-width: 960px; }
      .sec-top-news .news-head01 {
        font-size: 36px;
        font-size: calc( 36 / 1280 * 100vw); }
      .sec-top-news .news-head01 {
        margin-bottom: 40px;
        margin-bottom: calc( 40 / 1280 * 100vw); }
      .sec-top-news .news-list .each-news {
        margin-bottom: 16px;
        margin-bottom: calc( 16 / 1280 * 100vw); }
        .sec-top-news .news-list .each-news .date {
          font-size: 12px;
          font-size: calc( 12 / 1280 * 100vw); }
        .sec-top-news .news-list .each-news .date {
          width: 50px;
          width: calc( 50 / 1280 * 100vw); }
        .sec-top-news .news-list .each-news .date {
          height: 50px;
          height: calc( 50 / 1280 * 100vw); }
        .sec-top-news .news-list .each-news .date {
          margin-right: 16px;
          margin-right: calc( 16 / 1280 * 100vw); }
        .sec-top-news .news-list .each-news .title {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
    .sec-top-bnr {
      padding-bottom: 68px;
      padding-bottom: calc( 68 / 1280 * 100vw); }
      .sec-bnr .bnr-dx-book {
        margin-bottom: 46px;
        margin-bottom: calc( 46 / 1280 * 100vw); }
      .sec-bnr .bnr-flex {
        margin-bottom: 72px;
        margin-bottom: calc( 72 / 1280 * 100vw); }
        .sec-bnr .bnr-flex .bnr-half {
          width: 240px;
          width: calc( 240 / 1280 * 100vw); }
        .sec-bnr .bnr-flex .bnr-half {
          height: 72px;
          height: calc( 72 / 1280 * 100vw); }
          .sec-bnr .bnr-flex .bnr-half.bnr-media {
            margin-right: 7px;
            margin-right: calc( 7 / 1280 * 100vw); }
          .sec-bnr .bnr-flex .bnr-half.bnr-media {
            background-image: url(../images/bnr_media01.jpg); }
          .sec-bnr .bnr-flex .bnr-half.bnr-seminar {
            margin-left: 7px;
            margin-left: calc( 7 / 1280 * 100vw); }
          .sec-bnr .bnr-flex .bnr-half.bnr-seminar {
            background-image: url(../images/bnr_seminar01.jpg); }
          .sec-bnr .bnr-flex .bnr-half .txt {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
      .sec-bnr .bnr-growthhacker {
        height: 118px;
        height: calc( 118 / 1280 * 100vw); }
      .sec-bnr .bnr-growthhacker {
        padding-bottom: 0px;
        padding-bottom: calc( 0 / 1280 * 100vw); }
      .sec-bnr .bnr-growthhacker {
        height: 118px;
        display: block;
        background-image: url(../images/bnr_growthhacker01.jpg);
        background-size: auto 100%;
        background-repeat: no-repeat; }
        .sec-bnr .bnr-growthhacker .txt-area {
          padding-left: 100px;
          padding-left: calc( 100 / 1280 * 100vw); }
        .sec-bnr .bnr-growthhacker .txt-area {
          padding-bottom: 7px;
          padding-bottom: calc( 7 / 1280 * 100vw); }
        .sec-bnr .bnr-growthhacker .txt-area {
          width: calc(417 / 960 * 100%);
          max-width: 417px;
          height: 100%;
          max-height: 100%;
          margin-left: auto;
          padding-left: 100px;
          background: #000; }
          .sec-bnr .bnr-growthhacker .txt-area .title {
            font-size: 22px;
            font-size: calc( 22 / 1280 * 100vw); }
          .sec-bnr .bnr-growthhacker .txt-area .title {
            margin-bottom: 15px;
            margin-bottom: calc( 15 / 1280 * 100vw); }
          .sec-bnr .bnr-growthhacker .txt-area .lead {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
        .sec-bnr .bnr-growthhacker .logomark {
          width: 48px;
          width: calc( 48 / 1280 * 100vw); }
        .sec-bnr .bnr-growthhacker .logomark {
          display: block;
          position: absolute;
          top: 50%;
          left: 30px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .sec-dx-overview .dx-overview-head {
        margin-bottom: 50px;
        margin-bottom: calc( 50 / 1280 * 100vw); }
      .sec-dx-overview .dx-overview-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-dx-overview .dx-overview-desc {
        margin-bottom: 37px;
        margin-bottom: calc( 37 / 1280 * 100vw); }
      .sec-dx-overview .dx-overview-video {
        margin-bottom: 70px;
        margin-bottom: calc( 70 / 1280 * 100vw); }
      .sec-dx-overview .dx-overview-video {
        max-width: 640px; }
        .sec-dx-overview .dx-overview-video .title {
          height: 34px;
          height: calc( 34 / 1280 * 100vw); }
        .sec-dx-overview .dx-overview-video .title {
          padding-left: 16px;
          padding-left: calc( 16 / 1280 * 100vw); }
        .sec-dx-overview .dx-overview-video .title {
          padding-right: 16px;
          padding-right: calc( 16 / 1280 * 100vw); }
        .sec-dx-overview .dx-overview-video .small {
          font-size: 12px;
          font-size: calc( 12 / 1280 * 100vw); }
        .sec-dx-overview .dx-overview-video .large {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
    .sec-dx-pro {
      padding-top: 20px;
      padding-top: calc( 20 / 1280 * 100vw); }
    .sec-dx-pro {
      padding-bottom: 90px;
      padding-bottom: calc( 90 / 1280 * 100vw); }
    .sec-dx-pro {
      background-size: 1012px auto; }
      .sec-dx-pro .dx-pro-head {
        margin-bottom: 60px;
        margin-bottom: calc( 60 / 1280 * 100vw); }
      .sec-dx-pro .pro-people {
        padding-bottom: 60px;
        padding-bottom: calc( 60 / 1280 * 100vw); }
      .sec-dx-pro .each-people {
        width: 372px;
        width: calc( 372 / 1280 * 100vw); }
      .sec-dx-pro .each-people {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-box01 {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-img {
          width: 120px;
          width: calc( 120 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-img {
          height: 120px;
          height: calc( 120 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-img {
          padding: 4px;
          padding: calc( 4 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-img {
          margin-bottom: 24px;
          margin-bottom: calc( 24 / 1280 * 100vw); }
          .sec-dx-pro .each-people .pro-img .pro-img-inner {
            width: 112px;
            width: calc( 112 / 1280 * 100vw); }
          .sec-dx-pro .each-people .pro-img .pro-img-inner {
            height: 112px;
            height: calc( 112 / 1280 * 100vw); }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              width: 120px;
              width: calc( 120 / 1280 * 100vw); }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              max-width: 120px;
              max-width: calc( 120 / 1280 * 100vw); }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              height: 120px;
              height: calc( 120 / 1280 * 100vw); }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              top: -4px;
              top: calc( -4 / 1280 * 100vw); }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              left: -4px;
              left: calc( -4 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-name {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-name {
          margin-bottom: 7px;
          margin-bottom: calc( 7 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-role {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-role {
          margin-bottom: 20px;
          margin-bottom: calc( 20 / 1280 * 100vw); }
        .sec-dx-pro .each-people .pro-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
    .sec-dx-project {
      padding-top: 75px;
      padding-top: calc( 75 / 1280 * 100vw); }
    .sec-dx-project {
      padding-bottom: 85px;
      padding-bottom: calc( 85 / 1280 * 100vw); }
      .sec-dx-project .dx-project-head {
        margin-bottom: 60px;
        margin-bottom: calc( 60 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          width: 579px;
          width: calc( 579 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          padding-top: 24px;
          padding-top: calc( 24 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          padding-right: 24px;
          padding-right: calc( 24 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          padding-bottom: 32px;
          padding-bottom: calc( 32 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          margin-left: 21px;
          margin-left: calc( 21 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          margin-right: 21px;
          margin-right: calc( 21 / 1280 * 100vw); }
        .sec-dx-project .dx-projects .each-project {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-img {
            margin-bottom: 12px;
            margin-bottom: calc( 12 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-lead {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-lead {
            margin-bottom: 10px;
            margin-bottom: calc( 10 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-client {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-client {
            margin-bottom: 17px;
            margin-bottom: calc( 17 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .tags {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              font-size: 12px;
              font-size: calc( 12 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              margin-right: 4px;
              margin-right: calc( 4 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              min-width: 77px;
              min-width: calc( 77 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              height: 23px;
              height: calc( 23 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              border-radius: 12px;
              border-radius: calc( 12 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              padding-left: 8px;
              padding-left: calc( 8 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              padding-right: 8px;
              padding-right: calc( 8 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-desc {
            margin-bottom: 15px;
            margin-bottom: calc( 15 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-btn {
            width: 293px;
            width: calc( 293 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-btn {
            height: 48px;
            height: calc( 48 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-btn {
            border-radius: 6px;
            border-radius: calc( 6 / 1280 * 100vw); }
          .sec-dx-project .dx-projects .each-project .project-btn {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .project-btn .arrow {
              width: 16px;
              width: calc( 16 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .project-btn .arrow {
              height: 14px;
              height: calc( 14 / 1280 * 100vw); }
            .sec-dx-project .dx-projects .each-project .project-btn .arrow {
              right: 16px;
              right: calc( 16 / 1280 * 100vw); }
    .sec-dx-client {
      padding-top: 78px;
      padding-top: calc( 78 / 1280 * 100vw); }
    .sec-dx-client {
      padding-bottom: 61px;
      padding-bottom: calc( 61 / 1280 * 100vw); }
      .sec-dx-client .dx-client-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
      .sec-dx-client .dx-clients {
        width: 1120px;
        width: calc( 1120 / 1280 * 100vw); }
        .sec-dx-client .dx-clients .each-client {
          border-radius: 8px;
          border-radius: calc( 8 / 1280 * 100vw); }
        .sec-dx-client .dx-clients .each-client {
          margin-bottom: 24px;
          margin-bottom: calc( 24 / 1280 * 100vw); }
        .sec-dx-client .dx-clients .each-client {
          padding-left: 60px;
          padding-left: calc( 60 / 1280 * 100vw); }
        .sec-dx-client .dx-clients .each-client {
          padding-right: 60px;
          padding-right: calc( 60 / 1280 * 100vw); }
    .dx-bg-arrow {
      background-size: 1012px auto; }
    .sec-dx-needs {
      padding-top: 80px;
      padding-top: calc( 80 / 1280 * 100vw); }
    .sec-dx-needs {
      padding-bottom: 16px;
      padding-bottom: calc( 16 / 1280 * 100vw); }
      .sec-dx-needs .dx-needs-head {
        margin-bottom: 62px;
        margin-bottom: calc( 62 / 1280 * 100vw); }
      .sec-dx-needs .dx-needs:after {
        width: 960px;
        left: 8px;
        top: calc(50% - 33px);
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .sec-dx-needs .each-needs {
        width: 472px;
        width: calc( 472 / 1280 * 100vw); }
      .sec-dx-needs .each-needs {
        margin-bottom: 64px;
        margin-bottom: calc( 64 / 1280 * 100vw); }
      .sec-dx-needs .each-needs {
        margin-left: 8px;
        margin-left: calc( 8 / 1280 * 100vw); }
      .sec-dx-needs .each-needs {
        margin-right: 8px;
        margin-right: calc( 8 / 1280 * 100vw); }
        .sec-dx-needs .each-needs.bnr {
          margin-bottom: 64px;
          margin-bottom: calc( 64 / 1280 * 100vw); }
        .sec-dx-needs .each-needs.bnr {
          height: 144px;
          height: calc( 144 / 1280 * 100vw); }
          .sec-dx-needs .each-needs.bnr img {
            height: 144px;
            height: calc( 144 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-picto {
          width: 144px;
          width: calc( 144 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-picto {
          height: 144px;
          height: calc( 144 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-picto {
          margin-right: 24px;
          margin-right: calc( 24 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .txt-area {
          padding-bottom: 14px;
          padding-bottom: calc( 14 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-name {
          font-size: 24px;
          font-size: calc( 24 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-name {
          margin-bottom: 11px;
          margin-bottom: calc( 11 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-desc {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-dx-needs .each-needs .needs-desc {
          width: 304px;
          width: calc( 304 / 1280 * 100vw); }
    .sec-dx-service {
      padding-top: 84px;
      padding-top: calc( 84 / 1280 * 100vw); }
    .sec-dx-service {
      padding-bottom: 95px;
      padding-bottom: calc( 95 / 1280 * 100vw); }
      .sec-dx-service .dx-service-head {
        font-size: 36px;
        font-size: calc( 36 / 1280 * 100vw); }
      .sec-dx-service .dx-service-head {
        margin-bottom: 35px;
        margin-bottom: calc( 35 / 1280 * 100vw); }
      .sec-dx-service .service {
        margin-bottom: 16px;
        margin-bottom: calc( 16 / 1280 * 100vw); }
      .sec-dx-service .service {
        width: calc(960 / 1280 * 100vw);
        max-width: 960px;
        padding: 5px; }
          .sec-dx-service .service.dx .desc-area .picto {
            width: 160px;
            width: calc( 160 / 1280 * 100vw); }
          .sec-dx-service .service.ux .desc-area .picto {
            width: 180px;
            width: calc( 180 / 1280 * 100vw); }
        .sec-dx-service .service .service-inner {
          padding-top: 30px;
          padding-top: calc( 30 / 1280 * 100vw); }
        .sec-dx-service .service .service-inner {
          padding-bottom: 43px;
          padding-bottom: calc( 43 / 1280 * 100vw); }
        .sec-dx-service .service .service-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        .sec-dx-service .service .service-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        .sec-dx-service .service .service-name {
          font-size: 40px;
          font-size: calc( 40 / 1280 * 100vw); }
        .sec-dx-service .service .service-name {
          margin-bottom: 27px;
          margin-bottom: calc( 27 / 1280 * 100vw); }
        .sec-dx-service .service .desc-area {
          margin-bottom: 34px;
          margin-bottom: calc( 34 / 1280 * 100vw); }
          .sec-dx-service .service .desc-area .picto {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-dx-service .service .desc-area .picto {
            height: 101px;
            height: calc( 101 / 1280 * 100vw); }
          .sec-dx-service .service .desc-area .desc {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
        .sec-dx-service .service .features-area {
          margin-bottom: 17px;
          margin-bottom: calc( 17 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .each-feature {
            width: 258px;
            width: calc( 258 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .each-feature {
            margin-bottom: 25px;
            margin-bottom: calc( 25 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .each-feature {
            margin-left: 15px;
            margin-left: calc( 15 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .each-feature {
            margin-right: 15px;
            margin-right: calc( 15 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .picto {
            width: 85px;
            width: calc( 85 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .picto {
            height: 85px;
            height: calc( 85 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .picto {
            margin-bottom: 6px;
            margin-bottom: calc( 6 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .feature-name {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .feature-name {
            margin-bottom: 10px;
            margin-bottom: calc( 10 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .feature-name {
            height: 27px;
            height: calc( 27 / 1280 * 100vw); }
          .sec-dx-service .service .features-area .feature-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
        .sec-dx-service .service .btn {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-dx-service .service .btn {
          width: 293px;
          width: calc( 293 / 1280 * 100vw); }
        .sec-dx-service .service .btn {
          height: 48px;
          height: calc( 48 / 1280 * 100vw); }
        .sec-dx-service .service .btn {
          margin-top: 0px;
          margin-top: calc( 0 / 1280 * 100vw); }
    .sec-ux-overview {
      padding-bottom: 70px;
      padding-bottom: calc( 70 / 1280 * 100vw); }
      .sec-ux-overview .ux-overview-head {
        margin-bottom: 46px;
        margin-bottom: calc( 46 / 1280 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue {
        width: 372px;
        width: calc( 372 / 1280 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue {
        margin-right: 21px;
        margin-right: calc( 21 / 1280 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue {
        margin-left: 21px;
        margin-left: calc( 21 / 1280 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue {
        padding-bottom: 0px;
        padding-bottom: calc( 0 / 1280 * 100vw); }
      .sec-ux-overview .ux-issues .each-issue {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-ux-overview .ux-issues .each-issue .issue {
          height: 84px;
          height: calc( 84 / 1280 * 100vw); }
        .sec-ux-overview .ux-issues .each-issue .issue {
          margin-bottom: 40px;
          margin-bottom: calc( 40 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue.high {
            height: 84px;
            height: calc( 84 / 1280 * 100vw); }
            .sec-ux-overview .ux-issues .each-issue .issue.high .issue-txt {
              top: 0px;
              top: calc( 0 / 1280 * 100vw); }
            .sec-ux-overview .ux-issues .each-issue .issue.high .issue-txt {
              height: 84px;
              height: calc( 84 / 1280 * 100vw); }
            .sec-ux-overview .ux-issues .each-issue .issue.high.bg {
              height: 84px;
              height: calc( 84 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            top: 0px;
            top: calc( 0 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            left: 96px;
            left: calc( 96 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            width: 260px;
            width: calc( 260 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            height: 84px;
            height: calc( 84 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue .bg {
            height: 84px;
            height: calc( 84 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .issue:after {
            bottom: -28px;
            bottom: calc( -28 / 1280 * 100vw); }
        .sec-ux-overview .ux-issues .each-issue .task {
          height: 96px;
          height: calc( 96 / 1280 * 100vw); }
          .sec-ux-overview .ux-issues .each-issue .task .task-inner {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
    .sec-ux-strength {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength-head {
        margin-bottom: 40px;
        margin-bottom: calc( 40 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength {
        width: 1200px;
        width: calc( 1200 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-top: 52px;
          padding-top: calc( 52 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-bottom: 44px;
          padding-bottom: calc( 44 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-left: 28px;
          padding-left: calc( 28 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-right: 28px;
          padding-right: calc( 28 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .each-strength {
          width: 350px;
          width: calc( 350 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength .each-strength {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-ux-strength .ux-strength .each-strength .strength-picto {
            width: 144px;
            width: calc( 144 / 1280 * 100vw); }
          .sec-ux-strength .ux-strength .each-strength .strength-picto {
            margin-bottom: 12px;
            margin-bottom: calc( 12 / 1280 * 100vw); }
          .sec-ux-strength .ux-strength .each-strength .strength-lead {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-ux-strength .ux-strength .each-strength .strength-lead {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-ux-strength .ux-strength .each-strength .strength-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength-result {
        font-size: 24px;
        font-size: calc( 24 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength-result {
        margin-top: 46px;
        margin-top: calc( 46 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength-result {
        padding-top: 21px;
        padding-top: calc( 21 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength-result {
        padding-bottom: 70px;
        padding-bottom: calc( 70 / 1280 * 100vw); }
      .sec-ux-strength .ux-strength-result {
        background-size: 1046px auto; }
        .sec-ux-strength .ux-strength-result .large {
          font-size: 64px;
          font-size: calc( 64 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength-result .middle {
          font-size: 28px;
          font-size: calc( 28 / 1280 * 100vw); }
        .sec-ux-strength .ux-strength-result .middle {
          margin-top: 10px;
          margin-top: calc( 10 / 1280 * 100vw); }
    .sec-ux-services {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
    .sec-ux-services {
      padding-bottom: 85px;
      padding-bottom: calc( 85 / 1280 * 100vw); }
      .sec-ux-services .ux-services-head {
        margin-bottom: 50px;
        margin-bottom: calc( 50 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          width: 579px;
          width: calc( 579 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          padding-top: 32px;
          padding-top: calc( 32 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          padding-right: 24px;
          padding-right: calc( 24 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          padding-bottom: 32px;
          padding-bottom: calc( 32 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          margin-left: 20px;
          margin-left: calc( 20 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          margin-right: 20px;
          margin-right: calc( 20 / 1280 * 100vw); }
        .sec-ux-services .ux-service .each-service {
          margin-bottom: 40px;
          margin-bottom: calc( 40 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-picto {
            width: 120px;
            width: calc( 120 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-picto {
            height: 120px;
            height: calc( 120 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-picto {
            margin-bottom: 30px;
            margin-bottom: calc( 30 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-copy {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-copy {
            margin-bottom: 5px;
            margin-bottom: calc( 5 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-name {
            font-size: 28px;
            font-size: calc( 28 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-name {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-desc {
            margin-bottom: 15px;
            margin-bottom: calc( 15 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-btn {
            width: 293px;
            width: calc( 293 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-btn {
            height: 48px;
            height: calc( 48 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-btn {
            border-radius: 6px;
            border-radius: calc( 6 / 1280 * 100vw); }
          .sec-ux-services .ux-service .each-service .service-btn {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
            .sec-ux-services .ux-service .each-service .service-btn .arrow {
              width: 16px;
              width: calc( 16 / 1280 * 100vw); }
            .sec-ux-services .ux-service .each-service .service-btn .arrow {
              height: 14px;
              height: calc( 14 / 1280 * 100vw); }
            .sec-ux-services .ux-service .each-service .service-btn .arrow {
              right: 16px;
              right: calc( 16 / 1280 * 100vw); }
    .sec-ux-case {
      padding-top: 70px;
      padding-top: calc( 70 / 1280 * 100vw); }
      .sec-ux-case .ux-case-head {
        margin-bottom: 40px;
        margin-bottom: calc( 40 / 1280 * 100vw); }
      .sec-ux-case .bx-prev, .sec-ux-case .bx-next {
        width: 56px;
        width: calc( 56 / 1280 * 100vw); }
      .sec-ux-case .bx-prev, .sec-ux-case .bx-next {
        height: 238px;
        height: calc( 238 / 1280 * 100vw); }
        .sec-ux-case .bx-prev:before, .sec-ux-case .bx-next:before {
          width: 40px;
          width: calc( 40 / 1280 * 100vw); }
        .sec-ux-case .bx-prev:before, .sec-ux-case .bx-next:before {
          height: 40px;
          height: calc( 40 / 1280 * 100vw); }
        .sec-ux-case .bx-prev:after, .sec-ux-case .bx-next:after {
          width: 15px;
          width: calc( 15 / 1280 * 100vw); }
        .sec-ux-case .bx-prev:after, .sec-ux-case .bx-next:after {
          height: 15px;
          height: calc( 15 / 1280 * 100vw); }
        .sec-ux-case .bx-prev:after {
          left: 15px;
          left: calc( 15 / 1280 * 100vw); }
        .sec-ux-case .bx-next:after {
          right: 15px;
          right: calc( 15 / 1280 * 100vw); }
      .sec-ux-case .bx-pager {
        margin-top: 28px;
        margin-top: calc( 28 / 1280 * 100vw); }
        .sec-ux-case .bx-pager .bx-pager-item {
          width: 10px;
          width: calc( 10 / 1280 * 100vw); }
        .sec-ux-case .bx-pager .bx-pager-item {
          height: 10px;
          height: calc( 10 / 1280 * 100vw); }
        .sec-ux-case .bx-pager .bx-pager-item {
          margin-left: 4px;
          margin-left: calc( 4 / 1280 * 100vw); }
        .sec-ux-case .bx-pager .bx-pager-item {
          margin-right: 4px;
          margin-right: calc( 4 / 1280 * 100vw); }
        .sec-ux-case .ux-cases .each-case {
          width: 460px;
          width: calc( 460 / 1280 * 100vw); }
        .sec-ux-case .ux-cases .each-case {
          max-width: 460px;
          max-width: calc( 460 / 1280 * 100vw); }
        .sec-ux-case .ux-cases .each-case {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-ux-case .ux-cases .each-case {
          margin-left: 20px;
          margin-left: calc( 20 / 1280 * 100vw); }
        .sec-ux-case .ux-cases .each-case {
          margin-right: 20px;
          margin-right: calc( 20 / 1280 * 100vw); }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-top: 20px;
            padding-top: calc( 20 / 1280 * 100vw); }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-left: 20px;
            padding-left: calc( 20 / 1280 * 100vw); }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-right: 20px;
            padding-right: calc( 20 / 1280 * 100vw); }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-bottom: 20px;
            padding-bottom: calc( 20 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .img {
                width: 170px;
                width: calc( 170 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .img {
                height: 120px;
                height: calc( 120 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .txt-area {
                width: 218px;
                width: calc( 218 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .title {
                font-size: 16px;
                font-size: calc( 16 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .title {
                margin-bottom: 7px;
                margin-bottom: calc( 7 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .client {
                font-size: 14px;
                font-size: calc( 14 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .client {
                margin-bottom: 10px;
                margin-bottom: calc( 10 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags {
                margin-bottom: 20px;
                margin-bottom: calc( 20 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  font-size: 12px;
                  font-size: calc( 12 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  margin-right: 4px;
                  margin-right: calc( 4 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  margin-bottom: 0px;
                  margin-bottom: calc( 0 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  min-width: 77px;
                  min-width: calc( 77 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  height: 23px;
                  height: calc( 23 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  border-radius: 12px;
                  border-radius: calc( 12 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  padding-left: 8px;
                  padding-left: calc( 8 / 1280 * 100vw); }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  padding-right: 8px;
                  padding-right: calc( 8 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .desc {
              font-size: 14px;
              font-size: calc( 14 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .desc {
              margin-bottom: 20px;
              margin-bottom: calc( 20 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              width: 293px;
              width: calc( 293 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              height: 48px;
              height: calc( 48 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              border-radius: 6px;
              border-radius: calc( 6 / 1280 * 100vw); }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              font-size: 14px;
              font-size: calc( 14 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .btn .arrow {
                width: 16px;
                width: calc( 16 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .btn .arrow {
                height: 14px;
                height: calc( 14 / 1280 * 100vw); }
              .sec-ux-case .ux-cases .each-case .each-case-inner .btn .arrow {
                right: 16px;
                right: calc( 16 / 1280 * 100vw); }
    .sec-ux-client {
      padding-top: 78px;
      padding-top: calc( 78 / 1280 * 100vw); }
    .sec-ux-client {
      padding-bottom: 92px;
      padding-bottom: calc( 92 / 1280 * 100vw); }
      .sec-ux-client .ux-client-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
      .sec-ux-client .ux-clients {
        width: 1120px;
        width: calc( 1120 / 1280 * 100vw); }
        .sec-ux-client .ux-clients .each-client {
          border-radius: 8px;
          border-radius: calc( 8 / 1280 * 100vw); }
        .sec-ux-client .ux-clients .each-client {
          margin-bottom: 24px;
          margin-bottom: calc( 24 / 1280 * 100vw); }
        .sec-ux-client .ux-clients .each-client {
          padding-left: 30px;
          padding-left: calc( 30 / 1280 * 100vw); }
        .sec-ux-client .ux-clients .each-client {
          padding-right: 30px;
          padding-right: calc( 30 / 1280 * 100vw); }
    .ux-bg-arrow {
      background-size: 1012px auto; }
    .sec-ux-needs {
      padding-top: 80px;
      padding-top: calc( 80 / 1280 * 100vw); }
    .sec-ux-needs {
      padding-bottom: 16px;
      padding-bottom: calc( 16 / 1280 * 100vw); }
      .sec-ux-needs .ux-needs-head {
        margin-bottom: 40px;
        margin-bottom: calc( 40 / 1280 * 100vw); }
      .sec-ux-needs .ux-needs:after {
        width: 960px;
        left: 8px;
        top: calc(50% - 31px);
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .sec-ux-needs .each-needs {
        width: 472px;
        width: calc( 472 / 1280 * 100vw); }
      .sec-ux-needs .each-needs {
        margin-bottom: 64px;
        margin-bottom: calc( 64 / 1280 * 100vw); }
      .sec-ux-needs .each-needs {
        margin-left: 8px;
        margin-left: calc( 8 / 1280 * 100vw); }
      .sec-ux-needs .each-needs {
        margin-right: 8px;
        margin-right: calc( 8 / 1280 * 100vw); }
        .sec-ux-needs .each-needs.bnr {
          margin-bottom: 64px;
          margin-bottom: calc( 64 / 1280 * 100vw); }
        .sec-ux-needs .each-needs.bnr {
          height: 144px;
          height: calc( 144 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-picto {
          width: 144px;
          width: calc( 144 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-picto {
          height: 144px;
          height: calc( 144 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-picto {
          margin-right: 24px;
          margin-right: calc( 24 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-name {
          font-size: 24px;
          font-size: calc( 24 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-name {
          margin-bottom: 10px;
          margin-bottom: calc( 10 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-desc {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-ux-needs .each-needs .needs-desc {
          width: 304px;
          width: calc( 304 / 1280 * 100vw); }
    .sec-ux-service {
      padding-top: 71px;
      padding-top: calc( 71 / 1280 * 100vw); }
    .sec-ux-service {
      padding-bottom: 95px;
      padding-bottom: calc( 95 / 1280 * 100vw); }
      .sec-ux-service .ux-service-head {
        font-size: 36px;
        font-size: calc( 36 / 1280 * 100vw); }
      .sec-ux-service .ux-service-head {
        margin-bottom: 35px;
        margin-bottom: calc( 35 / 1280 * 100vw); }
      .sec-ux-service .service {
        margin-bottom: 16px;
        margin-bottom: calc( 16 / 1280 * 100vw); }
      .sec-ux-service .service {
        width: calc(960 / 1280 * 100vw);
        max-width: 960px;
        padding: 5px; }
          .sec-ux-service .service.dx .desc-area .picto {
            width: 180px;
            width: calc( 180 / 1280 * 100vw); }
          .sec-ux-service .service.ux .desc-area .picto {
            width: 164px;
            width: calc( 164 / 1280 * 100vw); }
        .sec-ux-service .service .service-inner {
          padding-top: 30px;
          padding-top: calc( 30 / 1280 * 100vw); }
        .sec-ux-service .service .service-inner {
          padding-bottom: 42px;
          padding-bottom: calc( 42 / 1280 * 100vw); }
        .sec-ux-service .service .service-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        .sec-ux-service .service .service-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        .sec-ux-service .service .service-name {
          font-size: 40px;
          font-size: calc( 40 / 1280 * 100vw); }
        .sec-ux-service .service .service-name {
          margin-bottom: 18px;
          margin-bottom: calc( 18 / 1280 * 100vw); }
        .sec-ux-service .service .desc-area {
          margin-bottom: 33px;
          margin-bottom: calc( 33 / 1280 * 100vw); }
          .sec-ux-service .service .desc-area .picto {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-ux-service .service .desc-area .picto {
            height: 112px;
            height: calc( 112 / 1280 * 100vw); }
          .sec-ux-service .service .desc-area .desc {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
        .sec-ux-service .service .features-area {
          margin-bottom: 18px;
          margin-bottom: calc( 18 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .each-feature {
            width: 258px;
            width: calc( 258 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .each-feature {
            margin-bottom: 25px;
            margin-bottom: calc( 25 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .each-feature {
            margin-left: 15px;
            margin-left: calc( 15 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .each-feature {
            margin-right: 15px;
            margin-right: calc( 15 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .picto {
            width: 85px;
            width: calc( 85 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .picto {
            height: 85px;
            height: calc( 85 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .picto {
            margin-bottom: 4px;
            margin-bottom: calc( 4 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .feature-name {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .feature-name {
            margin-bottom: 10px;
            margin-bottom: calc( 10 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .feature-name {
            height: 27px;
            height: calc( 27 / 1280 * 100vw); }
          .sec-ux-service .service .features-area .feature-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
        .sec-ux-service .service .btn {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-ux-service .service .btn {
          width: 293px;
          width: calc( 293 / 1280 * 100vw); }
        .sec-ux-service .service .btn {
          height: 48px;
          height: calc( 48 / 1280 * 100vw); }
        .sec-ux-service .service .btn {
          margin-top: 0px;
          margin-top: calc( 0 / 1280 * 100vw); }
    .sec-engine-overview {
      padding-bottom: 0px;
      padding-bottom: calc( 0 / 1280 * 100vw); }
    .sec-engine-overview {
      background-size: 1012px auto; }
      .sec-engine-overview .engine-overview-head {
        margin-bottom: 39px;
        margin-bottom: calc( 39 / 1280 * 100vw); }
      .sec-engine-overview .engine-overview-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-engine-overview .engine-overview-desc {
        margin-bottom: 73px;
        margin-bottom: calc( 73 / 1280 * 100vw); }
    section.sec-engine-features {
      padding-top: 80px;
      padding-top: calc( 80 / 1280 * 100vw); }
    section.sec-engine-features {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
      section.sec-engine-features .engine-features-head {
        margin-bottom: 48px;
        margin-bottom: calc( 48 / 1280 * 100vw); }
      section.sec-engine-features .engine-features .each-feature {
        width: 372px;
        width: calc( 372 / 1280 * 100vw); }
      section.sec-engine-features .engine-features .each-feature {
        margin-left: 21px;
        margin-left: calc( 21 / 1280 * 100vw); }
      section.sec-engine-features .engine-features .each-feature {
        margin-right: 21px;
        margin-right: calc( 21 / 1280 * 100vw); }
      section.sec-engine-features .engine-features .each-feature {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-top: 20px;
          padding-top: calc( 20 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-bottom: 28px;
          padding-bottom: calc( 28 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .feature-lead {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .feature-lead {
          margin-bottom: 10px;
          margin-bottom: calc( 10 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .feature-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .feature-desc {
          margin-bottom: 18px;
          margin-bottom: calc( 18 / 1280 * 100vw); }
        section.sec-engine-features .engine-features .each-feature .feature-img {
          height: 188px;
          height: calc( 188 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature01 {
            width: 292px;
            width: calc( 292 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature01 {
            left: 3px;
            left: calc( 3 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature02 {
            width: 303px;
            width: calc( 303 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature02 {
            top: 11px;
            top: calc( 11 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature02 {
            left: 4px;
            left: calc( 4 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature03 {
            width: 288px;
            width: calc( 288 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature03 {
            top: 2px;
            top: calc( 2 / 1280 * 100vw); }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature03 {
            left: 14px;
            left: calc( 14 / 1280 * 100vw); }
    .sec-engine-cases {
      padding-top: 66px;
      padding-top: calc( 66 / 1280 * 100vw); }
    .sec-engine-cases {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases-head {
        margin-bottom: 48px;
        margin-bottom: calc( 48 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        width: 579px;
        width: calc( 579 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        padding-top: 24px;
        padding-top: calc( 24 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        padding-bottom: 24px;
        padding-bottom: calc( 24 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        padding-left: 24px;
        padding-left: calc( 24 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        padding-right: 24px;
        padding-right: calc( 24 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        margin-left: 21px;
        margin-left: calc( 21 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        margin-right: 21px;
        margin-right: calc( 21 / 1280 * 100vw); }
      .sec-engine-cases .engine-cases .each-case {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .case-client {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .case-client {
          margin-bottom: 8px;
          margin-bottom: calc( 8 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .case-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .arrow {
          width: 32px;
          width: calc( 32 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .arrow {
          height: 28px;
          height: calc( 28 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          width: 200px;
          width: calc( 200 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          height: 410px;
          height: calc( 410 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-top: 3px;
          padding-top: calc( 3 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-bottom: 3px;
          padding-bottom: calc( 3 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-left: 5px;
          padding-left: calc( 5 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-right: 5px;
          padding-right: calc( 5 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone .phone-inner {
            border-radius: 20px;
            border-radius: calc( 20 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            width: 200px;
            width: calc( 200 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            height: 410px;
            height: calc( 410 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-top: 3px;
            padding-top: calc( 3 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-bottom: 3px;
            padding-bottom: calc( 3 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-left: 5px;
            padding-left: calc( 5 / 1280 * 100vw); }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-right: 5px;
            padding-right: calc( 5 / 1280 * 100vw); }
            .sec-engine-cases .engine-cases .each-case .phone.half .phone-inner {
              border-radius: 20px;
              border-radius: calc( 20 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .case-img-area {
          margin-bottom: 12px;
          margin-bottom: calc( 12 / 1280 * 100vw); }
        .sec-engine-cases .engine-cases .each-case .case-video {
          margin-bottom: 12px;
          margin-bottom: calc( 12 / 1280 * 100vw); }
    .sec-engine-function {
      padding-top: 67px;
      padding-top: calc( 67 / 1280 * 100vw); }
      .sec-engine-function .engine-function-head {
        margin-bottom: 46px;
        margin-bottom: calc( 46 / 1280 * 100vw); }
      .sec-engine-function .each-function {
        margin-bottom: 166px;
        margin-bottom: calc( 166 / 1280 * 100vw); }
        .sec-engine-function .each-function.function01 {
          margin-bottom: 136px;
          margin-bottom: calc( 136 / 1280 * 100vw); }
        .sec-engine-function .each-function.left .function-txt-area {
          right: 640px;
          right: calc( 640 / 1280 * 100vw); }
        .sec-engine-function .each-function.left .function-txt-area {
          padding-right: 104px;
          padding-right: calc( 104 / 1280 * 100vw); }
        .sec-engine-function .each-function.left .function-img {
          left: 640px;
          left: calc( 640 / 1280 * 100vw); }
        .sec-engine-function .each-function.right .function-txt-area {
          left: 640px;
          left: calc( 640 / 1280 * 100vw); }
        .sec-engine-function .each-function.right .function-txt-area {
          padding-left: 101px;
          padding-left: calc( 101 / 1280 * 100vw); }
        .sec-engine-function .each-function.right .function-img {
          right: 640px;
          right: calc( 640 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-gradient {
          width: 960px;
          width: calc( 960 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-gradient {
          height: 240px;
          height: calc( 240 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-txt-area {
          width: 480px;
          width: calc( 480 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-txt-area {
          padding-top: 48px;
          padding-top: calc( 48 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-name {
          font-size: 32px;
          font-size: calc( 32 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-name {
          margin-bottom: 24px;
          margin-bottom: calc( 24 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-img {
          width: 480px;
          width: calc( 480 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-img {
          height: 248px;
          height: calc( 248 / 1280 * 100vw); }
        .sec-engine-function .each-function .function-img {
          top: 48px;
          top: calc( 48 / 1280 * 100vw); }
            .sec-engine-function .each-function .function-img.function02 img {
              height: 278px;
              height: calc( 278 / 1280 * 100vw); }
    .sec-common-services {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
    .sec-common-services {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
    .sec-common-services {
      margin-bottom: 32px;
      margin-bottom: calc( 32 / 1280 * 100vw); }
      .sec-common-services .common-services-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          width: 372px;
          width: calc( 372 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          padding-top: 28px;
          padding-top: calc( 28 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          padding-right: 24px;
          padding-right: calc( 24 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          padding-bottom: 24px;
          padding-bottom: calc( 24 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          margin-left: 21px;
          margin-left: calc( 21 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          margin-right: 21px;
          margin-right: calc( 21 / 1280 * 100vw); }
        .sec-common-services .common-service .each-service {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-picto {
            width: 120px;
            width: calc( 120 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-picto {
            height: 120px;
            height: calc( 120 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-picto {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-copy {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-copy {
            margin-bottom: 2px;
            margin-bottom: calc( 2 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-name {
            font-size: 28px;
            font-size: calc( 28 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-name {
            margin-bottom: 13px;
            margin-bottom: calc( 13 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-desc {
            margin-bottom: 19px;
            margin-bottom: calc( 19 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-btn {
            width: 293px;
            width: calc( 293 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-btn {
            height: 48px;
            height: calc( 48 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-btn {
            border-radius: 6px;
            border-radius: calc( 6 / 1280 * 100vw); }
          .sec-common-services .common-service .each-service .service-btn {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
            .sec-common-services .common-service .each-service .service-btn .arrow {
              width: 16px;
              width: calc( 16 / 1280 * 100vw); }
            .sec-common-services .common-service .each-service .service-btn .arrow {
              height: 14px;
              height: calc( 14 / 1280 * 100vw); }
            .sec-common-services .common-service .each-service .service-btn .arrow {
              right: 16px;
              right: calc( 16 / 1280 * 100vw); }
    .sec-team-overview {
      padding-bottom: 0px;
      padding-bottom: calc( 0 / 1280 * 100vw); }
    .sec-team-overview {
      background-size: 1012px auto; }
      .sec-team-overview .team-overview-head {
        margin-bottom: 39px;
        margin-bottom: calc( 39 / 1280 * 100vw); }
      .sec-team-overview .team-overview-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-team-overview .team-overview-desc {
        margin-bottom: 73px;
        margin-bottom: calc( 73 / 1280 * 100vw); }
    section.sec-team-features {
      padding-top: 75px;
      padding-top: calc( 75 / 1280 * 100vw); }
    section.sec-team-features {
      padding-bottom: 75px;
      padding-bottom: calc( 75 / 1280 * 100vw); }
      section.sec-team-features .team-features-head {
        margin-bottom: 48px;
        margin-bottom: calc( 48 / 1280 * 100vw); }
      section.sec-team-features .team-features .each-feature {
        width: 372px;
        width: calc( 372 / 1280 * 100vw); }
      section.sec-team-features .team-features .each-feature {
        margin-left: 21px;
        margin-left: calc( 21 / 1280 * 100vw); }
      section.sec-team-features .team-features .each-feature {
        margin-right: 21px;
        margin-right: calc( 21 / 1280 * 100vw); }
      section.sec-team-features .team-features .each-feature {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-top: 25px;
          padding-top: calc( 25 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-bottom: 23px;
          padding-bottom: calc( 23 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
          section.sec-team-features .team-features .each-feature .each-feature-inner.feature02 {
            padding-top: 25px;
            padding-top: calc( 25 / 1280 * 100vw); }
            section.sec-team-features .team-features .each-feature .each-feature-inner.feature02 .feature-img {
              margin-bottom: 25px;
              margin-bottom: calc( 25 / 1280 * 100vw); }
          section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 {
            padding-top: 25px;
            padding-top: calc( 25 / 1280 * 100vw); }
            section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 .feature-img {
              margin-bottom: 25px;
              margin-bottom: calc( 25 / 1280 * 100vw); }
            section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 .feature-lead {
              margin-bottom: 10px;
              margin-bottom: calc( 10 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .feature-lead {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .feature-lead {
          margin-bottom: 10px;
          margin-bottom: calc( 10 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .feature-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .feature-img {
          height: 149px;
          height: calc( 149 / 1280 * 100vw); }
        section.sec-team-features .team-features .each-feature .feature-img {
          margin-bottom: 25px;
          margin-bottom: calc( 25 / 1280 * 100vw); }
          section.sec-team-features .team-features .each-feature .feature-img.feature01 {
            width: 226px;
            width: calc( 226 / 1280 * 100vw); }
          section.sec-team-features .team-features .each-feature .feature-img.feature02 {
            width: 231px;
            width: calc( 231 / 1280 * 100vw); }
          section.sec-team-features .team-features .each-feature .feature-img.feature03 {
            width: 216px;
            width: calc( 216 / 1280 * 100vw); }
    .sec-team-support {
      padding-top: 0px;
      padding-top: calc( 0 / 1280 * 100vw); }
    .sec-team-support {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
      .sec-team-support .team-support-head {
        font-size: 24px;
        font-size: calc( 24 / 1280 * 100vw); }
      .sec-team-support .team-support-head {
        margin-bottom: 40px;
        margin-bottom: calc( 40 / 1280 * 100vw); }
      .sec-team-support .team-support-list {
        padding-left: 0px;
        padding-left: calc( 0 / 1280 * 100vw); }
      .sec-team-support .team-support-list {
        padding-right: 0px;
        padding-right: calc( 0 / 1280 * 100vw); }
        .sec-team-support .team-support-list .each-support {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-picto {
            width: 0px;
            width: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-picto {
            top: 0px;
            top: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-txt-area {
            width: 0px;
            width: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-role {
            font-size: 0px;
            font-size: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-role {
            margin-bottom: 0px;
            margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-team-support .team-support-list .each-support .support-desc {
            font-size: 0px;
            font-size: calc( 0 / 1280 * 100vw); }
      .sec-team-support .team-support-img {
        width: 1200px;
        width: calc( 1200 / 1280 * 100vw); }
    .sec-team-services {
      padding-top: 60px;
      padding-top: calc( 60 / 1280 * 100vw); }
    .sec-team-services {
      padding-bottom: 48px;
      padding-bottom: calc( 48 / 1280 * 100vw); }
    .sec-team-services {
      margin-bottom: 32px;
      margin-bottom: calc( 32 / 1280 * 100vw); }
      .sec-team-services .team-services-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          width: 372px;
          width: calc( 372 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          padding-top: 28px;
          padding-top: calc( 28 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          padding-right: 24px;
          padding-right: calc( 24 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          padding-bottom: 32px;
          padding-bottom: calc( 32 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          margin-left: 21px;
          margin-left: calc( 21 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          margin-right: 21px;
          margin-right: calc( 21 / 1280 * 100vw); }
        .sec-team-services .team-service .each-service {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-picto {
            width: 120px;
            width: calc( 120 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-picto {
            height: 120px;
            height: calc( 120 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-picto {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-copy {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-copy {
            margin-bottom: 2px;
            margin-bottom: calc( 2 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-name {
            font-size: 28px;
            font-size: calc( 28 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-name {
            margin-bottom: 13px;
            margin-bottom: calc( 13 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-desc {
            margin-bottom: 19px;
            margin-bottom: calc( 19 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-btn {
            width: 293px;
            width: calc( 293 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-btn {
            height: 48px;
            height: calc( 48 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-btn {
            border-radius: 6px;
            border-radius: calc( 6 / 1280 * 100vw); }
          .sec-team-services .team-service .each-service .service-btn {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
            .sec-team-services .team-service .each-service .service-btn .arrow {
              width: 16px;
              width: calc( 16 / 1280 * 100vw); }
            .sec-team-services .team-service .each-service .service-btn .arrow {
              height: 14px;
              height: calc( 14 / 1280 * 100vw); }
            .sec-team-services .team-service .each-service .service-btn .arrow {
              right: 16px;
              right: calc( 16 / 1280 * 100vw); }
    .bg-arrow {
      background-size: 1012px auto; }
    .sec-video-overview {
      padding-bottom: 0px;
      padding-bottom: calc( 0 / 1280 * 100vw); }
      .sec-video-overview .video-overview-head {
        margin-top: -5px;
        margin-top: calc( -5 / 1280 * 100vw); }
      .sec-video-overview .video-overview-head {
        margin-bottom: 49px;
        margin-bottom: calc( 49 / 1280 * 100vw); }
      .sec-video-overview .video-advantage {
        width: 1242px;
        width: calc( 1242 / 1280 * 100vw); }
      .sec-video-overview .video-advantage {
        padding-bottom: 72px;
        padding-bottom: calc( 72 / 1280 * 100vw); }
        .sec-video-overview .video-advantage .each-advantage {
          width: 372px;
          width: calc( 372 / 1280 * 100vw); }
        .sec-video-overview .video-advantage .each-advantage {
          margin-left: 21px;
          margin-left: calc( 21 / 1280 * 100vw); }
        .sec-video-overview .video-advantage .each-advantage {
          margin-right: 21px;
          margin-right: calc( 21 / 1280 * 100vw); }
        .sec-video-overview .video-advantage .each-advantage {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-video-overview .video-advantage .each-advantage .advantage-picto {
            width: 144px;
            width: calc( 144 / 1280 * 100vw); }
          .sec-video-overview .video-advantage .each-advantage .advantage-picto {
            margin-bottom: 17px;
            margin-bottom: calc( 17 / 1280 * 100vw); }
          .sec-video-overview .video-advantage .each-advantage .advantage-lead {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-video-overview .video-advantage .each-advantage .advantage-lead {
            margin-bottom: 13px;
            margin-bottom: calc( 13 / 1280 * 100vw); }
          .sec-video-overview .video-advantage .each-advantage .advantage-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
    .sec-video-cases {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
      .sec-video-cases .bx-prev, .sec-video-cases .bx-next {
        width: 56px;
        width: calc( 56 / 1280 * 100vw); }
      .sec-video-cases .bx-prev, .sec-video-cases .bx-next {
        height: 394px;
        height: calc( 394 / 1280 * 100vw); }
        .sec-video-cases .bx-prev:before, .sec-video-cases .bx-next:before {
          width: 40px;
          width: calc( 40 / 1280 * 100vw); }
        .sec-video-cases .bx-prev:before, .sec-video-cases .bx-next:before {
          height: 40px;
          height: calc( 40 / 1280 * 100vw); }
        .sec-video-cases .bx-prev:after, .sec-video-cases .bx-next:after {
          width: 15px;
          width: calc( 15 / 1280 * 100vw); }
        .sec-video-cases .bx-prev:after, .sec-video-cases .bx-next:after {
          height: 15px;
          height: calc( 15 / 1280 * 100vw); }
        .sec-video-cases .bx-prev:after {
          left: 15px;
          left: calc( 15 / 1280 * 100vw); }
        .sec-video-cases .bx-next:after {
          right: 15px;
          right: calc( 15 / 1280 * 100vw); }
      .sec-video-cases .bx-pager {
        margin-top: 28px;
        margin-top: calc( 28 / 1280 * 100vw); }
        .sec-video-cases .bx-pager .bx-pager-item {
          width: 10px;
          width: calc( 10 / 1280 * 100vw); }
        .sec-video-cases .bx-pager .bx-pager-item {
          height: 10px;
          height: calc( 10 / 1280 * 100vw); }
        .sec-video-cases .bx-pager .bx-pager-item {
          margin-left: 4px;
          margin-left: calc( 4 / 1280 * 100vw); }
        .sec-video-cases .bx-pager .bx-pager-item {
          margin-right: 4px;
          margin-right: calc( 4 / 1280 * 100vw); }
      .video-cases .each-case {
        width: 640px;
        width: calc( 640 / 1280 * 100vw); }
      .video-cases .each-case {
        max-width: 640px;
        max-width: calc( 640 / 1280 * 100vw); }
      .video-cases .each-case {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
      .video-cases .each-case {
        margin-left: 40px;
        margin-left: calc( 40 / 1280 * 100vw); }
      .video-cases .each-case {
        margin-right: 40px;
        margin-right: calc( 40 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .title {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .title {
            height: 34px;
            height: calc( 34 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .title {
            padding-left: 16px;
            padding-left: calc( 16 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .title {
            padding-right: 16px;
            padding-right: calc( 16 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .video {
            margin-bottom: 11px;
            margin-bottom: calc( 11 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .txt-area .client {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .txt-area .client {
            margin-bottom: 11px;
            margin-bottom: calc( 11 / 1280 * 100vw); }
          .video-cases .each-case .each-case-inner .txt-area .desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
    .sec-video-price {
      padding-top: 70px;
      padding-top: calc( 70 / 1280 * 100vw); }
    .sec-video-price {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
    .sec-video-price {
      margin-bottom: 32px;
      margin-bottom: calc( 32 / 1280 * 100vw); }
      .sec-video-price .video-price-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          width: 372px;
          width: calc( 372 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          padding-top: 28px;
          padding-top: calc( 28 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          padding-bottom: 30px;
          padding-bottom: calc( 30 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          margin-left: 21px;
          margin-left: calc( 21 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          margin-right: 21px;
          margin-right: calc( 21 / 1280 * 100vw); }
        .sec-video-price .video-price .each-price {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-title {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-title {
            margin-bottom: 21px;
            margin-bottom: calc( 21 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-content {
            padding-left: 24px;
            padding-left: calc( 24 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-content {
            padding-right: 24px;
            padding-right: calc( 24 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-picto {
            height: 102px;
            height: calc( 102 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-picto {
            margin-left: 5px;
            margin-left: calc( 5 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-picto {
            margin-right: 20px;
            margin-right: calc( 20 / 1280 * 100vw); }
            .sec-video-price .video-price .each-price .price-picto.price01 {
              margin-left: 10px;
              margin-left: calc( 10 / 1280 * 100vw); }
            .sec-video-price .video-price .each-price .price-picto.price01 {
              margin-right: 32px;
              margin-right: calc( 32 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-price {
            font-size: 20px;
            font-size: calc( 20 / 1280 * 100vw); }
          .sec-video-price .video-price .each-price .price-price {
            margin-bottom: 8px;
            margin-bottom: calc( 8 / 1280 * 100vw); }
            .sec-video-price .video-price .each-price .price-price .num {
              font-size: 48px;
              font-size: calc( 48 / 1280 * 100vw); }
            .sec-video-price .video-price .each-price .price-price .num {
              margin-right: 0px;
              margin-right: calc( 0 / 1280 * 100vw); }
    .sec-video-plan {
      padding-top: 20px;
      padding-top: calc( 20 / 1280 * 100vw); }
    .sec-video-plan {
      padding-bottom: 60px;
      padding-bottom: calc( 60 / 1280 * 100vw); }
      .sec-video-plan .sec-video-plan-inner {
        width: 960px;
        width: calc( 960 / 1280 * 100vw); }
      .sec-video-plan .video-plan-head {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw); }
      .sec-video-plan .video-plan-head {
        margin-bottom: 32px;
        margin-bottom: calc( 32 / 1280 * 100vw); }
      .sec-video-plan .video-plan-head {
        padding-left: 0px;
        padding-left: calc( 0 / 1280 * 100vw); }
        .sec-video-plan .video-plan-head:after {
          width: 24px;
          width: calc( 24 / 1280 * 100vw); }
        .sec-video-plan .video-plan-head:after {
          height: 4px;
          height: calc( 4 / 1280 * 100vw); }
      .sec-video-plan .video-plan-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-video-plan .video-plan-desc {
        margin-bottom: 27px;
        margin-bottom: calc( 27 / 1280 * 100vw); }
      .sec-video-plan .video-plan-desc {
        padding-left: 0px;
        padding-left: calc( 0 / 1280 * 100vw); }
      .sec-video-plan .video-table01 {
        margin-bottom: 10px;
        margin-bottom: calc( 10 / 1280 * 100vw); }
      .sec-video-plan .video-table01 {
        left: 0px;
        left: calc( 0 / 1280 * 100vw); }
          .sec-video-plan .video-table01 tr.list th.trans, .sec-video-plan .video-table01 tr.list td.trans {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          padding-top: 10px;
          padding-top: calc( 10 / 1280 * 100vw); }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          padding-bottom: 12px;
          padding-bottom: calc( 12 / 1280 * 100vw); }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-video-plan .video-table01 th, .sec-video-plan .video-table01 td {
          height: 72px;
          height: calc( 72 / 1280 * 100vw); }
        .sec-video-plan .video-table01 th, .sec-video-plan .video-table01 td {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-video-plan .video-table01 th.trans {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-video-plan .video-table01 th.plan-name {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-video-plan .video-table01 th.short {
          height: 72px;
          height: calc( 72 / 1280 * 100vw); }
      .sec-video-plan .table-note {
        font-size: 12px;
        font-size: calc( 12 / 1280 * 100vw); }
    .sec-video-option {
      padding-top: 20px;
      padding-top: calc( 20 / 1280 * 100vw); }
    .sec-video-option {
      padding-bottom: 64px;
      padding-bottom: calc( 64 / 1280 * 100vw); }
    .sec-video-option {
      margin-bottom: 64px;
      margin-bottom: calc( 64 / 1280 * 100vw); }
      .sec-video-option .sec-video-option-inner {
        width: 960px;
        width: calc( 960 / 1280 * 100vw); }
      .sec-video-option .video-option-head {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw); }
      .sec-video-option .video-option-head {
        margin-bottom: 32px;
        margin-bottom: calc( 32 / 1280 * 100vw); }
        .sec-video-option .video-option-head:after {
          width: 24px;
          width: calc( 24 / 1280 * 100vw); }
        .sec-video-option .video-option-head:after {
          height: 4px;
          height: calc( 4 / 1280 * 100vw); }
      .sec-video-option .video-option-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .sec-video-option .video-option-desc {
        margin-bottom: 27px;
        margin-bottom: calc( 27 / 1280 * 100vw); }
      .sec-video-option .video-option-desc {
        padding-left: 0px;
        padding-left: calc( 0 / 1280 * 100vw); }
      .sec-video-option .video-table02 {
        left: 0px;
        left: calc( 0 / 1280 * 100vw); }
        .sec-video-option .video-table02 tr.gradient th, .sec-video-option .video-table02 tr.gradient td {
          height: 72px;
          height: calc( 72 / 1280 * 100vw); }
        .sec-video-option .video-table02 tr.gradient th, .sec-video-option .video-table02 tr.gradient td {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
        .sec-video-option .video-table02 tr th:first-child, .sec-video-option .video-table02 tr td:first-child {
          width: 713px;
          width: calc( 713 / 1280 * 100vw); }
        .sec-video-option .video-table02 th, .sec-video-option .video-table02 td {
          height: 88px;
          height: calc( 88 / 1280 * 100vw); }
        .sec-video-option .video-table02 th {
          padding-left: 24px;
          padding-left: calc( 24 / 1280 * 100vw); }
          .sec-video-option .video-table02 th .option-name {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
          .sec-video-option .video-table02 th .option-name {
            margin-bottom: 6px;
            margin-bottom: calc( 6 / 1280 * 100vw); }
          .sec-video-option .video-table02 th .option-desc {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
        .sec-video-option .video-table02 td {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
    .sec-video-production {
      margin-top: 60px;
      margin-top: calc( 60 / 1280 * 100vw); }
    .sec-video-production {
      padding-top: 72px;
      padding-top: calc( 72 / 1280 * 100vw); }
    .sec-video-production {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
      .sec-video-production .video-production-head {
        margin-bottom: 46px;
        margin-bottom: calc( 46 / 1280 * 100vw); }
      .sec-video-production .video-production-head {
        font-size: 32px;
        font-size: calc( 32 / 1280 * 100vw); }
      .sec-video-production .video-production-head {
        padding-bottom: 23px;
        padding-bottom: calc( 23 / 1280 * 100vw); }
        .sec-video-production .video-production-head .small {
          font-size: 24px;
          font-size: calc( 24 / 1280 * 100vw); }
        .sec-video-production .video-production-head .small {
          margin-bottom: 10px;
          margin-bottom: calc( 10 / 1280 * 100vw); }
      .sec-video-production .video-production .each-production {
        margin-left: 21px;
        margin-left: calc( 21 / 1280 * 100vw); }
      .sec-video-production .video-production .each-production {
        margin-right: 21px;
        margin-right: calc( 21 / 1280 * 100vw); }
      .sec-video-production .video-production .each-production {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
      .sec-video-production .video-production .each-production {
        width: 579px;
        width: calc( 579 / 1280 * 100vw); }
      .sec-video-production .video-production .each-production {
        padding-top: 20px;
        padding-top: calc( 20 / 1280 * 100vw); }
      .sec-video-production .video-production .each-production {
        padding-bottom: 18px;
        padding-bottom: calc( 18 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production.production01 {
          padding-top: 20px;
          padding-top: calc( 20 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production.production01 {
          padding-bottom: 18px;
          padding-bottom: calc( 18 / 1280 * 100vw); }
          .sec-video-production .video-production .each-production.production01 .production-lead {
            margin-bottom: 20px;
            margin-bottom: calc( 20 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-lead {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-lead {
          margin-bottom: 20px;
          margin-bottom: calc( 20 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-picto.production01 {
          width: 200px;
          width: calc( 200 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-picto.production01 {
          margin-bottom: 17px;
          margin-bottom: calc( 17 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-picto.production02 {
          width: 282px;
          width: calc( 282 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-picto.production02 {
          margin-bottom: 28px;
          margin-bottom: calc( 28 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-note {
          font-size: 11px;
          font-size: calc( 11 / 1280 * 100vw); }
        .sec-video-production .video-production .each-production .production-note {
          width: 579px;
          width: calc( 579 / 1280 * 100vw); }
    .sec-video-doda {
      padding-top: 80px;
      padding-top: calc( 80 / 1280 * 100vw); }
    .sec-video-doda {
      padding-bottom: 75px;
      padding-bottom: calc( 75 / 1280 * 100vw); }
      .sec-video-doda .video-doda-head {
        margin-bottom: 35px;
        margin-bottom: calc( 35 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          padding-left: 8px;
          padding-left: calc( 8 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          padding-right: 8px;
          padding-right: calc( 8 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          padding-top: 2px;
          padding-top: calc( 2 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          padding-bottom: 2px;
          padding-bottom: calc( 2 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .green {
          margin-bottom: 13px;
          margin-bottom: calc( 13 / 1280 * 100vw); }
        .sec-video-doda .video-doda-head .name {
          font-size: 24px;
          font-size: calc( 24 / 1280 * 100vw); }
      .sec-video-doda .video-doda-content {
        width: 960px;
        width: calc( 960 / 1280 * 100vw); }
        .sec-video-doda .video-doda-content .video {
          width: 640px;
          width: calc( 640 / 1280 * 100vw); }
        .sec-video-doda .video-doda-content .video {
          margin-right: 24px;
          margin-right: calc( 24 / 1280 * 100vw); }
        .sec-video-doda .video-doda-content .video {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
          .sec-video-doda .video-doda-content .video video {
            margin-bottom: 4px;
            margin-bottom: calc( 4 / 1280 * 100vw); }
        .sec-video-doda .video-doda-content .cap {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
      .sec-video-doda .result-area {
        width: 296px;
        width: calc( 296 / 1280 * 100vw); }
        .sec-video-doda .result-area .step01 {
          width: 296px;
          width: calc( 296 / 1280 * 100vw); }
        .sec-video-doda .result-area .step01 {
          height: 40px;
          height: calc( 40 / 1280 * 100vw); }
        .sec-video-doda .result-area .step01 {
          margin-bottom: 20px;
          margin-bottom: calc( 20 / 1280 * 100vw); }
          .sec-video-doda .result-area .step01 .step01-inner {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
        .sec-video-doda .result-area .issues {
          margin-bottom: 16px;
          margin-bottom: calc( 16 / 1280 * 100vw); }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            font-size: 16px;
            font-size: calc( 16 / 1280 * 100vw); }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            width: 296px;
            width: calc( 296 / 1280 * 100vw); }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            height: 56px;
            height: calc( 56 / 1280 * 100vw); }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            margin-left: 0px;
            margin-left: calc( 0 / 1280 * 100vw); }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            margin-right: 0px;
            margin-right: calc( 0 / 1280 * 100vw); }
          .sec-video-doda .result-area .issues .issue01 {
            margin-bottom: 2px;
            margin-bottom: calc( 2 / 1280 * 100vw); }
        .sec-video-doda .result-area .arrow {
          width: 28px;
          width: calc( 28 / 1280 * 100vw); }
        .sec-video-doda .result-area .arrow {
          margin-bottom: 7px;
          margin-bottom: calc( 7 / 1280 * 100vw); }
          .sec-video-doda .result-area .result .txt01 {
            font-size: 14px;
            font-size: calc( 14 / 1280 * 100vw); }
          .sec-video-doda .result-area .result .txt01 {
            margin-bottom: 3px;
            margin-bottom: calc( 3 / 1280 * 100vw); }
          .sec-video-doda .result-area .result .txt02 {
            font-size: 18px;
            font-size: calc( 18 / 1280 * 100vw); }
            .sec-video-doda .result-area .result .txt02 .percentage {
              font-size: 48px;
              font-size: calc( 48 / 1280 * 100vw); }
            .sec-video-doda .result-area .result .txt02 .percentage {
              margin-right: 4px;
              margin-right: calc( 4 / 1280 * 100vw); }
            .sec-video-doda .result-area .result .txt02 .percentage {
              top: 2px;
              top: calc( 2 / 1280 * 100vw); }
    .sec-video-service {
      padding-top: 69px;
      padding-top: calc( 69 / 1280 * 100vw); }
    .sec-video-service {
      padding-bottom: 80px;
      padding-bottom: calc( 80 / 1280 * 100vw); }
      .sec-video-service .video-services-head {
        margin-bottom: 45px;
        margin-bottom: calc( 45 / 1280 * 100vw); }
      .sec-video-service .video-service {
        width: 960px;
        width: calc( 960 / 1280 * 100vw); }
      .sec-video-service .video-service {
        padding-top: 32px;
        padding-top: calc( 32 / 1280 * 100vw); }
      .sec-video-service .video-service {
        padding-left: 80px;
        padding-left: calc( 80 / 1280 * 100vw); }
      .sec-video-service .video-service {
        padding-right: 134px;
        padding-right: calc( 134 / 1280 * 100vw); }
      .sec-video-service .video-service {
        padding-bottom: 32px;
        padding-bottom: calc( 32 / 1280 * 100vw); }
        .sec-video-service .video-service .picto-area {
          width: 248px;
          width: calc( 248 / 1280 * 100vw); }
        .sec-video-service .video-service .picto-area {
          padding-top: 10px;
          padding-top: calc( 10 / 1280 * 100vw); }
        .sec-video-service .video-service .picto-area {
          margin-bottom: 0px;
          margin-bottom: calc( 0 / 1280 * 100vw); }
        .sec-video-service .video-service .service-picto {
          width: 88px;
          width: calc( 88 / 1280 * 100vw); }
        .sec-video-service .video-service .service-picto {
          height: 88px;
          height: calc( 88 / 1280 * 100vw); }
        .sec-video-service .video-service .service-picto {
          margin-bottom: 16px;
          margin-bottom: calc( 16 / 1280 * 100vw); }
        .sec-video-service .video-service .service-name {
          font-size: 28px;
          font-size: calc( 28 / 1280 * 100vw); }
        .sec-video-service .video-service .txt-area {
          width: 495px;
          width: calc( 495 / 1280 * 100vw); }
        .sec-video-service .video-service .txt-area {
          padding-left: 55px;
          padding-left: calc( 55 / 1280 * 100vw); }
        .sec-video-service .video-service .txt-area {
          padding-bottom: 4px;
          padding-bottom: calc( 4 / 1280 * 100vw); }
        .sec-video-service .video-service .txt-area {
          padding-bottom: 8px;
          padding-bottom: calc( 8 / 1280 * 100vw); }
        .sec-video-service .video-service .service-desc {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-video-service .video-service .service-desc {
          margin-bottom: 29px;
          margin-bottom: calc( 29 / 1280 * 100vw); }
        .sec-video-service .video-service .service-btn {
          width: 293px;
          width: calc( 293 / 1280 * 100vw); }
        .sec-video-service .video-service .service-btn {
          height: 48px;
          height: calc( 48 / 1280 * 100vw); }
        .sec-video-service .video-service .service-btn {
          border-radius: 6px;
          border-radius: calc( 6 / 1280 * 100vw); }
        .sec-video-service .video-service .service-btn {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
          .sec-video-service .video-service .service-btn .arrow {
            width: 16px;
            width: calc( 16 / 1280 * 100vw); }
          .sec-video-service .video-service .service-btn .arrow {
            height: 14px;
            height: calc( 14 / 1280 * 100vw); }
          .sec-video-service .video-service .service-btn .arrow {
            right: 16px;
            right: calc( 16 / 1280 * 100vw); }
    .sec-video-bnr {
      padding-top: 64px;
      padding-top: calc( 64 / 1280 * 100vw); }
    .sec-video-bnr {
      padding-bottom: 64px;
      padding-bottom: calc( 64 / 1280 * 100vw); }
    .layout-form {
      margin-bottom: 62px;
      margin-bottom: calc( 62 / 1280 * 100vw); }
      .layout-form .form-overview {
        padding: 24px;
        padding: calc( 24 / 1280 * 100vw); }
        .layout-form .form-overview .overview-inner {
          padding-top: 41px;
          padding-top: calc( 41 / 1280 * 100vw); }
        .layout-form .form-overview .overview-inner {
          padding-left: 47px;
          padding-left: calc( 47 / 1280 * 100vw); }
        .layout-form .form-overview .overview-inner {
          padding-right: 47px;
          padding-right: calc( 47 / 1280 * 100vw); }
          .layout-form .form-overview .overview-inner .arrow {
            width: 469px;
            width: calc( 469 / 1280 * 100vw); }
          .layout-form .form-overview .overview-inner .arrow {
            bottom: 47px;
            bottom: calc( 47 / 1280 * 100vw); }
          .layout-form .form-overview .overview-inner .overview-title-area {
            margin-bottom: 50px;
            margin-bottom: calc( 50 / 1280 * 100vw); }
            .layout-form .form-overview .overview-inner .overview-title-area .en {
              font-size: 56px;
              font-size: calc( 56 / 1280 * 100vw); }
            .layout-form .form-overview .overview-inner .overview-title-area .en {
              margin-bottom: 10px;
              margin-bottom: calc( 10 / 1280 * 100vw); }
            .layout-form .form-overview .overview-inner .overview-title-area .ja {
              font-size: 32px;
              font-size: calc( 32 / 1280 * 100vw); }
          .layout-form .form-overview .overview-inner .overview-lead {
            font-size: 24px;
            font-size: calc( 24 / 1280 * 100vw); }
          .layout-form .form-overview .overview-inner .overview-lead {
            margin-bottom: 44px;
            margin-bottom: calc( 44 / 1280 * 100vw); }
      .layout-form .overview-list-head {
        font-size: 22px;
        font-size: calc( 22 / 1280 * 100vw); }
      .layout-form .overview-list-head {
        margin-bottom: 11px;
        margin-bottom: calc( 11 / 1280 * 100vw); }
      .layout-form .overview-lead-sm {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
      .layout-form .overview-list {
        padding-bottom: 0px;
        padding-bottom: calc( 0 / 1280 * 100vw); }
      .layout-form .overview-list {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        .layout-form .overview-list li {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
        .layout-form .overview-list li {
          margin-bottom: 2px;
          margin-bottom: calc( 2 / 1280 * 100vw); }
          .layout-form .overview-list li:before {
            font-size: 24px;
            font-size: calc( 24 / 1280 * 100vw); }
          .layout-form .overview-list li:before {
            margin-right: 9px;
            margin-right: calc( 9 / 1280 * 100vw); }
          .layout-form .overview-list li:before {
            top: 3px;
            top: calc( 3 / 1280 * 100vw); }
      .layout-form .form-form .form-inner {
        padding-top: 13px;
        padding-top: calc( 13 / 1280 * 100vw); }
      .layout-form .form-form .form-inner {
        padding-bottom: 52px;
        padding-bottom: calc( 52 / 1280 * 100vw); }
      .layout-form .form-form .form-inner {
        width: 565px;
        width: calc( 565 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .breadcrumb {
          margin-top: 14px;
          margin-top: calc( 14 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .breadcrumb {
          margin-bottom: 9px;
          margin-bottom: calc( 9 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .breadcrumb {
          padding-left: 0px;
          padding-left: calc( 0 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .breadcrumb {
          padding-right: 0px;
          padding-right: calc( 0 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .bg-sm {
          padding-left: 0px;
          padding-left: calc( 0 / 1280 * 100vw); }
        .layout-form .form-form .form-inner .bg-sm {
          padding-right: 0px;
          padding-right: calc( 0 / 1280 * 100vw); }
        .layout-form .form-form .form-inner form {
          left: -1px;
          left: calc( -1 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm label:before {
          height: 29px;
          height: calc( 29 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm label:before {
          top: 27px;
          top: calc( 27 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label:before {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=Email], .mktoForm-wrap .mktoForm label[for=company], .mktoForm-wrap .mktoForm label[for=Company], .mktoForm-wrap .mktoForm label[for=z201CompanyName_L], .mktoForm-wrap .mktoForm label[for=Phone], .mktoForm-wrap .mktoForm label[for=comment], .mktoForm-wrap .mktoForm label[for=Comment], .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactcomment], .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactrequest], .mktoForm-wrap .mktoForm label[for=request], .mktoForm-wrap .mktoForm label[for=Request] {
          width: 563px;
          width: calc( 563 / 1280 * 100vw) !important; }
          .mktoForm-wrap .mktoForm label[for=LastName]:before, .mktoForm-wrap .mktoForm label[for=FirstName]:before, .mktoForm-wrap .mktoForm label[for=Department]:before, .mktoForm-wrap .mktoForm label[for=Title]:before {
            width: 274px;
            width: calc( 274 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm label .mktoAsterix {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label .mktoAsterix {
          top: 25px;
          top: calc( 25 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=LastName] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=company] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Company] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=z201CompanyName_L] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Department] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Title] .mktoAsterix {
          left: 40px;
          left: calc( 40 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=Phone] .mktoAsterix {
          left: 56px;
          left: calc( 56 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=Email] .mktoAsterix {
          left: 96px;
          left: calc( 96 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=comment] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Comment] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactcomment] .mktoAsterix {
          left: 112px;
          left: calc( 112 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactrequest] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=request] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Request] .mktoAsterix {
          left: 160px;
          left: calc( 160 / 1280 * 100vw); }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        margin-top: 53px;
        margin-top: calc( 53 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        width: 563px;
        width: calc( 563 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        padding-left: 16px;
        padding-left: calc( 16 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        padding-right: 16px;
        padding-right: calc( 16 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm input#LastName, .mktoForm-wrap .mktoForm input#FirstName, .mktoForm-wrap .mktoForm input#Department, .mktoForm-wrap .mktoForm input#Title, .mktoForm-wrap .mktoForm textarea#LastName, .mktoForm-wrap .mktoForm textarea#FirstName, .mktoForm-wrap .mktoForm textarea#Department, .mktoForm-wrap .mktoForm textarea#Title, .mktoForm-wrap .mktoForm select#LastName, .mktoForm-wrap .mktoForm select#FirstName, .mktoForm-wrap .mktoForm select#Department, .mktoForm-wrap .mktoForm select#Title {
          width: 274px;
          width: calc( 274 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm input#LastName, .mktoForm-wrap .mktoForm input#Department, .mktoForm-wrap .mktoForm textarea#LastName, .mktoForm-wrap .mktoForm textarea#Department, .mktoForm-wrap .mktoForm select#LastName, .mktoForm-wrap .mktoForm select#Department {
          margin-right: 17px;
          margin-right: calc( 17 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm select {
        height: 44px;
        height: calc( 44 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm textarea {
        min-height: 170px;
        min-height: calc( 170 / 1280 * 100vw); }
      .mktoForm-wrap .mktoForm .mktoHtmlText {
        width: 563px;
        width: calc( 563 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm .mktoHtmlText {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw) !important; }
      .mktoForm-wrap .mktoForm .mktoButtonRow {
        margin-top: 69px;
        margin-top: calc( 69 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap {
          width: 311px;
          width: calc( 311 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap {
          border-radius: 30px;
          border-radius: calc( 30 / 1280 * 100vw) !important; }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:after {
            width: 15px;
            width: calc( 15 / 1280 * 100vw); }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:after {
            height: 3px;
            height: calc( 3 / 1280 * 100vw); }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:after {
            right: 16px;
            right: calc( 16 / 1280 * 100vw); }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
            width: 12px;
            width: calc( 12 / 1280 * 100vw); }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
            height: 12px;
            height: calc( 12 / 1280 * 100vw); }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
            right: 17px;
            right: calc( 17 / 1280 * 100vw); }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          width: 311px;
          width: calc( 311 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          height: 60px;
          height: calc( 60 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          border-radius: 30px;
          border-radius: calc( 30 / 1280 * 100vw) !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          font-size: 20px;
          font-size: calc( 20 / 1280 * 100vw) !important; }
    .mktoForm-wrap.mktoForm-wrap-red {
      width: 424px;
      width: calc( 424 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        height: 42px;
        height: calc( 42 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        width: 424px;
        width: calc( 424 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        border-radius: 10px;
        border-radius: calc( 10 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        padding-left: 16px;
        padding-left: calc( 16 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        padding-right: 16px;
        padding-right: calc( 16 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#Title, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#Title, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#Title {
          width: 424px;
          width: calc( 424 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#FirstName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#FirstName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#FirstName {
          width: 202px;
          width: calc( 202 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#LastName {
          margin-right: 17px;
          margin-right: calc( 17 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Email], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=company], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Company], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z201CompanyName_L], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Phone], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Department], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Title], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=comment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Comment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactcomment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactrequest], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=request], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Request] {
        width: 424px;
        width: calc( 424 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=LastName]:before, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=FirstName]:before {
          width: 202px;
          width: calc( 202 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label:before {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label:before {
        top: 20px;
        top: calc( 20 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label .mktoAsterix {
        font-size: 14px;
        font-size: calc( 14 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label .mktoAsterix {
        top: 18px;
        top: calc( 18 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=LastName] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=company] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Company] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z201CompanyName_L] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Department] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Title] .mktoAsterix {
        left: 47px;
        left: calc( 47 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Phone] .mktoAsterix {
        left: 63px;
        left: calc( 63 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Email] .mktoAsterix {
        left: 112px;
        left: calc( 112 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=comment] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Comment] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactcomment] .mktoAsterix {
        left: 112px;
        left: calc( 112 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactrequest] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=request] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Request] .mktoAsterix {
        left: 160px;
        left: calc( 160 / 1280 * 100vw); }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText {
        margin-top: 39px;
        margin-top: calc( 39 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText {
        width: 424px;
        width: calc( 424 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText {
        font-size: 12px;
        font-size: calc( 12 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoButtonRow {
        margin-top: 10px;
        margin-top: calc( 10 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoButtonRow .mktoButtonWrap {
          width: 424px;
          width: calc( 424 / 1280 * 100vw) !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoButtonRow .mktoButtonWrap {
          border-radius: 10px;
          border-radius: calc( 10 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        width: 424px;
        width: calc( 424 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        height: 64px;
        height: calc( 64 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        border-radius: 10px;
        border-radius: calc( 10 / 1280 * 100vw) !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw) !important; }
    .marketo-download-breadcrumb {
      margin-top: 28px;
      margin-top: calc( 28 / 1280 * 100vw); }
    .marketo-download-breadcrumb {
      margin-bottom: 16px;
      margin-bottom: calc( 16 / 1280 * 100vw); }
    section.sec-marketo-download, .sec-marketo-seminar {
      width: 1200px;
      width: calc( 1200 / 1280 * 100vw); }
    .marketo-download-head, .marketo-seminar-head {
      margin-bottom: 48px;
      margin-bottom: calc( 48 / 1280 * 100vw); }
    .sec-seminar {
      margin-top: 40px;
      margin-top: calc( 40 / 1280 * 100vw); }
    .sec-seminar {
      padding-bottom: 60px;
      padding-bottom: calc( 60 / 1280 * 100vw); }
      .sec-seminar .seminar-list .each-seminar {
        
        width: 372px;
        width: calc( 372 / 1280 * 100vw); }
      .sec-seminar .seminar-list .each-seminar {
        /* margin-right: 42px;
        margin-right: calc( 42 / 1280 * 100vw); */}
      .sec-seminar .seminar-list .each-seminar {
        margin-bottom: 42px;
        margin-bottom: calc( 42 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .img {
          height: 177px;
          height: calc( 177 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-top: 23px;
          padding-top: calc( 23 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-bottom: 36px;
          padding-bottom: calc( 36 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-left: 20px;
          padding-left: calc( 20 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-right: 20px;
          padding-right: calc( 20 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .tag, .sec-seminar .seminar-list .each-seminar .availability {
          font-size: 14px;
          font-size: calc( 14 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .availability {
          width: 85px;
          width: calc( 85 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .availability {
          height: 31px;
          height: calc( 31 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .availability {
          border-radius: 10px;
          border-radius: calc( 10 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .availability {
          top: 15px;
          top: calc( 15 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .availability {
          right: 14px;
          right: calc( 14 / 1280 * 100vw); }
        .sec-seminar .seminar-list .each-seminar .title-dark, .sec-seminar .seminar-list .each-seminar .title-light {
          font-size: 18px;
          font-size: calc( 18 / 1280 * 100vw); }
    .sec-download {
      margin-top: 27px;
      margin-top: calc( 27 / 1280 * 100vw); }
    .sec-download {
      padding-bottom: 60px;
      padding-bottom: calc( 60 / 1280 * 100vw); }
      .sec-download .list-title {
        font-size: 24px;
        font-size: calc( 24 / 1280 * 100vw); }
      .sec-download .list-title {
        margin-bottom: 26px;
        margin-bottom: calc( 26 / 1280 * 100vw); }
      .sec-download .download-list {
        padding-bottom: 10px;
        padding-bottom: calc( 10 / 1280 * 100vw); }
        .sec-download .download-list .each-download {
          width: 372px;
          width: calc( 372 / 1280 * 100vw); }
        .sec-download .download-list .each-download {
          margin-right: 42px;
          margin-right: calc( 42 / 1280 * 100vw); }
        .sec-download .download-list .each-download {
          margin-bottom: 42px;
          margin-bottom: calc( 42 / 1280 * 100vw); }
          .sec-download .download-list .each-download .img, .sec-download .download-list .each-download .mktoImg {
            height: 191px;
            height: calc( 191 / 1280 * 100vw); }
          .sec-download .download-list .each-download .doc-title {
            height: 191px;
            height: calc( 191 / 1280 * 100vw); }
          .sec-download .download-list .each-download .doc-title {
            font-size: 28px;
            font-size: calc( 28 / 1280 * 100vw); }
          .sec-download .download-list .each-download .txt-area {
            padding-top: 25px;
            padding-top: calc( 25 / 1280 * 100vw); }
          .sec-download .download-list .each-download .txt-area {
            padding-bottom: 36px;
            padding-bottom: calc( 36 / 1280 * 100vw); }
          .sec-download .download-list .each-download .txt-area {
            padding-left: 20px;
            padding-left: calc( 20 / 1280 * 100vw); }
          .sec-download .download-list .each-download .txt-area {
            padding-right: 20px;
            padding-right: calc( 20 / 1280 * 100vw); }
            .sec-download .download-list .each-download .txt-area .desc {
              font-size: 14px;
              font-size: calc( 14 / 1280 * 100vw); }
            .sec-download .download-list .each-download .txt-area .desc {
              margin-bottom: 20px;
              margin-bottom: calc( 20 / 1280 * 100vw); }
            .sec-download .download-list .each-download .txt-area .btn {
              width: 200px;
              width: calc( 200 / 1280 * 100vw); }
            .sec-download .download-list .each-download .txt-area .btn {
              height: 44px;
              height: calc( 44 / 1280 * 100vw); }
            .sec-download .download-list .each-download .txt-area .btn {
              font-size: 16px;
              font-size: calc( 16 / 1280 * 100vw); }
            .sec-download .download-list .each-download .txt-area .btn {
              border-radius: 22px;
              border-radius: calc( 22 / 1280 * 100vw); }
              .sec-download .download-list .each-download .txt-area .btn .arrow {
                width: 16px;
                width: calc( 16 / 1280 * 100vw); }
              .sec-download .download-list .each-download .txt-area .btn .arrow {
                right: 14px;
                right: calc( 14 / 1280 * 100vw); }
      .sec-thanks .thanks-message {
        font-size: 20px;
        font-size: calc( 20 / 1280 * 100vw); }
      .sec-thanks .module-btn-l {
        font-size: 22px;
        font-size: calc( 22 / 1280 * 100vw); }
      .sec-thanks .module-btn-l {
        width: 374px;
        width: calc( 374 / 1280 * 100vw); }
      .sec-thanks .module-btn-l {
        height: 55px;
        height: calc( 55 / 1280 * 100vw); }
      .sec-thanks .module-btn-l {
        border-radius: 28px;
        border-radius: calc( 28 / 1280 * 100vw); }
    .page-download-breadcrumb {
      margin-top: 16px;
      margin-top: calc( 16 / 1280 * 100vw); }
    .page-download-form {
      margin-top: 44px;
      margin-top: calc( 44 / 1280 * 100vw); }
    .page-download-form {
      margin-bottom: 43px;
      margin-bottom: calc( 43 / 1280 * 100vw); }
    .page-download-form {
      padding-left: 0px;
      padding-left: calc( 0 / 1280 * 100vw); }
    .page-download-form {
      padding-right: 0px;
      padding-right: calc( 0 / 1280 * 100vw); }
      .page-download-form .overview-area, .page-download-form .form-area {
        margin-left: 20px;
        margin-left: calc( 20 / 1280 * 100vw); }
      .page-download-form .overview-area, .page-download-form .form-area {
        margin-right: 20px;
        margin-right: calc( 20 / 1280 * 100vw); }
      .page-download-form .overview-area {
        width: 653px;
        width: calc( 653 / 1280 * 100vw); }
      .page-download-form .overview-area {
        margin-bottom: 0px;
        margin-bottom: calc( 0 / 1280 * 100vw); }
        .page-download-form .overview-area .download-title {
          font-size: 32px;
          font-size: calc( 32 / 1280 * 100vw); }
        .page-download-form .overview-area .download-title {
          margin-bottom: 14px;
          margin-bottom: calc( 14 / 1280 * 100vw); }
        .page-download-form .overview-area .download-img {
          margin-bottom: 20px;
          margin-bottom: calc( 20 / 1280 * 100vw); }
        .page-download-form .overview-area .download-desc {
          font-size: 16px;
          font-size: calc( 16 / 1280 * 100vw); }
      .page-download-form .form-area {
        border-width: 12px;
        border-width: calc( 12 / 1280 * 100vw); }
      .page-download-form .form-area {
        padding-left: 30px;
        padding-left: calc( 30 / 1280 * 100vw); }
      .page-download-form .form-area {
        padding-right: 30px;
        padding-right: calc( 30 / 1280 * 100vw); }
      .page-download-form .form-area {
        padding-top: 8px;
        padding-top: calc( 8 / 1280 * 100vw); }
      .page-download-form .form-area {
        padding-bottom: 38px;
        padding-bottom: calc( 38 / 1280 * 100vw); }
    .page-download-download {
      margin-top: 70px;
      margin-top: calc( 70 / 1280 * 100vw); }
    .page-download-download {
      margin-bottom: 75px;
      margin-bottom: calc( 75 / 1280 * 100vw); }
      .page-download-download .download-desc {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .page-download-download .download-desc {
        margin-bottom: 24px;
        margin-bottom: calc( 24 / 1280 * 100vw); }
      .page-download-download .download-btn {
        font-size: 30px;
        font-size: calc( 30 / 1280 * 100vw); }
      .page-download-download .download-btn {
        width: 454px;
        width: calc( 454 / 1280 * 100vw); }
      .page-download-download .download-btn {
        height: 85px;
        height: calc( 85 / 1280 * 100vw); }
      .page-download-download .download-btn {
        border-radius: 10px;
        border-radius: calc( 10 / 1280 * 100vw); }
      .page-download-download .download-btn {
        margin-bottom: 64px;
        margin-bottom: calc( 64 / 1280 * 100vw); }
        .page-download-download .download-btn .icon {
          width: 30px;
          width: calc( 30 / 1280 * 100vw); }
        .page-download-download .download-btn .icon {
          height: 32px;
          height: calc( 32 / 1280 * 100vw); }
        .page-download-download .download-btn .icon {
          left: 28px;
          left: calc( 28 / 1280 * 100vw); }
      .page-download-download .download-notes {
        font-size: 16px;
        font-size: calc( 16 / 1280 * 100vw); }
      .page-download-download .download-notes {
        width: 878px;
        width: calc( 878 / 1280 * 100vw); }
      .page-download-download .download-notes {
        margin-bottom: 24px;
        margin-bottom: calc( 24 / 1280 * 100vw); }
    .footer-form input#Email {
      font-size: 18px;
      font-size: calc( 18 / 1280 * 100vw); }
    .footer-form input#Email {
      width: 313px;
      width: calc( 313 / 1280 * 100vw); }
    .footer-form input#Email {
      height: 44px;
      height: calc( 44 / 1280 * 100vw); }
    .footer-form input#Email {
      font-size: 14px;
      font-size: calc( 14 / 1280 * 100vw) !important; }
    .footer-form input#Email {
      width: 313px !important; }
    .footer-form button[type=submit] {
      font-size: 14px;
      font-size: calc( 14 / 1280 * 100vw); }
    .footer-form button[type=submit] {
      width: 70px;
      width: calc( 70 / 1280 * 100vw); }
    .footer-form button[type=submit] {
      height: 44px;
      height: calc( 44 / 1280 * 100vw); }
        .js-accordion .js-accordion-head:before {
          width: 4px;
          width: calc( 4 / 1280 * 100vw); }
        .js-accordion .js-accordion-head:before {
          height: 4px;
          height: calc( 4 / 1280 * 100vw); }
        .js-accordion .js-accordion-head:before {
          right: 10px;
          right: calc( 10 / 1280 * 100vw); }
      .js-accordion.invisible {
        height: 74px;
        height: calc( 74 / 1280 * 100vw); }
          .js-accordion.invisible .js-accordion-head:before {
            width: 4px;
            width: calc( 4 / 1280 * 100vw); }
          .js-accordion.invisible .js-accordion-head:before {
            height: 24px;
            height: calc( 24 / 1280 * 100vw); } }
      @media screen and (max-width: 560px) {
  .setOrder {
    color: #000; }
  .module-md {
    display: none; }
  .mdl-md {
    display: none; }
        #footer .footer-box02 .footer-nav {
          width: 350px;
          width: calc(350 / 375 * 100vw); }
          .subpage-mv.video .head-area .copy {
            line-height: 1.4; }
          .subpage-mv.video .head-area .lead {
            position: absolute;
            top: -2.6em;
            left: 0; }
    .subpage-mv {
      height: calc(240 / 375 * 100vw); }
      .subpage-mv .subpage-mv-inner {
        padding-top: calc(22 / 375 * 100vw);
        padding-left: calc(20 / 375 * 100vw); }
      .subpage-mv .arrow {
        left: -16px;
        top: calc(22 / 375 * 100vw);
        width: calc(337 / 375 * 100vw); }
      .subpage-mv .head-area .picto {
        width: calc(108 / 375 * 100vw);
        margin-bottom: calc(5 / 375 * 100vw); }
      .sec-mv .arrow {
        left: -12px; }
        .sec-mv .copy .name {
          max-width: calc(308 / 375 * 100vw); }
          .sec-top-services .each-service .desc-area .desc {
            max-width: 265px; }
        .sec-top-news .news-list .each-news .title {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-top: 0.2em; }
      .sec-dx-overview .dx-overview-desc {
        line-height: calc(24 / 14); }
      .sec-dx-overview .dx-overview-video {
        max-width: calc(343 / 375 * 100vw); }
        .sec-dx-overview .dx-overview-video .title {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          line-height: 1.4; }
        .sec-dx-pro .each-people .pro-img {
          margin-right: calc(16 / 375 * 100vw); }
        .sec-dx-pro .each-people .pro-desc {
          line-height: calc(22 / 14); }
      .sec-dx-project .dx-projects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
          .sec-dx-project .dx-projects .each-project .project-lead {
            line-height: calc(28 / 18); }
          .sec-dx-project .dx-projects .each-project .project-desc {
            line-height: calc(22 / 14); }
        .sec-dx-client .dx-clients .each-client {
          width: 50%; }
    .dx-bg-arrow {
      background-image: url(../images/bg_arrow01-sp.png);
      background-size: calc(358 / 375 * 100vw);
      background-position: top calc(26 / 375 * 100vw) left; }
      .sec-dx-needs .dx-needs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .sec-dx-needs .each-needs .needs-desc {
          line-height: calc(22 / 14); }
      .sec-dx-service .service {
        width: calc(343 / 375 * 100vw);
        padding: 9px; }
          .sec-dx-service .service .desc-area .desc {
            max-width: 265px; }
          .sec-dx-service .service .features-area .each-feature:last-of-type {
            width: 100%; }
            .sec-dx-service .service .features-area .each-feature:last-of-type .feature-desc {
              text-align: center; }
          .sec-dx-service .service .features-area .feature-desc {
            text-align: left; }
      .sec-ux-overview .ux-issues .each-issue {
        border-bottom: dashed 1px #2DC2CC; }
        .sec-ux-overview .ux-issues .each-issue:last-of-type {
          border-bottom: none; }
          .sec-ux-overview .ux-issues .each-issue .task .task-inner {
            line-height: calc(28 / 18); }
          .sec-ux-strength .ux-strength .each-strength .strength-desc {
            line-height: calc(22 / 14); }
      .sec-ux-services .ux-service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
          .sec-ux-services .ux-service .each-service .service-desc {
            line-height: calc(22 / 14); }
        .sec-ux-case .ux-cases .each-case {
          margin-left: auto;
          margin-right: auto; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .title {
                line-height: calc(24 / 16); }
        .sec-ux-client .ux-clients .each-client {
          width: 25%; }
    .ux-bg-arrow {
      background-image: url(../images/bg_arrow01-sp.png);
      background-size: calc(358 / 375 * 100vw);
      background-position: top calc(26 / 375 * 100vw) left; }
      .sec-ux-needs .ux-needs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .sec-ux-needs .each-needs .needs-desc {
          line-height: calc(22 / 14); }
      .sec-ux-service .service {
        width: calc(343 / 375 * 100vw);
        padding: 9px; }
          .sec-ux-service .service .desc-area .desc {
            max-width: 265px; }
          .sec-ux-service .service .features-area .each-feature:last-of-type {
            width: 100%; }
            .sec-ux-service .service .features-area .each-feature:last-of-type .feature-desc {
              text-align: center; }
          .sec-ux-service .service .features-area .feature-desc {
            text-align: left; }
      .sec-engine-overview .engine-overview-desc {
        line-height: calc(24 / 14); }
        section.sec-engine-features .engine-features .each-feature .feature-lead {
          line-height: calc(28 / 18); }
      .sec-engine-function .each-function.right .function-name {
        text-align: right; }
        .sec-engine-function .each-function .function-desc {
          color: #2b2b2b;
          position: absolute;
          top: calc(258 / 375 * 100vw); }
          .sec-engine-function .each-function .function-desc.function01 {
            top: calc(238 / 375 * 100vw); }
      .sec-common-services .common-service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
          .sec-common-services .common-service .each-service .service-desc {
            line-height: calc(22 / 14); }
      .sec-team-overview .team-overview-desc {
        line-height: calc(24 / 14); }
      section.sec-team-features .team-features .each-feature {
        background: -webkit-gradient(linear, left top, left bottom, from(#88E18E), to(#2DC79D));
        background: linear-gradient(to bottom, #88E18E, #2DC79D); }
        section.sec-team-features .team-features .each-feature .feature-lead {
          line-height: calc(28 / 18); }
      .sec-team-services .team-service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
          .sec-team-services .team-service .each-service .service-desc {
            line-height: calc(22 / 14); }
          .sec-video-overview .video-advantage .each-advantage .advantage-desc {
            line-height: calc(22 / 14); }
      .video-cases .each-case {
        margin-left: auto;
        margin-right: auto; }
      .sec-video-price .video-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .sec-video-plan .video-plan-desc {
        line-height: calc(22 / 14); }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          line-height: 2; }
        .sec-video-plan .video-table01 th, .sec-video-plan .video-table01 td {
          width: calc(88 / 375 * 100vw); }
        .sec-video-plan .video-table01 th.narrow, .sec-video-plan .video-table01 td.narrow {
          width: calc(84 / 375 * 100vw); }
        .sec-video-plan .video-table01 th.trans {
          width: calc(80 / 375 * 100vw); }
      .sec-video-option .video-option-desc {
        line-height: calc(22 / 14); }
      .sec-video-production .video-production-head {
        letter-spacing: 0; }
        .sec-video-production .video-production .each-production .production-lead {
          line-height: calc(26 / 16);
          height: auto !important; }
        .sec-video-production .video-production .each-production .production-note {
          line-height: 1.5; }
        .sec-video-doda .video-doda-head .name {
          line-height: calc(32 / 20); }
        .sec-video-doda .result-area .step01 {
          margin-left: auto;
          margin-right: auto; }
          .sec-video-doda .result-area .step01:before {
            border-width: 6px 3.5px 0 3.5px;
            bottom: -6px; }
        .sec-video-doda .result-area .issues {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            line-height: calc(22 / 14); }
          .sec-video-doda .result-area .result .txt01 {
            line-height: calc(22 / 14); }
      .sec-video-service .video-service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .sec-video-service .video-service .service-desc {
          line-height: calc(22 / 14); }
        .sec-video-service .video-service .service-btn {
          margin: auto auto 0 auto; }
      .layout-form .form-overview {
        height: calc(193 / 375 * 100vw); }
        .layout-form .form-overview .overview-inner {
          background-image: url(../images/bg_form01-sp.png); }
          .layout-form .form-overview .overview-inner .arrow {
            right: 26px; }
      .layout-form .overview-list:after {
        content: '';
        width: calc(144 / 375 * 100vw);
        height: 4px;
        background: #88E18E;
        position: absolute;
        bottom: 0;
        right: calc(-16 /375 * 100vw); }
        .layout-form .form-form .form-inner .bg-sm {
          background-image: url(../images/bg_arrow01-sp.png);
          background-size: calc(358 / 375 * 100vw);
          background-position: top calc(2 / 375 * 100vw) right calc(16 / 375 * 100vw);
          background-repeat: no-repeat; }
    .mktoForm-wrap .mktoForm .mktoFormRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .mktoForm-wrap .mktoForm textarea {
        padding-top: calc(23 / 750 * 100vw) !important; }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
            border-top: solid 2px #FFF;
            border-right: solid 2px #FFF; }
        .sec-seminar .seminar-list .each-seminar .available {
          border: solid 1px #2dcc70; }
            .sec-download .download-list .each-download .txt-area .title {
              font-size: calc(22 / 750 * 100vw); }
          .sec-download .download-list .each-download .txt-area .doc-points {
            font-size: calc(20 / 750 * 100vw); }
    .sec-thanks .thanks-icon {
      width: 80px; }
      .sec-thanks .thanks-icon img {
        width: 100%; }
        .page-download-form .overview-area .download-title {
          text-align: center; } }
      @media screen and (max-width: 961px) {
  .mdl-lg {
    display: none; }
  #header.js-nav-open {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9); }
    #header.js-nav-open .header-logo svg path {
      fill: #FFF; }
    #header.js-nav-open .header-nav {
      opacity: 1;
      pointer-events: auto; }
    #header.js-nav-open .menu-btn span {
      background: #FFF; }
      #header.js-nav-open .menu-btn span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 1px;
        left: 6px; }
      #header.js-nav-open .menu-btn span:nth-of-type(2) {
        opacity: 0; }
      #header.js-nav-open .menu-btn span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 3px;
        left: 3px; } }
      @media screen and (min-width: 1200px) {
    .mdl-head01 {
      font-size: 32px; }
    .mdl-head01 {
      padding-bottom: 23px; }
      .mdl-head01:before {
        width: 144px; }
      .mdl-head01:before {
        height: 4px; }
      .mdl-head01 .gray {
        font-size: 20px; }
      .mdl-head01 .small {
        font-size: 20px; }
      .mdl-head01 .en {
        font-size: 36px; }
      .mdl-head01 .en {
        top: 1px; }
    .mdl-breadcrumb {
      font-size: 12px; }
    .mdl-breadcrumb {
      margin-top: 13px; }
    .mdl-breadcrumb {
      margin-bottom: 24px; }
    .mdl-breadcrumb {
      padding-left: 30px; }
    .mdl-breadcrumb {
      padding-right: 30px; }
        #header .header-nav .header-nav-link {
          font-size: 20px; }
        #header .header-nav .children {
          margin-bottom: 0px; }
          #header .header-nav .children .each-child {
            font-size: 18px; }
              #header .header-nav .children .each-child .title .arrow {
                width: 16px; }
              #header .header-nav .children .each-child .title .arrow {
                height: 16px; }
            #header .header-nav .children .each-child .desc {
              font-size: 12px; }
          #header .header-nav .children .each-child-ux {
            font-size: 24px; }
              #header .header-nav .children .each-child-ux .title .arrow {
                width: 16px; }
              #header .header-nav .children .each-child-ux .title .arrow {
                height: 16px; }
      #header .btns {
        font-size: 18px; }
      #footer .footer-desc {
        font-size: 16px; }
      #footer .footer-desc {
        margin-bottom: 25px; }
        #footer .footer-box01 .footer-mail-area {
          margin-bottom: 0px; }
          #footer .footer-box01 .footer-mail-area .desc {
            font-size: 18px; }
          #footer .footer-box01 .footer-mail-area .desc {
            margin-bottom: 15px; }
          #footer .footer-box01 .footer-mail-area .icon-mail {
            width: 27px; }
          #footer .footer-box01 .footer-mail-area .icon-mail {
            height: 20px; }
          #footer .footer-box01 .footer-mail-area .icon-mail {
            margin-right: 7px; }
        #footer .footer-box01 .footer-external-area {
          width: 216px; }
          #footer .footer-box01 .footer-external-area .external-link {
            margin-left: 18px; }
          #footer .footer-box01 .footer-external-area .external-link {
            margin-right: 18px; }
          #footer .footer-box01 .footer-external-area .facebook {
            width: 38px; }
          #footer .footer-box01 .footer-external-area .facebook {
            height: 38px; }
          #footer .footer-box01 .footer-external-area .twitter {
            width: 38px; }
          #footer .footer-box01 .footer-external-area .twitter {
            height: 32px; }
          #footer .footer-box01 .footer-external-area .note {
            width: 32px; }
          #footer .footer-box01 .footer-external-area .note {
            height: 37px; }
          #footer .footer-box01 .footer-external-area .instagram {
            width: 34px; }
          #footer .footer-box01 .footer-external-area .instagram {
            height: 34px; }
          #footer .footer-box01 .footer-external-area .youtube {
            width: 41px; }
          #footer .footer-box01 .footer-external-area .youtube {
            height: 28px; }
      #footer .footer-nav-cat {
        font-size: 14px; }
      #footer .footer-nav-link {
        font-size: 14px; }
        #footer .footer-nav-link.child {
          font-size: 12px; }
      #footer .footer-nav-link_large {
        font-size: 16px; }
      #footer .copyright {
        margin-top: 30px; }
      #footer .copyright {
        font-size: 14px; }
    .btn-download {
      font-size: 22px; }
    .btn-download {
      border-radius: 32px; }
    .btn-download {
      width: 320px; }
    .btn-download {
      height: 64px; }
    .btn-download {
      padding-right: 10px; }
      .btn-download .arrow {
        width: 16px; }
      .btn-download .arrow {
        right: 26px; }
      .subpage-mv.engine .head-area {
        margin-left: 118px; }
        .subpage-mv.engine .head-area .picto {
          width: 136px; }
        .subpage-mv.engine .head-area .picto {
          margin-right: 70px; }
        .subpage-mv.engine .head-area .picto {
          margin-bottom: 0px; }
        .subpage-mv.engine .head-area .picto {
          top: -8px; }
        .subpage-mv.engine .head-area .txt-area {
          top: -7px; }
        .subpage-mv.engine .head-area .title {
          font-size: 72px; }
        .subpage-mv.engine .head-area .title {
          margin-bottom: 0px; }
      .subpage-mv.team .head-area {
        margin-left: 118px; }
        .subpage-mv.team .head-area .picto {
          width: 136px; }
        .subpage-mv.team .head-area .picto {
          margin-right: 70px; }
        .subpage-mv.team .head-area .picto {
          margin-bottom: 0px; }
        .subpage-mv.team .head-area .picto {
          top: -8px; }
        .subpage-mv.team .head-area .txt-area {
          top: -7px; }
        .subpage-mv.team .head-area .title {
          font-size: 72px; }
        .subpage-mv.team .head-area .title {
          margin-bottom: 0px; }
      .subpage-mv.video {
        height: 440px; }
        .subpage-mv.video .subpage-mv-inner {
          padding-top: 89px; }
        .subpage-mv.video .subpage-mv-inner {
          padding-left: 0px; }
        .subpage-mv.video .head-area {
          margin-left: 118px; }
          .subpage-mv.video .head-area .title-area {
            margin-bottom: 0px; }
          .subpage-mv.video .head-area .copy {
            font-size: 18px; }
          .subpage-mv.video .head-area .copy {
            margin-bottom: 27px; }
            .subpage-mv.video .head-area .copy .num {
              font-size: 32px; }
          .subpage-mv.video .head-area .picto {
            width: 120px; }
          .subpage-mv.video .head-area .picto {
            height: 102px; }
          .subpage-mv.video .head-area .picto {
            margin-right: 23px; }
          .subpage-mv.video .head-area .title {
            font-size: 56px; }
          .subpage-mv.video .head-area .title {
            top: -6px; }
          .subpage-mv.video .head-area .lead {
            font-size: 18px; }
          .subpage-mv.video .head-area .num {
            font-size: 32px; }
          .subpage-mv.video .head-area .num {
            top: 1px; }
          .subpage-mv.video .head-area .num {
            left: 1px; }
        .subpage-mv.video .btn {
          font-size: 18px; }
        .subpage-mv.video .btn {
          border-radius: 32px; }
        .subpage-mv.video .btn {
          width: 360px; }
        .subpage-mv.video .btn {
          height: 64px; }
        .subpage-mv.video .btn {
          padding-right: 10px; }
        .subpage-mv.video .btn {
          margin-top: 85px; }
        .subpage-mv.video .btn {
          margin-left: 62px; }
          .subpage-mv.video .btn .arrow {
            width: 16px; }
          .subpage-mv.video .btn .arrow {
            right: 26px; }
    .subpage-mv {
      height: 440px; }
    .subpage-mv {
      padding: 24px;
      height: 440px; }
      .subpage-mv .arrow {
        margin-left: 50%;
        width: 524px;
        height: 356px;
        left: -197px;
        top: 60px; }
      .subpage-mv .head-area .picto {
        width: 211px;
        margin-right: 30px; }
        .subpage-mv .head-area .title {
          font-size: 72px; }
        .subpage-mv .head-area .title {
          margin-bottom: 0px; }
        .subpage-mv .head-area .lead {
          font-size: 32px; }
    .sec-mv {
      height: 560px; }
      .sec-mv .sec-mv-inner {
        padding-top: 68px; }
      .sec-mv .arrow {
        width: 702px; }
      .sec-mv .arrow {
        top: 58px; }
      .sec-mv .arrow {
        right: calc(50% - 560px); }
      .sec-mv .copy {
        font-size: 32px; }
        .sec-mv .copy .name {
          margin-top: 29px; }
      .sec-mv .results {
        width: 483px; }
      .sec-mv .results {
        height: 90px; }
      .sec-mv .results {
        bottom: 63px; }
      .sec-mv .results {
        width: calc(483 / 1500 * 100vw);
        width: calc(50vw - 160px);
        min-width: calc(490 / 1280 * 100vw); }
        .sec-mv .results .each-result {
          margin-right: 27px; }
        .sec-mv .results .icon {
          width: 28px; }
        .sec-mv .results .icon {
          margin-right: 15px; }
        .sec-mv .results .txt-area {
          font-size: 12px; }
        .sec-mv .results .num {
          font-size: 28px; }
    .sec-top-services {
      padding-top: 60px; }
    .sec-top-services {
      padding-bottom: 60px; }
      .sec-top-services .services-head01 {
        font-size: 36px; }
      .sec-top-services .services-head01 {
        margin-bottom: 15px; }
      .sec-top-services .services-desc01 {
        font-size: 16px; }
      .sec-top-services .services-desc01 {
        margin-bottom: 32px; }
      .sec-top-services .each-service {
        margin-bottom: 16px; }
      .sec-top-services .each-service {
        margin-left: 8px;
        margin-right: 8px; }
          .sec-top-services .each-service.dx .desc-area .picto {
            width: 160px; }
          .sec-top-services .each-service.ux .desc-area .picto {
            width: 164px; }
        .sec-top-services .each-service .each-service-inner {
          padding-top: 30px; }
        .sec-top-services .each-service .each-service-inner {
          padding-bottom: 30px; }
        .sec-top-services .each-service .each-service-inner {
          padding-left: 20px; }
        .sec-top-services .each-service .each-service-inner {
          padding-right: 20px; }
        .sec-top-services .each-service .service-name {
          font-size: 40px; }
        .sec-top-services .each-service .service-name {
          margin-bottom: 30px; }
        .sec-top-services .each-service .desc-area {
          margin-bottom: 25px; }
          .sec-top-services .each-service .desc-area .picto {
            margin-bottom: 15px; }
          .sec-top-services .each-service .desc-area .picto {
            height: 101px; }
          .sec-top-services .each-service .desc-area .desc {
            font-size: 16px; }
          .sec-top-services .each-service .features-area .each-feature {
            width: 160px; }
          .sec-top-services .each-service .features-area .each-feature {
            margin-bottom: 25px; }
          .sec-top-services .each-service .features-area .each-feature {
            margin-left: 14px; }
          .sec-top-services .each-service .features-area .each-feature {
            margin-right: 14px; }
          .sec-top-services .each-service .features-area .picto {
            width: 60px; }
          .sec-top-services .each-service .features-area .picto {
            height: 60px; }
          .sec-top-services .each-service .features-area .picto {
            margin-bottom: 6px; }
          .sec-top-services .each-service .features-area .feature-name {
            font-size: 18px; }
          .sec-top-services .each-service .features-area .feature-name {
            margin-bottom: 10px; }
          .sec-top-services .each-service .features-area .feature-name {
            height: 27px; }
          .sec-top-services .each-service .features-area .feature-desc {
            font-size: 14px; }
        .sec-top-services .each-service .btn {
          font-size: 14px; }
        .sec-top-services .each-service .btn {
          width: 293px; }
        .sec-top-services .each-service .btn {
          height: 48px; }
        .sec-top-services .each-service .btn {
          margin-top: 0px; }
        .sec-top-services .service-structure .service-structure-inner {
          padding-top: 35px; }
        .sec-top-services .service-structure .service-structure-inner {
          padding-bottom: 35px; }
        .sec-top-services .service-structure .service-structure-inner {
          padding-left: 20px; }
        .sec-top-services .service-structure .service-structure-inner {
          padding-right: 20px; }
        .sec-top-services .service-structure .lead {
          font-size: 18px; }
        .sec-top-services .service-structure .lead {
          margin-bottom: 15px; }
        .sec-top-services .service-structure .picto-area {
          margin-bottom: 5px; }
            .sec-top-services .service-structure .picto-area .each .name {
              font-size: 24px; }
          .sec-top-services .service-structure .picto-area .arrow {
            width: 49px; }
          .sec-top-services .service-structure .picto-area .arrow {
            margin-right: 11px; }
          .sec-top-services .service-structure .picto-area .arrow {
            margin-left: 10px; }
          .sec-top-services .service-structure .picto-area .picto {
            margin-right: 12px; }
          .sec-top-services .service-structure .picto-area .picto {
            margin-left: 12px; }
            .sec-top-services .service-structure .picto-area .picto .label {
              font-size: 12px; }
          .sec-top-services .service-structure .picto-area .building {
            width: 58px; }
          .sec-top-services .service-structure .picto-area .building {
            height: 80px; }
          .sec-top-services .service-structure .picto-area .shopping {
            width: 56px; }
          .sec-top-services .service-structure .picto-area .shopping {
            height: 80px; }
        .sec-top-services .service-structure .desc {
          font-size: 14px; }
    .sec-top-news {
      padding-top: 60px; }
    .sec-top-news {
      padding-bottom: 68px; }
      .sec-top-news .news-head01 {
        font-size: 36px; }
      .sec-top-news .news-head01 {
        margin-bottom: 40px; }
      .sec-top-news .news-list .each-news {
        margin-bottom: 16px; }
        .sec-top-news .news-list .each-news .date {
          font-size: 12px; }
        .sec-top-news .news-list .each-news .date {
          width: 50px; }
        .sec-top-news .news-list .each-news .date {
          height: 50px; }
        .sec-top-news .news-list .each-news .date {
          margin-right: 16px; }
        .sec-top-news .news-list .each-news .title {
          font-size: 16px; }
    .sec-top-bnr {
      padding-bottom: 68px; }
      .sec-bnr .bnr-dx-book {
        margin-bottom: 46px; }
      .sec-bnr .bnr-flex {
        margin-bottom: 72px; }
        .sec-bnr .bnr-flex .bnr-half {
          width: 240px; }
        .sec-bnr .bnr-flex .bnr-half {
          height: 72px; }
          .sec-bnr .bnr-flex .bnr-half.bnr-media {
            margin-right: 7px; }
          .sec-bnr .bnr-flex .bnr-half.bnr-seminar {
            margin-left: 7px; }
          .sec-bnr .bnr-flex .bnr-half .txt {
            font-size: 18px; }
      .sec-bnr .bnr-growthhacker {
        height: 118px; }
      .sec-bnr .bnr-growthhacker {
        padding-bottom: 0px; }
        .sec-bnr .bnr-growthhacker .txt-area {
          padding-left: 100px; }
        .sec-bnr .bnr-growthhacker .txt-area {
          padding-bottom: 7px; }
          .sec-bnr .bnr-growthhacker .txt-area .title {
            font-size: 22px; }
          .sec-bnr .bnr-growthhacker .txt-area .title {
            margin-bottom: 15px; }
          .sec-bnr .bnr-growthhacker .txt-area .lead {
            font-size: 14px; }
        .sec-bnr .bnr-growthhacker .logomark {
          width: 48px; }
      .sec-dx-overview .dx-overview-head {
        margin-bottom: 50px; }
      .sec-dx-overview .dx-overview-desc {
        font-size: 16px; }
      .sec-dx-overview .dx-overview-desc {
        margin-bottom: 37px; }
      .sec-dx-overview .dx-overview-video {
        margin-bottom: 70px; }
        .sec-dx-overview .dx-overview-video .title {
          height: 34px; }
        .sec-dx-overview .dx-overview-video .title {
          padding-left: 16px; }
        .sec-dx-overview .dx-overview-video .title {
          padding-right: 16px; }
        .sec-dx-overview .dx-overview-video .small {
          font-size: 12px; }
        .sec-dx-overview .dx-overview-video .large {
          font-size: 16px; }
    .sec-dx-pro {
      padding-top: 20px; }
    .sec-dx-pro {
      padding-bottom: 90px; }
      .sec-dx-pro .dx-pro-head {
        margin-bottom: 60px; }
      .sec-dx-pro .pro-people {
        padding-bottom: 60px; }
      .sec-dx-pro .each-people {
        width: 372px; }
      .sec-dx-pro .each-people {
        margin-bottom: 0px; }
      .sec-dx-pro .each-people {
        margin-left: 20px;
        margin-right: 20px; }
        .sec-dx-pro .each-people .pro-box01 {
          margin-bottom: 0px; }
        .sec-dx-pro .each-people .pro-img {
          width: 120px; }
        .sec-dx-pro .each-people .pro-img {
          height: 120px; }
        .sec-dx-pro .each-people .pro-img {
          padding: 4px; }
        .sec-dx-pro .each-people .pro-img {
          margin-bottom: 24px; }
          .sec-dx-pro .each-people .pro-img .pro-img-inner {
            width: 112px; }
          .sec-dx-pro .each-people .pro-img .pro-img-inner {
            height: 112px; }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              width: 120px; }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              max-width: 120px; }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              height: 120px; }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              top: -4px; }
            .sec-dx-pro .each-people .pro-img .pro-img-inner img {
              left: -4px; }
        .sec-dx-pro .each-people .pro-name {
          font-size: 20px; }
        .sec-dx-pro .each-people .pro-name {
          margin-bottom: 7px; }
        .sec-dx-pro .each-people .pro-role {
          font-size: 16px; }
        .sec-dx-pro .each-people .pro-role {
          margin-bottom: 20px; }
        .sec-dx-pro .each-people .pro-desc {
          font-size: 14px; }
    .sec-dx-project {
      padding-top: 75px; }
    .sec-dx-project {
      padding-bottom: 85px; }
      .sec-dx-project .dx-project-head {
        margin-bottom: 60px; }
        .sec-dx-project .dx-projects .each-project {
          width: 579px; }
        .sec-dx-project .dx-projects .each-project {
          padding-top: 24px; }
        .sec-dx-project .dx-projects .each-project {
          padding-left: 24px; }
        .sec-dx-project .dx-projects .each-project {
          padding-right: 24px; }
        .sec-dx-project .dx-projects .each-project {
          padding-bottom: 32px; }
        .sec-dx-project .dx-projects .each-project {
          margin-left: 21px; }
        .sec-dx-project .dx-projects .each-project {
          margin-right: 21px; }
        .sec-dx-project .dx-projects .each-project {
          margin-bottom: 0px; }
          .sec-dx-project .dx-projects .each-project .project-img {
            margin-bottom: 12px; }
          .sec-dx-project .dx-projects .each-project .project-lead {
            font-size: 20px; }
          .sec-dx-project .dx-projects .each-project .project-lead {
            margin-bottom: 10px; }
          .sec-dx-project .dx-projects .each-project .project-client {
            font-size: 16px; }
          .sec-dx-project .dx-projects .each-project .project-client {
            margin-bottom: 17px; }
          .sec-dx-project .dx-projects .each-project .tags {
            margin-bottom: 20px; }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              font-size: 12px; }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              margin-right: 4px; }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              min-width: 77px; }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              height: 23px; }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              border-radius: 12px; }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              padding-left: 8px; }
            .sec-dx-project .dx-projects .each-project .tags .each-tag {
              padding-right: 8px; }
          .sec-dx-project .dx-projects .each-project .project-desc {
            font-size: 14px; }
          .sec-dx-project .dx-projects .each-project .project-desc {
            margin-bottom: 15px; }
          .sec-dx-project .dx-projects .each-project .project-btn {
            width: 293px; }
          .sec-dx-project .dx-projects .each-project .project-btn {
            height: 48px; }
          .sec-dx-project .dx-projects .each-project .project-btn {
            border-radius: 6px; }
          .sec-dx-project .dx-projects .each-project .project-btn {
            font-size: 14px; }
            .sec-dx-project .dx-projects .each-project .project-btn .arrow {
              width: 16px; }
            .sec-dx-project .dx-projects .each-project .project-btn .arrow {
              height: 14px; }
            .sec-dx-project .dx-projects .each-project .project-btn .arrow {
              right: 16px; }
    .sec-dx-client {
      padding-top: 78px; }
    .sec-dx-client {
      padding-bottom: 61px; }
      .sec-dx-client .dx-client-head {
        margin-bottom: 45px; }
      .sec-dx-client .dx-clients {
        width: 1120px; }
        .sec-dx-client .dx-clients .each-client {
          border-radius: 8px; }
        .sec-dx-client .dx-clients .each-client {
          margin-bottom: 24px; }
        .sec-dx-client .dx-clients .each-client {
          padding-left: 60px; }
        .sec-dx-client .dx-clients .each-client {
          padding-right: 60px; }
    .sec-dx-needs {
      padding-top: 80px; }
    .sec-dx-needs {
      padding-bottom: 16px; }
      .sec-dx-needs .dx-needs-head {
        margin-bottom: 62px; }
      .sec-dx-needs .each-needs {
        width: 472px; }
      .sec-dx-needs .each-needs {
        margin-bottom: 64px; }
      .sec-dx-needs .each-needs {
        margin-left: 8px; }
      .sec-dx-needs .each-needs {
        margin-right: 8px; }
        .sec-dx-needs .each-needs.bnr {
          margin-bottom: 64px; }
        .sec-dx-needs .each-needs.bnr {
          height: 144px; }
          .sec-dx-needs .each-needs.bnr img {
            height: 144px; }
        .sec-dx-needs .each-needs .needs-picto {
          width: 144px; }
        .sec-dx-needs .each-needs .needs-picto {
          height: 144px; }
        .sec-dx-needs .each-needs .needs-picto {
          margin-right: 24px; }
        .sec-dx-needs .each-needs .txt-area {
          padding-bottom: 14px; }
        .sec-dx-needs .each-needs .needs-name {
          font-size: 24px; }
        .sec-dx-needs .each-needs .needs-name {
          margin-bottom: 11px; }
        .sec-dx-needs .each-needs .needs-desc {
          font-size: 16px; }
        .sec-dx-needs .each-needs .needs-desc {
          width: 304px; }
    .sec-dx-service {
      padding-top: 84px; }
    .sec-dx-service {
      padding-bottom: 95px; }
      .sec-dx-service .dx-service-head {
        font-size: 36px; }
      .sec-dx-service .dx-service-head {
        margin-bottom: 35px; }
      .sec-dx-service .service {
        margin-bottom: 16px; }
          .sec-dx-service .service.dx .desc-area .picto {
            width: 160px; }
          .sec-dx-service .service.ux .desc-area .picto {
            width: 180px; }
        .sec-dx-service .service .service-inner {
          padding-top: 30px; }
        .sec-dx-service .service .service-inner {
          padding-bottom: 43px; }
        .sec-dx-service .service .service-inner {
          padding-left: 20px; }
        .sec-dx-service .service .service-inner {
          padding-right: 20px; }
        .sec-dx-service .service .service-name {
          font-size: 40px; }
        .sec-dx-service .service .service-name {
          margin-bottom: 27px; }
        .sec-dx-service .service .desc-area {
          margin-bottom: 34px; }
          .sec-dx-service .service .desc-area .picto {
            margin-bottom: 20px; }
          .sec-dx-service .service .desc-area .picto {
            height: 101px; }
          .sec-dx-service .service .desc-area .desc {
            font-size: 16px; }
        .sec-dx-service .service .features-area {
          margin-bottom: 17px; }
          .sec-dx-service .service .features-area .each-feature {
            width: 258px; }
          .sec-dx-service .service .features-area .each-feature {
            margin-bottom: 25px; }
          .sec-dx-service .service .features-area .each-feature {
            margin-left: 15px; }
          .sec-dx-service .service .features-area .each-feature {
            margin-right: 15px; }
          .sec-dx-service .service .features-area .picto {
            width: 85px; }
          .sec-dx-service .service .features-area .picto {
            height: 85px; }
          .sec-dx-service .service .features-area .picto {
            margin-bottom: 6px; }
          .sec-dx-service .service .features-area .feature-name {
            font-size: 20px; }
          .sec-dx-service .service .features-area .feature-name {
            margin-bottom: 10px; }
          .sec-dx-service .service .features-area .feature-name {
            height: 27px; }
          .sec-dx-service .service .features-area .feature-desc {
            font-size: 14px; }
        .sec-dx-service .service .btn {
          font-size: 14px; }
        .sec-dx-service .service .btn {
          width: 293px; }
        .sec-dx-service .service .btn {
          height: 48px; }
        .sec-dx-service .service .btn {
          margin-top: 0px; }
    .sec-ux-overview {
      padding-bottom: 70px; }
      .sec-ux-overview .ux-overview-head {
        margin-bottom: 46px; }
      .sec-ux-overview .ux-issues .each-issue {
        width: 372px; }
      .sec-ux-overview .ux-issues .each-issue {
        margin-right: 21px; }
      .sec-ux-overview .ux-issues .each-issue {
        margin-left: 21px; }
      .sec-ux-overview .ux-issues .each-issue {
        padding-bottom: 0px; }
      .sec-ux-overview .ux-issues .each-issue {
        margin-bottom: 0px; }
        .sec-ux-overview .ux-issues .each-issue .issue {
          height: 84px; }
        .sec-ux-overview .ux-issues .each-issue .issue {
          margin-bottom: 40px; }
          .sec-ux-overview .ux-issues .each-issue .issue.high {
            height: 84px; }
            .sec-ux-overview .ux-issues .each-issue .issue.high .issue-txt {
              top: 0px; }
            .sec-ux-overview .ux-issues .each-issue .issue.high .issue-txt {
              height: 84px; }
            .sec-ux-overview .ux-issues .each-issue .issue.high.bg {
              height: 84px; }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            top: 0px; }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            left: 96px; }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            width: 260px; }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            height: 84px; }
          .sec-ux-overview .ux-issues .each-issue .issue .issue-txt {
            font-size: 16px; }
          .sec-ux-overview .ux-issues .each-issue .issue .bg {
            height: 84px; }
          .sec-ux-overview .ux-issues .each-issue .issue:after {
            bottom: -28px; }
        .sec-ux-overview .ux-issues .each-issue .task {
          height: 96px; }
          .sec-ux-overview .ux-issues .each-issue .task .task-inner {
            font-size: 20px; }
    .sec-ux-strength {
      padding-top: 60px; }
      .sec-ux-strength .ux-strength-head {
        margin-bottom: 40px; }
      .sec-ux-strength .ux-strength {
        width: 1200px; }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-top: 52px; }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-bottom: 44px; }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-left: 28px; }
        .sec-ux-strength .ux-strength .ux-strength-inner {
          padding-right: 28px; }
        .sec-ux-strength .ux-strength .each-strength {
          width: 350px; }
        .sec-ux-strength .ux-strength .each-strength {
          margin-bottom: 0px; }
          .sec-ux-strength .ux-strength .each-strength .strength-picto {
            width: 144px; }
          .sec-ux-strength .ux-strength .each-strength .strength-picto {
            margin-bottom: 12px; }
          .sec-ux-strength .ux-strength .each-strength .strength-lead {
            font-size: 20px; }
          .sec-ux-strength .ux-strength .each-strength .strength-lead {
            margin-bottom: 20px; }
          .sec-ux-strength .ux-strength .each-strength .strength-desc {
            font-size: 14px; }
      .sec-ux-strength .ux-strength-result {
        font-size: 24px; }
      .sec-ux-strength .ux-strength-result {
        margin-top: 46px; }
      .sec-ux-strength .ux-strength-result {
        padding-top: 21px; }
      .sec-ux-strength .ux-strength-result {
        padding-bottom: 70px; }
        .sec-ux-strength .ux-strength-result .large {
          font-size: 64px; }
        .sec-ux-strength .ux-strength-result .middle {
          font-size: 28px; }
        .sec-ux-strength .ux-strength-result .middle {
          margin-top: 10px; }
    .sec-ux-services {
      padding-top: 60px; }
    .sec-ux-services {
      padding-bottom: 85px; }
      .sec-ux-services .ux-services-head {
        margin-bottom: 50px; }
        .sec-ux-services .ux-service .each-service {
          width: 579px; }
        .sec-ux-services .ux-service .each-service {
          padding-top: 32px; }
        .sec-ux-services .ux-service .each-service {
          padding-left: 24px; }
        .sec-ux-services .ux-service .each-service {
          padding-right: 24px; }
        .sec-ux-services .ux-service .each-service {
          padding-bottom: 32px; }
        .sec-ux-services .ux-service .each-service {
          margin-left: 20px; }
        .sec-ux-services .ux-service .each-service {
          margin-right: 20px; }
        .sec-ux-services .ux-service .each-service {
          margin-bottom: 40px; }
          .sec-ux-services .ux-service .each-service .service-picto {
            width: 120px; }
          .sec-ux-services .ux-service .each-service .service-picto {
            height: 120px; }
          .sec-ux-services .ux-service .each-service .service-picto {
            margin-bottom: 30px; }
          .sec-ux-services .ux-service .each-service .service-copy {
            font-size: 18px; }
          .sec-ux-services .ux-service .each-service .service-copy {
            margin-bottom: 5px; }
          .sec-ux-services .ux-service .each-service .service-name {
            font-size: 28px; }
          .sec-ux-services .ux-service .each-service .service-name {
            margin-bottom: 20px; }
          .sec-ux-services .ux-service .each-service .service-desc {
            font-size: 14px; }
          .sec-ux-services .ux-service .each-service .service-desc {
            margin-bottom: 15px; }
          .sec-ux-services .ux-service .each-service .service-btn {
            width: 293px; }
          .sec-ux-services .ux-service .each-service .service-btn {
            height: 48px; }
          .sec-ux-services .ux-service .each-service .service-btn {
            border-radius: 6px; }
          .sec-ux-services .ux-service .each-service .service-btn {
            font-size: 14px; }
            .sec-ux-services .ux-service .each-service .service-btn .arrow {
              width: 16px; }
            .sec-ux-services .ux-service .each-service .service-btn .arrow {
              height: 14px; }
            .sec-ux-services .ux-service .each-service .service-btn .arrow {
              right: 16px; }
    .sec-ux-case {
      padding-top: 70px; }
      .sec-ux-case .ux-case-head {
        margin-bottom: 40px; }
      .sec-ux-case .bx-prev, .sec-ux-case .bx-next {
        width: 56px; }
      .sec-ux-case .bx-prev, .sec-ux-case .bx-next {
        height: 238px; }
        .sec-ux-case .bx-prev:before, .sec-ux-case .bx-next:before {
          width: 40px; }
        .sec-ux-case .bx-prev:before, .sec-ux-case .bx-next:before {
          height: 40px; }
        .sec-ux-case .bx-prev:after, .sec-ux-case .bx-next:after {
          width: 15px; }
        .sec-ux-case .bx-prev:after, .sec-ux-case .bx-next:after {
          height: 15px; }
        .sec-ux-case .bx-prev:after {
          left: 15px; }
        .sec-ux-case .bx-next:after {
          right: 15px; }
      .sec-ux-case .bx-pager {
        margin-top: 28px; }
        .sec-ux-case .bx-pager .bx-pager-item {
          width: 10px; }
        .sec-ux-case .bx-pager .bx-pager-item {
          height: 10px; }
        .sec-ux-case .bx-pager .bx-pager-item {
          margin-left: 4px; }
        .sec-ux-case .bx-pager .bx-pager-item {
          margin-right: 4px; }
        .sec-ux-case .ux-cases .each-case {
          width: 460px; }
        .sec-ux-case .ux-cases .each-case {
          max-width: 460px; }
        .sec-ux-case .ux-cases .each-case {
          margin-bottom: 0px; }
        .sec-ux-case .ux-cases .each-case {
          margin-left: 20px; }
        .sec-ux-case .ux-cases .each-case {
          margin-right: 20px; }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-top: 20px; }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-left: 20px; }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-right: 20px; }
          .sec-ux-case .ux-cases .each-case .each-case-inner {
            padding-bottom: 20px; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .img {
                width: 170px; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .img {
                height: 120px; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .txt-area {
                width: 218px; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .title {
                font-size: 16px; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .title {
                margin-bottom: 7px; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .client {
                font-size: 14px; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .client {
                margin-bottom: 10px; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags {
                margin-bottom: 20px; }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  font-size: 12px; }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  margin-right: 4px; }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  margin-bottom: 0px; }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  min-width: 77px; }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  height: 23px; }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  border-radius: 12px; }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  padding-left: 8px; }
                .sec-ux-case .ux-cases .each-case .each-case-inner .content .tags .each-tag {
                  padding-right: 8px; }
            .sec-ux-case .ux-cases .each-case .each-case-inner .desc {
              font-size: 14px; }
            .sec-ux-case .ux-cases .each-case .each-case-inner .desc {
              margin-bottom: 20px; }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              width: 293px; }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              height: 48px; }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              border-radius: 6px; }
            .sec-ux-case .ux-cases .each-case .each-case-inner .btn {
              font-size: 14px; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .btn .arrow {
                width: 16px; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .btn .arrow {
                height: 14px; }
              .sec-ux-case .ux-cases .each-case .each-case-inner .btn .arrow {
                right: 16px; }
    .sec-ux-client {
      padding-top: 78px; }
    .sec-ux-client {
      padding-bottom: 92px; }
      .sec-ux-client .ux-client-head {
        margin-bottom: 45px; }
      .sec-ux-client .ux-clients {
        width: 1120px; }
        .sec-ux-client .ux-clients .each-client {
          border-radius: 8px; }
        .sec-ux-client .ux-clients .each-client {
          margin-bottom: 24px; }
        .sec-ux-client .ux-clients .each-client {
          padding-left: 30px; }
        .sec-ux-client .ux-clients .each-client {
          padding-right: 30px; }
    .sec-ux-needs {
      padding-top: 80px; }
    .sec-ux-needs {
      padding-bottom: 16px; }
      .sec-ux-needs .ux-needs-head {
        margin-bottom: 40px; }
      .sec-ux-needs .each-needs {
        width: 472px; }
      .sec-ux-needs .each-needs {
        margin-bottom: 64px; }
      .sec-ux-needs .each-needs {
        margin-left: 8px; }
      .sec-ux-needs .each-needs {
        margin-right: 8px; }
        .sec-ux-needs .each-needs.bnr {
          margin-bottom: 64px; }
        .sec-ux-needs .each-needs.bnr {
          height: 144px; }
        .sec-ux-needs .each-needs .needs-picto {
          width: 144px; }
        .sec-ux-needs .each-needs .needs-picto {
          height: 144px; }
        .sec-ux-needs .each-needs .needs-picto {
          margin-right: 24px; }
        .sec-ux-needs .each-needs .needs-name {
          font-size: 24px; }
        .sec-ux-needs .each-needs .needs-name {
          margin-bottom: 10px; }
        .sec-ux-needs .each-needs .needs-desc {
          font-size: 16px; }
        .sec-ux-needs .each-needs .needs-desc {
          width: 304px; }
    .sec-ux-service {
      padding-top: 71px; }
    .sec-ux-service {
      padding-bottom: 95px; }
      .sec-ux-service .ux-service-head {
        font-size: 36px; }
      .sec-ux-service .ux-service-head {
        margin-bottom: 35px; }
      .sec-ux-service .service {
        margin-bottom: 16px; }
          .sec-ux-service .service.dx .desc-area .picto {
            width: 180px; }
          .sec-ux-service .service.ux .desc-area .picto {
            width: 164px; }
        .sec-ux-service .service .service-inner {
          padding-top: 30px; }
        .sec-ux-service .service .service-inner {
          padding-bottom: 42px; }
        .sec-ux-service .service .service-inner {
          padding-left: 20px; }
        .sec-ux-service .service .service-inner {
          padding-right: 20px; }
        .sec-ux-service .service .service-name {
          font-size: 40px; }
        .sec-ux-service .service .service-name {
          margin-bottom: 18px; }
        .sec-ux-service .service .desc-area {
          margin-bottom: 33px; }
          .sec-ux-service .service .desc-area .picto {
            margin-bottom: 20px; }
          .sec-ux-service .service .desc-area .picto {
            height: 112px; }
          .sec-ux-service .service .desc-area .desc {
            font-size: 16px; }
        .sec-ux-service .service .features-area {
          margin-bottom: 18px; }
          .sec-ux-service .service .features-area .each-feature {
            width: 258px; }
          .sec-ux-service .service .features-area .each-feature {
            margin-bottom: 25px; }
          .sec-ux-service .service .features-area .each-feature {
            margin-left: 15px; }
          .sec-ux-service .service .features-area .each-feature {
            margin-right: 15px; }
          .sec-ux-service .service .features-area .picto {
            width: 85px; }
          .sec-ux-service .service .features-area .picto {
            height: 85px; }
          .sec-ux-service .service .features-area .picto {
            margin-bottom: 4px; }
          .sec-ux-service .service .features-area .feature-name {
            font-size: 20px; }
          .sec-ux-service .service .features-area .feature-name {
            margin-bottom: 10px; }
          .sec-ux-service .service .features-area .feature-name {
            height: 27px; }
          .sec-ux-service .service .features-area .feature-desc {
            font-size: 14px; }
        .sec-ux-service .service .btn {
          font-size: 14px; }
        .sec-ux-service .service .btn {
          width: 293px; }
        .sec-ux-service .service .btn {
          height: 48px; }
        .sec-ux-service .service .btn {
          margin-top: 0px; }
    .sec-engine-overview {
      padding-bottom: 0px; }
      .sec-engine-overview .engine-overview-head {
        margin-bottom: 39px; }
      .sec-engine-overview .engine-overview-desc {
        font-size: 16px; }
      .sec-engine-overview .engine-overview-desc {
        margin-bottom: 73px; }
    section.sec-engine-features {
      padding-top: 80px; }
    section.sec-engine-features {
      padding-bottom: 80px; }
      section.sec-engine-features .engine-features-head {
        margin-bottom: 48px; }
      section.sec-engine-features .engine-features .each-feature {
        width: 372px; }
      section.sec-engine-features .engine-features .each-feature {
        margin-left: 21px; }
      section.sec-engine-features .engine-features .each-feature {
        margin-right: 21px; }
      section.sec-engine-features .engine-features .each-feature {
        margin-bottom: 0px; }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-top: 20px; }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-bottom: 28px; }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-left: 20px; }
        section.sec-engine-features .engine-features .each-feature .each-feature-inner {
          padding-right: 20px; }
        section.sec-engine-features .engine-features .each-feature .feature-lead {
          font-size: 20px; }
        section.sec-engine-features .engine-features .each-feature .feature-lead {
          margin-bottom: 10px; }
        section.sec-engine-features .engine-features .each-feature .feature-desc {
          font-size: 14px; }
        section.sec-engine-features .engine-features .each-feature .feature-desc {
          margin-bottom: 18px; }
        section.sec-engine-features .engine-features .each-feature .feature-img {
          height: 188px; }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature01 {
            width: 292px; }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature01 {
            left: 3px; }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature02 {
            width: 303px; }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature02 {
            top: 11px; }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature02 {
            left: 4px; }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature03 {
            width: 288px; }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature03 {
            top: 2px; }
          section.sec-engine-features .engine-features .each-feature .feature-img.feature03 {
            left: 14px; }
    .sec-engine-cases {
      padding-top: 66px; }
    .sec-engine-cases {
      padding-bottom: 80px; }
      .sec-engine-cases .engine-cases-head {
        margin-bottom: 48px; }
      .sec-engine-cases .engine-cases .each-case {
        width: 579px; }
      .sec-engine-cases .engine-cases .each-case {
        padding-top: 24px; }
      .sec-engine-cases .engine-cases .each-case {
        padding-bottom: 24px; }
      .sec-engine-cases .engine-cases .each-case {
        padding-left: 24px; }
      .sec-engine-cases .engine-cases .each-case {
        padding-right: 24px; }
      .sec-engine-cases .engine-cases .each-case {
        margin-left: 21px; }
      .sec-engine-cases .engine-cases .each-case {
        margin-right: 21px; }
      .sec-engine-cases .engine-cases .each-case {
        margin-bottom: 0px; }
        .sec-engine-cases .engine-cases .each-case .case-client {
          font-size: 18px; }
        .sec-engine-cases .engine-cases .each-case .case-client {
          margin-bottom: 8px; }
        .sec-engine-cases .engine-cases .each-case .case-desc {
          font-size: 14px; }
        .sec-engine-cases .engine-cases .each-case .arrow {
          width: 32px; }
        .sec-engine-cases .engine-cases .each-case .arrow {
          height: 28px; }
        .sec-engine-cases .engine-cases .each-case .phone {
          width: 200px; }
        .sec-engine-cases .engine-cases .each-case .phone {
          height: 410px; }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-top: 3px; }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-bottom: 3px; }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-left: 5px; }
        .sec-engine-cases .engine-cases .each-case .phone {
          padding-right: 5px; }
          .sec-engine-cases .engine-cases .each-case .phone .phone-inner {
            border-radius: 20px; }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            width: 200px; }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            height: 410px; }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-top: 3px; }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-bottom: 3px; }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-left: 5px; }
          .sec-engine-cases .engine-cases .each-case .phone.half {
            padding-right: 5px; }
            .sec-engine-cases .engine-cases .each-case .phone.half .phone-inner {
              border-radius: 20px; }
        .sec-engine-cases .engine-cases .each-case .case-img-area {
          margin-bottom: 12px; }
        .sec-engine-cases .engine-cases .each-case .case-video {
          margin-bottom: 12px; }
    .sec-engine-function {
      padding-top: 67px; }
      .sec-engine-function .engine-function-head {
        margin-bottom: 46px; }
      .sec-engine-function .each-function {
        margin-bottom: 166px; }
        .sec-engine-function .each-function.function01 {
          margin-bottom: 136px; }
        .sec-engine-function .each-function.left .function-txt-area {
          right: 640px; }
        .sec-engine-function .each-function.left .function-txt-area {
          padding-right: 104px; }
        .sec-engine-function .each-function.left .function-txt-area {
          right: 50%; }
        .sec-engine-function .each-function.left .function-img {
          left: 640px; }
        .sec-engine-function .each-function.left .function-img {
          left: 50%; }
        .sec-engine-function .each-function.right .function-txt-area {
          left: 640px; }
        .sec-engine-function .each-function.right .function-txt-area {
          padding-left: 101px; }
        .sec-engine-function .each-function.right .function-txt-area {
          left: 50%; }
        .sec-engine-function .each-function.right .function-img {
          right: 640px; }
        .sec-engine-function .each-function.right .function-img {
          right: 50%; }
        .sec-engine-function .each-function .function-gradient {
          width: 960px; }
        .sec-engine-function .each-function .function-gradient {
          height: 240px; }
        .sec-engine-function .each-function .function-gradient {
          width: calc(50vw + 320px);
          max-width: calc(50vw + 320px); }
        .sec-engine-function .each-function .function-txt-area {
          width: 480px; }
        .sec-engine-function .each-function .function-txt-area {
          padding-top: 48px; }
        .sec-engine-function .each-function .function-name {
          font-size: 32px; }
        .sec-engine-function .each-function .function-name {
          margin-bottom: 24px; }
        .sec-engine-function .each-function .function-desc {
          font-size: 14px; }
        .sec-engine-function .each-function .function-img {
          width: 480px; }
        .sec-engine-function .each-function .function-img {
          height: 248px; }
        .sec-engine-function .each-function .function-img {
          top: 48px; }
            .sec-engine-function .each-function .function-img.function02 img {
              height: 278px; }
    .sec-common-services {
      padding-top: 60px; }
    .sec-common-services {
      padding-bottom: 80px; }
    .sec-common-services {
      margin-bottom: 32px; }
      .sec-common-services .common-services-head {
        margin-bottom: 45px; }
        .sec-common-services .common-service .each-service {
          width: 372px; }
        .sec-common-services .common-service .each-service {
          padding-top: 28px; }
        .sec-common-services .common-service .each-service {
          padding-left: 24px; }
        .sec-common-services .common-service .each-service {
          padding-right: 24px; }
        .sec-common-services .common-service .each-service {
          padding-bottom: 24px; }
        .sec-common-services .common-service .each-service {
          margin-left: 21px; }
        .sec-common-services .common-service .each-service {
          margin-right: 21px; }
        .sec-common-services .common-service .each-service {
          margin-bottom: 0px; }
          .sec-common-services .common-service .each-service .service-picto {
            width: 120px; }
          .sec-common-services .common-service .each-service .service-picto {
            height: 120px; }
          .sec-common-services .common-service .each-service .service-picto {
            margin-bottom: 20px; }
          .sec-common-services .common-service .each-service .service-copy {
            font-size: 18px; }
          .sec-common-services .common-service .each-service .service-copy {
            margin-bottom: 2px; }
          .sec-common-services .common-service .each-service .service-name {
            font-size: 28px; }
          .sec-common-services .common-service .each-service .service-name {
            margin-bottom: 13px; }
          .sec-common-services .common-service .each-service .service-desc {
            font-size: 14px; }
          .sec-common-services .common-service .each-service .service-desc {
            margin-bottom: 19px; }
          .sec-common-services .common-service .each-service .service-btn {
            width: 293px; }
          .sec-common-services .common-service .each-service .service-btn {
            height: 48px; }
          .sec-common-services .common-service .each-service .service-btn {
            border-radius: 6px; }
          .sec-common-services .common-service .each-service .service-btn {
            font-size: 14px; }
            .sec-common-services .common-service .each-service .service-btn .arrow {
              width: 16px; }
            .sec-common-services .common-service .each-service .service-btn .arrow {
              height: 14px; }
            .sec-common-services .common-service .each-service .service-btn .arrow {
              right: 16px; }
    .sec-team-overview {
      padding-bottom: 0px; }
      .sec-team-overview .team-overview-head {
        margin-bottom: 39px; }
      .sec-team-overview .team-overview-desc {
        font-size: 16px; }
      .sec-team-overview .team-overview-desc {
        margin-bottom: 73px; }
    section.sec-team-features {
      padding-top: 75px; }
    section.sec-team-features {
      padding-bottom: 75px; }
      section.sec-team-features .team-features-head {
        margin-bottom: 48px; }
      section.sec-team-features .team-features .each-feature {
        width: 372px; }
      section.sec-team-features .team-features .each-feature {
        margin-left: 21px; }
      section.sec-team-features .team-features .each-feature {
        margin-right: 21px; }
      section.sec-team-features .team-features .each-feature {
        margin-bottom: 0px; }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-top: 25px; }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-bottom: 23px; }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-left: 20px; }
        section.sec-team-features .team-features .each-feature .each-feature-inner {
          padding-right: 20px; }
          section.sec-team-features .team-features .each-feature .each-feature-inner.feature02 {
            padding-top: 25px; }
            section.sec-team-features .team-features .each-feature .each-feature-inner.feature02 .feature-img {
              margin-bottom: 25px; }
          section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 {
            padding-top: 25px; }
            section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 .feature-img {
              margin-bottom: 25px; }
            section.sec-team-features .team-features .each-feature .each-feature-inner.feature03 .feature-lead {
              margin-bottom: 10px; }
        section.sec-team-features .team-features .each-feature .feature-lead {
          font-size: 20px; }
        section.sec-team-features .team-features .each-feature .feature-lead {
          margin-bottom: 10px; }
        section.sec-team-features .team-features .each-feature .feature-desc {
          font-size: 14px; }
        section.sec-team-features .team-features .each-feature .feature-img {
          height: 149px; }
        section.sec-team-features .team-features .each-feature .feature-img {
          margin-bottom: 25px; }
          section.sec-team-features .team-features .each-feature .feature-img.feature01 {
            width: 226px; }
          section.sec-team-features .team-features .each-feature .feature-img.feature02 {
            width: 231px; }
          section.sec-team-features .team-features .each-feature .feature-img.feature03 {
            width: 216px; }
    .sec-team-support {
      padding-top: 0px; }
    .sec-team-support {
      padding-bottom: 80px; }
      .sec-team-support .team-support-head {
        font-size: 24px; }
      .sec-team-support .team-support-head {
        margin-bottom: 40px; }
      .sec-team-support .team-support-list {
        padding-left: 0px; }
      .sec-team-support .team-support-list {
        padding-right: 0px; }
        .sec-team-support .team-support-list .each-support {
          margin-bottom: 0px; }
          .sec-team-support .team-support-list .each-support .support-picto {
            width: 0px; }
          .sec-team-support .team-support-list .each-support .support-picto {
            top: 0px; }
          .sec-team-support .team-support-list .each-support .support-txt-area {
            width: 0px; }
          .sec-team-support .team-support-list .each-support .support-role {
            font-size: 0px; }
          .sec-team-support .team-support-list .each-support .support-role {
            margin-bottom: 0px; }
          .sec-team-support .team-support-list .each-support .support-desc {
            font-size: 0px; }
      .sec-team-support .team-support-img {
        width: 1200px; }
    .sec-team-services {
      padding-top: 60px; }
    .sec-team-services {
      padding-bottom: 48px; }
    .sec-team-services {
      margin-bottom: 32px; }
      .sec-team-services .team-services-head {
        margin-bottom: 45px; }
        .sec-team-services .team-service .each-service {
          width: 372px; }
        .sec-team-services .team-service .each-service {
          padding-top: 28px; }
        .sec-team-services .team-service .each-service {
          padding-left: 24px; }
        .sec-team-services .team-service .each-service {
          padding-right: 24px; }
        .sec-team-services .team-service .each-service {
          padding-bottom: 32px; }
        .sec-team-services .team-service .each-service {
          margin-left: 21px; }
        .sec-team-services .team-service .each-service {
          margin-right: 21px; }
        .sec-team-services .team-service .each-service {
          margin-bottom: 0px; }
          .sec-team-services .team-service .each-service .service-picto {
            width: 120px; }
          .sec-team-services .team-service .each-service .service-picto {
            height: 120px; }
          .sec-team-services .team-service .each-service .service-picto {
            margin-bottom: 20px; }
          .sec-team-services .team-service .each-service .service-copy {
            font-size: 18px; }
          .sec-team-services .team-service .each-service .service-copy {
            margin-bottom: 2px; }
          .sec-team-services .team-service .each-service .service-name {
            font-size: 28px; }
          .sec-team-services .team-service .each-service .service-name {
            margin-bottom: 13px; }
          .sec-team-services .team-service .each-service .service-desc {
            font-size: 14px; }
          .sec-team-services .team-service .each-service .service-desc {
            margin-bottom: 19px; }
          .sec-team-services .team-service .each-service .service-btn {
            width: 293px; }
          .sec-team-services .team-service .each-service .service-btn {
            height: 48px; }
          .sec-team-services .team-service .each-service .service-btn {
            border-radius: 6px; }
          .sec-team-services .team-service .each-service .service-btn {
            font-size: 14px; }
            .sec-team-services .team-service .each-service .service-btn .arrow {
              width: 16px; }
            .sec-team-services .team-service .each-service .service-btn .arrow {
              height: 14px; }
            .sec-team-services .team-service .each-service .service-btn .arrow {
              right: 16px; }
    .sec-video-overview {
      padding-bottom: 0px; }
      .sec-video-overview .video-overview-head {
        margin-top: -5px; }
      .sec-video-overview .video-overview-head {
        margin-bottom: 49px; }
      .sec-video-overview .video-advantage {
        width: 1242px; }
      .sec-video-overview .video-advantage {
        padding-bottom: 72px; }
        .sec-video-overview .video-advantage .each-advantage {
          width: 372px; }
        .sec-video-overview .video-advantage .each-advantage {
          margin-left: 21px; }
        .sec-video-overview .video-advantage .each-advantage {
          margin-right: 21px; }
        .sec-video-overview .video-advantage .each-advantage {
          margin-bottom: 0px; }
          .sec-video-overview .video-advantage .each-advantage .advantage-picto {
            width: 144px; }
          .sec-video-overview .video-advantage .each-advantage .advantage-picto {
            margin-bottom: 17px; }
          .sec-video-overview .video-advantage .each-advantage .advantage-lead {
            font-size: 20px; }
          .sec-video-overview .video-advantage .each-advantage .advantage-lead {
            margin-bottom: 13px; }
          .sec-video-overview .video-advantage .each-advantage .advantage-desc {
            font-size: 14px; }
    .sec-video-cases {
      padding-bottom: 80px; }
      .sec-video-cases .bx-prev, .sec-video-cases .bx-next {
        width: 56px; }
      .sec-video-cases .bx-prev, .sec-video-cases .bx-next {
        height: 394px; }
        .sec-video-cases .bx-prev:before, .sec-video-cases .bx-next:before {
          width: 40px; }
        .sec-video-cases .bx-prev:before, .sec-video-cases .bx-next:before {
          height: 40px; }
        .sec-video-cases .bx-prev:after, .sec-video-cases .bx-next:after {
          width: 15px; }
        .sec-video-cases .bx-prev:after, .sec-video-cases .bx-next:after {
          height: 15px; }
        .sec-video-cases .bx-prev:after {
          left: 15px; }
        .sec-video-cases .bx-next:after {
          right: 15px; }
      .sec-video-cases .bx-pager {
        margin-top: 28px; }
        .sec-video-cases .bx-pager .bx-pager-item {
          width: 10px; }
        .sec-video-cases .bx-pager .bx-pager-item {
          height: 10px; }
        .sec-video-cases .bx-pager .bx-pager-item {
          margin-left: 4px; }
        .sec-video-cases .bx-pager .bx-pager-item {
          margin-right: 4px; }
    .video-cases {
      left: calc(50vw - 360px); }
      .video-cases .each-case {
        width: 640px; }
      .video-cases .each-case {
        max-width: 640px; }
      .video-cases .each-case {
        margin-bottom: 0px; }
      .video-cases .each-case {
        margin-left: 40px; }
      .video-cases .each-case {
        margin-right: 40px; }
          .video-cases .each-case .each-case-inner .title {
            font-size: 16px; }
          .video-cases .each-case .each-case-inner .title {
            height: 34px; }
          .video-cases .each-case .each-case-inner .title {
            padding-left: 16px; }
          .video-cases .each-case .each-case-inner .title {
            padding-right: 16px; }
          .video-cases .each-case .each-case-inner .video {
            margin-bottom: 11px; }
          .video-cases .each-case .each-case-inner .txt-area .client {
            font-size: 18px; }
          .video-cases .each-case .each-case-inner .txt-area .client {
            margin-bottom: 11px; }
          .video-cases .each-case .each-case-inner .txt-area .desc {
            font-size: 14px; }
    .sec-video-price {
      padding-top: 70px; }
    .sec-video-price {
      padding-bottom: 80px; }
    .sec-video-price {
      margin-bottom: 32px; }
      .sec-video-price .video-price-head {
        margin-bottom: 45px; }
        .sec-video-price .video-price .each-price {
          width: 372px; }
        .sec-video-price .video-price .each-price {
          padding-top: 28px; }
        .sec-video-price .video-price .each-price {
          padding-bottom: 30px; }
        .sec-video-price .video-price .each-price {
          margin-left: 21px; }
        .sec-video-price .video-price .each-price {
          margin-right: 21px; }
        .sec-video-price .video-price .each-price {
          margin-bottom: 0px; }
          .sec-video-price .video-price .each-price .price-title {
            font-size: 20px; }
          .sec-video-price .video-price .each-price .price-title {
            margin-bottom: 21px; }
          .sec-video-price .video-price .each-price .price-content {
            padding-left: 24px; }
          .sec-video-price .video-price .each-price .price-content {
            padding-right: 24px; }
          .sec-video-price .video-price .each-price .price-picto {
            height: 102px; }
          .sec-video-price .video-price .each-price .price-picto {
            margin-left: 5px; }
          .sec-video-price .video-price .each-price .price-picto {
            margin-right: 20px; }
            .sec-video-price .video-price .each-price .price-picto.price01 {
              margin-left: 10px; }
            .sec-video-price .video-price .each-price .price-picto.price01 {
              margin-right: 32px; }
          .sec-video-price .video-price .each-price .price-price {
            font-size: 20px; }
          .sec-video-price .video-price .each-price .price-price {
            margin-bottom: 8px; }
            .sec-video-price .video-price .each-price .price-price .num {
              font-size: 48px; }
            .sec-video-price .video-price .each-price .price-price .num {
              margin-right: 0px; }
    .sec-video-plan {
      padding-top: 20px; }
    .sec-video-plan {
      padding-bottom: 60px; }
      .sec-video-plan .sec-video-plan-inner {
        width: 960px; }
      .sec-video-plan .video-plan-head {
        font-size: 20px; }
      .sec-video-plan .video-plan-head {
        margin-bottom: 32px; }
      .sec-video-plan .video-plan-head {
        padding-left: 0px; }
        .sec-video-plan .video-plan-head:after {
          width: 24px; }
        .sec-video-plan .video-plan-head:after {
          height: 4px; }
      .sec-video-plan .video-plan-desc {
        font-size: 16px; }
      .sec-video-plan .video-plan-desc {
        margin-bottom: 27px; }
      .sec-video-plan .video-plan-desc {
        padding-left: 0px; }
      .sec-video-plan .video-table01 {
        margin-bottom: 10px; }
      .sec-video-plan .video-table01 {
        left: 0px; }
          .sec-video-plan .video-table01 tr.list th.trans, .sec-video-plan .video-table01 tr.list td.trans {
            font-size: 16px; }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          padding-top: 10px; }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          padding-bottom: 12px; }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          padding-left: 24px; }
        .sec-video-plan .video-table01 tr.list th, .sec-video-plan .video-table01 tr.list td {
          font-size: 14px; }
        .sec-video-plan .video-table01 th, .sec-video-plan .video-table01 td {
          height: 72px; }
        .sec-video-plan .video-table01 th, .sec-video-plan .video-table01 td {
          font-size: 14px; }
        .sec-video-plan .video-table01 th.trans {
          font-size: 16px; }
        .sec-video-plan .video-table01 th.plan-name {
          font-size: 16px; }
        .sec-video-plan .video-table01 th.short {
          height: 72px; }
      .sec-video-plan .table-note {
        font-size: 12px; }
    .sec-video-option {
      padding-top: 20px; }
    .sec-video-option {
      padding-bottom: 64px; }
    .sec-video-option {
      margin-bottom: 64px; }
      .sec-video-option .sec-video-option-inner {
        width: 960px; }
      .sec-video-option .video-option-head {
        font-size: 20px; }
      .sec-video-option .video-option-head {
        margin-bottom: 32px; }
        .sec-video-option .video-option-head:after {
          width: 24px; }
        .sec-video-option .video-option-head:after {
          height: 4px; }
      .sec-video-option .video-option-desc {
        font-size: 16px; }
      .sec-video-option .video-option-desc {
        margin-bottom: 27px; }
      .sec-video-option .video-option-desc {
        padding-left: 0px; }
      .sec-video-option .video-table02 {
        left: 0px; }
        .sec-video-option .video-table02 tr.gradient th, .sec-video-option .video-table02 tr.gradient td {
          height: 72px; }
        .sec-video-option .video-table02 tr.gradient th, .sec-video-option .video-table02 tr.gradient td {
          font-size: 18px; }
        .sec-video-option .video-table02 tr th:first-child, .sec-video-option .video-table02 tr td:first-child {
          width: 713px; }
        .sec-video-option .video-table02 th, .sec-video-option .video-table02 td {
          height: 88px; }
        .sec-video-option .video-table02 th {
          padding-left: 24px; }
          .sec-video-option .video-table02 th .option-name {
            font-size: 18px; }
          .sec-video-option .video-table02 th .option-name {
            margin-bottom: 6px; }
          .sec-video-option .video-table02 th .option-desc {
            font-size: 14px; }
        .sec-video-option .video-table02 td {
          font-size: 18px; }
    .sec-video-production {
      margin-top: 60px; }
    .sec-video-production {
      padding-top: 72px; }
    .sec-video-production {
      padding-bottom: 80px; }
      .sec-video-production .video-production-head {
        margin-bottom: 46px; }
      .sec-video-production .video-production-head {
        font-size: 32px; }
      .sec-video-production .video-production-head {
        padding-bottom: 23px; }
        .sec-video-production .video-production-head .small {
          font-size: 24px; }
        .sec-video-production .video-production-head .small {
          margin-bottom: 10px; }
      .sec-video-production .video-production .each-production {
        margin-left: 21px; }
      .sec-video-production .video-production .each-production {
        margin-right: 21px; }
      .sec-video-production .video-production .each-production {
        margin-bottom: 0px; }
      .sec-video-production .video-production .each-production {
        width: 579px; }
      .sec-video-production .video-production .each-production {
        padding-top: 20px; }
      .sec-video-production .video-production .each-production {
        padding-bottom: 18px; }
        .sec-video-production .video-production .each-production.production01 {
          padding-top: 20px; }
        .sec-video-production .video-production .each-production.production01 {
          padding-bottom: 18px; }
          .sec-video-production .video-production .each-production.production01 .production-lead {
            margin-bottom: 20px; }
        .sec-video-production .video-production .each-production .production-lead {
          font-size: 20px; }
        .sec-video-production .video-production .each-production .production-lead {
          margin-bottom: 20px; }
        .sec-video-production .video-production .each-production .production-picto.production01 {
          width: 200px; }
        .sec-video-production .video-production .each-production .production-picto.production01 {
          margin-bottom: 17px; }
        .sec-video-production .video-production .each-production .production-picto.production02 {
          width: 282px; }
        .sec-video-production .video-production .each-production .production-picto.production02 {
          margin-bottom: 28px; }
        .sec-video-production .video-production .each-production .production-note {
          font-size: 11px; }
        .sec-video-production .video-production .each-production .production-note {
          width: 579px; }
    .sec-video-doda {
      padding-top: 80px; }
    .sec-video-doda {
      padding-bottom: 75px; }
      .sec-video-doda .video-doda-head {
        margin-bottom: 35px; }
        .sec-video-doda .video-doda-head .green {
          font-size: 16px; }
        .sec-video-doda .video-doda-head .green {
          padding-left: 8px; }
        .sec-video-doda .video-doda-head .green {
          padding-right: 8px; }
        .sec-video-doda .video-doda-head .green {
          padding-top: 2px; }
        .sec-video-doda .video-doda-head .green {
          padding-bottom: 2px; }
        .sec-video-doda .video-doda-head .green {
          margin-bottom: 13px; }
        .sec-video-doda .video-doda-head .name {
          font-size: 24px; }
      .sec-video-doda .video-doda-content {
        width: 960px; }
        .sec-video-doda .video-doda-content .video {
          width: 640px; }
        .sec-video-doda .video-doda-content .video {
          margin-right: 24px; }
        .sec-video-doda .video-doda-content .video {
          margin-bottom: 0px; }
          .sec-video-doda .video-doda-content .video video {
            margin-bottom: 4px; }
        .sec-video-doda .video-doda-content .cap {
          font-size: 14px; }
      .sec-video-doda .result-area {
        width: 296px; }
        .sec-video-doda .result-area .step01 {
          width: 296px; }
        .sec-video-doda .result-area .step01 {
          height: 40px; }
        .sec-video-doda .result-area .step01 {
          margin-bottom: 20px; }
          .sec-video-doda .result-area .step01 .step01-inner {
            font-size: 18px; }
        .sec-video-doda .result-area .issues {
          margin-bottom: 16px; }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            font-size: 16px; }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            width: 296px; }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            height: 56px; }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            margin-left: 0px; }
          .sec-video-doda .result-area .issues .issue01, .sec-video-doda .result-area .issues .issue02 {
            margin-right: 0px; }
          .sec-video-doda .result-area .issues .issue01 {
            margin-bottom: 2px; }
        .sec-video-doda .result-area .arrow {
          width: 28px; }
        .sec-video-doda .result-area .arrow {
          margin-bottom: 7px; }
          .sec-video-doda .result-area .result .txt01 {
            font-size: 14px; }
          .sec-video-doda .result-area .result .txt01 {
            margin-bottom: 3px; }
          .sec-video-doda .result-area .result .txt02 {
            font-size: 18px; }
            .sec-video-doda .result-area .result .txt02 .percentage {
              font-size: 48px; }
            .sec-video-doda .result-area .result .txt02 .percentage {
              margin-right: 4px; }
            .sec-video-doda .result-area .result .txt02 .percentage {
              top: 2px; }
    .sec-video-service {
      padding-top: 69px; }
    .sec-video-service {
      padding-bottom: 80px; }
      .sec-video-service .video-services-head {
        margin-bottom: 45px; }
      .sec-video-service .video-service {
        width: 960px; }
      .sec-video-service .video-service {
        padding-top: 32px; }
      .sec-video-service .video-service {
        padding-left: 80px; }
      .sec-video-service .video-service {
        padding-right: 134px; }
      .sec-video-service .video-service {
        padding-bottom: 32px; }
        .sec-video-service .video-service .picto-area {
          width: 248px; }
        .sec-video-service .video-service .picto-area {
          padding-top: 10px; }
        .sec-video-service .video-service .picto-area {
          margin-bottom: 0px; }
        .sec-video-service .video-service .service-picto {
          width: 88px; }
        .sec-video-service .video-service .service-picto {
          height: 88px; }
        .sec-video-service .video-service .service-picto {
          margin-bottom: 16px; }
        .sec-video-service .video-service .service-name {
          font-size: 28px; }
        .sec-video-service .video-service .txt-area {
          width: 495px; }
        .sec-video-service .video-service .txt-area {
          padding-left: 55px; }
        .sec-video-service .video-service .txt-area {
          padding-bottom: 4px; }
        .sec-video-service .video-service .txt-area {
          padding-bottom: 8px; }
        .sec-video-service .video-service .service-desc {
          font-size: 14px; }
        .sec-video-service .video-service .service-desc {
          margin-bottom: 29px; }
        .sec-video-service .video-service .service-btn {
          width: 293px; }
        .sec-video-service .video-service .service-btn {
          height: 48px; }
        .sec-video-service .video-service .service-btn {
          border-radius: 6px; }
        .sec-video-service .video-service .service-btn {
          font-size: 14px; }
          .sec-video-service .video-service .service-btn .arrow {
            width: 16px; }
          .sec-video-service .video-service .service-btn .arrow {
            height: 14px; }
          .sec-video-service .video-service .service-btn .arrow {
            right: 16px; }
    .sec-video-bnr {
      padding-top: 64px; }
    .sec-video-bnr {
      padding-bottom: 64px; }
    .layout-form {
      margin-bottom: 62px; }
      .layout-form .form-overview {
        padding: 24px; }
        .layout-form .form-overview .overview-inner {
          padding-top: 41px; }
        .layout-form .form-overview .overview-inner {
          padding-left: 47px; }
        .layout-form .form-overview .overview-inner {
          padding-right: 47px; }
          .layout-form .form-overview .overview-inner .arrow {
            width: 469px; }
          .layout-form .form-overview .overview-inner .arrow {
            bottom: 47px; }
          .layout-form .form-overview .overview-inner .overview-title-area {
            margin-bottom: 50px; }
            .layout-form .form-overview .overview-inner .overview-title-area .en {
              font-size: 56px; }
            .layout-form .form-overview .overview-inner .overview-title-area .en {
              margin-bottom: 10px; }
            .layout-form .form-overview .overview-inner .overview-title-area .ja {
              font-size: 32px; }
          .layout-form .form-overview .overview-inner .overview-lead {
            font-size: 24px; }
          .layout-form .form-overview .overview-inner .overview-lead {
            margin-bottom: 44px; }
      .layout-form .overview-list-head {
        font-size: 22px; }
      .layout-form .overview-list-head {
        margin-bottom: 11px; }
      .layout-form .overview-lead-sm {
        margin-bottom: 0px; }
      .layout-form .overview-list {
        padding-bottom: 0px; }
      .layout-form .overview-list {
        margin-bottom: 0px; }
        .layout-form .overview-list li {
          font-size: 18px; }
        .layout-form .overview-list li {
          margin-bottom: 2px; }
          .layout-form .overview-list li:before {
            font-size: 24px; }
          .layout-form .overview-list li:before {
            margin-right: 9px; }
          .layout-form .overview-list li:before {
            top: 3px; }
      .layout-form .form-form .form-inner {
        padding-top: 13px; }
      .layout-form .form-form .form-inner {
        padding-bottom: 52px; }
      .layout-form .form-form .form-inner {
        width: 565px; }
        .layout-form .form-form .form-inner .breadcrumb {
          margin-top: 14px; }
        .layout-form .form-form .form-inner .breadcrumb {
          margin-bottom: 9px; }
        .layout-form .form-form .form-inner .breadcrumb {
          padding-left: 0px; }
        .layout-form .form-form .form-inner .breadcrumb {
          padding-right: 0px; }
        .layout-form .form-form .form-inner .bg-sm {
          padding-left: 0px; }
        .layout-form .form-form .form-inner .bg-sm {
          padding-right: 0px; }
        .layout-form .form-form .form-inner form {
          left: -1px !important; }
        .mktoForm-wrap .mktoForm label:before {
          height: 29px !important; }
        .mktoForm-wrap .mktoForm label:before {
          top: 27px; }
        .mktoForm-wrap .mktoForm label:before {
          font-size: 14px; }
        .mktoForm-wrap .mktoForm label[for=Email], .mktoForm-wrap .mktoForm label[for=company], .mktoForm-wrap .mktoForm label[for=Company], .mktoForm-wrap .mktoForm label[for=z201CompanyName_L], .mktoForm-wrap .mktoForm label[for=Phone], .mktoForm-wrap .mktoForm label[for=comment], .mktoForm-wrap .mktoForm label[for=Comment], .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactcomment], .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactrequest], .mktoForm-wrap .mktoForm label[for=request], .mktoForm-wrap .mktoForm label[for=Request] {
          width: 563px !important; }
          .mktoForm-wrap .mktoForm label[for=LastName]:before, .mktoForm-wrap .mktoForm label[for=FirstName]:before, .mktoForm-wrap .mktoForm label[for=Department]:before, .mktoForm-wrap .mktoForm label[for=Title]:before {
            width: 274px !important; }
        .mktoForm-wrap .mktoForm label .mktoAsterix {
          font-size: 14px; }
        .mktoForm-wrap .mktoForm label .mktoAsterix {
          top: 25px; }
        .mktoForm-wrap .mktoForm label[for=LastName] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=company] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Company] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=z201CompanyName_L] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Department] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Title] .mktoAsterix {
          left: 40px; }
        .mktoForm-wrap .mktoForm label[for=Phone] .mktoAsterix {
          left: 56px; }
        .mktoForm-wrap .mktoForm label[for=Email] .mktoAsterix {
          left: 96px; }
        .mktoForm-wrap .mktoForm label[for=comment] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Comment] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactcomment] .mktoAsterix {
          left: 112px; }
        .mktoForm-wrap .mktoForm label[for=z014JPSSHPcontactrequest] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=request] .mktoAsterix, .mktoForm-wrap .mktoForm label[for=Request] .mktoAsterix {
          left: 160px; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        margin-top: 53px !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        width: 563px !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        font-size: 14px !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        padding-left: 16px !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm textarea, .mktoForm-wrap .mktoForm select {
        padding-right: 16px !important; }
        .mktoForm-wrap .mktoForm input#LastName, .mktoForm-wrap .mktoForm input#FirstName, .mktoForm-wrap .mktoForm input#Department, .mktoForm-wrap .mktoForm input#Title, .mktoForm-wrap .mktoForm textarea#LastName, .mktoForm-wrap .mktoForm textarea#FirstName, .mktoForm-wrap .mktoForm textarea#Department, .mktoForm-wrap .mktoForm textarea#Title, .mktoForm-wrap .mktoForm select#LastName, .mktoForm-wrap .mktoForm select#FirstName, .mktoForm-wrap .mktoForm select#Department, .mktoForm-wrap .mktoForm select#Title {
          width: 274px !important; }
        .mktoForm-wrap .mktoForm input#LastName, .mktoForm-wrap .mktoForm input#Department, .mktoForm-wrap .mktoForm textarea#LastName, .mktoForm-wrap .mktoForm textarea#Department, .mktoForm-wrap .mktoForm select#LastName, .mktoForm-wrap .mktoForm select#Department {
          margin-right: 17px !important; }
      .mktoForm-wrap .mktoForm input, .mktoForm-wrap .mktoForm select {
        height: 44px !important; }
      .mktoForm-wrap .mktoForm textarea {
        min-height: 170px; }
      .mktoForm-wrap .mktoForm textarea {
        padding-top: 18px !important; }
      .mktoForm-wrap .mktoForm .mktoHtmlText {
        width: 563px !important; }
      .mktoForm-wrap .mktoForm .mktoHtmlText {
        font-size: 14px !important; }
      .mktoForm-wrap .mktoForm .mktoButtonRow {
        margin-top: 69px; }
        .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap {
          width: 311px !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap {
          border-radius: 30px !important; }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:after {
            width: 15px; }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:after {
            height: 3px; }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:after {
            right: 16px; }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
            width: 12px; }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
            height: 12px; }
          .mktoForm-wrap .mktoForm .mktoButtonRow .mktoButtonWrap:before {
            right: 17px; }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          width: 311px !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          height: 60px !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          border-radius: 30px !important; }
        .mktoForm-wrap .mktoForm .mktoButtonRow button {
          font-size: 20px !important; }
    .mktoForm-wrap.mktoForm-wrap-red {
      width: 424px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        height: 42px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        width: 424px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        border-radius: 10px; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        font-size: 16px; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        padding-left: 16px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm input, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select {
        padding-right: 16px !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#Title, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#Title, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#Department, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#Title {
          width: 424px !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#FirstName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#FirstName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#FirstName {
          width: 202px !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm input#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm textarea#LastName, .mktoForm-wrap.mktoForm-wrap-red .mktoForm select#LastName {
          margin-right: 17px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Email], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=company], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Company], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z201CompanyName_L], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Phone], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Department], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Title], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=comment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Comment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactcomment], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactrequest], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=request], .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Request] {
        width: 424px !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=LastName]:before, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=FirstName]:before {
          width: 202px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label:before {
        font-size: 16px; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label:before {
        top: 20px; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label .mktoAsterix {
        font-size: 14px; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label .mktoAsterix {
        top: 18px; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=LastName] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=company] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Company] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z201CompanyName_L] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Department] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Title] .mktoAsterix {
        left: 47px; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Phone] .mktoAsterix {
        left: 63px; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Email] .mktoAsterix {
        left: 112px; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=comment] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Comment] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactcomment] .mktoAsterix {
        left: 112px; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=z014JPSSHPcontactrequest] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=request] .mktoAsterix, .mktoForm-wrap.mktoForm-wrap-red .mktoForm label[for=Request] .mktoAsterix {
        left: 160px; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText {
        margin-top: 39px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText {
        width: 424px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoHtmlText {
        font-size: 12px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoButtonRow {
        margin-top: 10px !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoButtonRow .mktoButtonWrap {
          width: 424px !important; }
        .mktoForm-wrap.mktoForm-wrap-red .mktoForm .mktoButtonRow .mktoButtonWrap {
          border-radius: 10px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        width: 424px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        height: 64px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        border-radius: 10px !important; }
      .mktoForm-wrap.mktoForm-wrap-red .mktoForm button {
        font-size: 20px !important; }
    .marketo-download-breadcrumb {
      margin-top: 28px; }
    .marketo-download-breadcrumb {
      margin-bottom: 16px; }
    section.sec-marketo-download, .sec-marketo-seminar {
      width: 1200px; }
    .marketo-download-head, .marketo-seminar-head {
      margin-bottom: 48px; }
    .sec-seminar {
      margin-top: 40px; }
    .sec-seminar {
      padding-bottom: 60px; }
      .sec-seminar .seminar-list .each-seminar {
        width: 372px; }
      .sec-seminar .seminar-list .each-seminar {
        margin-right: 42px; }
      .sec-seminar .seminar-list .each-seminar {
        margin-bottom: 42px; }
        .sec-seminar .seminar-list .each-seminar .img {
          height: 177px; }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-top: 23px; }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-bottom: 36px; }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-left: 20px; }
        .sec-seminar .seminar-list .each-seminar .txt-area {
          padding-right: 20px; }
        .sec-seminar .seminar-list .each-seminar .tag, .sec-seminar .seminar-list .each-seminar .availability {
          font-size: 14px; }
        .sec-seminar .seminar-list .each-seminar .availability {
          width: 85px; }
        .sec-seminar .seminar-list .each-seminar .availability {
          height: 31px; }
        .sec-seminar .seminar-list .each-seminar .availability {
          border-radius: 10px; }
        .sec-seminar .seminar-list .each-seminar .availability {
          top: 15px; }
        .sec-seminar .seminar-list .each-seminar .availability {
          right: 14px; }
        .sec-seminar .seminar-list .each-seminar .title-dark, .sec-seminar .seminar-list .each-seminar .title-light {
          font-size: 18px; }
    .sec-download {
      margin-top: 27px; }
    .sec-download {
      padding-bottom: 60px; }
      .sec-download .list-title {
        font-size: 24px; }
      .sec-download .list-title {
        margin-bottom: 26px; }
      .sec-download .download-list {
        padding-bottom: 10px; }
        .sec-download .download-list .each-download {
          width: 372px; }
        .sec-download .download-list .each-download {
          margin-right: 42px; }
        .sec-download .download-list .each-download {
          margin-bottom: 42px; }
          .sec-download .download-list .each-download .img, .sec-download .download-list .each-download .mktoImg {
            height: 191px; }
          .sec-download .download-list .each-download .doc-title {
            height: 191px; }
          .sec-download .download-list .each-download .doc-title {
            font-size: 28px; }
          .sec-download .download-list .each-download .txt-area {
            padding-top: 25px; }
          .sec-download .download-list .each-download .txt-area {
            padding-bottom: 36px; }
          .sec-download .download-list .each-download .txt-area {
            padding-left: 20px; }
          .sec-download .download-list .each-download .txt-area {
            padding-right: 20px; }
            .sec-download .download-list .each-download .txt-area .desc {
              font-size: 14px; }
            .sec-download .download-list .each-download .txt-area .desc {
              margin-bottom: 20px; }
            .sec-download .download-list .each-download .txt-area .btn {
              width: 200px; }
            .sec-download .download-list .each-download .txt-area .btn {
              height: 44px; }
            .sec-download .download-list .each-download .txt-area .btn {
              font-size: 16px; }
            .sec-download .download-list .each-download .txt-area .btn {
              border-radius: 22px; }
              .sec-download .download-list .each-download .txt-area .btn .arrow {
                width: 16px; }
              .sec-download .download-list .each-download .txt-area .btn .arrow {
                right: 14px; }
      .sec-thanks .thanks-message {
        font-size: 20px; }
      .sec-thanks .module-btn-l {
        font-size: 22px; }
      .sec-thanks .module-btn-l {
        width: 374px; }
      .sec-thanks .module-btn-l {
        height: 55px; }
      .sec-thanks .module-btn-l {
        border-radius: 28px; }
    .page-download-breadcrumb {
      margin-top: 16px; }
    .page-download-form {
      margin-top: 44px; }
    .page-download-form {
      margin-bottom: 43px; }
    .page-download-form {
      padding-left: 0px; }
    .page-download-form {
      padding-right: 0px; }
      .page-download-form .overview-area, .page-download-form .form-area {
        margin-left: 20px; }
      .page-download-form .overview-area, .page-download-form .form-area {
        margin-right: 20px; }
      .page-download-form .overview-area {
        width: 653px; }
      .page-download-form .overview-area {
        margin-bottom: 0px; }
        .page-download-form .overview-area .download-title {
          font-size: 32px; }
        .page-download-form .overview-area .download-title {
          margin-bottom: 14px; }
        .page-download-form .overview-area .download-img {
          margin-bottom: 20px; }
        .page-download-form .overview-area .download-desc {
          font-size: 16px; }
      .page-download-form .form-area {
        border-width: 12px; }
      .page-download-form .form-area {
        padding-left: 30px; }
      .page-download-form .form-area {
        padding-right: 30px; }
      .page-download-form .form-area {
        padding-top: 8px; }
      .page-download-form .form-area {
        padding-bottom: 38px; }
    .page-download-download {
      margin-top: 70px; }
    .page-download-download {
      margin-bottom: 75px; }
      .page-download-download .download-desc {
        font-size: 16px; }
      .page-download-download .download-desc {
        margin-bottom: 24px; }
      .page-download-download .download-btn {
        font-size: 30px; }
      .page-download-download .download-btn {
        width: 454px; }
      .page-download-download .download-btn {
        height: 85px; }
      .page-download-download .download-btn {
        border-radius: 10px; }
      .page-download-download .download-btn {
        margin-bottom: 64px; }
        .page-download-download .download-btn .icon {
          width: 30px; }
        .page-download-download .download-btn .icon {
          height: 32px; }
        .page-download-download .download-btn .icon {
          left: 28px; }
      .page-download-download .download-notes {
        font-size: 16px; }
      .page-download-download .download-notes {
        width: 878px; }
      .page-download-download .download-notes {
        margin-bottom: 24px; }
    .footer-form input#Email {
      font-size: 18px; }
    .footer-form input#Email {
      width: 313px; }
    .footer-form input#Email {
      height: 44px; }
    .footer-form input#Email {
      font-size: 14px !important; }
    .footer-form button[type=submit] {
      font-size: 14px; }
    .footer-form button[type=submit] {
      width: 70px; }
    .footer-form button[type=submit] {
      height: 44px; }
        .js-accordion .js-accordion-head:before {
          width: 4px; }
        .js-accordion .js-accordion-head:before {
          height: 4px; }
        .js-accordion .js-accordion-head:before {
          right: 10px; }
      .js-accordion.invisible {
        height: 74px; }
          .js-accordion.invisible .js-accordion-head:before {
            width: 4px; }
          .js-accordion.invisible .js-accordion-head:before {
            height: 24px; } }
      @media screen and (max-width: 480px) {
  #bodyId {
    padding: 0 !important; } }
      @media screen and (min-width: 1500px) {
            .sec-download .download-list .each-download .txt-area .title {
              font-size: 20px; }
          .sec-download .download-list .each-download .txt-area .doc-points {
            font-size: 18px; } }
      @media all and (-ms-high-contrast: none) and (max-height: 768px) {
  *::-ms-backdrop, .mv-box .copy {
    margin-bottom: 10px !important; } }
      @media screen and (min-width: 768px) {
  .page-download .sec-form .btn-download:after, .page-download .sec-form .btn-download:hover:after {
    border-right: 4px solid #fff;
    border-top: 4px solid #fff; }
  .page-download .sec-form {
    padding: 120px 0 280px; }
    .page-download .sec-form .desc {
      font-size: 16px;
      margin-bottom: 80px; }
      .page-download .sec-form .desc a:hover {
        opacity: 0.4; }
    .page-download .sec-form .btn-download {
      border-radius: 12px;
      font-size: 24px;
      height: 84px;
      margin: 0 auto 80px;
      width: 340px; }
      .page-download .sec-form .btn-download:after {
        height: 16px;
        right: 13px;
        width: 16px; }
      .page-download .sec-form .btn-download .icon {
        background-size: 30px auto;
        height: 30px;
        position: relative;
        width: 45px; }
      .page-download .sec-form .btn-download:before {
        -webkit-transition: all 0.7s ease;
        background: #46ac71;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all 0.7s ease;
        width: 0; }
      .page-download .sec-form .btn-download:hover:before {
        width: 100%; }
      .page-download .sec-form .btn-download:hover .icon {
        background-image: url(../images/icon-mail-blue01@2x.png); } }
      @media screen and (max-width: 767px) {
  .page-download .sec-form .btn-download {
    border-radius: 10px;
    margin: 0 auto 50px;
    width: calc(100% - 56px); }
    .page-download .sec-form .btn-download.each-btn-1st {
      margin-bottom: 12px; }
  .sec-contact-download .each-btn.each-btn-1st {
    margin-bottom: 12px; }
  .page-download .sec-form .btn-download .icon {
    background-size: 15px auto;
    left: 50px;
    position: absolute;
    top: calc(50% - 8px); }
    .page-download .sec-form .btn-download .icon img {
      width: 15px; } }
      @media only screen and (max-width: 800px) {
  .thanksWrap {
    text-align: left; }
  .thanksWrap a:hover:after {
    right: 8px; }
  .pt100sp {
    padding-top: 100px !important; }
  .pt60sp {
    padding-top: 60px !important; }
  .pb60sp {
    padding-bottom: 60px !important; }
  .fz18sp {
    font-size: 18px !important; }
  .thanksWrap a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 24px; }
  .thanksWrap a:after {
    right: 16px; } }/* @import url('http://example.com/example_style.css'); */

@media (min-width: 1200px){
  .sec-seminar .seminar-list {
      gap: 0px;
  }
 

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/