/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2026 | 03:07:58 */
/*
ボタン用
* 「高度な設定」→「追加CSSクラス」に "cv-bottom" を追加してください。
 */
.modern-post-style p.cv-bottom {
    display: block;
    font-size: 21px;
    text-decoration: none !important;
    border-radius: 20px;
    transition: all 0.3s ease;
    color: #fff;
	font-weight: bold;
    text-align: center;
    margin: 30px auto;
	padding-bottom: 30px;
}


/*
 * WordPress Block Editor Modern Styles
 * 2026 Design Trends Edition
 * 
 * 使用方法：
 * スタイルを適用したい投稿の編集画面で、
 * 投稿全体を「グループ」ブロックで囲み、
 * 「高度な設定」→「追加CSSクラス」に "modern-post-style" を追加してください。
 */

/* ===========================
   Global Variables & Base
   =========================== */
.modern-post-style p.cv-bottom a {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2e7d32;
    font-size: 1.9rem;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 20px;
    transition: all 0.3s ease;
    color: #fff;
	font-weight: bold;
}
.modern-post-style {
  /* Color Palette - Natural & Organic */
  --color-primary: #2d5f3f;
  --color-secondary: #f4a261;
  --color-accent: #e76f51;
  --color-neutral-100: #fefefe;
  --color-neutral-200: #f5f5f0;
  --color-neutral-800: #2a2a2a;
  --color-neutral-900: #1a1a1a;
  
  /* Typography */
  --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
  
  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2.5rem;
  --spacing-xl: 4rem;
  
  /* Border Radius - Soft & Organic */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  
  /* Shadows - Subtle Depth */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* Variables fallback for older approach */
:root {
  /* Color Palette - Natural & Organic */
  --color-primary: #2d5f3f;
  --color-secondary: #f4a261;
  --color-accent: #e76f51;
  --color-neutral-100: #fefefe;
  --color-neutral-200: #f5f5f0;
  --color-neutral-800: #2a2a2a;
  --color-neutral-900: #1a1a1a;
  
  /* Typography */
  --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
.modern-post-style strong,
.modern-post-style .entry-content strong {
  font-weight: 700 !important;
}  
  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2.5rem;
  --spacing-xl: 4rem;
  
  /* Border Radius - Soft & Organic */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  
  /* Shadows - Subtle Depth */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* ===========================
   Typography
   =========================== */
.modern-post-style,
.modern-post-style .entry-content {
  font-family: var(--font-body);
  font-size: 1.9rem;
  line-height: 1.8;
  color: #666666;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.modern-post-style h1,
.modern-post-style h2,
.modern-post-style h3,
.modern-post-style h4,
.modern-post-style h5,
.modern-post-style h6,
.modern-post-style .entry-content h1,
.modern-post-style .entry-content h2,
.modern-post-style .entry-content h3,
.modern-post-style .entry-content h4,
.modern-post-style .entry-content h5,
.modern-post-style .entry-content h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-neutral-900);
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-lg);
  letter-spacing: 0;
}

.modern-post-style h1,
.modern-post-style .entry-content h1 {
  font-size: clamp(2.75rem, 6vw, 4.0rem);
  margin-top: 0;
}

.modern-post-style h2,
.modern-post-style .entry-content h2 {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  border-bottom: 3px solid var(--color-primary);
  padding-bottom: var(--spacing-md);
  display: inline-block;
}

.modern-post-style h3,
.modern-post-style .entry-content h3 {
  font-size: clamp(2.0rem, 4vw, 2.625rem);
}

.modern-post-style h4,
.modern-post-style .entry-content h4 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

/* Paragraph Spacing */
.modern-post-style p,
.modern-post-style .entry-content p {
  margin-bottom: var(--spacing-lg);
  line-height: 1.8;
  color: #666666;
  font-size: 1.9rem;
}

.modern-post-style p:last-child,
.modern-post-style .entry-content p:last-child {
  margin-bottom: 50px;
}

/* ===========================
   Links
   =========================== */
.modern-post-style a,
.modern-post-style .entry-content a {
  color: var(--color-primary);
  text-decoration: none;
  border-bottom: 2px solid var(--color-primary);
}

