/*=======================================================
  見える化サイトに使用するcss
 ======================================================*/

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;
}


.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;
}

/* 標準Class(高橋設定)*/
.main-container {
    font-size: 1.8rem;
	max-width: 114rem;
    margin: 15px auto 0 auto; 
    display: flex; 
    flex-direction: column; 
}

.default-text {
    font-size: 1.8rem;
    color: #333;
}

.default-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;   /* 画像をブロック要素として扱う */
  margin: 0 auto;   /* 上下は0、左右は自動(中央配置)にする */
}

/*スタッツ　オプションページ（高橋）*/


.d-flex {
    display: flex;
}
.option-list {
    margin-bottom: 6rem;
}

.option-list-item {
    border: 1px solid #333;
    margin-bottom: 4rem;
}

.option-list-item:last-of-type {
    margin-bottom: 0;
}

.option-list-item__ttl {
    font-size: 20px;
    font-weight: bold;
    padding: 2rem 3rem 2rem 6rem;
    line-height: 2rem;
    position: relative;
}

.option-list-item__ttl::before {
    content: '';
    display: inline-block;
    background-image: url(img/module/icon-rec.svg);
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    vertical-align: middle;
    position: absolute;
    top: 1.8rem;
    left: 3rem;
}

.option-list-item__ttl span {
    font-weight: normal;
    color: #666;
    margin-left: 2rem;
}

.option-list-item__ttl .icon-line {
    position: relative;
}

.option-list-item__left {
    background-color: #435f9e;
    padding: 2rem 3rem 2rem 3rem;
    width: 52%;
}

.function-ttl {
    color: #fff;
    width: 15%;
    position: relative;
    text-indent: 2.5rem;
    letter-spacing: .1rem;
}

.function-ttl::before {
    content: '';
    display: inline-block;
    background-image: url(img/module/icon-tool.svg);
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 1rem;
    vertical-align: middle;
    position: absolute;
    top: .2rem;
    left: 0;
}

.option-list-item__left ul {
    padding-left: 3rem;
    flex-wrap: wrap;
    border-left: 1px dotted #fff;
    margin-right: 1.6rem;
}

.option-list-item__left ul:last-child {
    margin-right: 0;
}

.option-list-item__left li {
    
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;

}

.option-list-item__right {
    width: 48%;
    padding: 2rem 1.5rem 2rem 3rem;
    background-color: rgba(21, 78, 160, .1);
}

.option-list-item__right p {
    margin-bottom: 2rem;
}

.option-list-item__right a {
    display: block;
    margin-bottom: 1.6rem;
}

.option-list-item__right a::after {
    content: '';
    display: inline-block;
    background-image: url(img/module/link-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: .5rem;
    vertical-align: middle;
}

.amos-attention p{
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 1rem;
}

/* /module option-list */
.module-img-wrap {
    margin-bottom: 2rem;
}

.module-img-wrap img.module-img {
    display: block;
    width: 100%;
    margin: 0;
}

.link-btn--medical {
    margin-bottom: 5rem;
    text-align: center;
}

.link-btn--medical a {
    display: inline-block;
    padding: 1.2rem 3rem 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2;
    background-color:#c0504d;
    border-radius: 1rem;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
}

.link-btn--medical a:hover {
   background-color: #933d3b;
}


/* /module.htmlリニューアル */

.spss-heading03 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 3rem;
    text-indent: 2rem;
    position: relative;
}

.spss-heading03 span {
    font-size: 1.6rem;
    line-height: 0;
    vertical-align: middle;
}
.spss-heading03::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: .3rem;
    left: 0;
    width: .9rem;
    height: 3rem;
    background-color: #00bcd4;
    vertical-align: middle;
}


.option-idx {
    background-color: #eee;
    padding: 3rem 6rem 3rem 3rem;
    margin-bottom: 6rem;
}

.option-idx__ul {
    display: flex;
    
    flex-wrap: wrap;
    padding-left: 3rem;
}

.option-idx__li {
    width: 50%;
    list-style-type: none;
    margin-bottom: 0.5rem;
    margin-left: 0;
}

.option-idx__li a {
    display: flex;
    font-weight: bold;
    text-decoration: underline;
    transition: .3s all ease-out;
}

.option-idx__li a:hover {
    text-decoration: underline;
    color:#F24C4C;
}

.option-idx__span--primary {
    width: 47%;
    margin-right: 3rem;
}
.arrow-icon::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1rem;
}

.option-idx__span--primary.arrow-icon::before {
    background-image: url(img/module/circle-arrow-brack.svg);
}

.option-idx__span--primary {
    font-weight: bold;
}
.option-idx__span--secondary {
    font-size: 1.4rem;
    position: relative;
}
.option-idx__span--secondary::hover {
    text-decoration: underline;
    color:333;
}

.icon-line::before,
.icon-line::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 0.5rem;
    height: 0.1rem;
    background-color: #666;
}

.icon-line::before {
    left: -1.3rem;
}

.icon-line::after {
    right: -1.3rem;
}

.option-idx__ul--outer {
    display: flex;
    justify-content: flex-end;
}
.option-idx__ul--second {
    padding-left: 3rem;
    margin-bottom: 0;
}

