/*=======================================================
   データ統合支援サービスcss(GoodDataのサイト構造を利用)
 ======================================================*/

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; 
    color: #333;
    line-height: 1.6;
	overflow-x: hidden;
}

/* slide-show */
.swiper {
  max-width: 112rem;
}

@media (max-width: 600px) {
  .swiper {
    width: 100%;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

.c-swiper-mv .swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}
.image-item {
  display: block;
  width: 80%;
  margin: 2rem auto 4rem;
}

/* /slide-show */

.topBnr {
  max-width: 112rem;
  text-align: center;
  margin: 2rem auto;
}

.topBnr__txtBox {
  margin-right: 4rem;
}

.topBnr__txt {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 4rem;
}

.topBnr__txt span {
  color: var(--primary-col);
  font-size: 3.8rem;
}



.topBnr .btn:not(:last-child) {
  margin-right: 2rem;
}

.video {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, .75);
  padding: 6rem 0;
  text-align: center;
}

.video__inner {
  max-width: 112rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
}

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

.movie {
  display: block;
  width: 55%;
  margin-right: 4rem;
}

.movie video {
  display: block;
  width: 100%;

}

.video__ul-ttl {
  color: var(--secondary-col);
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.video__ul {
  font-size: var(--font-size-default);
  color: var(--secondary-col);
  text-align: left;
  letter-spacing: 1px;
  padding: 0 2rem 2rem 2rem
}

.video__ul li {
  margin-bottom: 1rem;
}

/* section feature */
.feature {
  width: 100%;
  background-color: #fff;
  padding: 6rem 0;
  text-align: center;
  font-size: var(--font-size-default);
  color: var(--txt-bace-col);
}

.feature__ttl {
  color: var(--primary-col);
  font-size: 3.8rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.feature__subTtl {
  font-size: 2rem;
}

.feature__subTtl_pink {
  color: var(--primary-col);
  font-size: 2rem;
  margin-bottom: 2rem;
}


.feature__txt {
  margin-bottom: 2rem;
}

/* ここからピンクボックス */

.feature__box {
  margin-bottom: 6rem;
}

.feature__box__inner {
  max-width: 112rem;
  background: linear-gradient(90deg, rgba(249,83,198,0.56) 0%, rgba(185,29,115,0.56) 100%);
  color: #fff;
  margin: 0 auto;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}

.feature__box__ttl {
  font-size: var(--font-size-default);
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.6rem;
  line-height: 1.3;
}


.feature__box__left {
  width: 15%;
  background-color: rgba(237, 38, 183, .5);
  display: flex;
  flex-direction: column;
  padding: 2rem;
  position: relative;
}

.feature__box__left .feature__box__ttl {
  padding-top: 4rem;
}

.feature__box__left--imgBox {
  padding-top: 2rem;
}

.feature__box__left img {
  display: block;
  width: 30%;
  margin: 0 auto 2.6rem;
}


.feature__box__right {
  width: 85%;
  text-align: center;
  padding: 2.5rem 2rem;
}

.feature__box__right .gd-logo {
  display: block;
  width: 15%;
  margin: 0 auto 2rem;
}

/* ボックスの矢印 */
.feature__box__right img.feature__box--arrow {
  width: 4rem;
  transform: translateY(2rem);
}

.feature__box__right img.feature__box--arrow:first-child {
  transform: translateY(2rem);
}

.box__right--flex-wrap {
  width: calc(100% + 4rem);
  display: flex;
  justify-content: space-around;
  transform: translateX(-4rem);
}

.box__right__child01,
.box__right__child02,
.box__right__child03 {
  font-size: 1.3rem;
  position: relative;
}

.box__right__child01 {
  width: calc((50% - 8rem) / 2);
 
}

.box__right__child02 {
  width: calc((50% - 8rem) / 4);

}

.box__right__child03 {
  width: calc(100% / 2);
}

.feature__box__right .feature__box__ttl {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: var(--primary-col);
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 200px;
}

.box__right__child03 .feature__box__ttl {
  width: 19.8rem;
}

.box__right__child03 .point-txt01 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 5rem;
  border-bottom: 5px double #fff;
  margin-bottom: 2rem;
  text-shadow: 0 2px 5px rgba(185, 29, 115, .3);
  letter-spacing: 1px;
}

.box__right__child01 img {
  width: 100%;
  padding-top: 6rem;
  margin: 0 auto;
  border-radius: 2px
}

.box__right__child02 img {
  width: 80%;
  padding-top: 6rem;
  margin: 0 auto;
}

/* ピンクボックス右の一番右端のbox */
.box__right__g-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-child__subBox {
  width: 25%;
  margin-right: 2rem;}

  .g-child__subBoxImg01 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

.g-child__subBox--img {
  width: 20%;
  margin-right: 2rem;}

  

.box__right__g-child ul {
  padding-left: 2rem;
  text-align: left;
}

.box__right__g-child ul li {
  font-size: var(--font-size-default);
}

.point-txt02 {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 4rem;
  margin-bottom: 2rem;
  background-image: linear-gradient(transparent 90%, rgba(237, 38, 183, .5) 7%);
}

/* /section feature */


/* section function */
.function {
  text-align: center;
  font-size: var(--font-size-default);
}

.function .main-heading {
  padding: 4rem 1rem 2rem;
}

.function .main-heading .txt-en {
  margin-right: .5rem;
  font-weight: bold;
}

.function__container {
  width: 100%;
  margin: 0 auto;
  /*background-color: rgba(255, 255, 255, .75);*/
  padding: 0 0 2rem;
  text-align: center;
}

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

.function__box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--secondary-col);
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
  overflow: hidden;
  margin-bottom: 4rem;
}
.function__box p {
	color: #333;
}

.function__box__txtItem {
  width: 55%;
  padding: 2rem 3rem;
}

.function__box__ttl {
  text-align: left;
  font-size: 2.2rem;
  /*font-weight: 400;*/
  margin-bottom: 1.6rem;
}

.function__box__ttl span {
  display: inline-block;
  font-size: 3.8rem;
  font-family: var(--txt-en);
  margin-right: 1rem;
}

.function__box__txtItem p {
  text-align: left;
  margin-bottom: 2rem;
}



.function__box__imgItem {
  width: 45%;
  padding: 2rem;
  overflow: hidden;
}

.function__box__imgItem.padding-0{
  /*padding: 0;*/
}

.function__box__imgItem img {
  display: block;
  width: 100%;
}

.w-big img {
  width: 100%;
}

/* /section function */

/* section about_data-source */
.about_data-source {
  background-color: #fff;
  width: 100%;
  padding-bottom: 6rem;
}

.about_data-source .main-heading {
  color: var(--primary-col);
  padding: 3rem 0;
}

.about_data-source .main-heading .txt-en {
  margin-right: 1rem;
}

.about_data-source img {
  display: block;
  max-width: 112rem;
  margin: 0 auto;
}

/* /section about_data-source */

/* section dashBoad-trial */
.dashBoad-trial {
  max-width: 112rem;
  margin: 0 auto;
  padding-bottom: 6rem;
}

.dashBoad-trial .main-heading {
  padding: 4rem 0 3rem;
}

.dashBoad-trial p {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #333;
  width: 90%;
  padding: 2rem 6rem;
  margin: 0 auto 2rem;
  border-radius: 1rem;
}

/* /section dashBoad-trial */

/* section case-studies */
.case-studies {
  padding-bottom: 2rem;
}

.case-studies .main-heading {
  padding: 3rem 0;
}

.case-studies__bg-w {
  background-color: #fff;
  padding-bottom: 4rem;
}

.case-studies__bg-w .main-heading {
  color: var(--primary-col);
}