/* ===========================
   Images & Media
   =========================== */
.modern-post-style .wp-block-image {
  margin: var(--spacing-lg) 0;
}

.modern-post-style .wp-block-image img {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  width: 100%;
  height: auto;
	 display: block;
    margin-left: auto;
    margin-right: auto;
}

.modern-post-style .wp-block-image figcaption {
  text-align: center;
  font-size: 1.5rem;
  color: var(--color-neutral-800);
  margin-top: var(--spacing-sm);
  font-style: italic;
  line-height: 1.8;
}

/* Full Width Images */
.modern-post-style .wp-block-image.alignfull img,
.modern-post-style .wp-block-image.alignwide img {
  border-radius: 0;
}

/* ===========================
   Lists
   =========================== */
.modern-post-style ul,
.modern-post-style ol,
.modern-post-style .entry-content ul,
.modern-post-style .entry-content ol {
  margin: var(--spacing-lg) 0;
  padding-left: var(--spacing-xl);
  line-height: 1.8;
  font-size: 1.9rem;
  color: #666666;
}

.modern-post-style ul li,
.modern-post-style ol li,
.modern-post-style .entry-content ul li,
.modern-post-style .entry-content ol li {
  margin-bottom: var(--spacing-md);
  padding-left: var(--spacing-sm);
  line-height: 1.8;
  color: #666666;
}

.modern-post-style ul,
.modern-post-style .entry-content ul {
  list-style: none;
}

.modern-post-style ul li::before,
.modern-post-style .entry-content ul li::before {
  content: "→";
  color: var(--color-primary);
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

/* ===========================
   Blockquote - Modern Style
   =========================== */
.modern-post-style .wp-block-quote {
  border-left: 5px solid var(--color-primary);
  padding: var(--spacing-lg) var(--spacing-xl);
  margin: var(--spacing-xl) 0;
  background: linear-gradient(to right, var(--color-neutral-200) 0%, transparent 100%);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 1.75rem;
  font-style: italic;
  line-height: 1.8;
}

.modern-post-style .wp-block-quote p {
  margin-bottom: var(--spacing-md);
  line-height: 1.8;
  font-size: 1.75rem;
}

.modern-post-style .wp-block-quote cite {
  display: block;
  font-size: 1.5rem;
  font-style: normal;
  color: var(--color-neutral-800);
  margin-top: var(--spacing-md);
  line-height: 1.8;
}

.modern-post-style .wp-block-quote cite::before {
  content: "— ";
}

/* ===========================
   Code Blocks
   =========================== */
.modern-post-style .wp-block-code {
  background: var(--color-neutral-900);
  color: #e0e0e0;
  border-radius: var(--radius-md);
  padding: var(--spacing-md);
  margin: var(--spacing-lg) 0;
  overflow-x: auto;
  font-family: var(--font-mono);
  font-size: 1.5rem;
  line-height: 1.8;
  box-shadow: var(--shadow-md);
}

.modern-post-style .wp-block-code code {
  background: none;
  padding: 0;
  color: inherit;
  font-size: 1.5rem;
}

.modern-post-style code {
  background: var(--color-neutral-200);
  color: var(--color-accent);
  padding: 0.2em 0.4em;
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  font-size: 1.5rem;
}

/* ===========================
   Tables
   =========================== */
.modern-post-style .wp-block-table {
  margin: var(--spacing-lg) 0;
  overflow-x: auto;
	    margin-left: 0px;
    margin-right: 0px;
	border: 1px solid #666;
    border-radius: 16px;
}

.modern-post-style .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
	/* word-break: keep-all; */
  /* overflow-wrap: anywhere; */
}

.modern-post-style .wp-block-table th {
  background: var(--color-primary);
  color: white;
  padding: var(--spacing-md);
  text-align: left;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1.8;
}

.modern-post-style .wp-block-table td {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-neutral-200);
  font-size: 1.9rem;
  line-height: 1.8;
  color: #666666;
}

.modern-post-style .wp-block-table tr:last-child td {
  border-bottom: none;
}

.modern-post-style .wp-block-table tr:nth-child(even) {
  background: var(--color-neutral-200);
}

