body{
  text-align: justify;
overflow-wrap: break-word;
word-break: normal;

}
/* ====================================================
   1. 船井総研グループ紹介セクション（fsg-）
   ==================================================== */
.fsg-container {
  margin-bottom: 70px;
  width: 100%;
}

.fsg-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .fsg-wrapper {
    flex-direction: row;
    align-items: stretch;
  }
}

.fsg-left-content {
  background: linear-gradient(135deg, #1b689c 0%, #0f4c81 100%);
  color: #ffffff;
  padding: 40px 25px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .fsg-left-content {
    width: 44%;
    padding: 50px 40px;
    padding-right: 6%;
    clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%);
    border-radius: 6px 0 0 6px;
  }
}

.fsg-left-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fsg-left-title {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.4;
  font-weight: bold;
}

.fsg-purpose-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 25px 15px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.fsg-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333333;
  color: #ffffff;
  padding: 2px 14px;
  border-radius: 3px;
  white-space: nowrap;
}

.fsg-purpose-main {
  color: #ffffff;
  margin: 10px 0 5px;
  font-weight: bold;
  line-height: 1.3;
}

.fsg-purpose-sub {
  margin: 0;
  opacity: 0.8;
  line-height: 1.3;
}

.fsg-left-lead {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.fsg-layer-diagram {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: auto;
}

.fsg-layer {
  padding: 12px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.fsg-layer.item-purpose {
  background-color: #efa81e;
  border-radius: 4px 4px 0 0;
}

.fsg-layer.item-vision {
  background-color: #2b8444;
  padding: 10px 12px;
}

.fsg-layer-companies {
  font-weight: normal;
  margin-top: 4px;
  opacity: 0.9;
  line-height: 1.3;
}

.fsg-layer.item-way {
  background-color: #7a5735;
}

.fsg-layer.item-spirit {
  background-color: #113463;
  border-radius: 0 0 4px 4px;
}

.fsg-layer-label {
  display: block;
  line-height: 1.2;
}

.fsg-right-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 992px) {
  .fsg-right-content {
    width: 56%;
    justify-content: space-between;
  }
}

.fsg-card-box {
  position: relative;
  background-color: #ffffff;
  padding: 30px 25px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

@media (min-width: 768px) {
  .fsg-card-box {
    padding: 35px 40px;
  }
}

.fsg-card-corner {
  position: absolute;
  width: 18px;
  height: 18px;
}

.fsg-card-corner.top-left {
  top: 12px;
  left: 12px;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
}

.fsg-card-corner.bottom-right {
  bottom: 12px;
  right: 12px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
}

.fsg-card-type-en {
  display: block;
  color: #1b689c;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 0.05em;
}

.fsg-card-main-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #333333;
}

.fsg-card-text {
  line-height: 1.6;
  margin: 0;
  color: #555555;
}

.fsg-way-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .fsg-way-grid {
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
  }
  .fsg-way-col {
    width: 32%;
  }
}

.fsg-way-title {
  margin: 0 0 4px;
  font-weight: bold;
  color: #1b689c;
  line-height: 1.3;
}

.fsg-way-subtitle {
  margin: 0 0 2px;
  font-weight: bold;
  color: #333333;
  line-height: 1.3;
}

.fsg-way-lang {
  margin: 0 0 14px;
  color: #888888;
  line-height: 1.2;
}

.fsg-way-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.fsg-way-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #444444;
}

.fsg-way-list li:last-child {
  margin-bottom: 0;
}

.fsg-way-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #b5b5b5;
}

.fsg-card-spirit-title {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
  color: #333333;
  line-height: 1.3;
}

.fsg-sp-only {
  display: block;
}
@media (min-width: 576px) {
  .fsg-sp-only {
    display: none;
  }
}

/* ====================================================
   2. 中華圏市場機会セクション（cmo-）
   ==================================================== */
.cmo-container {
  margin-bottom: 70px;
  width: 100%;
}

.cmo-lead-block {
  margin-bottom: 40px;
}

.cmo-lead-text {
  position: relative;
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.6;
}

.cmo-lead-text:last-child {
  margin-bottom: 0;
}

.cmo-lead-text::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #7f7f7f;
}

.cmo-columns-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 768px) {
  .cmo-columns-wrapper {
    flex-direction: row;
    gap: 30px;
  }
  .cmo-column {
    flex: 1;
  }
}

.cmo-column-header {
  text-align: center;
  margin-bottom: 25px;
}