.case-studies__imgLogoList {
  display: block;
  max-width: 112rem;
  margin: 0 auto;
}
.case-studies__imgLogoList02{
    display: block;
    max-width: 75rem;
    margin: 0 auto;
}
.case-studies__flex-wrap {
  max-width: 112rem;
  display: flex;
  justify-content: center;
  margin: 0 auto 3rem;
}

.case-studies__box {
  width: calc((100% - (5% * 2)) / 3);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem;
  border: 1px solid #0B4F96;
  box-shadow:
    0px 5px 10px rgba(0, 0, 0, .1), /* 下方向へ、ぼかしあり */
    0px -5px 10px rgba(0, 0, 0, .1); /* 上方向へ、ぼかしあり */
  border-radius: 30px 20px;
  position: relative;
}

.case-studies__box:not(:nth-of-type(3n)) {
  margin-right: 5%;
}

.case-studies__box img {
  display: block;
  width: 75%;
  margin: 0 auto 2.2rem;
}

.case-studies__box p {
  font-size: 1.8rem;
   color: #333;
   line-height: 1.7;
   text-align: left;
}
.case-studies__box h4 {
	font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #0B4F96;
    text-align: left;
}

h4.case-short_text {
	text-align: center;
}


.case-studies__box .link-btn {
  position: absolute;
  bottom: 2.2rem;
  right: 2.2rem;
}

/* /section case-studies */

/* section news */
.news {
  text-align: center;
  background-color: #fff;
  padding: 0 0 6rem;
}

.news .main-heading {
  color: var(--primary-col);
  padding: 3rem 0;
  margin-bottom: 2rem;
}
/* /section news */

/* ========================================
　　メインビジュアルのcss*
   ======================================== */
/* 基本的なリセットとフォント設定 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.highlight-strong01 {
    color: #6BF0FF; 
    /*font-size: 4rem;*/
}
.highlight-strong02 {
	color: #F5E933; 
    /*font-size: 4rem;*/
}

.highlight-strong03 {
	color: #00A2EF;
    font-size: 4rem;
}
.highlight-strong04 {
	color: #00A2EF;
    font-size: 4rem;
}

/*メインビジュアルのボタン*/
.cta-buttons {
display: flex;
text-align: start;
}


.container {
	max-width: 150rem;
    margin: 0 auto; 
    padding: 4rem 1rem; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

.hero-section {
    position: relative; 
    width: 100%;
    align-items: center; 
    padding: 40px 0 20px; 
}


.hero-background-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #025399;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-content-left {
    z-index: 2;
    text-align: center;
    flex: 1; 

}

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

/* サブタイトル */
.subtitle {
    font-size: 3.2rem;
	font-weight: bold;
    color: #1C0D3F;
    margin: 25px 0 15px;
    letter-spacing: 0.05em; 
}

/* ロゴ */
.logo img {
    max-width: 65%;
    height: auto;
    margin: 3rem 0 3rem;
    display: block; 
    margin-left: auto;
    margin-right: auto; 
}

.main-catchphrase {
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    font-size: 2.8em; 
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.35;
}

/* 説明文 */
.description {
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
   
}

/* ダッシュボードスクリーンショット */
.dashboard-screens {
    max-width: 40%;
    height: auto;
    display: block;
    position: absolute;
    right: 5%;
    top: 10%;
}
      
.features-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #f9f9f9; 
}

.feature-item {
    margin-bottom: 40px;
}

.feature-icon {
    width: 120px; 
    height: auto;
    margin-bottom: 25px;
}

img {
    display: block;
    width: 100%;
}

/*ここまで:メインビジュアルのcss*/

/* ========================================
   あらゆるスキル、あらゆるチームのユーザから
   支持を得る「GoodData」横3列
   ======================================== */
.user-focus-section {
    padding: 40px 0; 
}

.section-heading {
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #1a004b; 
}

.section-subheading {
    font-size: 1.1em;
    text-align: center;
    color: #555;
    margin-bottom: 60px;
    line-height: 1.8;
}

.gooddata-slogan {
    font-size: 2.8em;
    font-weight: bold;
    text-align: center;
    color: #1a004b;
    margin-bottom: 60px;
    line-height: 1.4;

}
.gooddata-slogan span.gooddata-pink {
    color: #ff007f;
}


.card-grid {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 30px; 
}

.skill-card {
    background-color: #fff;
    border-radius: 30px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
    padding: 30px;
    text-align: center;
    flex-basis: 100%; 
    max-width: 500px; 
    transition: transform 0.3s ease; 
	border: 1px solid #0B4F96;
}

.skill-tags {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 0.9em;
    color: #666;
}

.skill-tags img {
	width: 50%;
}

.tag-left {
    margin-right: auto; 
    color: #777;
}

.tag-right {
	font-size: 1.2rem;
    padding: 8px 20px;
    /*border-radius: 5px;*/
    font-weight: bold;
    color: #fff;
    margin-left: 30px;
}

.tag-label {
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #eee; 
    color: #333;
    margin-left: 5px;
}

