
/* --- 全体枠・背景色：白 --- */
#ysj-strengths {
  padding: 80px 20px !important;
  background-color: #ffffff !important;
  color: #1e293b !important;
  box-sizing: border-box !important;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

#ysj-strengths *,
#ysj-strengths *::before,
#ysj-strengths *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

.ysj-container {
  max-width: 1000px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/* --- 1. ヘッダータイトル --- */
.ysj-header {
  text-align: center !important;
  margin-bottom: 40px !important;
}

.ysj-badge-text {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0c5da5 !important;
  letter-spacing: 0.15em !important;
  margin-bottom: 8px !important;
}


.ysj-main-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #475569 !important;
  line-height: 1.4 !important;
}


.ysj-main-title span {
  font-size: 34px !important;
  color: #0f172a !important;
  display: block !important;
  margin-top: 4px !important;
}


/* --- 2. 4つのアイコンカード --- */
.ysj-features-flex {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-bottom: 50px !important;
}


.ysj-feature-card {
  flex: 1 1 calc(25% - 12px) !important;
  min-width: 140px !important;
  background: #f8fafc !important;
  padding: 24px 12px !important;
  border-radius: 12px !important;
  text-align: center !important;
  border: 1px solid #e2e8f0 !important;
  transition: transform 0.2s ease, background-color 0.2s ease !important;
}

.ysj-feature-card:hover {
  transform: translateY(-3px) !important;
  background-color: #f1f5f9 !important;
}

.ysj-icon-box {
  width: 44px !important;
  height: 44px !important;
  margin: 0 auto 12px !important;
  color: #0c5da5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ysj-icon-box svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.ysj-feature-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  line-height: 1.3 !important;
}

/* --- 3. 会社の説明文章（長文を完全に左揃え） --- */
.ysj-description-box {
  padding: 0 10px !important;
  margin-bottom: 50px !important;
  text-align: center !important; /* リード文は中央揃え */
}

.ysj-desc-lead {
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #0c5da5 !important;
  margin-bottom: 20px !important;
  line-height: 1.5 !important;
}

.ysj-desc-text {
  font-size: 15px !important;
  line-height: 2 !important;
  color: #334155 !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  text-align: left !important; /* ★ここを左揃えに変更★ */
}

/* --- 4. 3つのリンクバナー --- */
.ysj-nav-flex {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.ysj-nav-card {
  flex: 1 1 calc(33.333% - 11px) !important;
  min-width: 220px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #0c5da5 !important;
  color: #ffffff !important;
  padding: 22px 24px !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(12, 93, 165, 0.15) !important;
  transition: all 0.3s ease !important;
}

.ysj-nav-card:hover {
  background: #09477d !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 24px rgba(12, 93, 165, 0.25) !important;
}

.ysj-nav-text {
  display: flex !important;
  flex-direction: column !important;
}

.ysj-nav-en {
  font-size: 10px !important;
  letter-spacing: 0.15em !important;
  opacity: 0.8 !important;
  margin-bottom: 2px !important;
}

.ysj-nav-ja {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.ysj-nav-arrow {
  font-size: 20px !important;
  color: #ffffff !important;
  transition: transform 0.3s ease !important;
}

.ysj-nav-card:hover .ysj-nav-arrow {
  transform: translateX(6px) !important;
}

/* --- レスポンシブ（スマホ対応） --- */
@media (max-width: 768px) {
  #ysj-strengths {
    padding: 50px 16px !important;
  }
  .ysj-feature-card {
    flex: 1 1 calc(50% - 8px) !important;
  }
  .ysj-nav-card {
    flex: 1 1 100% !important;
  }
  .ysj-desc-lead {
    font-size: 17px !important;
    text-align: left !important; /* スマホではリード文も左揃え */
  }
}
/* --- 全体枠・背景色：白 --- */
#ysj-strengths {
  padding: 80px 20px !important;
  background-color: #ffffff !important;
  color: #1e293b !important;
  box-sizing: border-box !important;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  overflow: hidden !important; /* アニメーション時の横スクロール出にくくする対策 */
}

#ysj-strengths *,
#ysj-strengths *::before,
#ysj-strengths *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

.ysj-container {
  max-width: 1000px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/* --- 1. ヘッダータイトル --- */
.ysj-header {
  text-align: center !important;
  margin-bottom: 50px !important;
}

.ysj-badge-text {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0c5da5 !important;
  letter-spacing: 0.15em !important;
  margin-bottom: 8px !important;
}

.ysj-main-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #475569 !important;
  line-height: 1.4 !important;
}