.cmo-column-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: bold;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 12px;
  line-height: 1.4;
}

.cmo-column-subtitle {
  margin: 0;
  color: #666666;
  line-height: 1.4;
}

.cmo-cards-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cmo-card {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 8px;
  padding: 12px 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cmo-card-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}

.cmo-card-body {
  flex: 1;
}

.cmo-card-title {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: bold;
  line-height: 1.3;
}

.cmo-card-text {
  margin: 0;
  color: #555555;
  line-height: 1.4;
}

.cmo-card.cmo-blue {
  border-color: #0070c0;
}
.cmo-blue .cmo-card-icon {
  background-color: #0070c0;
}
.cmo-blue .cmo-card-title {
  color: #0070c0;
}

.cmo-card.cmo-green {
  border-color: #00b08b;
}
.cmo-green .cmo-card-icon {
  background-color: #00b08b;
}
.cmo-green .cmo-card-title {
  color: #00b08b;
}

.cmo-card.cmo-purple {
  border-color: #7030a0;
}
.cmo-purple .cmo-card-icon {
  background-color: #7030a0;
}
.cmo-purple .cmo-card-title {
  color: #7030a0;
}

.cmo-source {
  margin-top: 25px;
  color: #666666;
  line-height: 1.4;
  font-size:0.9em;
}

/* ====================================================
   3. サービスメニューと対象業種セクション（fsm-）
   ==================================================== */
.fsm-container {
  margin-bottom: 70px;
  width: 100%;
}

.fsm-lead-block {
  margin-bottom: 35px;
}

.fsm-lead-text {
  position: relative;
  padding-left: 22px;
  margin: 0;
  line-height: 1.6;
}

.fsm-lead-text::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #7f7f7f;
}

.fsm-table {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  background-color: #ffffff;
}

.fsm-row {
  display: block;
}

@media (min-width: 768px) {
  .fsm-row {
    display: grid;
    grid-template-columns: 28% 36% 36%;
  }
}

.fsm-header {
  display: none;
}

@media (min-width: 768px) {
  .fsm-header {
    display: grid;
    background-color: #0070c0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #0070c0;
  }
}

.fsm-cell {
  padding: 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .fsm-cell {
    padding: 20px 15px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fsm-cell:first-child {
    border-left: 1px solid #dcdcdc;
  }
  .fsm-header .fsm-cell {
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
  }
}

.fsm-menu-title-wrap {
  display: flex;
  align-items: center;
}

.fsm-menu-title {
  font-weight: bold;
  line-height: 1.4;
  color: #333333;
}

.fsm-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.fsm-list li {
  position: relative;
  padding-left: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #444444;
}

.fsm-list li:last-child {
  margin-bottom: 0;
}

.fsm-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
}

.fsm-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.fsm-icon-box svg {
  width: 20px;
  height: 20px;
}

