@charset "utf-8";

:root {
  /* COLOR */
  --cv-btn-col: #00a99d; /* お問い合わせボタン */
  --cv-btn-light-col: #02bcb0;

  --primary-col: #0B4F96; /* データ統合支援サービス メインカラー */
  --primary-light-col: #0B4F96;
  --primary-dark-col: #0B4F96;
  --primary-dazz-col-: #0B4F96;

  --secondary-col: #0B4F96; /* データ統合支援サービス ベースカラー */
  --txt-bace-col: #4d4d4d;

  /* FONT FAMILY */
  --txt-en: 'Ebrima','San Fransisco',sans-serif;  英字指定 
  --font-mincho: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;

   /* FONT SIZE */
   --font-size-default: 1.7rem;

  /* HEADER HEIGHT */
  --header-height: 6.5rem;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
}

/*=======================================================
  header
======================================================*/
/*----- portal header 共通 -----*/
.header {
  background-color: #fff;
}

.header__logo img {
  display: inline-block;
  /*height: calc(var(--header-height) - 2rem);*/
  max-width: 400px;
  height: auto;
  padding: 0.5rem;
}

/* お問い合わせボタンの色設定 */
.header .cvBtn {
  color: #fff;
  background-color: var(--cv-btn-col);
}

#contact {
    scroll-margin-top: 100px; /* ここで適切な値を設定 */
}

/* header menu は項目が多いので崩れ防止の微修正 */
@media screen and (max-width: 1200px) {
  .header .menuBtn {
    padding: 0 1rem;
  }
}

/*----- portal header pc版 -----*/
@media screen and (min-width: 979px) {
  /* ロゴが画像の場合はここで設定 */
  .header__logo a {
    height: var(--header-height);
  }

  .header__nav__menu:hover,
  .header__nav__menu--single:hover {
    color: var(--primary-col);
  }

  .header .menuBtn:after {
    background-color: var(--primary-col);
  }

  .header .menuBtn + .menu-inner li a:hover {
    outline: 1px solid #ED26B7;
	outline-offset: -1px;
  }

  /* メガメニューの編集 */
  .header__nav__menu:hover .menu-inner {
    box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
  }

  .header .menuBtn + .menu-inner .open-menu {
    /*padding: 6rem;*/
  }

  /* お問い合わせボタン設定 */
  .header .menuBtn.cvBtn,
  .header .menuBtn.cvBtn:after {
    background-color: var(--cv-btn-col);
  }

  .header .cvBtn:hover {
    color: var(--cv-btn-col);
    background-color: #fff;
  }
}

/*----- portal header タブレット・モバイル版 -----*/

@media screen and (max-width: 979px) {
  .header__nav {
    background: linear-gradient(
      135deg,
      var(--primary-light-col) 0%,
      var(--primary-dark-col) 100%
    );
  }

  /* 1200px以上の時のメニュー間を調整して
     いるので、multipleMenus.cssに書いて
     いることをこちらにも記述 */
  .header .menuBtn {
    padding: 1.6rem 0 1.6rem 3.5rem;
  }

  .header .menuBtn.cvBtn {
    color: var(--primary-col);
    background-color: #fff;
  }

  /* モバイルメニューのスタイル */
  .header a.menuBtn:hover,
  .header a.menuBtn:active {
    color: #fff;
    background-color: #5E8DB5;
  }

  /* アコーディオンメニュー内のスタイル */
  .header .menuBtn + .menu-inner .open-menu li:hover,
  .header .menuBtn + .menu-inner .open-menu li:active {
    color: #fff;
    background-color: var(--primary-light-col);
  }
}

/*----- /portal header -----*/

/*=======================================================
  footer
======================================================*/

.footer {
  background-color: #303030;
  /* footerリンク共通 */
  /* footer見出しにa要素が入ってる場合のスタイル打ち消し */
}

.footer-inner {
  max-width: 1400px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 2rem 0.6rem 5rem;
}

.footer #f01 p,
.footer #f01 a,
.footer #f02 a,
.footer #f03 a,
.footer #f04 a {
  font-size: 1.4rem;
  padding: 0.8rem 0 0.8rem 1rem;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  line-height: 1.4;
  color: #999999;
  text-decoration: none;
}
.footer #f01 p,
.footer #f01 a,
.footer #f01 a.foot-heading h3 {
  color: #00A2EF;
}
.footer #f01 a:hover {
  color: #fff;
}
.footer #f02 a:hover,
.footer #f03 a:hover,
.footer #f04 a:hover {
  color: var(--primary-light-col);
  background-repeat: no-repeat;
  background-position: left center;
}
.footer #f01 a.foot-heading,
.footer #f02 .foot-heading,
.footer #f03 a.foot-heading,
.footer #f04 a.foot-heading {
  padding: 0;
  line-height: 1;
}
.footer .foot-heading h3 {
  font-size: var(--font-size-default);
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right top;
  padding-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
}
.footer #f03 a.foot-heading:hover,
.footer #f04 a.foot-heading:hover {
  /* 共通a要素のスタイル打ち消し */
  background-color: transparent;
}
.footer #f01 a.foot-heading h3:hover {
  color: #fff;
}
.footer #f03 a.foot-heading h3:hover,
.footer #f04 a.foot-heading h3:hover {
  color: var(--primary-light-col);
}