/* 各タグの色 */
.tag-all-code { background-color: #1C0D3F; }
.tag-low-code { background-color: #1C0D3F; } 
.tag-no-code { background-color: #1C0D3F; } 


.skill-icon {
    width: 80px; 
    height: 80px; 
    margin: 0 auto 25px; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.skill-icon img {
	display: block;
    max-width: 100%;
    height: auto;
}
.card-size {
	display: block;
    max-width: 80%;
    margin: 0 auto;
    padding: 2rem;
}

.skill-card h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #0B4F96;
	text-align: left;
}

.skill-card p {
    font-size: 1.8rem;
    color: #333;
    line-height: 1.7;
	text-align: left;
}

/*ここまで：あらゆるスキル、あらゆるチームのユーザから
支持を得る「GoodData」横3列*/

/* ========================================
   GoodDataでできること
   ======================================== */
.what-gooddata-does-section {
    padding: 3rem 0; 
    background-color: #F2F4F6; 
}

.section-title {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    color: #1C0D3F;
}

.section-title span.gooddata-pink-title {
    color: #ff007f; 
}

.feature-cards-grid {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 30px; 
}

.feature-card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 3rem 2rem;
    text-align: center;
    flex-basis: 100%; 
    max-width: 400px; 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}


.feature-icon-wrapper {
    width: 100px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px; 
}

.feature-icon {
    width: 180px; 
    height: auto; 
}

.feature-card-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ED26B7; 
}

.feature-card-description {
    font-size: 1.5rem;
    color: #333;
    line-height: 1.7;
    text-align: left; 
}



/*ここまで：GoodDataでできること*/


/* ========================================
   ロゴ横並び設定
   ======================================== */
.trust-section {
    padding: 40px 0; 
    background-color: #F2F4F6; 
}

.trust-title {
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #1C0D3F;
}

.trust-description {
    font-size: 2.8rem;
    text-align: center;
    color: #ED26B7;
    line-height: 1.8;
	padding: 0 1rem;
}

.trust-description .gooddata-pink {
    color: #ff007f;
}


.customer-logos {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center;
    gap: 40px; 
    /*margin-bottom: 20px;*/ 
}

.customer-logo {
    max-width: 80px; 
    height: auto;
    filter: grayscale(100%); 
    transition: filter 0.3s ease, opacity 0.3s ease;
}


.rating-cards-grid {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 30px; 
}

.rating-card {
    border-radius: 10px;
    overflow: hidden; 
    flex-basis: 100%; 
    display: flex; 
    flex-direction: column; 
}


.rating-image {
    width: 80%; 
    height: auto;
    display: block;
	margin: 0 auto;
    
}

.rating-content {
    padding: 20px;
    text-align: left; 
    flex-grow: 1; 
}

.rating-year,
.rating-score {
    font-size: 1.8em;
    font-weight: bold;
    color: #1a004b; 
    margin-bottom: 5px;
    display: flex; 
    align-items: center;
}

.rating-score .star {
    color: #ff9900; 
    margin-left: 5px;
    font-size: 1.2em; 
}

.rating-source {
    font-size: 1em;
    color: #555;
    margin-bottom: 5px;
    font-weight: bold;
}

.rating-detail {
    font-size: 0.9em;
    color: #777;
}

 /*ここまで：導入企業ロゴ横並び設定*/



/* ========================================
   例えばこんな「困りごと」ありませんか？
   ======================================== */
.problem-statement-section {
    background-color: #F4FBFF; 
}

.section-title {
    font-weight: bold;
    text-align: center; 
    color: #333; 
    margin-bottom: 20px; 
}

.problem-list {
	max-width: 112rem;
    list-style: none; 
    margin: 0;
    padding: 0;
}

.problem-list li {
    font-size: 2rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px; 
    padding-left: 1.5em; 
    position: relative;
    text-align: left;
}

.problem-list li::before {
    content: '・ '; 
    position: absolute;
    left: 0;
    color: #555; 
    font-weight: bold;
}

.problem-list li:last-child {
    margin-bottom: 0; 
}

.highlight {
    font-weight: bold;
    color: #0B4F96; 
}

/*例えばこんな「困りごと」ありませんか？*/


/* ========================================
   Reckoner紹介
   ======================================== */
.reckoner-hero-section {
    /*padding: 20px 0; */
}

.hero-subheading {
	text-align: center;
    font-size: 3rem;
    color: #333;
    margin-bottom: 10px;
}

.hero-subheading-min  {
	text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 4rem;
	text-align: center;
    font-weight: bold;
    color: #00A2EF; 
    line-height: 1.3;
    /*margin-bottom: 10px;*/
}

.hero-title-data  {
    font-size: 5rem;
	text-align: center;
    font-weight: bold;
    color: #0B4F96;
    line-height: 1.3;
    margin-bottom: 10px;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; 
    margin-bottom: 20px;
}

.main-logo {
    max-width: 500px;
    height: auto;
}

.circle-badge {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.2;
}

.badge-text {
    white-space: nowrap;
    text-align: center;
}

.description-box {
	max-width: 112rem;
	text-align: center;
    background-color: #FFF3D3;
    padding: 3rem 9rem;
	font-size: 2.5rem;
	font-weight: bold;
}

.description-box-data {
	max-width: 112rem;
	text-align: center;
    background-color: #E3EDFE;
    padding: 3rem 6rem;
	font-size: 2.5rem;
	font-weight: bold;
}

.box-text {
    font-size: 2.5rem;
    line-height: 1.7;
    color: #333;
}

.box-text:first-child {
    font-weight: bold;
    margin-bottom: 15px;
}

.box-text-data {
    font-size: 2rem;
    line-height: 1.7;
    color: #333;
	text-align: left;
	font-weight: normal;
}

.box-text-data:first-child {
    margin-bottom: 15px;
}
/*一部文字の色変更*/
.highlight-strong {
    font-weight: bold;
}

.highlight {
    color: #0B4F96; 
}

.highlight-Reckoner {
	color: #00A2EF; 
	font-weight: bold;
}

.highlight-Reckoner_sumraiz {
	color: #F53C20; 
	font-weight: bold;
}


.features-section {
    padding: 60px 0; 
    background-color: #fff; 
    text-align: center;
}

.features-cards-grid {
	max-width: 112rem;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 20px; 
}

.feature-card {
    background-color: #EEFAFF; 
    padding: 4rem 3rem;
    border-radius: 10px;
    transition: transform 0.3s ease;
	box-shadow: none;
    flex: 1 1 280px; 
    max-width: 500px; 
}


.feature-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0B4F96;
    margin-bottom: 10px;
    line-height: 1.2;
}

.feature-text {
    font-size: 2rem;
    color: #333;
    line-height: 1.6;
	text-align: left;
}

/*Reckoner紹介*/

/* ========================================
  レコナー機能
   ======================================== */

.small-text-Reckoner {
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    padding-bottom: 2rem;
}
.data-processing-section {
    padding: 0 0 4rem; 
    background-color: #F8F8F8; 
}

.cards-grid {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 20px; 
	max-width: 112rem;
}

.card-item {
	display: flex;
	justify-content: center;
	align-items: center;
    background-color: #fff;
    border: 1px solid #333; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); 
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    flex-basis: 100%; 
    max-width: 500px; 
}

.card-icon {
    width: 70px;
    height: auto;
    margin: 15px;
    display: block;
}

.card-text {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}

/*レコナー機能*/

/* ========================================
   支援内容・イメージ
   ======================================== */
.support-section {
    padding: 0 0 4rem; 
    background-color: #E3EDFE; 
    text-align: center;
}

.support-cards-grid {
	max-width: 112rem;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 30px; 
}

.support-card {
    background-color: #fff;
    border: 1px solid #0B4F96; 
    border-radius: 10px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); 
    padding: 25px;
    text-align: left; 
    flex-basis: 100%; 
    max-width: 500px; 
    transition: transform 0.3s ease;
}
.card-title {
    font-size: 2.3rem;
    font-weight: bold;
    color: #0B4F96;
    line-height: 1.3;
	text-align: center;
    margin-bottom: 15px;
}

.card-description {
    font-size: 2rem;
    color: #555;
    line-height: 1.7;
}

/*支援内容・イメージ*/

/* ========================================
   パートナーシップ
   ======================================== */
.partnership-section {
    background-color: #fff;
}

.section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #333; 
    text-align: center;
    margin-bottom: 20px;
}

.partnership-content-wrapper {
	max-width: 112rem;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    gap: 30px; 
}

.partnership-image {
    flex-shrink: 0; 
    max-width: 300px; 
    width: 100%;
    text-align: center;
}

.partnership-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.partnership-image-zuhan {
    flex-shrink: 0; 
    max-width: 114rem; 
    width: 100%;
    text-align: center;
}

.partnership-image-zuhan img {
    max-width: 100%;
    height: auto;
    display: block;
}

.partnership-text {
    flex-grow: 1; 
    text-align: left;
    line-height: 1.7;
}

.description-text {
    font-size: 2rem;
    color: #333;
	padding: 1rem;
}

.description-text:last-of-type {
    margin-bottom: 15px;
}

.highlight-text {
    font-weight: bold;
}

.news-link {
    display: block;
    font-size: 2rem;
	font-weight: bold;
    color: #0B4F96; 
    /*text-decoration: none;*/
    margin-bottom: 5px;
}

.news-link:hover {
    text-decoration: none;
	color: #4C78A6;
}

.small-text {
    font-size: 1.5rem;
    color: #333;
}

/*パートナーシップ*/

/* ========================================
   各ボタン
   ======================================== */
/*オレンジ*/
btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #F27620;
  border: 1px solid #F27620;	
  letter-spacing: 1px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #F27620;
  background: #fff;
}

a.btn--radius {
   border-radius: 100vh;
}

/*ブルーボタン*/
btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #1D3867;
  border: 1px solid #1D3867;	
  letter-spacing: 1px;
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #1D3867;
  background: #fff;
}

a.btn--radius {
   border-radius: 100vh;
}

/*水色ボタン*/
btn--lightblue,
a.btn--lightblue {
  color: #fff;
  background-color: #00A2EF;
  border: 1px solid #00A2EF;	
  letter-spacing: 1px;
}
.btn--lightblue:hover,
a.btn--lightblue:hover {
  color: #00A2EF;
  background: #fff;
}

a.btn--radius {
   border-radius: 100vh;
}/*各ボタン*/
/*データ統合支援サービスTOP*/

/*データ統合支援詳細ページ*/

/* ========================================
　  TOPバナーcss
   ======================================== */
.campaign-hero-section {
    position: relative; 
    padding: 40px 0; 
    min-height: 300px; 
    display: flex; 
    align-items: center;
    justify-content: center; 
    overflow: hidden; 
	max-width: 112rem;
    margin: 0 auto;
}
.background-pattern-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; 
    z-index: 0; 
}


