@charset "UTF-8";
body{
	width:100%;
}

.marketer-main-area {
  text-align:left;
  margin-left: calc( ( ( 100% - 100vw ) / 2 ) );/*スクロールバーの幅を考慮（+8px）*/
  margin-right: calc( ( ( 100% - 100vw ) / 2 ) + 8px );/*スクロールバーの幅を考慮（+8px）*/
  background-color: #E8E64A;
  font-family: 'Noto Sans JP', sans-serif;
}

/* PC表示：brは通常通り表示 */
.pc-only-br {
  display: inline;
}
.pc-only-nobr {
  display: none;
}

.top-image {
  text-align: center;      /* 画像を横中央に配置 */
  padding: 50px 0 70px;         
}
.top-image img {
  max-width: 100%;         /* 画面幅に合わせて縮小 */
  height: auto;            /* アスペクト比を保持 */
  display: inline-block;   /* テキストセンターに合わせてブロック化 */
}

.wrapper-marketer {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.column {
  background-color: #fff;
  box-sizing: border-box;
  flex: 1 1 calc(50% - 16px);
  max-width: calc(50% - 16px);
}

.column-header {
  font-weight: 500;
  display: flex;
  align-items: center;
  background-color: #003360; /* ここを変更 */
  padding: 30px 40px;
  margin: 0;
}

.column-header-number {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #E8E64A;
  margin-right: 20px;
}

.column-header-text {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 4%;
  color: #FFFFFF;
}

.column-content {
  padding: 5px 30px;
  box-sizing: border-box;
}

.column-content .lead {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.04em; /* 4%はemで表現 */
  color: #CB5517; /* オレンジ系 */
  margin-top: 15px;
  margin-bottom: 15px;
}

.column-content .text {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.07em; /* 7% を em に換算 */
  color: #000000;
  margin-bottom: 15px;
}

.btn {
  font-weight: 500;
  display: block;
  width: 650px;
  height: 150px;
  line-height: 150px;
  background-color: #003360;
  color: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  border-radius: 1000px;
  margin: 50px auto;
  text-decoration: none;
  transition: background-color 0.3s ease; /* なめらかな変化 */
  cursor: pointer;
}

.btn:hover {
  background-color: #2F6B9A;
}

.large-column {
  background-color: #FBFBE1;
  max-width: 1100px;
  margin: 50px auto;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.large-column .lead {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 40px;
}

.large-column .note {
  font-size: 25px;         /* 小さめサイズ */
  vertical-align: super;   /* 上付きにして自然に */
  margin-left: 2px;        /* 概要との間に少し空白 */
}

.large-column .text {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.07em; /* 7% を em に換算 */
  color: #000000;
  margin-bottom: 40px;
}

.large-column .text_s {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 40px;
}

.image-scroll-box {
  width: 100%;
  overflow-x: auto;
  margin: 0 auto 10px;
  -webkit-overflow-scrolling: touch;
}

.image-scroll-box img {
  display: block;
  width: 1000px; /* 固定幅 */
  height: auto;
  max-width: none; /* モバイルでも縮小させない */
}

.color-box {
  width: 1000px;
  max-width: 100%;
  margin: 50px auto;
  padding: 30px 50px;
  box-sizing: border-box;
  color: #000;
  border-radius: 16px;
}

.color-box.orange {
  background-color: #D78113;
}

.color-box.green {
  background-color: #7AAC4D;
}

.color-box.blue {
  background-color: #2F6B9A;
}

.color-box-text {
  text-align: left;
}

.color-box-text .line1 {
  color: #fff;
  font-size: 29px;
  margin-top: 20px;
  margin-bottom: 0;
}

.color-box-text .line2 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.04em; /* 4%はemで表現 */
  margin-top: 5px;
  margin-bottom: 20px;
}
.color-box-text .line3 {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.color-box-text .note {
  font-size: 18px;         /* 小さめサイズ */
  vertical-align: super;   /* 上付きにして自然に */
  margin-left: 2px;        /* 概要との間に少し空白 */
}

.color-box-scroll {
  overflow-x: auto;
  white-space: nowrap;
}

.color-box-scroll img {
  display: inline-block;
  width: 900px;  /* 固定サイズで縮小させない */
  height: auto;
}

.text-image-box {
  width: 100%;
  height:290px;
  display: inline-block;
  box-sizing: border-box;
}

.text-image-box .text {
  margin-top: 80px; /* 上余白 */
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 50px;
  text-align: left;
  padding-left: 0;
  box-sizing: border-box;
}

.device-img {
  display: inline-block;
  vertical-align: top;
  width: 300px;  /* 画像幅 */
  position: relative;
  top: 20px; /* 少し下げて下の画像に被せる */
  margin-left: 5%;
  border-radius: 12px;
  z-index: 2;
  box-sizing: border-box;
  float: right;  /* 右揃え */
}

.text-image-scroll {
  overflow-x: auto;
  white-space: nowrap;
}

.text-image-scroll .bottom-img {
  display: inline-block;
  width: 1000px;  /* 固定サイズで縮小させない */
  height: 600px;
  margin-top: -40px; /* 上に引き上げて重ねる */
  border-radius: 12px;
  box-sizing: border-box;
}

.achievements-section {
  background-color: #ffffff; /* 白背景 */
  padding: 20px 80px;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
}

.center-title {
  letter-spacing: 0.05em; /* 4%はemで表現 */
  color: #003360;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 50px;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #000;
  margin-bottom: 50px;
}

.custom-table td {
  border: 1px solid #ccc; /* 薄いグレーの線 */
  padding: 10px 20px;
  vertical-align: middle;
}

.custom-table td.blue-bg {
  background-color: #E5ECF3; /* 青色 */
  color: #000;
  font-weight: 600;
  width: 15%;
  height: 50px;
  white-space: nowrap; /* 折り返さない */
}

.custom-table td:not(.blue-bg) {
  width: 70%;
}


@media (max-width: 1024px) {

 .marketer-main-area {
  text-align:left;
  margin-left: calc( ( ( 100% - 100vw ) / 2 ) );/*スクロールバーの幅を考慮（+8px）*/
  margin-right: calc( ( ( 100% - 100vw ) / 2 ) + 8px );/*スクロールバーの幅を考慮（+8px）*/
  padding: 20px;         
 }

  .container {
    flex-direction: column;
  }
  .column {
    max-width: 100%;
  }

  .btn {
    width: 85%;
    height: auto;
    padding: 50px 30px;
    font-size: 1.8rem;
    border-radius: 70px;
    text-align: center;
    line-height: normal; /* 追加 */
    display: flex;       /* 追加 */
    justify-content: center; /* テキスト中央 */
    align-items: center;     /* 上下中央 */
  }

  .image-scroll-box {
    overflow-x: auto;
    white-space: nowrap;
  }

  .image-scroll-box img {
    display: inline-block;
  }

  .large-column {
    padding: 30px 20px;
  }

  .color-box {
    padding: 30px 20px;
  }
  
  .device-img {
    display: none;
  }

 .achievements-section {
   padding: 20px 20px;
 }
 .pc-only-br {
    display: none;
  }
}

@media (max-width: 430px) {

 /* 小のモバイルだけ、改行 */
 .pc-only-nobr {
   display: inline;
 }
 .marketer-main-area {
  text-align:left;
  margin-left: calc( ( ( 100% - 100vw ) / 2 ) );/*スクロールバーの幅を考慮（+8px）*/
  margin-right: calc( ( ( 100% - 100vw ) / 2 ) );/*スクロールバーの幅を考慮（+8px）*/
  padding: 10px;         
}
 .top-image {
   text-align: center;      /* 画像を横中央に配置 */
   padding: 20px 0 30px;         
 }
 .column-header {
   padding: 20px;
 }
 .column-header-text {
   font-size: 20px;
   line-height: 1.4rem;
 }
 .column-header-number {
   font-size: 50px;
   margin-right: 10px;
 }

 .column-content {
   padding: 0 20px;
 }
 .column-content .lead {
   font-weight: 600;
   font-size: 20px;
   letter-spacing: 0.00em;
   color: #CB5517; /* オレンジ系 */
   margin-bottom: 10px;
 }
 .column-content .text {
   font-size: 16px;
   line-height: 1.2;
   letter-spacing: 0.00em;
   color: #000000;
 }
 .btn {
   width: 80%;
   padding: 15px 25px;
   font-size: 19px;
   border-radius: 70px;
   line-height: 1.2em;
 }
 
 .large-column .lead {
   font-weight: 600;
   font-size: 23px;
   line-height: 20px;
   letter-spacing: 0.00em;
   margin-top: 0;
  }

 .large-column .note {
   font-size: 12px;         /* 小さめサイズ */
   vertical-align: super;   /* 上付きにして自然に */
   margin-left: 2px;        /* 概要との間に少し空白 */
  }

 .large-column .text {
   margin-top: -20px;
   font-size: 18px;
   line-height: 1.5em;
   letter-spacing: 0.07em;
   margin-bottom: 20px;
 }

 .large-column .text_s {
   font-size: 13px;
   line-height: 1.2em;
   letter-spacing: 0.04em;
 }
 .color-box-text .line1 {
   font-size: 19px;
   margin-top: 0;
   margin-bottom: 10px;
 }

 .color-box-text .line2 {
   font-size: 24px;
   font-weight: 500;
   line-height: 1.3em;
   letter-spacing: 0.04em; /* 4%はemで表現 */
   margin-top: 5px;
   margin-bottom: 20px;
 }

.text-image-box {
  width: 100%;
  height:100px;
  display: inline-block;
  box-sizing: border-box;
}

 .text-image-box .text {
   margin-top: 0; /* 上余白 */
   font-weight: 600;
   font-size: 25px;
 }

 .center-title {
   letter-spacing: 0.05em; /* 4%はemで表現 */
   font-size: 25px;
   margin-bottom: 25px;
 }

}
