/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  margin: 0 !important; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 62.5%;
  /*for using REM units*/ }

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.0;
  color: #101010;
  margin: 0 !important; }
  @media (max-width: 1300px) {
    body {
      font-size: 1.3333333333333335vw; } }
  @media (max-width: 768px) {
    body {
      font-size: 3.733333333333334vw; } }

.is-pc {
  display: block; }
  @media (max-width: 768px) {
    .is-pc {
      display: none; } }

.is-sp {
  display: none; }
  @media (max-width: 768px) {
    .is-sp {
      display: block; } }

.wrap {
  position: relative; }

.c_container {
  padding: 0 3.6603221083455346vw; }
  @media (max-width: 768px) {
    .c_container {
      padding: 0 5.333333333333334vw; } }

.c_container02 {
  padding: 0 9.736456808199122vw; }
  @media (max-width: 768px) {
    .c_container02 {
      padding: 0 5.333333333333334vw; } }

.navi_button {
  display: none; }
  @media (max-width: 768px) {
    .navi_button {
      position: fixed;
      display: block;
      width: 4.6rem;
      height: 4.6rem;
      top: 5.333333333333334vw;
      right: 5.333333333333334vw;
      z-index: 9999;
      background-color: #194DA8;
      border: 2px solid #fff;
      border-radius: 5.0rem; } }
  .navi_button span {
    position: absolute;
    width: 2.2rem;
    height: 3px;
    background-color: #fff;
    transition: 0.2s;
    left: 50%;
    margin-left: -1.1rem; }
    .navi_button span:nth-of-type(1) {
      top: 1.3rem; }
    .navi_button span:nth-of-type(2) {
      bottom: 1.3rem; }
  .navi_button.active span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -0.15rem; }
  .navi_button.active span:nth-of-type(2) {
    display: block;
    transform: rotate(45deg);
    top: 50%;
    bottom: auto;
    margin-top: -0.15rem; }