.background-pattern-image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
	box-shadow: 0 5px 7px rgba(0, 0, 0, .2);
}


.campaign-title {
    position: relative; 
    z-index: 1;
    font-family: 'Noto Sans JP', sans-serif; 
    font-size: 6rem; 
    font-weight: bold;
    color: #fff; 
    line-height: 1.5;
    text-align: left; 
    padding-left: 100px;
	padding-bottom: 20px;
    max-width: 100%; 
    box-sizing: border-box;
    text-shadow:
    0 0 5px rgba(0,0,0,1),
    0 0 10px rgba(0,0,0,1),
    0 0 20px rgba(0,0,0,0.95),
    0 0 40px rgba(0,0,0,0.9);
}

/*TOPバナーcss*/


.topicpath_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topicpath_partsbtn{
	margin: 2rem 0;
}

.about-bi__p {
  font-size: 1.8rem;
  line-height: 2;
  max-width: 97rem;
  margin: 0 auto;
  padding: 0rem 1rem;
  text-align: left;
}
.about-bi__p li{
  margin-left: 1em;
  text-indent: -1em;
  list-style: none;
  font-size: 16px;
}


.sp-br{
  display: none;
}
.about-bi__box01 {
  display: flex;
  margin-bottom: 6rem;
  background-color:#fff; 
  /*padding: 10px 20px 15px 10px;*/
  border-radius: 15px;
  box-shadow: 0 0 8px gray;
}

.correction {
  box-shadow: none;
  margin: 4rem 0;
	
}
.about-bi__box01 h2{
  margin-bottom: 2rem;
  padding-top:5%;
  font-weight: bold;
  font-size: 1.5rem;
}
.about-bi__box02 {
  max-width: 112rem;
  display: flex;
  justify-content:bottom;
  background-color:#fff;
   padding: 2rem 1rem;
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .1), 0px -5px 10px rgba(0, 0, 0, .1);
  align-items: center;
  border: 1px solid #0B4F96;
}

.about-bi__box02 h2{
  text-align: left;
  /*padding-top: 5%;*/
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
}
.about-bi__box03 h2{
  /*font-size: 1.8rem;*/
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}

.about-dts {
	width: 90%;
	margin: 0 auto;
}
.text-color01{
  color: #0099cc;
  font-weight: bold;
}
.about-bi__imgBox {
  max-width: 97rem;
  margin: 0 auto;
  border: 1px solid #888;
  padding: 3rem 2rem;
  border-radius: 3px;
}

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

.about-bi__imgBox__item {
  width: 28%;
  padding: 0 5rem;
}

.about-bi__imgBox__item:first-child {
  width: 25%;
}

.about-bi__imgBox__item:not(:last-child) {
  margin-right: 2rem;
}

.about-bi__imgBox__item img {
  display: block;
  width: 80%;
  margin: 0 auto 2rem;
}

.about-bi__imgBox__item p {
  font-size: var(--font-size-default);
  font-weight: bold;
  border: 1px solid var(--primary-col);
  color: var(--primary-col);
  text-align: center;
  padding: .5rem 1rem;
}

.about-bi__box__elmBox {
  max-width: 97rem;
  margin: 0 auto;
  background-color: rgba(237, 38, 183, .1);
  border-radius: 3px;
  padding: 2rem 3rem;
}

.elmBox__wrap {
  display: flex;
}

.elmBox__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 6rem) / 3);
  color: var(--primary-col);
  line-height: 1.6;
  font-weight: bold;
}

.elmBox__item:not(:last-child) {
  margin-right: 3rem;
}

.elmBox__ttl {
  font-size: 2.4rem;
  padding: 1rem 3rem;
  color: #fff;
  background: linear-gradient(to right, var(--primary-col), #f47dde);
}

.elmBox__item p {
  font-size: var(--font-size-default);
  padding: 2rem 2.2rem;
  height: 100%;
  background: #fff;
  border-right: 1px solid var(--primary-col);
  border-bottom: 1px solid var(--primary-col);
  border-left: 1px solid var(--primary-col);
}

.about-bi__dxlp-link {
  max-width: 97rem;
  text-align: center;
  display: block;
  margin: 0 auto 8rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  transition: all .3s ease-in-out;
}

.about-bi__dxlp-link:hover {
  opacity: .8;
}

.about-bi__dxlp-link img {
  display: block;
  width: 100%;
}





.btn--inquiry02{
    background-color:#1046b4;
    border: none;
    color: #fff;
    width: 100%;
		font-size: 1.6rem;
		border-bottom: 5px solid #000;
}
a.btn--inquiry02:hover {
  margin-top: 3px;
  color: #fff;
  background: #1046b4;
  border-bottom: 2px solid #000;
}
.btn--inquiry03{
	background-color:#1046b4;
	border: none;
	color: #fff;
	width: 54%;
	font-size: 1.6rem;
	border-bottom: 5px solid #000;
}
a.btn--inquiry03:hover {
  margin-top: 3px;
  color: #fff;
  background: #1046b4;
  border-bottom: 2px solid #000;
}
.btn-wrapper{
	text-align: center;
	margin-bottom: 3rem;
}
.sakura_banner0125{
	max-width: 52%;
}
.goodata_banner{
	max-width:52%;
	margin-bottom: 7rem;
}
.bi-primary-heading01 {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02px;
  margin-bottom: 3rem;
  position: relative;
  padding: 0 3rem;
  text-align: center;
}
.bi-primary-heading02 {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02px;
  margin-bottom: 3rem;
  position: relative;
  padding: 0 3rem;
  text-align: center;
}
.bi-primary-heading01::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 80%;
  height: 5px;
  background:rgb(247,163,223);
}
.bi-primary-heading02::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 60%;
  height: 5px;
  background:rgb(247,163,223);
}
.about-bi__line {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-decoration-color: #f4c4f3;
}

.about-bi__pinkTxt {
  font-weight: bold;
  color: var(--primary-col);
}

.bi-secondary-heading {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}


/*.design_green a {
    background: linear-gradient(#0D0 0%, #008100 50%, #005B00 51%, #003900 100%);
    border: solid 1px #003900;
    box-shadow: 0 1px 2px #606060, 0 0 2px #FFF inset;
    text-shadow: 3px 0 3px #003900, 0 3px 3px #003900, -3px 0 3px #003900, 0 -3px 3px #003900;
}*/

.design_green a {
    background-color: #00a99d;
    color: #fff;
    }
    
.design_green a:hover {
    background-color: #eeeeee;
    color: #00a99d;
    border: solid 2px #00a99d;
    }    

.btn--inquiry_dts {
  border: none;
  color: #fff;
  width: 50%;
  display: block;
  margin: 0 auto;
}

.btn_dts {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
  padding: 1.6rem 7rem 1.6rem 5rem;
  border-radius: 10px;
  border: 2px solid transparent;
  position: relative;
  letter-spacing: 1px;
  transition: all .2s;
}


.btn-wrap__inner{
  display: block;
  text-align: center;
  margin-top: 3rem;
  padding-bottom: 8rem;
}

.textlink {
    color: #00a99d;
    text-decoration: underline;
}

.textlink a:hover {
  color: #00a99d;
}