.option-idx__ul--second li {
    list-style-type: none;
    margin-bottom: 0.5rem;
}

.option-idx__ul--second li:last-child {
    margin-bottom: 0;
}

.option-idx__ul--second li.arrow-icon::before,
.package-link-wrap.arrow-icon::before {
    background-image: url(img/module/arrow-blue.svg);
}

a.link-btn {
    color: #087097;
    text-decoration: underline;
    transition: all .2s ease-out;
}

.link-btn:hover {
    color:#054d68;
    text-decoration: underline;
}





/* 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);
  padding: 4rem 0 2rem;
}

.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: #F2F4F6;
  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__subttl {
    font-weight: bold;
    color: #333;
    font-size: 2rem;
}

.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__ucttl_area {
	display: flex;
}

.function__box__ucttl span {
  display: inline-block;
  font-size: 3.5rem;
  font-family: var(--txt-en);
  color: #fff;
  background-color: #F27620;
  padding: .5rem 1rem; 
  margin-right: 1rem;
}
.function__box__ucttl {
	text-align: left;
	font-size: 2.2rem;
    /* font-weight: 400; */
	color: #0B4F96;
	margin-bottom: 1rem;
}
.function__box__ttl span {
  display: inline-block;
  font-size: 3.5rem;
  font-family: var(--txt-en);
  margin-right: 1rem;
}
.function__box__ucttl span {
  display: inline-block;
  font-size: 2.5rem;
  font-family: var(--txt-en);
  color: #fff;
  background-color: #0B4F96;
  padding: .3rem 1rem; 
  margin-right: 1rem;
}

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




.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; 
    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: #CAEAFE;
    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: 2.5rem;
	font-weight: bold;
    color: #292911;
    margin: 10px 0 15px;
    letter-spacing: 0.05em; 
}

/* ロゴ */
.logo img {
    max-width: 50%;
    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: #FFFAAE;
    margin-bottom: 25px;
    line-height: 1.35;
}

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


.dashboard-screens {
    max-width: 40%;
    height: auto;
    display: block;
    position: absolute;
    right: 0;
    top: 15%;
}
      
.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: #fff;
}

.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: #3681CC; 
}

.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;
	text-align: left;
}

/*レコナー機能*/

/* ========================================
   支援内容・イメージ
   ======================================== */
.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;
	margin-bottom: 4rem;
}

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

.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;
}

.module:hover {
    opacity: .8;
}

.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: #0B4F96;
  border: 1px solid #0B4F96;	
  letter-spacing: 1px;
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #0B4F96;
  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;
}/*各ボタン*/


.sumarry-section {
	padding: 0 0 4rem;
    background-color: #f3f4f8;
}

.sumarry_wrap2 {
	border: 1px solid #0B4F96;
	border-radius: 10px;
	background-color: #fff;
	padding: 2rem 2rem;
	/*padding: 1rem;*/
	width: 100%;
    max-width: 112rem;
    /*margin: 2rem auto;*/
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.title-link {
    text-decoration: none;
    color: inherit;
    position: relative;
    padding: 0.5rem 1rem;
    transition: opacity 0.3s ease;
}

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

.kaigyo2 {
	margin-bottom: 2rem;
	font-size: 1.8rem;
}
/*データ統合支援サービス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;
}

.highlight-blue {
    color: #2E9DDC;
	font-weight: bold;
}

.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: #fff;
}

.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;
}

/* データ統合支援サービス*/
.btn3 a {
  position: relative;
  display: block;
  width: 320px;
  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 #6784EB;
}

/* 矢印のスタイル */
.btn-arrow-right3 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;
}

/*ボタンホバー時*/
.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;
}

.btn3 a:hover {
	/*transform: scale(1.1);*/
	background: #6784EB;
	color: #fff;
}

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


/* レコナーとグッドデータ共通スタイル */
.data-btn,.rekona-btn,.dt-btn {
  margin: 20px;
}
.data-btn1,.rekona-btn1,.dt-btn1 {
  margin: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
}
.sumarry03 {
	background-color: #3681CC;
	margin-bottom: 4rem;
	padding-bottom: 2rem;
	/*width: 90%;*/
	margin: 0 auto;
}

.sumarry04 {
	background-color: #D9F4FD;
	margin-bottom: 4rem;
	padding-bottom: 2rem;
	/*width: 90%;*/
	margin: 0 auto;
}

.sumarry05 {
	background-color: #3681CC;
	margin-bottom: 4rem;
	padding-bottom: 2rem;
	/*width: 90%;*/
	margin: 0 auto;
}

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

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

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

.dt-btn img {
	display: block;
  /*width: 15rem;*/
  width: 25rem;
  margin: 0 auto;
}

.dt-btn1 img {
	display: block;
  /*width: 15rem;*/
  width: 25rem;
  margin: 0 auto;
}

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

#icon-gd {
	padding: 5.2rem 1rem;
}