.ysj-main-title span {
  font-size: 34px !important;
  color: #0f172a !important;
  display: block !important;
  margin-top: 4px !important;
}

/* --- 2. 4つのアイコンカード --- */
.ysj-features-flex {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-bottom: 50px !important;
}

.ysj-feature-card {
  flex: 1 1 calc(25% - 12px) !important;
  min-width: 140px !important;
  background: #f8fafc !important;
  padding: 24px 12px !important;
  border-radius: 12px !important;
  text-align: center !important;
  border: 1px solid #e2e8f0 !important;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease !important;
}

.ysj-feature-card:hover {
  transform: translateY(-5px) !important;
  background-color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.06) !important;
}

.ysj-icon-box {
  width: 44px !important;
  height: 44px !important;
  margin: 0 auto 12px !important;
  color: #0c5da5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease !important;
}

.ysj-feature-card:hover .ysj-icon-box {
  transform: scale(1.15) rotate(5deg) !important; /* Hover時に少し跳ねて回る演出 */
}

.ysj-icon-box svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.ysj-feature-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  line-height: 1.3 !important;
}

/* --- 3. 会社の説明文章 --- */
.ysj-description-box {
  padding: 0 10px !important;
  margin-bottom: 50px !important;
  text-align: center !important;
}

.ysj-desc-lead {
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #0c5da5 !important;
  margin-bottom: 20px !important;
  line-height: 1.5 !important;
}

.ysj-desc-text {
  font-size: 15px !important;
  line-height: 2 !important;
  color: #334155 !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  text-align: left !important;
}

/* --- 4. 3つのリンクバナー --- */
.ysj-nav-flex {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.ysj-nav-card {
  flex: 1 1 calc(33.333% - 11px) !important;
  min-width: 220px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #0c5da5 !important;
  color: #ffffff !important;
  padding: 22px 24px !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(12, 93, 165, 0.15) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.ysj-nav-card:hover {
  background: #09477d !important;
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 0 12px 24px rgba(12, 93, 165, 0.28) !important;
}

.ysj-nav-text {
  display: flex !important;
  flex-direction: column !important;
}

.ysj-nav-en {
  font-size: 10px !important;
  letter-spacing: 0.15em !important;
  opacity: 0.8 !important;
  margin-bottom: 2px !important;
}

.ysj-nav-ja {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.ysj-nav-arrow {
  font-size: 20px !important;
  color: #ffffff !important;
  transition: transform 0.3s ease !important;
}

.ysj-nav-card:hover .ysj-nav-arrow {
  transform: translateX(8px) !important;
}

/* ==============================================
   ★ アニメーション設定 (Intersection Observer用)
   ============================================== */
.ysj-anim {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
  transition-delay: var(--delay, 0s) !important;
  will-change: opacity, transform;
}

/* 1. 下から上へフェードイン */
.ysj-fade-up {
  transform: translateY(40px);
}

/* 2. 右から左へスライドイン（アイコンで使用） */
.ysj-slide-right {
  transform: translateX(50px);
}

/* 3. 左から右へスライドイン（バナーで使用） */
.ysj-slide-left {
  transform: translateX(-50px);
}

/* 表示された時のスタイル (JSで発火) */
.ysj-anim.ysj-active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* レスポンシブ（スマホ対応） */
@media (max-width: 768px) {
  #ysj-strengths {
    padding: 50px 16px !important;
  }
  .ysj-feature-card {
    flex: 1 1 calc(50% - 8px) !important;
  }
  .ysj-nav-card {
    flex: 1 1 100% !important;
  }
  .ysj-desc-lead {
    font-size: 17px !important;
    text-align: left !important;
  }
}




<!--
/* バナー本体 */
.kure2026-banner{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: none;
  z-index: 99999;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.4s ease;
}

/* CTAボタン */
.kure2026-cta-btn{
  display: inline-block;
  margin-top: 10px;
  padding: 4px 6px;
  color: #336699;
  text-decoration: none;
  border-radius: 4px;
}

/* 閉じるボタン */
.kure2026-close-btn{
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px;
  background: #ddd;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.kure2026-close-btn:hover{
  background: #bbb;
}

/* 画像 */
.kure2026-banner-img{
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* レスポンシブ */
@media (max-width: 600px){
  .kure2026-banner{
    width: 90%;
    right: 5%;
    bottom: 10px;
  }
}
-->