.textlink a:visited {
  color: #00a99d;
}
/* データ統合基盤 図版部分*/
.dks_wrapper{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.dks_wrapper div{
  width: 93%;
}
.step_area{
  display: flex;
  align-items: center;
  justify-content:space-around;
  background-color: #fff;
  margin: 0rem 4rem 0;
  padding: 2rem;
  border-radius: 10px;
}
.step_area:first-child{
  margin-top: 4rem;
}
.step_area_other{
  display: flex;
  align-items: center;
  justify-content:space-around;
  background-color: #fff;
  margin: 4rem 4rem;
  padding: 2rem;
  border-radius: 10px;
  margin:0.5rem auto 1rem;
  max-width: 845px;
  border: 5px solid #6784EB;
  
}
.dks_maintitle{
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}
.dks_background{
  background-color: #6784EB;
}
.section_txt{
  font-size: 1.8rem;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 60px solid #FFCC00;
  border-bottom: 0;
  margin:  0 auto;
}
/* BIツールの必要性 図版部分*/
.about-bi__imgBox--necessity {
  text-align: center;
}

.about-bi__imgBox--necessity img {
  display: block;
  width: 40%;
  margin: 0 auto 3rem;
}

.about-bi__imgBox--necessityBox {
  display: inline-block;
  background-color: rgba(237, 38, 183, .1);
    border-radius: 3px;
    padding: 2rem 4rem 3rem;
    text-align: left;
}

.about-bi__imgBox--necessityBox p {
  font-size: var(--font-size-default);
  margin-bottom: .8rem;
}

.about-bi__imgBox--necessityBox ul {
  padding-left: 3rem;
}

.about-bi__imgBox--necessityBox li {
  font-size: 1.8rem;
  font-weight: bold;
}

/* /BIツールの必要性 図版部分*/

/* BI実現までのプロセス */
.about-bi__processWrap {
  max-width: 97rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.about-bi__processWrap .about-bi__p {
  margin: 0;
  width: 55%;
}

.about-bi__processWrap__imgBox {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-bi__processWrap__imgBox img {
  display: block;
  width: 100%;
  margin-bottom: .6rem;
}

.about-bi__processWrap__imgBox .img-arrow {
  width: 2.2rem;
  margin: 0 auto 2rem;
}

.about-bi__processWrap__imgBox p {
  font-size: var(--font-size-default);
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.about-bi__processWrap__imgBox .highlight-note {
  font-weight: normal;
  margin-bottom: .5rem;
}

.about-bi__processWrap__imgBox .highlight {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(to right, var(--primary-col), #f47dde);
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 3px;
}

/* /BI実現までのプロセス */

/* BIとDx（デジタルトランスフォーメーション） */
.bi-and-dx-img {
  margin-bottom: 6rem;
}

.bi-and-dx-img img {
  display: block;
  max-width: 97rem;
  margin: 0 auto;
}

.about-bi__caseNum {
  background-color: #F47DDE;
  color: #fff;
  font-weight: bold;
  padding: .3rem .7rem;
  margin-right: 1rem;
  letter-spacing: 1px;
  border-radius: 2px;
}

.about-bi__border--both {
  border-top: 1px dotted #F47DDE;
  border-bottom: 1px dotted #F47DDE;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.about-bi__border {
  border-bottom: 1px dotted #F47DDE;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}


/* /BIとDx（デジタルトランスフォーメーション） */
/* section catchphrase */
.catchphrase {
  padding: 4rem 2rem;
  background-image: url("/gooddata/img/inquiryCommon.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.catchphrase-txt {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 4.5rem;
  transform: skew(-10deg);
}

 .catchphrase__span {
  color: var(--primary-col);
}

.p-item04 {
  background-color: var(--secondary-col);
}
.step_number{
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  color: #0167CC;
  margin-right: 1rem;
}

.kaigyo {
	text-indent: -1em;
	padding-left: 1em;
	margin: 1rem 0;
	font-size: 1.8rem;
}

p.kaigyo_ttl {
	font-weight: bold;
	color: #333;
	/*font-size: 1rem;*/
	font-size: 2rem;
	margin: 1rem 0 0;
}

.sumarry01 {
	padding-bottom: 10rem;
}

.sumarry02 {
	padding-bottom: 4rem;
}

.sumarry_wrap {
	background-color: #E3F7FF;
	padding: 1rem 3rem;
	/*padding: 1rem;*/
	width: 100%;
    max-width: 112rem;
    margin: 2rem auto;
}

.container_btn {
	display: flex;
	justify-content: center;
	padding: 0rem 0rem 4rem;
}

#sub_btn {
	text-align: center;
	margin: 3rem;
}

p.btn_subttl {
	font-size: 2.5rem;
}

/*レコナーボタン*/
.btn--reckoner,
a.btn--reckoner {
  color: #fff;
  background-color: #079DDA;
  font-size: 2.5rem;
}

a.btn--reckoner:hover {
  background-color: #eeeeee;
    color: #079DDA;
    border: solid 2px #079DDA;
}

/*GoodDataボタン*/
.btn--gooddata,
a.btn--gooddata {
  color: #fff;
  background-color: #ED26B7;
  font-size: 2.5rem;
}

a.btn--gooddata:hover {
 background-color: #eeeeee;
    color: #ED26B7;
    border: solid 2px #ED26B7;
}

/*ボタン共通設定*/

.point_btn {
	display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: 1.6rem 7rem;
    border-radius: 10px;
    border: 2px solid transparent;
    position: relative;
    letter-spacing: 1px;
    transition: all .2s;
}



/*ETL・BIツールのご案内はこちら*/
/* ボタンのスタイル */
/* レコナー*/

/*タイトル*/
h2.etl-bi_ttl {
	/*font-size: 1.8rem;*/
    font-size: 3rem;
    font-weight: bold;
    padding: 2rem 0 1rem;
	color: #333;
}

.btn1 a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 8px;
  /*font-size: 1.3rem;*/
  font-size: 20px;
  font-weight: bold;
  color: #154296;
  text-decoration: none;
  text-align: center;
  border: 1px solid #154296;
}

/* 矢印のスタイル */
.btn-arrow-right1 a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 3px solid #154296;
  border-right: 3px solid #154296;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: all .5s;
}

/* グッドデータ*/
.btn2 a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 8px;
  /*font-size: 1.3rem;*/
  font-size: 20px;
  font-weight: bold;
  color: #ED26B7;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ED26B7;
}

/* 矢印のスタイル */
.btn-arrow-right2 a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 3px solid #ED26B7;
  border-right: 3px solid #ED26B7;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: all .5s;
}

/*ボタンホバー時*/
.btn1 a:hover {
	/*transform: scale(1.1);*/
	background: #154296;
	color: #fff;
}

/*ホバー時に矢印（疑似要素）の色を変更*/
.btn-arrow-right1 a:hover::after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}

.btn2 a:hover {
	/*transform: scale(1.1);*/
	background: #ED26B7;
	color: #fff;
}

/*ホバー時に矢印（疑似要素）の色を変更*/
.btn-arrow-right2 a:hover::after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
/*ここまで：ボタンホバー時*/


/* レコナーとグッドデータ共通スタイル */
.data-btn,.rekona-btn {
  margin: 20px;
}
.sumarry03 {
	background-color: #E3EDFE;
	margin-bottom: 4rem;
	padding-bottom: 2rem;
	/*width: 90%;*/
	margin: 0 auto;
}

.btn-area {
  display: flex;
  justify-content: center;
}

.icon img{
  display: block;
  /*width: 15rem;*/
  width: 20rem;
  margin: 0 auto;
}

.icon {
  background-color: #fff;
  padding: 5rem;
}

#icon-gd {
	padding: 5.2rem 1rem;
}
.btn-wrap1 {
  display: block;
  padding: 1rem 1rem;
  background: #11A1E9;
  text-align: center;
}

.btn-wrap2 {
  display: block;
  padding: 1rem 1rem;
  background: #1C0D3F;
  text-align: center;
}

.btn-ttl {
  font-weight: bold;
  color: #fff;
  /*font-size: 1.5rem;*/
  font-size: 20px;
  /*padding-bottom: 1rem;*/
  margin: 1rem 0;
}


/*ここまで：ETL・BIツールのご案内はこちら*/

.bi-primary-heading_ttl {
	/*font-size: 1.6rem;*/
	font-size: 2.8rem;
	font-weight: bold;
    line-height: 1.6;
	text-align: center;
	/*margin-top: 2rem;*/
	color: #0B4F96;
}