.header {
  top: 0;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.0rem 3.6603221083455346vw 5.0rem;
  height: 14.0rem; }
  @media (max-width: 768px) {
    .header {
      padding: 5.333333333333334vw;
      height: 28.000000000000004vw; } }
  .header .logo {
    width: 13.616398243045388vw;
    max-width: 18.6rem;
    margin: 0; }
    @media (max-width: 768px) {
      .header .logo {
        width: 40.266666666666666vw;
        max-width: none; } }
    .header .logo img {
      width: 100%; }
  .header .menu_area {
    background-color: #F6F7F8;
    padding: 1.5rem 4.0rem;
    border-radius: 5.0rem; }
    @media (max-width: 768px) {
      .header .menu_area {
        border-radius: 0;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        background-color: #194DA8;
        padding: 20vw 0 14.666666666666666vw;
        transform: translateX(100%);
        transition: 0.5s;
        z-index: 999;
        overflow-y: scroll; } }
    .header .menu_area .navi {
      display: flex;
      flex-flow: column;
      align-items: center; }
      @media (max-width: 768px) {
        .header .menu_area .navi {
          display: flex;
          flex-flow: column;
          align-items: center;
          background-color: #194DA8;
          height: 100%; } }
      .header .menu_area .navi_menu {
        display: flex;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0; }
        @media (max-width: 768px) {
          .header .menu_area .navi_menu {
            width: 100%;
            margin: 0 auto;
            display: block;
            text-align: center; } }
        .header .menu_area .navi_menu li {
          margin: 0 2.5rem;
          padding: 0; }
          @media (max-width: 768px) {
            .header .menu_area .navi_menu li {
              margin: 0; } }
          .header .menu_area .navi_menu li a {
            color: #194DA8;
            text-decoration: none;
            font-weight: 500; }
            @media (max-width: 768px) {
              .header .menu_area .navi_menu li a {
                color: #fff;
                display: block;
                padding: 2.666666666666667vw 0;
                font-size: 4.8vw; } }
            .header .menu_area .navi_menu li a:hover {
              color: #5F2EA2; }
          .header .menu_area .navi_menu li:last-child {
            margin-right: 0; }
            .header .menu_area .navi_menu li:last-child a {
              display: block;
              color: #fff;
              padding: 1.0rem 2.0rem;
              border-radius: 3.0rem;
              background-color: #FF5800; }
              @media (max-width: 768px) {
                .header .menu_area .navi_menu li:last-child a {
                  background: none;
                  padding: 2.666666666666667vw 0;
                  border-radius: 0; } }
      .header .menu_area .navi_menu_sp {
        margin: 9.333333333333334vw 0 0 0;
        text-align: center;
        list-style: none;
        padding: 0; }
        .header .menu_area .navi_menu_sp li {
          margin-bottom: 4vw; }
          .header .menu_area .navi_menu_sp li a {
            color: #fff;
            font-size: 3.2vw;
            text-decoration: none; }
      .header .menu_area .navi_info {
        margin-top: auto;
        text-align: center;
        color: #fff; }
        .header .menu_area .navi_info_logo {
          width: 40.266666666666666vw;
          margin: 0 auto 4vw; }
        .header .menu_area .navi_info_name {
          font-size: 4.266666666666667vw;
          font-weight: 600;
          margin-bottom: 2.666666666666667vw; }
        .header .menu_area .navi_info address {
          text-align: center;
          font-style: normal;
          font-size: 2.666666666666667vw;
          line-height: 1.9; }
    .header .menu_area.active {
      transform: translateX(0%); }

.footer {
  background-color: #000;
  color: #fff;
  padding: 10.0rem 0 5.0rem; }
  @media (max-width: 768px) {
    .footer {
      padding: 18.666666666666668vw 0 5.333333333333334vw; } }
  .footer .logo-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10.0rem;
    border-bottom: 1px solid #B4B4B4; }
    @media (max-width: 768px) {
      .footer .logo-address {
        display: block;
        padding-bottom: 0;
        border-bottom: none; } }
    .footer .logo-address .logo {
      width: 17.34992679355783vw;
      max-width: 23.7rem;
      margin-left: 5.783308931185944vw; }
      @media (max-width: 768px) {
        .footer .logo-address .logo {
          width: 45.6vw;
          max-width: none;
          margin: 0 auto 8vw; } }
      .footer .logo-address .logo img {
        width: 100%; }
    .footer .logo-address .address {
      width: 50%;
      display: flex;
      flex-flow: column;
      align-items: center; }
      @media (max-width: 768px) {
        .footer .logo-address .address {
          width: 100%;
          text-align: center; } }
      .footer .logo-address .address .name {
        font-size: 2.5rem;
        font-weight: 900;
        margin-bottom: 2.0rem; }
        @media (max-width: 768px) {
          .footer .logo-address .address .name {
            font-size: 5.333333333333334vw;
            margin-bottom: 2.666666666666667vw; } }
      .footer .logo-address .address address {
        font-style: normal;
        line-height: 1.8; }
        @media (max-width: 768px) {
          .footer .logo-address .address address {
            font-size: 3.2vw;
            line-height: 1.75; } }
    .footer .logo-address .button {
      width: 68.8vw;
      max-width: none;
      margin: 17.333333333333336vw auto 6.666666666666667vw; }
      .footer .logo-address .button a {
        display: block;
        border: 1px solid #fff;
        padding: 2.666666666666667vw 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 13.333333333333334vw;
        color: #fff;
        text-decoration: none; }
        .footer .logo-address .button a img {
          width: 9.333333333333334vw;
          max-width: none;
          margin-left: 2.666666666666667vw; }
  .footer .btn-menu {
    display: flex;
    justify-content: space-between;
    padding: 6.5rem 0 5.5rem; }
    @media (max-width: 768px) {
      .footer .btn-menu {
        display: none; } }
    .footer .btn-menu .button {
      width: 18.887262079062957vw;
      max-width: 25.8rem;
      margin-left: 5.783308931185944vw; }
      .footer .btn-menu .button a {
        display: block;
        border: 1px solid #fff;
        padding: 1.0rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4.0rem;
        color: #fff;
        text-decoration: none; }
        .footer .btn-menu .button a img {
          width: 2.562225475841874vw;
          max-width: 3.5rem;
          margin-left: 1.5rem; }
    .footer .btn-menu .f_menu {
      width: 50%;
      display: flex;
      justify-content: center; }
      .footer .btn-menu .f_menu ul {
        font-size: 1.4rem;
        list-style: none; }
        .footer .btn-menu .f_menu ul li {
          margin-bottom: 2em;
          font-family: "Roboto", sans-serif;
          font-weight: 400; }
          .footer .btn-menu .f_menu ul li a {
            text-decoration: none;
            color: #fff; }
        .footer .btn-menu .f_menu ul:first-child {
          margin-right: 9.736456808199122vw; }
  .footer .copyright {
    margin-right: 5.783308931185944vw;
    font-size: 1.0rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      .footer .copyright {
        text-align: center;
        margin-right: 0;
        font-size: 2.666666666666667vw; } }
  .footer .pagetop {
    position: fixed;
    right: 3.6603221083455346vw;
    bottom: 3.0rem; }
    @media (max-width: 768px) {
      .footer .pagetop {
        display: none; } }
    .footer .pagetop a {
      color: #fff;
      text-decoration: none;
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      display: flex;
      align-items: center;
      background-color: #000;
      border-radius: 3.5rem;
      height: 3.5rem;
      padding: 0 1.0rem; }
      .footer .pagetop a img {
        margin-left: .5rem; }

.c_button01 {
  width: 12.7rem; }
  @media (max-width: 768px) {
    .c_button01 {
      width: 33.86666666666667vw;
      margin: 0 auto; } }
  .c_button01 a {
    height: 3.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background-color: #FF5800;
    border-radius: 2.0rem; }
    @media (max-width: 768px) {
      .c_button01 a {
        height: 8.266666666666666vw;
        font-size: 3.733333333333334vw;
        border-radius: 5.333333333333334vw; } }
    .c_button01 a img {
      width: 2.0rem;
      margin-left: .8rem; }
      @media (max-width: 768px) {
        .c_button01 a img {
          width: 5.333333333333334vw;
          margin-left: 2.666666666666667vw; } }

.c_ttl01 {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  margin: 0; }
  @media (max-width: 768px) {
    .c_ttl01 {
      align-items: center; } }
  .c_ttl01 .eng {
    font-size: 5.856515373352855vw;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    color: #194DA8; }
    @media (max-width: 768px) {
      .c_ttl01 .eng {
        font-size: 9.866666666666667vw; } }
  .c_ttl01 .jap {
    font-size: 1.3177159590043925vw;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: .2em;
    margin-top: 0; }
    @media (max-width: 768px) {
      .c_ttl01 .jap {
        font-size: 4.8vw;
        margin: 0; } }

.c_ttl03 {
  display: flex;
  justify-content: center; }
  .c_ttl03 span {
    font-size: 3.6603221083455346vw;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    color: #194DA8;
    padding: 0.36603221083455345vw 2.9282576866764276vw;
    border: 1px solid #184DA8;
    border-radius: 2.9282576866764276vw; }
    @media (max-width: 768px) {
      .c_ttl03 span {
        font-size: 7.466666666666668vw;
        padding: 1.866666666666667vw 6.133333333333333vw;
        border-radius: 12vw; } }

.c_main-ttl {
  display: flex;
  align-items: center;
  height: 26.42752562225476vw; }
  @media (max-width: 768px) {
    .c_main-ttl {
      height: 53.333333333333336vw;
      align-items: flex-start; } }
  .c_main-ttl .ttl {
    margin-left: 10.980966325036604vw; }
    @media (max-width: 768px) {
      .c_main-ttl .ttl {
        margin-left: 5.333333333333334vw; } }
    .c_main-ttl .ttl .eng {
      font-size: 5.856515373352855vw;
      font-family: "Roboto", sans-serif;
      font-weight: 100;
      color: #194DA8; }
      @media (max-width: 768px) {
        .c_main-ttl .ttl .eng {
          font-size: 9.866666666666667vw;
          color: #fff; } }
    .c_main-ttl .ttl .jap {
      font-size: 1.3177159590043925vw;
      color: #7C7C7C;
      font-weight: 400;
      margin: 1.0980966325036603vw 0 0 0.5124450951683748vw;
      letter-spacing: .2em; }
      @media (max-width: 768px) {
        .c_main-ttl .ttl .jap {
          color: #fff;
          font-size: 4.8vw; } }
  .c_main-ttl.buisiness {
    background: url("../images/buisiness/ttl_img.jpg") no-repeat 100% center;
    background-size: auto 100%; }
    @media (max-width: 768px) {
      .c_main-ttl.buisiness {
        background-image: url("../images/buisiness/ttl_img_sp.jpg");
        background-size: cover; } }
  .c_main-ttl.company {
    background: url("../images/company/ttl_img.jpg") no-repeat 100% center;
    background-size: auto 100%; }
    @media (max-width: 768px) {
      .c_main-ttl.company {
        background-image: url("../images/company/ttl_img_sp.jpg");
        background-size: cover; } }

.c_secont-ttl {
  display: flex;
  align-items: center;
  height: 26.35431918008785vw;
  margin-bottom: 5.124450951683748vw; }
  @media (max-width: 768px) {
    .c_secont-ttl {
      height: 53.333333333333336vw;
      margin-bottom: 9.333333333333334vw; } }
  .c_secont-ttl .c_ttl02 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+80,0+100 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 8.784773060029282vw;
    padding: 0 6.588579795021962vw 0 6.954612005856515vw; }
    @media (max-width: 768px) {
      .c_secont-ttl .c_ttl02 {
        flex-flow: column-reverse;
        height: 15.2vw;
        padding: 0 18.666666666666668vw 0 2.666666666666667vw; } }
    .c_secont-ttl .c_ttl02 .jap {
      color: #7C7C7C;
      font-size: 1.3177159590043925vw;
      font-weight: 400;
      letter-spacing: .2em; }
      @media (max-width: 768px) {
        .c_secont-ttl .c_ttl02 .jap {
          font-size: 3.2vw; } }
    .c_secont-ttl .c_ttl02 .eng {
      font-size: 5.856515373352855vw;
      font-family: "Roboto", sans-serif;
      font-weight: 100;
      color: #194DA8; }
      @media (max-width: 768px) {
        .c_secont-ttl .c_ttl02 .eng {
          font-size: 9.866666666666667vw; } }
  .c_secont-ttl.mobile {
    background: url("../images/buisiness/mobile_ttl.jpg") no-repeat 0 0;
    background-size: cover; }
    @media (max-width: 768px) {
      .c_secont-ttl.mobile {
        background-image: url("../images/buisiness/mobile_ttl_sp.jpg"); } }
  .c_secont-ttl.internet {
    background: url("../images/buisiness/internet_ttl.jpg") no-repeat 0 0;
    background-size: cover; }
    @media (max-width: 768px) {
      .c_secont-ttl.internet {
        background-image: url("../images/buisiness/internet_ttl_sp.jpg"); } }
  .c_secont-ttl.crm {
    background: url("../images/buisiness/crm_ttl.jpg") no-repeat 0 0;
    background-size: cover; }
    @media (max-width: 768px) {
      .c_secont-ttl.crm {
        background-image: url("../images/buisiness/crm_ttl_sp.jpg"); } }
  .c_secont-ttl.dx {
    background: url("../images/buisiness/dx_ttl.jpg") no-repeat 0 0;
    background-size: cover; }
    @media (max-width: 768px) {
      .c_secont-ttl.dx {
        background-image: url("../images/buisiness/dx_ttl_sp.jpg"); } }

/*--------------------------------------------------------
fadein(jq)
--------------------------------------------------------*/
.fadein {
  opacity: 0.0;
  transform: translate(0, 30px);
  transition: all 1s; }

.fadein.scrollin {
  opacity: 1.0;
  transform: translate(0, 0); }

.fadein02 {
  opacity: 0.0;
  transform: translate(0, 30px);
  transition: all 1s; }

.fadein02.active {
  opacity: 1.0;
  transform: translate(0, 0); }