.fsm-icon-survey  { /*background-color: #70ad47;*/
      background-image: url(https://www.funaisoken.co.jp/images/original/servicemenu-tyousa.png);
    background-size: cover; }
.fsm-icon-biz     { /*background-color: #00b08b*/;
        background-image: url(https://www.funaisoken.co.jp/images/original/servicemenu-jitsumu.png);
    background-size: cover; }
.fsm-icon-sales    { /*background-color: #418ab3;*/
        background-image: url(https://www.funaisoken.co.jp/images/original/servicemenu-shien.png);
    background-size: cover; }
.fsm-icon-brand    { /*background-color: #7030a0;*/
        background-image: url(https://www.funaisoken.co.jp/images/original/servicemenu-promotion.png);
    background-size: cover; }
.fsm-icon-inbound  { /*background-color: #e26b0a;*/
        background-image: url(https://www.funaisoken.co.jp/images/original/servicemenu-kaigai.png);
    background-size: cover; }
.fsm-icon-luxury   { /*background-color: #ff33cc;*/
        background-image: url(https://www.funaisoken.co.jp/images/original/servicemenu-huyuusou.png);
    background-size: cover; }
.fsm-icon-trade    { /*background-color: #002060;*/ 
        background-image: url(https://www.funaisoken.co.jp/images/original/servicemenu-boueki.png);
    background-size: cover; }
.fsm-icon-gov      { /*background-color: #595959;*/
         background-image: url(https://www.funaisoken.co.jp/images/original/servicemenu-gyousei.png);
    background-size: cover; }

@media (max-width: 767px) {
  .fsm-table {
    border-top: none;
    background-color: transparent;
  }
  
  .fsm-table .fsm-row {
    border: 1px solid #dcdcdc;
    margin-bottom: 25px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    overflow: hidden;
  }
  
  .fsm-cell-menu {
    background-color: #f7f9fa;
    border-bottom: 1px solid #e2e8f0;
    padding: 15px;
  }
  
  .fsm-cell-content, 
  .fsm-cell-target {
    padding: 15px;
    border-bottom: 1px solid #f1f5f9;
  }
  
  .fsm-cell-target {
    border-bottom: none;
  }
  
  .fsm-cell-content::before,
  .fsm-cell-target::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    color: #0070c0;
    margin-bottom: 10px;
    border-left: 3px solid #0070c0;
    padding-left: 8px;
    line-height: 1.2;
  }
}

.fsm-pc-only {
  display: none;
}
@media (min-width: 768px) {
  .fsm-pc-only {
    display: block;
  }
}

/* ====================================================
   4. 選ばれる理由セクション（frb-）
   ==================================================== */
.frb-container {
  margin-bottom: 70px;
  width: 100%;
}

.frb-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .frb-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

.frb-card {
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .frb-card {
    padding: 30px;
  }
}

.frb-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.frb-card-title {
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
  color: #1b689c;
  font-weight: bold;
}

.frb-title-num {
  margin-right: 6px;
  flex-shrink: 0;
}

.frb-title-text {
  display: block;
}

.frb-card-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 30px 0;
}

.frb-card-list li {
  position: relative;
  padding-left: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #444444;
}

.frb-card-list li:last-child {
  margin-bottom: 0;
}

.frb-card-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
}

.frb-visual-zone {
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 85px;
  box-sizing: border-box;
}

.frb-zone-trend {
  justify-content: center;
}

.frb-trend-badge {
  border: 1px solid #acd1ec;
  background-color: #f4f8fb;
  padding: 10px 24px;
  border-radius: 6px;
  text-align: center;
}

.frb-trend-badge span {
  color: #1b689c;
  font-weight: bold;
}

.frb-zone-risk {
  justify-content: space-between;
  gap: 15px;
}

.frb-sns-circle {
  border: 1px solid #b9cde3;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
  background-color: #fafbfc;
  flex: 1;
}

.frb-sns-item {
  color: #418ab3;
  font-weight: bold;
}

.frb-alert-mark {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frb-alert-mark svg {
  width: 100%;
  height: 100%;
}

.frb-zone-network {
  justify-content: center;
}

.frb-net-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.frb-net-node {
  background-color: #f0f4f8;
  border: 1px solid #d0e0ed;
  padding: 6px 12px;
  border-radius: 4px;
  color: #555555;
}

.frb-net-node.frb-net-center {
  background-color: #1b689c;
  border-color: #1b689c;
  color: #ffffff;
  font-weight: bold;
}

.frb-zone-expert {
  justify-content: center;
}

.frb-expert-relation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.frb-expert-box {
  border: 1px solid #b5b5b5;
  background-color: #ffffff;
  padding: 8px 16px;
  text-align: center;
  line-height: 1.4;
  color: #333333;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.frb-expert-plus {
  color: #1b689c;
  font-weight: bold;
}

/* ====================================================
   5. よくあるご相談内容セクション（fcd-）
   ==================================================== */
.fcd-container {
  margin-bottom: 70px;
  width: 100%;
}

.fcd-lead-block {
  margin-bottom: 30px;
}

.fcd-lead-text {
  position: relative;
  padding-left: 22px;
  margin: 0;
  line-height: 1.6;
}

.fcd-lead-text::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #7f7f7f;
}

.fcd-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fcd-item {
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.fcd-icon-box {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
    /* margin-right: 16px; */
    /* margin-top: 2px; */
  display: flex;
  align-items: center;
  justify-content: center;
      background: url(https://www.funaisoken.co.jp/images/original/checkbox2__1.png);
    background-size: cover;
    margin: auto 8px;
}

.fcd-icon-box svg {
  width: 100%;
  height: 100%;
}

.fcd-content {
  flex: 1;
}

.fcd-text {
  margin: 0;
  line-height: 1.6;
  color: #333333;
}

.fcd-highlight {
  color: #0070c0;
  font-weight: bold;
}

.fcd-item-accent {
  border-color: #bcd4e6;
  background-color: #f4f8fb;
}

@media (max-width: 576px) {
  .fcd-item {
    padding: 15px;
    gap: 0;
  }
  .fcd-icon-box {
    margin-right: 12px;
    width: 18px;
    height: 18px;
  }
}

/* ====================================================
   6. ご支援実績・一例セクション（fcr-）
   ==================================================== */
.fcr-container {
  margin-bottom: 70px;
  width: 100%;
}

.fcr-lead-block {
  margin-bottom: 30px;
}

.fcr-lead-text {
  position: relative;
  padding-left: 22px;
  margin: 0;
  line-height: 1.6;
}

.fcr-lead-text::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #7f7f7f;
}

.fcr-matrix {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .fcr-matrix {
    gap: 0;
  }
  .fcr-thead,
  .fcr-row {
    display: grid;
    grid-template-columns: 20% 40% 40%;
    align-items: stretch;
  }
}

.fcr-thead {
  display: none;
}

@media (min-width: 768px) {
  .fcr-thead {
    display: grid;
    margin-bottom: 15px;
  }
  .fcr-th {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
  }
  .fcr-th-bg {
    background-color: #7f7f7f;
    color: #ffffff;
    border-radius: 4px;
    margin: 0 4px;
  }
  .fcr-th-empty {
    background-color: transparent;
  }
}

.fcr-cell {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .fcr-cell {
    padding: 12px 15px;
    display: flex;
    align-items: center;
  }
}

.fcr-cell-industry {
  background-color: #0070c0;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .fcr-cell-industry {
    border-radius: 4px 0 0 4px;
    margin: 4px 0;
  }
}

.fcr-industry-text {
  line-height: 1.4;
}

.fcr-cell-background {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  position: relative;
}

@media (min-width: 768px) {
  .fcr-cell-background {
    margin: 4px;
    margin-right: 20px;
    border-radius: 4px;
  }
  .fcr-cell-background::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #7f7f7f;
    z-index: 2;
  }
}

.fcr-bg-text {
  margin: 0;
  line-height: 1.5;
  position: relative;
  padding-left: 18px;
  color: #333333;
}

.fcr-bg-text::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
}

.fcr-cell-content {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
}

@media (min-width: 768px) {
  .fcr-cell-content {
    margin: 4px 0 4px 4px;
    border-radius: 4px;
  }
}

.fcr-content-text {
  margin: 0;
  line-height: 1.5;
  position: relative;
  padding-left: 22px;
  color: #333333;
}

.fcr-content-text::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
  font-weight: bold;
}

@media (max-width: 767px) {
  .fcr-matrix .fcr-row {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .fcr-cell-industry {
    padding: 12px;
    border-bottom: 1px solid #0070c0;
  }
  
  .fcr-cell-background,
  .fcr-cell-content {
    padding: 15px;
    border: none;
  }
  
  .fcr-cell-background {
    border-bottom: 1px dashed #e2e8f0;
  }
  
  .fcr-cell-background::before,
  .fcr-cell-content::before {
    content: attr(data-label);
    display: inline-block;
    background-color: #f0f4f8;
    color: #555555;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}

/* ====================================================
   7. 具体的なご支援実績詳細セクション（fcs-）
   ==================================================== */
.fcs-container {
  margin-bottom: 70px;
  width: 100%;
}

.fcs-lead-block {
  margin-bottom: 40px;
}

.fcs-lead-text {
  position: relative;
  padding-left: 22px;
  margin: 0;
  line-height: 1.6;
}

.fcs-lead-text::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #7f7f7f;
}

.fcs-cases-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.fcs-case-item {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 45px;
}

.fcs-case-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.fcs-case-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
  border-left: 5px solid #0070c0;
  padding-left: 15px;
}

.fcs-case-body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (min-width: 768px) {
  .fcs-case-body {
    flex-direction: row;
    align-items: flex-start;
    gap: 4%;
  }
}

.fcs-case-visual {
  width: 100%;
}

@media (min-width: 768px) {
  .fcs-case-visual {
    width: 36%;
    position: sticky;
    top: 20px;
  }
}

.fcs-case-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.fcs-case-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 768px) {
  .fcs-case-info {
    width: 60%;
  }
}

.fcs-info-block {
  background-color: #ffffff;
    padding: 20px;
}

.fcs-info-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  color: #0070c0;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.fcs-info-title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #0070c0;
  margin-right: 10px;
  flex-shrink: 0;
}

.fcs-info-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.fcs-info-list li {
  position: relative;
  padding-left: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #444444;
}

.fcs-info-list li:last-child {
  margin-bottom: 0;
}

.fcs-info-list li::before {
  content: "-";
  position: absolute;
  left: 2px;
  top: 0;
  color: #444444;
}

/* ====================================================
   8. 報告書イメージセクション（fri-）
   ==================================================== */
.fri-container {
  margin-bottom: 70px;
  width: 100%;
}

.fri-lead-block {
  margin-bottom: 35px;
}

.fri-lead-text {
  position: relative;
  padding-left: 22px;
  margin: 0;
  line-height: 1.6;
}

.fri-lead-text::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #7f7f7f;
}