span.mark {
	 background: linear-gradient(transparent 60%, #FFFE03 60%);
}

.detail-area_ttl {
	/*font-size: 2rem;*/
	font-size: 3rem;
	font-weight: bold;
    line-height: 1.6;
	text-align: center;
	margin: 3rem 1rem;
	color: #333;
}
.pink {
	color: #D1256D;
}


#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 1rem auto 0;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


a.card-link {
    text-decoration: none;
}


#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
	padding: 2rem;
}

.card-figure {
    margin: 0;
    padding: 0;
	background-color: #fff;
	border-radius: 15px;
}


.card-title {
    margin: 0.6em 1rem 0;
    color: #004896;
    text-align: center;
    /*font-size: 1.3em;*/
	font-size: 20px;
	font-weight: bold;
	flex: 1;
}


.card-text-tax {
    margin: 0;
    padding: 1em;
    color: #333;
	font-size: 16px;
}


.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 96%;
    background: #fff;
	border-radius: 15px;
    box-shadow: 0 0 8px gray;
}




.card-top_title {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
	margin-bottom: 0.2;
}
.card-sub_title {
	color: #333;
    font-size: 2rem;
	margin: 2rem 0;
	font-weight: normal;
	text-align: left;
}
.bi-primary-heading_ttl_area {
	margin: 2rem 0;
}