.modern-post-style .wp-block-table td,
.modern-post-style .wp-block-table th {
  min-width: 40px;
  max-width: 600px;
}

/* ===========================
   Buttons
   =========================== */
.modern-post-style .wp-block-button {
  margin: var(--spacing-md) 0;
}

.modern-post-style .wp-block-button__link {
  background: var(--color-primary);
  color: white;
  padding: var(--spacing-sm) var(--spacing-lg);
  border-radius: var(--radius-xl);
  font-weight: 600;
  font-size: 1.9rem;
  text-decoration: none;
  display: inline-block;
  border: 2px solid var(--color-primary);
  box-shadow: var(--shadow-sm);
  line-height: 1.8;
}

/* ===========================
   Columns
   =========================== */
.modern-post-style .wp-block-columns {
  display: flex;
  gap: var(--spacing-lg);
  margin: var(--spacing-lg) 0;
}

.modern-post-style .wp-block-column {
  flex: 1;
}

@media (max-width: 768px) {
  .modern-post-style .wp-block-columns {
    flex-direction: column;
  }
}

/* ===========================
   Separators
   =========================== */
.modern-post-style .wp-block-separator {
  border: none;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--color-primary), transparent);
  margin: var(--spacing-xl) 0;
}

.modern-post-style .wp-block-separator.is-style-wide {
  height: 3px;
}

.modern-post-style .wp-block-separator.is-style-dots {
  background: none;
  text-align: center;
  height: auto;
  border: none;
}

.modern-post-style .wp-block-separator.is-style-dots::before {
  content: "···";
  color: var(--color-primary);
  font-size: 2.5rem;
  letter-spacing: 1rem;
}

/* ===========================
   Cover Block
   =========================== */
.modern-post-style .wp-block-cover {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: var(--spacing-lg) 0;
  min-height: 400px;
  box-shadow: var(--shadow-lg);
}

/* ===========================
   Group & Container
   =========================== */
.modern-post-style .wp-block-group {
  padding: var(--spacing-lg);
  margin: var(--spacing-lg) 0;
}

.modern-post-style .wp-block-group.has-background {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

/* ===========================
   Responsive Design
   =========================== */
@media (max-width: 768px) {
  .modern-post-style,
  .modern-post-style .entry-content {
    font-size: 1.25rem;
    padding: 0 var(--spacing-sm);
  }

  .modern-post-style p,
  .modern-post-style .entry-content p {
    font-size: 1.25rem;
  }

  .modern-post-style ul,
  .modern-post-style ol,
  .modern-post-style .entry-content ul,
  .modern-post-style .entry-content ol {
    font-size: 1.25rem;
  }

  .modern-post-style .wp-block-table th,
  .modern-post-style .wp-block-table td {
    font-size: 1.25rem;
    padding: var(--spacing-sm);
  }

  .modern-post-style .wp-block-button__link {
    font-size: 1.25rem;
  }

  .modern-post-style .wp-block-quote {
    padding: var(--spacing-sm) var(--spacing-md);
    font-size: 1.125rem;
  }

  .modern-post-style .wp-block-quote p {
    font-size: 1.125rem;
  }

  .modern-post-style .wp-block-code {
    font-size: 1.0rem;
  }

  .modern-post-style code {
    font-size: 1.0rem;
  }

  .modern-post-style h2,
  .modern-post-style .entry-content h2 {
    border-bottom-width: 2px;
  }
}

/* ===========================
   Accessibility
   =========================== */
.modern-post-style :focus-visible,
.modern-post-style .entry-content :focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

/* ===========================
   投稿タイトル用スタイル
   =========================== */
.entry-title,
.wp-block-post-title,
article .entry-header h1,
.single-post .entry-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0;
  padding: 3rem 1.5rem;
  letter-spacing: -0.01em;
  background: #f5f5f5;
  border-radius: 0;
}

/* modern-post-style内のH1タイトルセクション全体に背景 */
.modern-post-style {
  position: relative;
}

