@charset "UTF-8";

/* Fixed page ID 9787 only. */

#top_title_area {
  display: none;
}

/* =================================
   ACHIEVEMENTS：実績パネル
================================= */

/* リッチカラム全体のネイビー背景 */
.achievement-panel .swell-block-columns__inner {
  overflow: hidden;
  border-radius: 14px;
  background: #062b4f;
}

/* 各実績 */
.achievement-panel .swell-block-column.achievement-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
  padding: 30px 24px;
  box-sizing: border-box;
  text-align: center;
}

/* 2つ目以降の区切り線 */
.achievement-panel .swell-block-column.achievement-item + .achievement-item {
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

/* 段落の余白をリセット */
.achievement-panel .achievement-item p {
  margin: 0 !important;
}

/* 数字・大きなキーワード */
.achievement-panel .achievement-item__main {
  margin-bottom: 12px !important;
  color: #45ddd5;
  font-weight: 700;
  line-height: 1;
}

/* 300・10 */
.achievement-panel .achievement-item__number {
  font-size: clamp(48px, 4.6vw, 68px);
  letter-spacing: -0.04em;
}

/* 社超・ヶ国以上 */
.achievement-panel .achievement-item__unit {
  margin-left: 4px;
  font-size: clamp(25px, 2.2vw, 34px);
}

/* 一気通貫・二拠点一体型支援 */
.achievement-panel .achievement-item__main--word {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  color: #fff;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

/* 補足文 */
.achievement-panel .achievement-item__label {
  min-height: 2.9em;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  overflow-wrap: normal;
  word-break: keep-all;
}

/* 3・4番目：補足文を少しティール寄りに */
.achievement-panel .achievement-item:nth-child(n + 3) .achievement-item__label {
  color: #45ddd5;
}


/* =================================
   スマホ：2列×2段
================================= */

@media (max-width: 767px) {
  .achievement-panel .swell-block-column.achievement-item {
    min-height: 150px;
    padding: 24px 14px;
  }

  /* いったん縦線をリセット */
  .achievement-panel .swell-block-column.achievement-item + .achievement-item {
    border-left: 0;
  }

  /* 右側のカラムだけ縦線 */
  .achievement-panel .swell-block-column.achievement-item:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }

  /* 下段に横線 */
  .achievement-panel .swell-block-column.achievement-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .achievement-panel .achievement-item__number {
    font-size: 46px;
  }

  .achievement-panel .achievement-item__unit {
    font-size: 22px;
  }

  .achievement-panel .achievement-item__main--word {
    margin-top: 10px !important;
    font-size: 24px;
  }

  .achievement-panel .achievement-item__label {
    min-height: 0;
    font-size: 12px;
  }
}

.l-content {
  padding-top: 0;
}

.post_content hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/* 各リッチカラム */
.service-box {
  box-sizing: border-box;
  height: 100%;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;

  /* 0.3 → 0.12 */
  background: rgba(255, 255, 255, 0.12);

  /* 10px → 4px */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* SWELLのh3装飾をリセット */
.service-box h3.service-box__title {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 22px;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
}

/* SWELLの疑似要素も消す */
.service-box h3.service-box__title::before,
.service-box h3.service-box__title::after {
  display: none;
  content: none;
}

/* 番号 */
.service-box__number {
  flex-shrink: 0;
  color: #19c9b5;
  font-size: 24px;
  font-weight: 700;
}

/* 本文 */
.service-box > p {
  margin: 0;
  color: #fff;
  line-height: 1.9;
}

/* アウトプット */.service-box__output {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.service-box__output-label {
  padding-top: 3px;
  color: #20d4c0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.service-box__output p {
  width: 100%;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}

/* スマホ */
@media (max-width: 767px) {
  .service-box {
    padding: 24px 20px;
  }

  .service-box h3.service-box__title {
    gap: 10px;
    font-size: 17px;
  }

  .service-box__number {
    font-size: 21px;
  }

.service-box__output {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}


/* カード本体 */
.support-card {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 26px !important;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(16, 43, 64, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(16, 43, 64, 0.14);
}




/* SWELL側の余白を打ち消す */
.support-card > * {
  margin-top: 0;
}

/* 画像 */
.support-card__image {
  width: 100%;
  margin: 0 !important;
  aspect-ratio: 16 / 7;
  overflow: hidden;
}

.support-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキスト部分の左右余白 */
.support-card__lead,
.support-card__title,
.support-card__text {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

/* 読者の目的 */
.support-card__lead {
  margin-top: 26px !important;
  margin-bottom: 10px !important;
  color: #00a990;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

/* 見出し：SWELL装飾をリセット */
.post_content .support-card h3.support-card__title {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: #062746;
  font-size: 18px;
  line-height: 1.55;
}

.post_content .support-card h3.support-card__title::before,
.post_content .support-card h3.support-card__title::after {
  display: none !important;
  content: none !important;
}

/* 説明文 */

.support-card__text {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #5c6570;
  font-size: 14px;
  line-height: 1.8;
}

/* スマホ */
@media (max-width: 767px) {
  .support-card__lead,
  .support-card__title,
  .support-card__text {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .support-card__lead {
    margin-top: 22px !important;
  }

  .post_content .support-card h3.support-card__title {
    font-size: 17px;
  }

  .support-card {
    padding-bottom: 22px !important;
  }
}

/* 事例番号 */
.support-card__number {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  min-width: 39px;
  height: 32px;
  padding: 0 8px;
  border-radius: 5px;
  background: #062f56;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.case-list .support-card__lead {
  margin-bottom: 8px !important;
}

.post_content .case-list .support-card h3.support-card__title {
  font-size: 17px;
  line-height: 1.55;
}

.case-list .swell-block-columns__inner {
  align-items: stretch !important;
}

.case-list .swell-block-column.support-card {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: auto !important;
}

.case-list .support-card > .swell-block-button {
  margin-top: auto !important;
  margin-right: 24px !important;
  margin-left: 24px !important;
  padding-top: 22px;
}

.post_content .case-list .support-card h3.support-card__title {
  min-height: 3.1em;
}

@media (max-width: 767px) {
  .post_content .case-list .support-card h3.support-card__title {
    min-height: auto;
  }

  .case-list .support-card > .swell-block-button {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}

/* 業界全体のボックス */
.industry-box {
  box-sizing: border-box;
  padding: 28px 30px;
  border-radius: 10px;
  background: #fff;
}

/* リストを横並びにする */
.post_content ul.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* 各項目をピル型にする */
.post_content ul.industry-tags > li {
  width: fit-content;
  margin: 0 !important;
  padding: 8px 16px !important;
  border: 0;
  border-radius: 999px;
  background: #eef2f5;
  color: #12334f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  list-style: none !important;
}

/* SWELLのリストアイコンを消す */
.post_content ul.industry-tags > li::before,
.post_content ul.industry-tags > li::after {
  display: none !important;
  content: none !important;
}

/* スマホ */
@media (max-width: 767px) {
  .industry-box {
    padding: 24px 20px;
  }

  .post_content ul.industry-tags {
    gap: 8px;
  }

  .post_content ul.industry-tags > li {
    padding: 7px 12px !important;
    font-size: 12px;
  }
}

/* Hero CTA buttons */
@media (min-width: 600px) {
  .hero-cta > .swell-block-columns__inner {
    justify-content: center;
    gap: 24px;
  }

  .hero-cta > .swell-block-columns__inner > .swell-block-column {
    flex: 0 0 auto;
    width: auto;
  }

  .hero-cta .wp-block-button__link {
    min-width: 200px;
  }
}

/* Hero content on mobile */
@media (max-width: 599px) {
  .post_content > .swell-block-fullWide:first-child h2,
  .post_content > .swell-block-fullWide:first-child h3,
  .post_content > .swell-block-fullWide:first-child p {
    width: auto;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal !important;
  }

  .post_content > .swell-block-fullWide:first-child h2,
  .post_content > .swell-block-fullWide:first-child h3,
  .post_content h2.is-style-section_ttl {
    line-break: strict;
    text-wrap: balance;
  }

  .post_content > .swell-block-fullWide:first-child h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .post_content > .swell-block-fullWide:first-child h3 {
    font-size: 28px !important;
    line-height: 1.45;
  }

  .post_content > .swell-block-fullWide:first-child p {
    font-size: 16px !important;
    line-height: 1.9;
  }

  .post_content > .swell-block-fullWide:first-child p br {
    display: none;
  }

  .post_content h2.is-style-section_ttl {
    max-width: 100%;
    font-size: 32px !important;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal !important;
  }

  .post_content > .swell-block-fullWide:first-child h2.is-style-section_ttl {
    font-size: 20px !important;
  }
}

/* Reasons US market development stalls */
.post_content .wp-block-cover:has(.is-style-clmn-shadow) {
  min-height: 430px;
  padding: 48px 32px;
  border: 0 !important;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: none !important;
}

.post_content .wp-block-cover:has(.is-style-clmn-shadow)
  > .wp-block-cover__background {
  background-color: #eef1f2 !important;
  opacity: 0.84 !important;
}

.post_content .wp-block-cover:has(.is-style-clmn-shadow)
  .wp-block-cover__inner-container {
  width: 100%;
}

.post_content .wp-block-cover:has(.is-style-clmn-shadow)
  .swell-block-columns__inner {
  align-items: stretch;
  gap: 20px;
}

.post_content .wp-block-cover:has(.is-style-clmn-shadow)
  .swell-block-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  width: auto !important;
  min-width: 0;
  padding: 28px 26px 26px;
  border: 1px solid #dce3e8;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(4, 25, 45, 0.11);
}

.post_content .wp-block-cover:has(.is-style-clmn-shadow)
  h3.is-style-section_ttl {
  min-height: 3.1em;
  margin: 0 0 18px !important;
  padding: 0 0 15px !important;
  border: 0 !important;
  border-bottom: 1px solid #dce5eb !important;
  border-radius: 0;
  background: none !important;
  box-shadow: none !important;
  color: #06365f !important;
  font-size: 18px;
  line-height: 1.55;
}

.post_content .wp-block-cover:has(.is-style-clmn-shadow)
  h3.is-style-section_ttl::before,
.post_content .wp-block-cover:has(.is-style-clmn-shadow)
  h3.is-style-section_ttl::after {
  display: none !important;
  content: none !important;
}

.post_content .wp-block-cover:has(.is-style-clmn-shadow)
  ul.is-style-check_list {
  margin: 0 !important;
  color: #243746;
  font-size: 14px;
  line-height: 1.85;
}

.post_content .wp-block-cover:has(.is-style-clmn-shadow)
  ul.is-style-check_list > li + li {
  margin-top: 8px;
}

.post_content .wp-block-cover:has(.is-style-clmn-shadow)
  + .wp-block-group {
  margin-top: 30px;
  padding: 26px 24px 0;
  border: 0;
  border-top: 1px solid #d7e0e6;
  border-radius: 0;
  background: transparent !important;
}

.post_content .wp-block-cover:has(.is-style-clmn-shadow)
  + .wp-block-group p {
  margin: 0 !important;
  color: #06365f !important;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .post_content .wp-block-cover:has(.is-style-clmn-shadow) {
    min-height: auto;
    padding: 28px 18px;
    border-radius: 10px;
  }

  .post_content .wp-block-cover:has(.is-style-clmn-shadow)
    .swell-block-columns__inner {
    flex-direction: column;
    gap: 16px;
  }

  .post_content .wp-block-cover:has(.is-style-clmn-shadow)
    .swell-block-column {
    flex: 0 0 auto;
    width: auto !important;
    padding: 24px 20px 22px;
  }

  .post_content .wp-block-cover:has(.is-style-clmn-shadow)
    h3.is-style-section_ttl {
    min-height: auto;
    font-size: 17px !important;
  }

  .post_content .wp-block-cover:has(.is-style-clmn-shadow)
    + .wp-block-group {
    margin-top: 24px;
    padding: 22px 0 0;
  }
}