.card-list_img01 {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.card-list_img02 {
	display: block;
	width: 95%;
	margin: 0 auto;
}

.card-list_img03 {
	display: block;
	width: 70%;
	margin: 0 auto;
}

.zuhan_tx06 {
	position: absolute;
    top: 22%;
    left: 60%;
    transform: translate(-50%, -50%);
    margin: 0;
	width: 70%;
}

.zuhan_tx_pc {
	color: #fff;
    font-weight: bold;
	/*font-size: 3rem;*/
    font-size: min(4.0vw, 44px);
  -webkit-text-stroke: 1px #282828;
	text-shadow: 5px 10px 15px #282828;
}
.card-list_contant {
	display: flex;
    flex-direction: column;
}

.gooddata_link:hover {
	color: #D1256D;
}

/*ここからレコナーページ*/
/* ========================================
  場主導でのデータ活用が促進され、データの民主化を実現
   ======================================== */

.partnership-section-flexbox {
  max-width: 112rem;
  display: flex; 
  justify-content: center;
  align-items: flex-start; 
  flex-wrap: wrap; 
  margin: 0 auto;
}

.text-content {
  font-size: 1.8rem;
  color: #333;
  flex: 1; 
  padding-right: 20px; 
  line-height: 2;
}

.image-content {
  flex: 1; 
  text-align: center; 
  margin: 0 auto;
}

.image-content img {
  max-width: 100%; 
  height: auto; 
}

/* ========================================
  Reckonerのデータ連携全体像
   ======================================== */
.mobile-image {
	/*max-width: 80%;*/
	margin: 0 auto;
}
.mobile-image-arrow {
	max-width: 20%;
}

/*メディアクエリ*/
@media screen and (max-width: 900px) {
  .partnership-section-flexbox {
    flex-direction: column-reverse;
  }
  .text-content {
    font-size: 1.5rem;
    padding: 2rem 0;
  }
  .dashboard-screens {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .desktop-image {
    display: none;
  }
  .case-studies__box h4 {
    text-align: center;
  }
  /* section feature */
  .feature {
    font-size: 1.6rem;
    padding: 4rem 4rem 4rem 2rem;
  }
  .feature__subTtl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .feature__ttl {
    font-size: 2.4rem;
  }
  .feature__txt {
    width: 60%;
    text-align: left;
    padding: 0 2rem;
    margin: 0 auto 2rem;
  }
  /* ピンクのボックス */
  .feature__box {
    width: 60%;
    margin: 0 auto 2rem;
  }
  .feature__box__inner {
    display: block;
  }
  .feature__box__left {
    width: 100%;
  }
  .feature__box__left .feature__box__ttl {
    padding-top: 2rem;
  }
  .feature__box__left--imgBox {
    display: flex;
    padding-top: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.6rem;
  }
  .feature__box__left img {
    width: 10%;
    margin: 0 2rem 0 0;
  }
  .feature__box__left img:last-child {
    margin-right: 0;
  }
  .feature__box__right {
    width: 100%;
    padding: 4rem 2rem 2rem;
    position: relative
  }
  .box__right--flex-wrap {
    width: 100%;
    display: block;
    transform: translateX(0);
  }
  .feature__box__right .gd-logo {
    width: 50%;
  }
  .feature__box__right img.feature__box--arrow:first-child {
    transform: translateY(0) translateX(-50%) rotate(90deg);
    position: absolute;
    top: -11rem;
    left: 50%;
  }
  .box__right__child01,
  .box__right__child02,
  .box__right__child03 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .feature__box__right .feature__box__ttl {
    display: block;
    width: 70%;
    margin: 0 auto 2rem;
    position: static;
    transform: none;
  }
  .box__right__child01 img {
    display: block;
    width: 70%;
    padding-top: 0;
  }
  .feature__box__right img.feature__box--arrow {
    transform: translateY(0) rotate(90deg);
    margin: 0 auto 2rem;
  }
  .box__right__child02 img {
    display: block;
    width: 20%;
    padding-top: 0;
  }
  .box__right__g-child {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
  }
  .g-child__subBox,
  .g-child__subBox--img {
    width: 40%;
  }
  .box__right__child03 .point-txt01 {
    padding-top: 0;
    display: inline;
    line-height: 1.6;
  }
  .box__right__g-child ul {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .point-txt02 {
    display: inline;
    font-size: 1.6rem;
    padding-top: 0;
  }
  /* section function */
  .function__container {
    padding: 0 2rem 4rem;
  }
  .function__box {
    padding: 2rem 4rem 2rem 3rem;
  }
  .function__box:last-child {
    margin-bottom: 0;
  }
  .function__box__ttl {
    font-size: 2rem;
    line-height: 1.3;
  }
  .function__box__ttl span {
    font-size: 2.4rem;
  }
  .function__box__txtItem {
    padding: 0 2rem 0 0;
  }
  .function__box:nth-of-type(even) .function__box__txtItem {
    padding: 0 0 0 2rem;
  }
  .function__box__txtItem p {
    font-size: 1.6rem;
  }
  .function__box__imgItem img {
    width: 85%;
  }
  .dashBoad-trial .main-heading {
    padding: 2rem 0;
  }
  /* section about_data-source */
  .about_data-source {
    padding-bottom: 4rem;
  }
  .about_data-source .main-heading {
    padding: 2rem 0;
  }
  .about_data-source img {
    width: 100%;
    padding: 2rem;
  }
  /* section case-studies */
  .case-studies {
    /*padding-bottom: 4rem;*/
  }
  .case-studies__flex-wrap {
    display: block;
  }
  .case-studies__box {
    width: 80%;
    margin: 0 auto;
  }
  .case-studies__box:not(:nth-of-type(3n)) {
    margin: 0 auto 2rem;
  }
  .case-studies__box img {
    width: 60%;
  }
  /* section news */
  .news {
    padding-bottom: 4rem;
  }
  .news .main-heading {
    padding: 2rem 0;
    margin-bottom: 0;
  }
  .about-bi__p_correction {
    padding: 3rem 1rem;
  }
  .dks_maintitle {
    font-size: 2.6rem;
    text-align: center;
  }
  .img_width {
    display: block;
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
  .sp-br {
    display: block;
  }
  .img-sp {
    padding-left: 2rem;
  }
  .btn-wrap__inner {
    padding-bottom: 5rem;
  }
  .about-bi__box01 {
    display: block;
    margin: 0 2rem;
  }
  .about-dts {
    width: 100%;
  }
  .about-bi__box01 h2 {
    text-align: center;
    padding-top: 5%;
  }
  .about-bi__box02 {
    display: block;
    /*margin: 0 1rem;*/
  }
  .about-bi__box02 h2 {
    text-align: center;
    padding-top: 5%;
  }
  .bi-primary-heading01 {
    margin-top: 5rem;
  }
  .topBnr {
    margin-bottom: 4rem;
  }
  .about-bi__box__elmBox {
    padding: 0 4.6rem;
  }
  /* 三大機能の画像ボックス */
  .about-bi__imgBox {
    padding: 0 3.3rem;
  }
  .bi-secondary-heading {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  .about-bi__imgBox__wrap {
    justify-content: space-between;
  }
  .about-bi__imgBox__item,
  .about-bi__imgBox__item:first-child {
    width: 23%;
    padding: 0;
    margin-bottom: 3rem;
  }
  .about-bi__imgBox__item p {
    font-size: 1.4rem;
  }
  /* /三大機能の画像ボックス */
  /* 実現までのプロセスボックス */
  .about-bi__processWrap {
    flex-direction: column;
    align-items: center;
  }
  .about-bi__processWrap .about-bi__p {
    width: 100%;
    padding: 0 4.6rem;
  }
  .about-bi__processWrap__imgBox {
    width: 60%;
  }
  /* /実現までのプロセスボックス */
  /*メールフォーム設定*/
  .mail {
    padding: 0rem 3rem 2rem;
  }
}

@media screen and (min-width: 979px) {
  .mobile-image {
    display: none;
  }
  .about-bi__p_correction {
    padding: 0rem 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .video {
    padding: 0;
    background-color: rgba(255, 255, 255, .9);
  }
  .video__inner {
    background-color: transparent;
  }
  .video__flex-wrap {
    padding: 2rem 4rem 2rem 2rem;
  }
  .video__ul-ttl {
    font-size: 2rem;
  }
  .video__ul {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  .video__ul li {
    margin-bottom: .8rem;
  }
  /* section feature */
  .feature__box__left {
    padding: 0;
  }
  .feature__box__right {
    padding-right: 4rem;
  }
  /* section function */
  .function__container {
    /*padding: 6rem 2rem;*/
  }
  .function__box__imgItem {
    position: relative;
  }
  .function__box__imgItem img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* section about_data-source & case-studies*/
  .about_data-source img,
  .case-studies__imgLogoList {
    width: 80%;
    margin: 0 auto;
  }
  .case-studies__flex-wrap {
    padding: 0 1rem;
  }
  .about-bi__imgBox {
    margin: 0 4.6rem;
    padding: 2rem;
  }
  .about-bi__processWrap .about-bi__p {
    width: 65%;
  }
  .about-bi__processWrap__imgBox {
    padding-right: 5rem;
  }
  .bi-and-dx-img img {
    padding: 4.6rem;
    width: 100%;
  }
  .about-bi__p.about-bi__border--both {
    padding: 1rem 4.6rem 1rem;
  }
  .about-bi__p.about-bi__border {
    padding: 0 4.6rem 1rem;
  }
  .catchphrase-txt {
    font-size: 3rem;
  }
}

@media screen and (max-width: 800px) {
  /* topBnr */
  .topBnr {
    margin: 2rem auto;
    /*padding: 0 2rem;*/
  }
  .topBnr__txt {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.3;
  }
  .topBnr__txt span {
    font-size: 2.5rem;
  }
  .topBnr .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .video__inner {
    background-color: transparent;
  }
  .video__flex-wrap {
    flex-direction: column-reverse;
    padding: 2rem 3rem 2rem 2rem;
  }
  .video__flex-wrap--txt {
    width: 100%;
  }
  .video__ul {
    padding-left: 4rem;
  }
  .movie {
    width: 100%;
    margin: 0 auto;
  }
  /* section feature */
  .feature__ttl {
    line-height: 1.4;
  }
  .feature__subTtl {
    line-height: 1.4;
    text-align: left;
    font-size: 1.7rem;
  }
  .feature__txt {
    width: 100%;
  }
  .feature__box {
    width: 100%;
  }
  .feature__box__right img.feature__box--arrow {
    width: 2rem;
    margin: 0 auto;
  }
  .feature__box__right img.feature__box--arrow:first-child {
    top: -7rem;
  }
  .feature__box__right {
    padding: 2rem;
  }
  .box__right__child01,
  .box__right__child02,
  .box__right__child03 {
    margin-bottom: 1rem;
  }
  /* section function */
  .function .main-heading {
    /*padding: 2rem 3rem 2rem 2rem;*/
  }
  .function__box {
    flex-direction: column-reverse;
    padding: 2rem 3rem;
  }
  .function__box:nth-of-type(even) {
    flex-direction: column;
  }
  .function__box__txtItem,
  .function__box:nth-of-type(even) .function__box__txtItem {
    width: 100%;
    padding: 0;
  }
  .function__box__imgItem {
    width: 100%;
    position: static;
    margin-bottom: 2rem;
  }
  .function__box:not(:first-child) .function__box__imgItem {
    padding: 0;
  }
  .function__box__imgItem img {
    position: static;
    transform: none;
    width: 100%;
  }
  .dashBoad-trial .main-heading {
    padding: 3rem 3rem 1rem 2rem;
    color: #333;
  }
  .dashBoad-trial p {
    width: 100%;
    margin-bottom: 0;
    padding: 2rem 3rem;
  }
  .case-studies__bg-w .main-heading {
    padding: 2rem 3rem 2rem 2rem;
  }
  .about_data-source img,
  .case-studies__imgLogoList {
    width: 100%;
    padding: 0 3rem 0 2rem;
  }
  .case-studies__box {
    width: 100%;
  }
  .logo img {
    max-width: 100%;
    margin: 2rem auto;
  }
  .subtitle {
    font-size: 2.8rem;
  }
  .container {
    padding: 2rem 1rem;
  }
}

@media (min-width: 768px) {
  .container {
    justify-content: space-between;
  }
  .hero-content-left {
    text-align: left;
    margin-bottom: 0;
  }
  .logo img {
    margin-left: 0;
    margin-right: 0;
  }
  .main-catchphrase {
    font-size: 3.2rem;
  }
  .cta-buttons {
    flex-direction: row;
    margin: 0;
  }
  .hero-content-right {
    margin-top: 50px;
    margin-right: -100px;
  }
  .section-heading {
    font-size: 2.5em;
  }
  .section-subheading {
    font-size: 1.2em;
  }
  .gooddata-slogan {
    font-size: 3.5em;
  }
  .skill-card {
    flex-basis: calc(50% - 30px);
  }
  .section-title {
    font-size: 3em;
  }
  .feature-cards-grid {
    justify-content: space-around;
  }
  .feature-card {
    flex-basis: calc(50% - 30px);
  }
  .features-cards-grid {
    justify-content: center;
    gap: 20px;
  }
  .features-cards-grid .feature-card {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .cards-grid {
    justify-content: space-around;
    gap: 30px;
  }
  .card-item {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .small-text-Reckoner {
    text-align: right;
  }
  .support-cards-grid {
    justify-content: center;
    gap: 20px;
  }
  .support-card {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .campaign-hero-sp {
    display: none;
  }
  .partnership-content-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
  }
  .partnership-image {
    flex-basis: 40%;
    max-width: 400px;
  }
  .partnership-text {
    flex-basis: 60%;
  }
  .description-text {
    font-size: 1.5rem;
  }
  .news-link {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .main-catchphrase {
    font-size: 3.2rem;
  }
  .hero-content-right {
    margin-top: 0;
    margin-right: -150px;
  }
  .section-heading {
    font-size: 2.8em;
  }
  .section-subheading {
    font-size: 1.3em;
  }
  .gooddata-slogan {
    font-size: 4em;
  }
  .skill-card {
    flex-basis: calc(33.333% - 30px);
  }
  .feature-card {
    flex-basis: calc(25% - 30px);
  }
  .trust-title {
    font-size: 3.5rem;
  }
  .customer-logos {
    gap: 80px;
  }
  .customer-logo {
    max-width: 100px;
  }
  .rating-cards-grid {
    justify-content: space-between;
  }
  .rating-card {
    flex-basis: calc(25% - 30px);
  }
  .features-cards-grid .feature-card {
    flex-basis: calc(33.333% - 17px);
    max-width: calc(33.333% - 17px);
  }
  .cards-grid {
    justify-content: space-between;
    gap: 20px;
  }
  .card-item {
    flex-basis: calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }
  .support-cards-grid {
    justify-content: space-between;
    gap: 30px;
  }
  .support-card {
    flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
  .partnership-content-wrapper {
    gap: 80px;
  }
  .partnership-text {
    padding-top: 30px;
  }
  .section-title {
    font-size: 3rem;
  }
  .description-text {
    font-size: 2rem;
  }
}

@media (min-width: 400px) {
  .trust-title {
    font-size: 3em;
  }
  .customer-logos {
    gap: 50px;
  }
  .customer-logo {
    max-width: 100px;
  }
  .rating-cards-grid {
    justify-content: space-around;
  }
  .rating-card {
    flex-basis: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .section-title {
    /*font-size: 2rem;*/
    /*margin-bottom: 30px;*/
  }
  .problem-list li {
    margin-bottom: 15px;
    padding-left: 1.2em;
  }
  .reckoner-hero-section {
    /*padding: 40px 0;*/
  }
  .hero-subheading {
    font-size: 2rem;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-title-data {
    font-size: 3.5rem;
  }
  .description-box-data {
    padding: 2rem;
  }
  .box-text-data {
    font-size: 1.5rem;
  }
  .logo-wrapper {
    gap: 15px;
  }
  .main-logo {
    /*max-width: 350px;*/
    min-width: 8rem;
  }
  .circle-badge {
    width: 150px;
    height: 150px;
    font-size: 0.7em;
  }
  .description-box {
    padding: 20px;
    font-size: 2rem;
  }
  .box-text {
    font-size: 0.9em;
  }
  .campaign-hero-section {
    padding: 40px 0;
    min-height: 500px;
  }
  .campaign-title {
    font-size: 3rem;
    padding: 0 15px;
  }
  .campaign-hero-pc {
    display: none;
  }
  .campaign-title {
    display: none;
  }
  .container_btn {
    flex-direction: column;
  }
  h2.etl-bi_ttl {
    padding: 2rem 0 0;
  }
  .data-btn,
  .rekona-btn {
    margin: 2rem 5rem;
  }
  .icon {
    max-width: 40rem;
  }
  .btn-wrap1,
  .btn-wrap2 {
    max-width: 40rem;
  }
  .btn-area {
    flex-direction: column;
    align-items: center;
  }
	.news-link {
		font-size: 1.5rem;
	}
}

@media (max-width: 992px) {
  .campaign-hero-section {
    padding: 60px 0;
    /*min-height: 300px;*/
  }
  .campaign-title {
    font-size: 5rem;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .campaign-hero-section {
    padding: 30px 0;
    min-height: 300px;
  }
  .campaign-title {
    font-size: 1.8em;
    padding: 0 10px;
  }
}

@media screen and (max-width: 700px) {
  .img_width {
    width: 100%;
  }
  .topBnr__wrap {
    box-shadow: none;
  }
  .topBnr__wrap02 {
    display: none;
  }
  .topBnr__wrap02 h1 {
    display: none;
  }
  .topBnr__wrap02_sp {
    display: block;
  }
  .topicpath_wrapper {
    display: block;
  }
  .sakura_banner0125 {
    min-width: 100%;
  }
  .goodata_banner {
    min-width: 100%;
    margin-bottom: 3rem;
  }
  .topBnr {
    margin-bottom: 2rem;
  }
  .topicpath_partsbtn {
    text-align: center;
  }
  .btn--inquiry02 {
    text-align: center;
    width: 50%;
  }
  .bi-primary-heading {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    /*padding: 0 3.2rem;*/
  }
  .bi-primary-heading--l {
    font-size: 2.2rem;
  }
  .about-bi__box {
    margin-bottom: 4rem;
  }
  .about-bi__p {
    padding: 0 3.6rem;
    line-height: 1.8;
  }
  .about-bi__p_correction {
    padding: 1rem;
  }
  .about-bi__p_width {
    padding: 0 .2rem;
  }
  .about-bi__line {
    text-decoration-thickness: 3px;
  }
  .bi-secondary-heading {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 2rem;
  }
  /* 三大機能の画像ボックス */
  .about-bi__imgBox {
    border: none;
    margin: 0 auto;
  }
  .about-bi__imgBox__item,
  .about-bi__imgBox__item:first-child {
    width: 28%;
  }
  .about-bi__imgBox__item p {
    font-size: 1.2rem;
    padding: .3rem;
  }
  /* /三大機能の画像ボックス */
  /* 必要性の画像ボックス */
  .about-bi__imgBox--necessity img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .about-bi__imgBox--necessityBox {
    padding: 1.6rem;
  }
  .about-bi__imgBox--necessityBox li {
    font-size: 1.6rem;
  }
  /* /必要性の画像ボックス */
  /* 必要な要素ボックス */
  .about-bi__box__elmBox {
    padding: 0 3.3rem 2rem;
  }
  .elmBox__wrap {
    flex-direction: column;
  }
  .elmBox__item {
    width: 100%;
  }
  .elmBox__ttl {
    font-size: 2rem;
  }
  .elmBox__item p {
    padding: 1.6rem;
  }
  .elmBox__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  /* /必要な要素ボックス */
  /* 実現までのプロセスボックス */
  .about-bi__processWrap .about-bi__p {
    padding: 0 3.6rem;
  }
  .about-bi__processWrap__imgBox {
    width: 100%;
    padding: 3.6rem 3.6rem 2rem;
  }
  .about-bi__processWrap__imgBox p {
    font-size: 1.5rem;
  }
  /* /実現までのプロセスボックス */
  /* BI と DX ボックス */
  .bi-and-dx-img img {
    width: 90%;
    padding: 0 3.6rem;
  }
  .bi-and-dx-img {
    margin-bottom: 3rem;
  }
  /* /BI と DX ボックス */
  .catchphrase {
    padding: 2rem 4.6rem 2rem 4rem;
  }
  .catchphrase-txt {
    font-size: 2rem;
  }
  .catchphrase-pc {
    display: none;
  }
  .about-bi__dxlp-link {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 560px) {
  .btn-wrap1,
  .btn-wrap2 {
    padding: 1rem 0;
  }
  h2.etl-bi_ttl {
    font-size: 3rem;
  }
  .about-bi__box03 h2 {
    font-size: 20px;
  }
  .card-top_title {
    font-size: 20px;
  }
  .card-sub_title {
    font-size: 16px;
  }
  .bi-primary-heading_ttl {
    font-size: 20px;
  }
  .detail-area_ttl {
    font-size: 2rem;
  }
}

@media all and (min-width: 786px) {
  .card-list {
    width: calc(96% / 3);
  }
  #cardlayout-wrap::after {
    content: "";
    display: block;
    width: calc(96% / 3);
  }
}

@media all and (max-width: 786px) {
  .card-list_img01 {
    width: 18rem;
  }
  .card-list_img02 {
    width: 18rem;
  }
  .card-list_img03 {
    width: 18rem;
  }
}

@media screen and (max-width: 600px) {
  .zuhan_tx_pc {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .zuhan_tx06 {
    top: 18%;
    left: 55%;
    display: none;
  }
}