#icon-dt {
	padding: 6.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-wrap3 {
  display: block;
  padding: 1rem 1rem;
  background: #154296;
  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 {
	max-width: 112rem;
	color: #333;
    font-size: 1.8rem;
	margin: 0 0 2rem;
	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%;
}


/*メインビジュアルテキストIBM SPSS設定*/

.hero-title {
  font-weight: bold;
  font-size: 90px;            
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin: 1rem 0;;
  color: #292911;             
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
  text-transform: none;
}

/*ここまで:メインビジュアルテキストIBM SPSS設定*/

/* ========================================
   トピックスセクション
   ======================================== */

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

.topic-item {
    display: flex; 
    align-items: center; 
    padding: 10px 0;
    border-bottom: 1px solid #bbb; 
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}

.topic-title:hover {
    color: #ec4646;
}


.topic-date {
    font-size: 1.8rem;
    flex-basis: 100px; 
    flex-shrink: 0;
    color: #555;
	margin-right: 20px;
}


.topic-tag {
    font-size: 1.8rem;
    color: #fff;
    padding: 5px 20px;
    flex-shrink: 0;
    margin-right: 15px;
}

.tag-seminar {
    background-color: #333333;
}

.tag-campaign {
    background-color: #205bd0; 
}

.topic-title {
    font-size: 1.8rem;
	font-weight: bold;
    line-height: 1.5;
    flex-grow: 1; 
}

/*ここまで：トピックスセクション*/

/*主なラインナップセクション*/

.product-cards-grid {
    display: flex; 
	max-width: 112rem;
    gap: 15px; 
}

.product-card {
    flex: 1 1 50%; 
    background-color: #f3f4f8; 
    padding: 30px 20px;
}

.card-subtitle {
    font-size: 2.5rem;
	font-weight: bold;
    color: #003399; 
    margin: 0.6em 0 0;
}

.card-title {
    font-size: 3rem;
    font-weight: bold;
    color: #333; 
    margin-bottom: 20px;
    line-height: 1.2;
	text-align: left;
}

.card-description {
    font-size: 1.8rem;
	color: #333;
	line-height: 1.7;
    margin-bottom: 15px !important; 
}

.quote-button-section {
    padding: 40px 0 80px 0;
    text-align: center;
}

/*SPSS説明セクション*/
.about-spss-section {
	background-color: #D6EFFF;
}

.about-heading {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
}

.about-heading_write {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
}

.about-heading_blue {
    font-size: 3rem;
    font-weight: bold;
    color: #0B4F96;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
}


.about-box {
    background-color: #fff;
	max-width: 112rem;
    padding: 30px;
    border-radius: 4px;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
}

.about-box p {
    font-size: 1.8rem;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

.agency-card {
    width: 100%;
    max-width: 112rem; 
    background-color: #ffffff;
    padding: 5rem 6rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
}
.agency-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.agency-text {
    flex: 1;
}

.agency-text p {
    font-size: 1.8rem;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.agency-text p:last-child {
    margin-bottom: 0;
}

.agency-logo {
    flex: 0 0 30rem;
    text-align: center;
}

.agency-logo img {
    max-width: 100%;
    height: auto;
}

/* ========================================
   メインビジュアルのボタン,その他のボタン設定
   ======================================== */
.btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /*justify-content: center;*/
    margin-top: 20px;
	align-items: stretch;
}

/*旧緑のボタン*/
/*.spss-quote-button {
    display: inline-block; 
    text-align: center; 
    text-decoration: none; 
    background-color: #00A99D; 
    color: #ffffff; 
    font-weight: bold;
	font-size: 2rem;
    padding: 15px 15px; 
	margin-right: 20px;
}*/
.spss-quote-button {
    display: flex;                 
    align-items: center;           
    justify-content: center;       
    text-align: center;
    text-decoration: none;
    background-color: #00A99D;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
	/*border-radius: 20px;*/
    padding: 5px 15px;
    min-height: 80px;             
}
/*青のボタン*/
.blue-btn  {
    display: inline-block; 
    text-align: center; 
    text-decoration: none; 
    background-color: #007bff; 
	border: 2px solid #007bff;
    color: #fff; 
    font-weight: bold;
	font-size: 2rem;
    padding: 15px 15px; 
	margin-right: 20px;
}

/*緑のボタンホバー*/
.spss-quote-button:hover {
    background-color: #fff;
	color: #00A99D;
	border: 2px solid #00A99D;
}

/*青のボタンホバー*/
.blue-btn:hover {
	background-color: #fff;
	color: #007bff;
	border: 2px solid #5DACEE;
}

/* ========================================
   お問い合わせエリア
   ======================================== */
.contact-section { 
    /*background-color: #D6EFFF;*/
    text-align: center;
	padding: 1.5rem 0;
}
.contact-heading {
    font-size: 3rem;
    color: #333;
    margin-bottom: 20px;
}
.phone-number {
    font-size: 4rem;
    color: #333;
    margin-bottom: 20px;
}

.quote-button-wrapper {
    margin: 0 auto;
}

.btnbuy {
	text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.quote-buttons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; 
}
.quote-btn {
    color: #fff;
    background-color: #00A99D;
    border: 2px solid #00A99D;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .3);
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    border-radius: 15px;
    text-decoration: none;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    transition: opacity 0.3s;
}

.quote-btn:hover {
    border: 2px solid #00A99D;
    background-color: #fff;
    color: #00A99D;
}

/* ==========================
   IBM SPSS Statistics 見出し
   ========================== */
.hero-title-spss {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1.5rem;
  margin: 1rem 0;
  font-size: 7rem; 
  font-weight: bold;
  line-height: 1.1;
  color: #333;

  max-width: 100%;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.hero-title-spss span {
  font-size: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

/* =========================
   動作環境
   ========================= */
.notice-list {
  margin-top: 2rem;
}

.notice-item {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0.8em;
  color: #222;
}

.notice-link {
  color: #0066cc;
  text-decoration: underline;
  word-break: break-word;
}

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

.spec-requirement-section {
    background-color: #fff; 
}

.spec-card {
    width: 100%;
    max-width: 112rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    text-align: left; 
}

.spec-header {
    background-color: #f7f7f7;
    padding: 2rem 4rem;
    border-bottom: 1px solid #e0e0e0;
}

.spec-main-title {
    font-size: 3rem;
    color: #333333;
    font-weight: bold;
    margin: 0;
}

.spec-group {
    margin-bottom: 4rem;
}

.spec-group:last-child {
    margin-bottom: 0;
}

.spec-sub-title {
    font-size: 1.8rem;
    color: #4d4d4d;
    font-weight: normal;
    margin-bottom: 2rem;
}

.spec-list {
    list-style: none;
}

.spec-list li {
    font-size: 1.8rem;
    color: #333333;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.2rem;
    line-height: 1.8;
}

.spec-body {
	padding: 2rem;
}


.spec-sub-title--accent {
    color: #b11e6f; 
    font-weight: bold;
    font-size: 2.8rem; 
    margin-bottom: 0.5rem;
    display: block;
}

.spec-text-plain {
    font-size: 1.8rem;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.spec-list li {
    font-size: 1.8rem;
    color: #333333;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

/* キャンペーンページ詳細 */
.campaign-info-section {
    width: 100%;
}

.info-row {
    display: flex;
    width: 100%;
    max-width: 112rem; 
    margin-bottom: 2rem;
    border-radius: 0.4rem; 
    overflow: hidden;
}

.info-row:last-child {
    margin-bottom: 0;
}

.info-label {
    flex: 0 0 30rem; 
    background-color: #215194;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-content {
    flex: 1;
    background-color: #ebf6ff; 
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-content p {
    font-size: 2rem;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

.info-content p:not(:last-child) {
    margin-bottom: 0.5rem;
}


/* おすすめ構成詳細 */
.recommend-model-section {
    width: 100%;
}
.model-card {
    width: 100%;
    max-width: 112rem; 
    background-color: #ffffff;
    border: 1px solid #5fb3c5; 
    text-align: left;
	margin-bottom: 2rem;
}

.model-header {
    background-color: #5fb3c5; 
    padding: 1.5rem 3rem;
}


.model-main-title {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.1em;
}

.model-body {
    padding: 3rem 4rem;
}

.model-description {
    font-size: 2rem;
    color: #4d4d4d;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.model-components {
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
    gap: 1.5rem;
}

.model-card--orange {
    border-color: #c0504d; 
}

.model-card--orange .model-header {
    background-color: #c0504d; 
}

.model-card--red {
    border-color: #f79646; 
}

.model-card--red .model-header {
    background-color: #f79646; 
}

.model-card--red .plus-icon {
    color: #f79646; 
}

span.red {
    color: red;
	font-size: 2.5rem;
}

.component {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
}

.plus-icon {
    font-size: 2.5rem;
    color: #5fb3c5;
    font-weight: bold;
}

/* ========================================
   ログイン・ダウンロードフォーム
   ======================================== */

.spss-download-form {
    width: 100%;
}

.spss-download-form__inner {
    margin: 0 auto;
}

.spss-download-form__item {
    padding: 2rem;
    text-align: left;
}

.spss-download-form__item--long-padding {
    padding: 2rem 2rem 5rem;
}

.form-label {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
}

.form-input {
    width: 100%;
    max-width: 400px;
    padding: 1rem;
    font-size: 1.8rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.spss-download-form__action {
    padding: 2rem;
    text-align: center;
}

.form-submit {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.5rem 6rem;
    cursor: pointer;
    background-color: #00A99D; 
    color: #ffffff;
    border: none;
    border-radius: 8px;
    transition: opacity 0.3s;
}

.form-submit:hover {
    opacity: 0.8;
}

.spss-download-form__footer {
    padding: 2rem;
    text-align: left;
}

.form-note {
    font-size: 1.8rem;
    color: #ff0000;
    line-height: 1.6;
    margin-top: 1rem;
}

/* 各項目 (1.8rem固定) */
.use-case-list li {
    font-size: 1.8rem;
	font-weight: bold;
    color: #333;
    line-height: 2; /* 読みやすいように行間を広めに設定 */
    margin-bottom: 0.5rem;
}


/*========================================
   見える化エンジン メインビジュアル
======================================== */

.mke-hero {
    background-color: #d8efff; 
    padding: 8rem 1rem 4rem;
    overflow: hidden;
    position: relative;
}

.mke-hero-container {
    max-width: 130rem !important; 
    margin: 0 auto;
    padding: 2rem;
}

.mke-hero__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0; 
}

.mke-hero__content {
    flex: 1;
    min-width: 0; 
    z-index: 2;
}

.mke-hero__catch {
    font-size: 3.5rem;
    color: #0B4F96;
    font-weight: bold;
    margin-bottom: 0.8rem;
    line-height: 1.3;
    white-space: nowrap; 
}

.mke-hero__sub-catch {
    font-size: 3rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 3rem;
    white-space: nowrap; 
}


.mke-hero__logo-area {
    margin-bottom: 2.5rem;
}
.mke-hero__logo {
    max-width: 55rem;
    height: auto;
}

.mke-hero__achievement-area {
    margin-bottom: 4rem;
}
.mke-hero__achievement-img {
    max-width: 55rem;
    height: auto;
}

.mke-hero__image {
    flex: 0 0 auto; 
    width: 45%;    
    min-width: 40rem; 
    text-align: right;
    z-index: 2;
}

.mke-hero__laptop {
    width: 100%;
    height: auto;
    margin-right: -5%; 
    filter: drop-shadow(0 1.5rem 3rem rgba(0,0,0,0.12));
}


/* ========================================
   数字から理由へ
   ======================================== */

.voc-analysis-section {
    background-color: #fff;
}

.voc-analysis-intro p {
    font-size: 2rem; 
    /*line-height: 1.8;*/
    color: #333;
    margin-bottom: 1rem;
    max-width: 112rem; 
}

.voc-analysis-intro {
    margin-bottom: 3rem;
}


/* ========================================
   見える化エンジンが解決するVoC活用の3大課題
   ======================================== */

.gd-values-section {
    padding: 2rem 0;
    background-color: #3681CC;
}


.gd-values-main-ttl {
    font-size: 3.2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5rem;
}

.gd-values-main-ttl span {
    font-size: 2.8rem;
	font-weight: bold;
}

.gd-values-grid {
	max-width: 112rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 6rem;
}

.gd-values-card {
    flex: 1;
    display: flex;
}

.gd-values-card__inner {
    width: 100%;
    border: 1px solid #1a1a4b; 
    border-radius: 2rem;
    padding: 4rem 2rem;
    background-color: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05); 
    display: flex;
    flex-direction: column;
}

.gd-values-card__ttl {
    font-size: 2.5rem;
    color: #0B4F96;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.4;
}

.gd-values-card__ttl span {
	color: #333;
    font-size: 1.8rem;
    display: block;
    margin-top: 0.5rem;
}

.gd-values-card__img {
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.gd-values-card__img img {
    max-height: 100%;
    width: auto;
}

.gd-values-card__txt {
    font-size: 1.6rem; 
    color: #333;
    line-height: 1.7;
    text-align: left;
}

.strongred {
    color: #E71A01; 
    font-weight: bold;
	font-size: 2rem;
}

.strongblue {
    color: #316EEC; 
    font-weight: bold; 
	font-size: 2rem;
}


.gd-values-footer {
    margin: 0 auto;
    text-align: left;
}
.gd-values-footer_write {
    margin: 0 auto;
    text-align: left;
}


.gd-values-footer p {
    font-size: 2rem; 
    line-height: 1.8;
    color: #333;
	max-width: 100rem;
}

.gd-values-footer_write p {
    font-size: 2rem; 
    line-height: 1.8;
    color: #fff;
	font-weight: bold;
	text-align: center;
	max-width: 100rem;
}

.gd-values-footer p span {
    font-size: 1.8rem; 
}

.gd-values-footer_write p span {
    font-size: 1.8rem; 
}

.gd-values-footer strong {
    color: #ff00ff; 
    font-weight: bold;
}

.gd-values-footer_write strong {
    color: #ff00ff; 
    font-weight: bold;
}


.next-step-section {
    padding: 3rem 0;
    background-color: #fff;
}

.next-step-header {
    text-align: center;
}

.next-step-label {
    font-size: 4rem;
    color: #ff00ff; 
    font-weight: bold;
    margin-bottom: 1rem;
}

.next-step-main-ttl {
    font-size: 2.8rem;
    color: #1a1a4b;
    font-weight: bold;
    margin-bottom: 3.5rem;
}

.next-step-desc p {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1rem;
}

.next-step-note {
    font-size: 1.4rem !important;
    color: #777;
    margin-top: 2rem;
}

.role-diff-container {
    max-width: 130rem;
	margin: 2rem 0;
}

.role-diff-main-ttl {
    font-size: 3rem;
    color: #1a1a4b;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6rem;
}

.collab-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin: 2rem 0 4rem;
}

.logo-img-gd { height: 7rem; width: auto; }
.logo-img-mke { height: 8rem; width: auto; }

.collab-x {
    font-size: 4rem;
    color: #333;
    font-weight: 300;
}


.role-card-flex {
    display: flex;
    align-items: stretch;
    gap: 2rem;
}

.role-card {
    flex: 1;
    border-radius: 1.5rem;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    /*box-shadow: 0 1rem 3rem rgba(0,0,0,0.08);*/
}

.shadow_orange {
	box-shadow: 0 1rem 1rem #FFE7D6;
}

.shadow_bule {
	box-shadow: 0 1rem 1rem #AEBDCC;
}

.role-card--gd {
    background-color: #fffaf5; 
    border: 2px solid #FF8027;
}
.role-card--mke {
    background-color: #f5faff;
    border: 2px solid #0B4F96;
}

.role-card__head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.role-card__name {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.role-card__target {
    font-size: 2.5rem;
    font-weight: bold;
}

.role-card--gd .role-card__target { color: #f28033; }
.role-card--mke .role-card__target { color: #0082b4; }

.role-card__catch {
    font-size: 2.5rem;
	text-align: left;
    font-weight: bold;
    margin-bottom: 2.5rem;
    color: #333;
}

.role-card__list {
    list-style: none;
    padding: 0;
    margin-bottom: 4rem;
    flex-grow: 1;
}

.role-card__list li {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.role-card__list li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.role-card__btn {
    display: block;
    width: 100%;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: transform 0.2s;
}

.role-card__btn--gd { background-color: #f28033; }
.role-card__btn--mke { background-color: #0082b4; }

.role-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.5rem;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.5rem;
    position: relative;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    border: 2px solid transparent; 
}

.role-card__btn::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
    border-top: 2px solid #fff;   
    border-right: 2px solid #fff; 
    transform: rotate(45deg); 
    transition: border-color 0.3s;
}

.role-card__btn--gd {
    background-color: #f28033;
    color: #fff;
}
.role-card__btn--gd:hover {
    background-color: #fff;
    color: #f28033;
    border-color: #f28033;
}

.role-card__btn--gd:hover::after {
    border-color: #f28033;
}


.role-card__btn--mke {
    background-color: #0075C2;
    color: #fff;
}
.role-card__btn--mke:hover {
    background-color: #fff;
    color: #0082b4;
    border-color: #0082b4;
}

.role-card__btn--mke:hover::after {
    border-color: #0082b4;
}

/* ========================================
   見える化エンジン3つの特徴
   ======================================== */

.mke-features-section {
    padding: 2rem 0;
    background-color: #fff;
}

.mke-features-inner {
    max-width: 112rem;
    width: 100%;
    margin: 0 auto;
}

.mke-features-section .about-heading_write {
    text-align: center;
    margin-bottom: 6rem;
}


.mke-features-grid {
    display: flex;
    justify-content: space-between; 
    gap: 3rem;
    width: 100%;
	margin-bottom: 5rem;
}

.mke-features-card {
    flex: 1 1 0; 
    min-width: 0; 
    background-color: #fff;
    border: 1px solid #0082b4;
    border-radius: 2rem;
    padding: 3rem 2.5rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
    text-align: left; 
    min-height: 25rem;
}

.mke-features-num {
    display: block;
    font-size: 4.8rem;
    color: #00a0e9;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2rem;
}

.mke-features-txt {
    font-size: 2.3rem;
    color: #333;
    font-weight: bold;
    line-height: 1.6;
    text-align: center; 
    margin: 0;
}

/* ========================================
   特徴・機能ページTOP
   ======================================== */

.mke-feature-header-section {
    width: 100%;
    background-image: url('/digitalmarketing/mieruka/img/feature-title-bg.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mke-feature-header-inner {
    max-width: 112rem;
    width: 100%;
    margin: 0 auto;
}

.mke-feature-headline {
    text-align: center;
    width: 100%;
}

.mke-feature-headline__sub {
    font-size: 2.5rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.mke-feature-headline__main {
    font-size: 4.5rem;
    color: #004b8d; 
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.mke-feature-headline__main_blue {
    font-size: 4.5rem;
    color: #333; 
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

/* ========================================
   見える化エンジン 対応データ・機能マトリクス表
   ======================================== */

.mke-matrix26-section {
    background-color: #ffffff;
    box-sizing: border-box;
}

.mke-matrix26-inner {
    max-width: 112rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.mke-matrix26-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem; 
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.mke-matrix26-col {
    flex: 1 1 0; 
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem; 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mke-matrix26-title {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1rem 0;
    padding: 0 0 1.5rem 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid transparent; 
    background: none;
    line-height: 1.3;
}

.mke-matrix26-card {
    width: 100%;
    min-height: 11rem; 
    padding: 1.5rem 1rem;
    margin: 0;
    border: none;
    border-radius: 0.2rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.mke-matrix26-text {
    font-size: 2rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.mke-matrix26-sub {
    font-size: 1.5rem;
    font-weight: normal;
    color: #555555;
    display: block;
    margin-top: 0.6rem;
    line-height: 1.3;
}

.mke-matrix26-col--blue .mke-matrix26-title { color: #0056b3; border-color: #0056b3; }
.mke-matrix26-col--blue .mke-matrix26-card { background-color: #DDECFF; }

.mke-matrix26-col--green .mke-matrix26-title { color: #009944; border-color: #009944; }

.mke-matrix26-col--green .mke-matrix26-card { background-color: #e1f7e1; }

.mke-matrix26-col--purple .mke-matrix26-title { color: #6f42c1; border-color: #6f42c1; }
.mke-matrix26-col--purple .mke-matrix26-card { background-color: #f0e6ff; }

/*メディアクエリエリア*/

/* 400px以上：小さめのスマホ向け調整 */
@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); }
}

/* 768px以上：タブレット・PC向け共通設定 */
@media (min-width: 768px) {
  .container { justify-content: space-between; }
  .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; }
  .btn-container .spss-quote-button { width: calc(50% - 20px); margin-right: 0; }
}

/* 786px以上：カードレイアウトPC用 */
@media all and (min-width: 786px) {
  .card-list { width: calc(96% / 3); }
  #cardlayout-wrap::after { content: ""; display: block; width: calc(96% / 3); }
}

/* 900px以上：メインビジュアルPC用配置 */
@media screen and (min-width: 900px) {
  .hero-content-left { text-align: left; margin-bottom: 0; margin-right: 35%; }
}

/* 979px以上：PC用画像切り替え */
@media screen and (min-width: 979px) {
  .mobile-image { display: none; }
  .about-bi__p_correction { padding: 0rem 1rem; }
}

/* 1024px以上：デスクトップ大画面向け */
@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; }
}


/* ==========================================================================
   メディアクエリ：デスクトップファースト（最大幅：max-width）
 ========================================================================== */

/* 1200px以下：ノートPC・タブレット横向け調整 */
@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; }
  .feature__box__left { padding: 0; }
  .feature__box__right { padding-right: 4rem; }
  .function__box__imgItem { position: relative; }
  .function__box__imgItem img { width: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .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; }
  .mke-hero__catch { font-size: 3rem; }
  .mke-hero__sub-catch { font-size: 2.5rem; }
  .mke-hero__image { min-width: 35rem; } 
  .mke-hero__laptop { margin-right: 0; display: none; }
  .mke-hero__flex { flex-direction: column; text-align: center; }
  .mke-hero__logo { margin: 0 auto;}
  .mke-hero__achievement-img{ margin: 0 auto;}
}

/* 1150px以下：見える化エンジンヒーローエリア調整 */
@media screen and (max-width: 1150px) {
  
}

/* 1024px以下：見える化エンジンカード構成の縦並び */
@media screen and (max-width: 1024px) {
  .gd-values-grid { flex-direction: column; align-items: center; gap: 4rem; }
  .gd-values-card { width: 100%; max-width: 60rem; }
  .mke-features-grid { gap: 1.5rem; }
}

/* 992px以下：商品・キャンペーンエリアの調整 */
@media (max-width: 992px) {
  .campaign-hero-section { padding: 60px 0; }
  .campaign-title { font-size: 5rem; white-space: normal; }
  .product-cards-grid { flex-direction: column; }
  .product-card { margin-bottom: 20px; }
  .about-heading { margin-bottom: 20px; }
  .about-heading_write { margin-bottom: 20px; font-size: 2rem; }
  .about-box { padding: 20px; }
  .about-box p { font-size: 1.8rem; }
  .large-button { font-size: 1.5em; padding: 15px 40px; padding-right: 60px; }
}

/* 979px以下：共通ブレイクポイント（タブレット縦向け） */
@media screen and (max-width: 979px) {
  .desktop-image { display: none; }
  .case-studies__box h4 { text-align: center; }
  .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; }
  .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; }
  .about_data-source { padding-bottom: 4rem; }
  .about_data-source .main-heading { padding: 2rem 0; }
  .about_data-source img { width: 100%; padding: 2rem; }
  .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%; }
  .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; }
  .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; }
  .agency-card { padding: 4rem 3rem; }
  .agency-content { flex-direction: column; text-align: left; }
  .agency-logo { flex: 0 0 auto; width: 100%; max-width: 25rem; margin-top: 2rem; }
  .spec-header { padding: 2rem; }
  .spec-body { padding: 3rem 2rem; }
  .spec-main-title { font-size: 2.4rem; }
  .info-row { flex-direction: column; }
  .info-label { flex: 0 0 auto; width: 100%; padding: 1.5rem 2rem; }
  .info-content { width: 100%; padding: 2rem; }
  .mke-hero { padding: 5rem 2rem 3rem; }
  .mke-hero__content { width: 100%; }
  .mke-hero__catch, .mke-hero__sub-catch { white-space: normal; }
  .mke-hero__image { width: 100%; max-width: 50rem; min-width: auto; margin: 0 auto; }
  .collab-logos { flex-direction: column; gap: 2rem; }
  .collab-x { transform: rotate(90deg); }
  .role-card-flex { flex-direction: column; align-items: center; }
  .role-card { width: 100%; }
  .mke-matrix26-row { gap: 2rem; }
  .mke-matrix26-title { font-size: 2.2rem; }
}

/* 900px以下：SP構成への切り替え（スマホ・タブレット共通） */
@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; }
  .hero-title { font-size: 8rem; justify-content: center; }
  .hero-title-spss { justify-content: center; }
}

/* 860px以下：図版テキスト非表示 */
@media screen and (max-width: 860px) {
  .zuhan_tx06 { top: 18%; left: 55%; display: none; }
}

/* 800px以下：コンポーネントごとのSP用微調整 */
@media screen and (max-width: 800px) {
  .topBnr { margin: 2rem auto; }
  .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; }
  .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%; }
  .function__box__ucttl_area { flex-direction: column; }
  .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; }
  .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; margin: 0 auto; }
  .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: 80%; margin: 2rem auto; }
  .subtitle { font-size: 2.8rem; }
  .container { padding: 2rem 1rem; }
}

/* 768px以下：一般的なスマートフォン横・縦表示設定 */
@media (max-width: 768px) {
  .problem-list li { margin-bottom: 15px; padding-left: 1.2em; }
  .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 { 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; }
  .topic-item { flex-wrap: wrap; padding: 10px; }
  .topic-date { flex-basis: 100%; margin-bottom: 5px; }
  .topic-tag { margin-right: 10px; margin-bottom: 10px; }
  .topic-title { flex-basis: calc(100% - 120px); }
  .section-title { font-size: 2rem; }
  .contact-heading { font-size: 2rem; }
  .phone-number { font-size: 3rem; }
  .quote-button-wrapper { border: none; padding: 0; } 
  .quote-buttons-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .quote-btn { font-size: 2rem; }
  .model-body { padding: 2.5rem 2rem; }
  .model-components { gap: 1rem; }
  .form-input { max-width: 100%; }
  .spss-download-form__item--long-padding { padding: 2rem 2rem 3rem; }
  .use-case-list { padding: 0 2rem; }
  .voc-analysis-intro p { font-size: 1.5rem; line-height: 1.6; }
  .voc-analysis-intro { margin-bottom: 4rem; }
  .gd-values-main-ttl { font-size: 2.4rem; }
  .gd-values-main-ttl span { display: block; font-size: 2rem; }
  .gd-values-footer p { font-size: 1.6rem; }
  /*.mke-features-inner { padding: 0 2rem; }*/
  .mke-features-grid { flex-direction: column; align-items: center; gap: 3rem; }
  .mke-features-card { width: 100%; max-width: 45rem; min-height: auto; }
  .mke-features-txt { font-size: 2rem; }
  .mke-features-num { font-size: 3.6rem; }
  .mke-feature-header-section { padding: 4rem 2rem; }
  .mke-feature-header-inner { max-width: 100%; }
  .mke-feature-headline__sub { font-size: 1.6rem; margin-bottom: 0.8rem; }
  .mke-feature-headline__main { font-size: 3rem; }
  .mke-matrix26-row { flex-direction: column; gap: 4.5rem; }
  .mke-matrix26-col { width: 100%; gap: 1.5rem; }
  .mke-matrix26-title { font-size: 2rem; margin-bottom: 0.5rem; padding-bottom: 1rem; }
  .mke-matrix26-text { font-size: 1.5rem; }
  .mke-matrix26-card { min-height: 8rem; }
}

/* 767px以下：SPボタン幅の調整 */
@media (max-width: 767px) {
    .btn-container .spss-quote-button { width: 100%; margin-right: 0; }
}

/* 700px以下：各モジュール・見出しのSP最適化 */
@media screen and (max-width: 700px) {
  .img_width { width: 100%; }
  .topBnr__wrap { box-shadow: none; }
  .topBnr__wrap02, .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; }
  .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-and-dx-img img { width: 90%; padding: 0 3.6rem; }
  .bi-and-dx-img { margin-bottom: 3rem; }
  .catchphrase { padding: 2rem 4.6rem 2rem 4rem; }
  .catchphrase-txt { font-size: 2rem; }
  .catchphrase-pc { display: none; }
  .about-bi__dxlp-link { margin-bottom: 4rem; }
}

/* 786px以下：カード画像の幅指定 */
@media all and (max-width: 786px) {
  .card-list_img01, .card-list_img02, .card-list_img03 { width: 18rem; }
}

/* 600px以下：スライド・ボタン類・テキスト要素の最小化 */
@media screen and (max-width: 600px) {
  .swiper { width: 100%; }
  .zuhan_tx_pc { display: none; }
  .spss-quote-button { min-height: 90px; font-size: 1.8rem; }
  .blue-btn { display: block; width: 100%; margin: 0 auto 20px; font-size: 1.8rem; padding: 12px 20px; white-space: normal; }
  .spss-quote-button::after, .blue-btn::after { right: 15px; font-size: 1.1em; }
  .quote-buttons-grid { grid-template-columns: 1fr; }
  .quote-button-wrapper { padding: 0 10px; }
  .large-button { width: 100%; max-width: 350px; font-size: 1.5rem; padding: 12px 30px; padding-right: 50px; }
  .logo-img-gd { height: 4rem; width: auto; }
  .logo-img-mke { height: 5rem; width: auto; }
}

/* 560px以下：フォントサイズ縮小（極小画面用） */
@media screen and (max-width: 560px) {
  .btn-wrap1, .btn-wrap2 { padding: 1rem 0; }
  h2.etl-bi_ttl { font-size: 3rem; }
  .about-bi__box03 h2, .card-top_title, .bi-primary-heading_ttl { font-size: 20px; }
  .card-sub_title { font-size: 16px; }
  .detail-area_ttl { font-size: 2rem; }
}

/* 480px以下：小さめのスマホ縦表示設定 */
@media (max-width: 480px) {
  .campaign-hero-section { padding: 30px 0; min-height: 300px; }
  .campaign-title { font-size: 1.8em; padding: 0 10px; }
  .hero-title { font-size: 5rem; }
  .hero-title-spss { font-size: 5.2rem; text-align: center; }
}

/* 360px以下：SPSSタイトルの最小化 */
@media (max-width: 360px) {
  .hero-title-spss { font-size: 4.5rem; }
}

/* 300px以下：メインタイトルを縦並び化 */
@media (max-width: 300px) {
  .hero-title { flex-direction: column; }
}