.fri-columns-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 768px) {
  .fri-columns-grid {
    flex-direction: row;
    gap: 20px;
  }
  .fri-column {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.fri-column-header {
  background-color: #00a0e9;
  padding: 12px 10px;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

.fri-column-title {
  color: #ffffff;
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
}

.fri-image-list {
  background-color: #ffffff;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}

@media (min-width: 768px) {
  .fri-image-list {
    padding: 25px 10px;
  }
}

.fri-image-item {
  display: flex;
  flex-direction: column;
}

.fri-image-caption {
  display: block;
  color: #7f7f7f;
  margin-bottom: 6px;
  line-height: 1.3;
  text-align: left;
  padding-left: 2px;
}

.fri-image-wrap {
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden;
}

.fri-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* ====================================================
   9. グローバルグロース経営研究会（fgg-）
   ==================================================== */
.fgg-container {
  margin-bottom: 70px;
  width: 100%;
}

.fgg-lead-block {
  margin-bottom: 35px;
}

.fgg-lead-text {
  position: relative;
  padding-left: 22px;
  margin: 0;
  line-height: 1.6;
}

.fgg-lead-text::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #7f7f7f;
}

.fgg-wrapper {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

@media (min-width: 992px) {
  .fgg-wrapper {
    flex-direction: row;
    gap: 4%;
  }
  .fgg-col-left,
  .fgg-col-right {
    width: 48%;
  }
}

.fgg-column-title {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
}

.fgg-column-title::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
}

.fgg-image-group {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.fgg-img-box {
  flex: 1;
}

.fgg-img-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.fgg-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

.fgg-table th,
.fgg-table td {
  border: 1px solid #dcdcdc;
  padding: 12px 14px;
  line-height: 1.5;
  box-sizing: border-box;
}

.fgg-table th {
  background-color: #00a0e9;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.fgg-th-lecture {
  width: 30%;
}

.fgg-th-content {
  width: 70%;
}

.fgg-table td {
  color: #333333;
}

.fgg-td-lecture {
  text-align: center;
  background-color: #f7f9fa;
  font-weight: bold;
}

.fgg-td-content {
  text-align: left;
}

.fgg-check-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 25px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fgg-check-list li {
  display: flex;
  align-items: flex-start;
}

.fgg-check-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fgg-check-icon svg {
  width: 100%;
  height: 100%;
}

.fgg-list-text {
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
}

.fgg-step-group {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.fgg-step-box {
  flex: 1;
  background-color: #f37022;
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}

.fgg-step-box span {
  font-weight: bold;
  line-height: 1.4;
}

.fgg-roadmap-image {
  border: 1px solid #dcdcdc;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.fgg-roadmap-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 576px) {
  .fgg-step-group {
    flex-direction: column;
    gap: 8px;
  }
  .fgg-step-box {
    padding: 10px;
  }
  .fgg-step-box span br {
    display: none;
  }
}

/* ====================================================
   コンサルティング領域セクション（固有スタイル）
   ==================================================== */

.fca-container {
  margin-bottom: 70px;
  width: 100%;
}

.fca-content-box {
  margin-top: 30px;
  background-color: #ffffff;
}

/* 中見出し */
.fca-sub-title {
    color: #333;
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 1.2em;
    border-left: 5px solid #0056b3;
    padding-left: 10px;
    line-height: 1.2;
}

/* リスト構造 */
.fca-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fca-list li {
  display: flex;
  align-items: flex-start;
}

/* 紫色のチェックマークボックス */
.fca-icon-box {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  margin-top: 2px; /* 文頭と高さを揃える調整 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.fca-icon-box svg {
  width: 100%;
  height: 100%;
}

/* テキスト */
.fca-text {
  line-height: 1.6;
  color: #333333;
  font-weight: bold;
}

/* 赤字強調 */
.fca-highlight-red {
  color: #e60012; /* スライド準拠の鮮やかな赤 */
  font-weight: bold;
}

/* スマートフォン向けの微調整 */
@media (max-width: 576px) {
  .fca-icon-box {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}