/* H1タイトルだけに背景を適用 */
.modern-post-style > .wp-block-group__inner-container > h1.wp-block-heading:first-child,
.modern-post-style h1.wp-block-heading:first-of-type {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(2.75rem, 5vw, 4.0rem);
  font-weight: 700;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0 0 4rem 0;
  padding: 2rem 6rem 3rem 6rem;
  letter-spacing: 0;
  background: #f5f5f5;
  border-radius: 0;
  position: relative;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

/* H1内のテキストコンテナ */
.modern-post-style > .wp-block-group__inner-container > h1.wp-block-heading:first-child::after,
.modern-post-style h1.wp-block-heading:first-of-type::after {
  content: "";
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

/* archiveラベル風の装飾を追加 */
.modern-post-style > .wp-block-group__inner-container > h1.wp-block-heading:first-child::before,
.modern-post-style h1.wp-block-heading:first-of-type::before {
  content: "● blog";
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  color: #5a9f7a;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* タイトルの親要素がある場合の調整 */
.entry-header {
  margin-bottom: 2.5rem;
}

article .entry-header {
  background: #f5f5f5;
  margin-bottom: 2.5rem;
  padding: 0;
}

article .entry-header h1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* ===========================
   Card Hover Animation Override
   =========================== */
.modern-post-style .card,
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-post-style .card:hover,
.card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1) !important;
}

/* ===========================
   導入事例セクション
   =========================== */
.c-list-Lcheck-jirei b {
  font-weight: bold !important;
}
.c-list-Lcheck-jirei>li {
	padding: 8px 0 8px 0px;
  border-bottom: 1px solid var(--color-lightgrey);
  font-size: 17px;
  line-height: 1.8;
	}



/* YouTube埋め込みのレスポンシブ対応 */
.modern-post-style .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
}

.modern-post-style .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}

/* その他の調整 */
h3.u-title-small{
  white-space: nowrap;
  letter-spacing: 0em;
  font-size: 24px;
}
@media (max-width: 768px) {
  h3.u-title-small {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  h3.u-title-small {
    font-size: 13px;
  }
}

/* プロフィール全体の枠線とレイアウト */
.footer-profile-box {
    display: block;
    background-color: #ffffff; /* ボックス内背景は白 */
    border: 1px solid #e0e0e0; /* 薄いグレーの枠線 */
    border-radius: 0px; /* 角丸 */
    padding: 25px 30px; /* 画像の縮小に合わせて上下パディングを少しスマートに */
    max-width: 950px;
    margin: 40px auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
    box-sizing: border-box;
}

/* テーブルレイアウトによる擬似並列（ブラウザ互換） */
.footer-profile-box {
    display: table;
    width: 100%;
}

.profile-image,
.profile-content {
    display: table-cell;
    vertical-align: top;
}

/* 画像エリアの調整（60%縮小に最適化） */
.profile-image {
    width: 90px; /* 画像エリアの幅をコンパクトに調整 */
    padding-right: 20px; /* テキストとの間隔 */
}

.profile-image img {
    width: 66px; /* 110pxの60%サイズに変更 */
    height: 66px; /* 110pxの60%サイズに変更 */

    object-fit: cover;
    display: block;
    background-color: #f5f5f5;
}

/* テキストエリアの調整 */
.profile-content {
    text-align: left;
}

/* タイトル（肩書・名前） */
.profile-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 6px;
    line-height: 1.4;
}

.profile-title .role {
    font-weight: bold;
}

.profile-title .separator {
    color: #999999;
    margin: 0 8px;
    font-weight: normal;
}

/* サブタイトル（所属会社等） */
.profile-subtitle {
    font-size: 15px;
    color: #444444;
    margin-bottom: 10px;
    line-height: 1.5;
}

/* 本文 */
.footer-profile-box .profile-text {
    font-size: 15px;
}

/* スマホ表示用のレスポンシブ対応 */
@media (max-width: 640px) {
    .footer-profile-box {
        display: block;
        padding: 20px;
    }
    
    .profile-image,
    .profile-content {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    
    .profile-image {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .profile-image img {
        margin: 0 auto; /* 画像を中央寄せ */
    }
    
    .profile-title {
        text-align: center;
        font-size: 17px;
    }
}


.has-text-align-center {
  text-align: center !important;
}