.totop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  transition: all .2s ease-in-out;
}

.totop.show {
  opacity: 1;
  visibility: visible;
}

.totop a {
  display: block;
  text-decoration: none;
}
.totop img {
  background: #710000;
}
.totop img:hover {
  background: #900000;
}

.copyright {
  clear: both;
  padding: 10px 0;
  font-size: 1.1rem;
  text-align: center;
  color: #efede9;
  background: #d33535;
}

@media screen and (max-width: 600px) {
  .footer-inner {
    display: block;
    margin: 0 2.6rem 0 1.6rem;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0 2rem 0;
  }
  .footer #product_portal_f01,
  .footer #product_portal_f02,
  .footer #product_portal_f03,
  .footer #product_portal_f04 {
    flex: 0 0 45%;
  }
  .footer .foot-heading h3 {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .footer #f01 .foot-heading {
    margin-top: 0;
  }
  .footer #f01 a,
  .footer #f02 a,
  .footer #f03 a,
  .footer #f04 a {
    font-size: 1.2rem;
  }
  .footer .option-idx__li {
    width: 40rem;
  }
}


/*=======================================================
  Utility 
======================================================*/

.containerMaxwidth {
  max-width: 1400px;
  margin: 0 auto;
}

.size-100 {display: block; width: 100%; margin: 0 auto;}
.size-90 {display: block; width: 90%; margin: 0 auto;}
.size-80 {display: block; width: 80%; margin: 0 auto;}
.size-70 {display: block; width: 70%; margin: 0 auto;}
.size-60 {display: block; width: 60%; margin: 0 auto;}
.size-50 {display: block; width: 50%; margin: 0 auto;}
.size-40 {display: block; width: 40%; margin: 0 auto;}

.margin-bottom-small {margin-bottom: 2rem !important;}
.margin-bottom-default {margin-bottom: 2rem !important;}
.margin-bottom-big {margin-bottom: 6rem !important;}
.margin-bottom-huge {margin-bottom: 8rem !important;}

/* タブレット・モバイル時はmargin-bottomが半分の値になる */
@media screen and (max-width: 979px) {
  .margin-bottom-small {margin-bottom: 1rem !important;}
  .margin-bottom-default {margin-bottom: 2rem !important;}
  .margin-bottom-big {margin-bottom: 3rem !important;}
  .margin-bottom-huge {margin-bottom: 4rem !important;}
}

/* pc時に改行させる */
.pc-break { display: block;}
@media screen and (max-width:1200px) {
  .pc-break {display: inline;}
}

/* モバイル時に改行させる */
.mobile-break {display: inline-block;}
@media screen and (max-width:600px) {
  .mobile-break {display: block;}
}

/* 上記二つの改行用クラスを入れにくい場合の処置 */
/* pc時に改行させる */
@media screen and (max-width:1200px) {
  br.pc { display: none;}
}

/* モバイル時に改行させる */
@media screen and (min-width:600px) {
  br.mobile {display: none;}}



.font-weight-b {font-weight: bold;}
.txt-align-center {text-align: center;}
.txt-align-left {text-align: left;}
.txt-small {font-size: 1.2rem;}
.txt-en {font-family: var(--txt-en);}


.word-break {word-wrap: break-word;}


.d-flex { display: flex;}
.d-inline-b { display: inline-block;}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

/*=======================================================
   共通のパーツ
 ======================================================*/
/* 共通見出し */

.main-heading {
  font-weight: bold;
  color: #333;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 1px;
}
.sub-heading {
  font-weight: bold;
  color: #4D4F53;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 1px;
  padding: 2rem 0 1rem;
}

.substrong-heading {
	text-align: center;
}
.substrong-heading span{
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #1C0D3F;
  font-size: 2.5rem;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  margin: 0 1rem;
}


.main-heading .txt-en {
  font-size: 4.8rem;
  font-family: var(--txt-en);
  font-weight: 400;
  color: var(--primary-col);
  letter-spacing: 1px;
}


/* 共通ボタン */
.btn-container {
  display: flex;
  text-align: center;
  /*justify-content: center;*/
}

.btn {
  display: inline-block;
  text-decoration: none;
  /*font-size: var(--font-size-default);*/
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1.6rem 4rem 1.6rem 4rem;
  border-radius: 10px;
  border: 2px solid transparent;
  position: relative;
  letter-spacing: 3px;
  transition: all .2s;
}

.btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-53%);
  width: 3rem;
  height: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1rem;
  vertical-align: middle;
  transition: all .2s;
}

.btn--download {
  /*line-height: 3rem;*/
  background-color: #F27620;
  color: #fff;
  margin-right: 1rem;
}

.btn--download::after {
  background-image: url(img/new_idx/dl-icon.svg);
}

.btn--download:hover {
  border: 2px solid #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3) inset;
}

.btn--trial {
  background-color: #F27620;
  color: #fff;
}

.btn--trial::after {
  background-image: url(img/new_idx/arrow-right-icon.svg);
}

.btn--trial:hover {
  border: 2px solid #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3) inset;
}

.btn--inquiry {
  background-color: var(--cv-btn-col);
  border: none;
  color: #fff;
  width: 100%;
}

.btn--inquiry:hover {
  background-color: var(--cv-btn-light-col);
}

/* テキストボタン */

.link-btn {
  display: block;
  text-decoration: underline;
  text-align: right;
  color: var(--primary-col);
  font-size: var(--font-size-default);
  transition: all .3s;
}

.link-btn::after {
  content: '';
  display: inline-block;
  background-image: url(img/new_idx/function-link-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-left: 1rem;
}

.link-btn:hover {
  opacity: .8;
}

/* 角丸ボタン */
.btn--round {
  line-height: 3rem;
  color: var(--primary-col);
  border-radius: 100px;
}

.btn--round::after {
  right: 3.4rem;
  width: 2rem;
  height: 2rem;
  background-image: url(img/new_idx/link-icon.svg);
}

.btn--round:hover {
  border: 1px solid #00A2EF;
  color: #00A2EF;
}

.btn--round:hover::after {
  background-image: url(img/new_idx/link-icon-white.svg);
}

/* 角丸ボタン 矢印アイコンバージョン */
.btn--round--arrow::after {
  background-image: url(img/new_idx/arrow-right-icon.svg);
}

.btn--round--arrow:hover::after {
  background-image: url(img/new_idx/arrow-right-icon-w.svg);
}

/* 白テキストとボーダーバージョン */
.btn--white {
  background-color: #00A2EF;
  color: #fff;
  border: 1px solid #00A2EF;
}

.btn--white::after {
  background-image: url(img/new_idx/arrow-right-icon-w.svg);
}

.btn--white:hover {
  border: 1px solid #00A2EF;
  color: #00A2EF;
  background-color: #fff;
}

.btn--white:hover::after {
  background-image: url(img/new_idx/arrow-right-icon-p.svg);
}



/* 角丸ボタン 塗りつぶしバージョン*/
.btn--round-fill {
  color: #fff;
  background: linear-gradient(90deg, rgba(249,83,198, 1) 0%, rgba(185,29,115,1) 100%);
  border-radius: 100px;
  transform: translateY(.5rem);
  border: 2px solid #fff;
  box-shadow: 0 5px 7px rgba(0,0,0,.5);
}

.btn--round-fill::after {
  background-image: url(img/new_idx/arrow-right-icon-w.svg);
}

.btn--round-fill:hover {
  transform: translateY(0rem);
  box-shadow: 0 10px 15px rgba(0,0,0,.5);
}

/* サブボタン */
.sub-btn {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  padding: 1.6rem 6.4rem 1.6rem 4rem;
  letter-spacing: 1px;
  border-radius: 500px;
  position: relative;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  transform: translateY(5px);
  transition: all .2s;
}

.sub-btn::after {
  content: '';
  display: inline-block;
  background-image: url(img/gd_dx_circle-arrow-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}

.sub-btn:hover {
  box-shadow: 0 5px 7px rgba(0, 0, 0, .2);
  transform: translateY(0);
}

.sub-btn--pink {
  background-color: var(--primary-col);
}

/* サイドボタン */

.sideBtn-container {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 20;
  font-size: 14px;
  transition: all .2s ease-in-out;
}

.sideBtn-container.show {
  visibility: visible;
  opacity: 1;
}

.sideBtn {
  display: block;
  width: 4.56rem;/* 無指定だとFirefoxで隠れる */
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border: 2px solid transparent;
  border-radius: 5px 0 0 5px;
  padding: 2rem 1rem 2rem;
  margin-bottom: 1rem;
  box-shadow: 0 3px 5px rgba(0,0,0,.2);
  transition: all .3s;
}

.sideBtn--download {
  background-color: var(--primary-col);
  color: #fff;
  height: 14rem;/* 無指定だとFirefoxで隠れる */
}

.sideBtn--trial {
  color: var(--primary-col);
  background-color: #fff;
  height: 12.8rem;/* 無指定だとFirefoxで隠れる */
}

.sideBtn--inquiry {
  color: #fff;
  background: var(--cv-btn-col);
  height: 11.6rem;/* 無指定だとFirefoxで隠れる */
}

@media screen and (min-width: 1920px) {
  .sideBtn-container {
    top: 30%;
  }
  .sideBtn {
    font-size: 2rem;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    width: auto;
    height: auto;
    padding: 1.6rem 3rem 1.6rem 4rem;
    margin-bottom: 1.6rem;
  }
}

/* パンクズリスト */
.topicpath {
  padding: 1rem 2rem;
  color: #666;
  font-size: 1.2rem;
}

.pankuzu-link {
  color: #666;
}

.mainContents {
    max-width: 112rem;
    margin: 0 auto;
}


/* パララックス */
 .p-wrapper {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
} 

.p-wrapper-data {
	background-color: #E3EDFE;
}

.p-item01 {
  background-image: url("img/new_idx/top_bg-img01.png");
  background-position: center -200%;
}

.p-item02 {
  /*background-image: url("img/new_idx/info_bg.png");*/
  background-color: #F8F8F8;
}

.p-item03 {
  background-image: url("img/new_idx/info_bg.png");
  
}

.p-item04 {
  /*background-image: url("img/new_idx/top_bg-img04.png");*/
	background-color: #FFF0FB;
}

.mobile-bg {
  display: none;
}

/* /パララックス */

/* section inquiry */

.inquiry {
  max-width: 65rem;
  padding: 6rem 0;
  margin:0 auto;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #1C0D3F;
}

.inquiry .btn-container {
  justify-content: space-between;
  flex-wrap: wrap;
}

.inquiry .btn {
  font-size: 1.8rem;
  padding: 3rem 8rem 3rem 8rem;
  margin-bottom: 4rem;
  line-height: 2rem;
  text-align: center;
}

.t-num {
  font-size: 5rem;
  margin-right: 5rem;
  line-height: 1.3;
  color: #1C0D3F;
  text-align: center;
  margin-bottom: 4rem;
}

.t-num::before {
  content: '';
  display: inline-block;
  background-image: url(img/new_idx/phone-icon.svg);
  width: 4rem;
  height: 4rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

/*=======================================================
   レスポンシブ対応（max-width:768pxは最下部に）
 ======================================================*/
@media screen and (max-width: 979px) {
  /* 共通パーツ */
  .main-heading {
    font-size: 2.5rem;
    padding: 2rem 0;
  }

  .function .main-heading .txt-en,
  .main-heading .txt-en {
    font-size: 2.2rem;
  }

  .link-btn {
    font-size: 1.6rem;
  }

  /* section inquiry */
  .inquiry {
    padding: 2rem 3rem;
  }

  .t-num {
    font-size: 3rem;
    width: 90%;
    margin: 0 auto 2rem;
  }

  .t-num::before {
    width: 2.4rem;
    height: 2.4rem;
  }

  .inquiry .btn-container {
    display: block;
    text-align: center;
  }

  .inquiry .btn {
    width: 80%;
    padding: 2rem 0;
  }

}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 600px) {
  /* 共通パーツ */
  .main-heading {
    letter-spacing: 0;
    padding: 2rem 3rem 2rem 2rem;
  }

  .btn-container {
    flex-direction: column;
    margin: 0 auto;
    width: 70%;
  }
    
  .btn-container .btn:not(:last-child) {
        margin: 0 0 2rem 0;
    }

  .btn {
    /*padding: 1rem 5rem 1rem 5rem;*/
    font-size: 2rem;
	margin-right: 0;
  }

  .btn--round::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 2.4rem;
  }

  .link-btn {
    font-size: 1.4rem;
  }
  .link-btn::after {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .3rem;
  }

  .p-wrapper {
    background-image: none;
  }

  .mobile-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: -1;
  }

  /* inquiry */

  .inquiry p {
    width: 90%;
    margin: 0 auto 2.6rem;
    text-align: center;
  }
  .inquiry .btn {
    width: 100%;
    margin-bottom: 1.8rem;
  }

  .t-num {
    padding-top: 2rem;
    font-size: 4rem;
  }

  /* サイドボタン */

  .sideBtn {
    width: 3.26rem; /* 無指定だとFirefoxで隠れる */
    font-size: 1.2rem;
    padding: 1rem .2rem 1rem .5rem;
    margin-bottom: 1rem;
  }

  .sideBtn--download {
    height: 12rem; /* 無指定だとFirefoxで隠れる */
  }

  .sideBtn--trial {
    height: 10.8rem; /* 無指定だとFirefoxで隠れる */
  }

  .sideBtn--inquiry {
    height: 9.6rem; /* 無指定だとFirefoxで隠れる */
  }

}
