@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* ============================================
   Ai-school888 繧ｫ繧ｹ繧ｿ繝�CSS for Cocoon 繝��繝�
   ============================================
   縲占ｨｭ鄂ｮ蝣ｴ謇縲糎ordPress邂｡逅�判髱｢ 竊� 螟冶ｦｳ 竊� 繧ｫ繧ｹ繧ｿ繝槭う繧ｺ 竊� 霑ｽ蜉�CSS
   窶ｻ 蜈ｨ縺ｦ繧ｳ繝斐�縺励※雋ｼ繧贋ｻ倥￠縺ｦ縺上□縺輔＞
   ============================================ */

/* --- Google Fonts 隱ｭ縺ｿ霎ｼ縺ｿ --- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;600;700&family=Cormorant+Garamond:wght@400;500;600;700&display=swap');

/* --- CSS螟画焚�医き繝ｩ繝ｼ繝代Ξ繝�ヨ�� --- */
:root {
  --navy: #1a2744;
  --navy-light: #243352;
  --gold: #c4956a;
  --gold-light: #d4a87a;
  --cream: #f8f5f0;
  --cream-dark: #ede8e0;
  --warm-gray: #6b6560;
  --accent: #3d7a6e;
  --accent-light: #4a9488;
  --text: #2c2825;
  --text-light: #5a5550;
}

/* --- 繧ｵ繧､繝亥�菴薙�蝓ｺ譛ｬ險ｭ螳� --- */
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text);
  background-color: var(--cream);
}

/* Cocoon縺ｮ繧ｳ繝ｳ繝�Φ繝�ｹ�ｒ蠎�￡繧� */
.wrap {
  max-width: 1200px;
}

/* 蝗ｺ螳壹�繝ｼ繧ｸ縺ｮ繧ｵ繧､繝峨ヰ繝ｼ繧帝撼陦ｨ遉ｺ�医ヵ繝ｫ繝ｯ繧､繝会ｼ� */
.page .sidebar {
  display: none;
}
.page .main {
  width: 100%;
  margin: 0;
  float: none;
}
.page .content-in {
  display: block;
}
/* 蝗ｺ螳壹�繝ｼ繧ｸ縺ｮ繝代Φ縺上★繝ｪ繧ｹ繝磯撼陦ｨ遉ｺ */
.page .breadcrumb {
  display: none;
}

/* --- 繝倥ャ繝繝ｼ險ｭ螳� --- */
.header {
  background: var(--navy) !important;
  border-bottom: 1px solid rgba(196,149,106,0.2);
}
.header .header-in {
  max-width: 1200px;
}
.site-name-text {
  font-family: 'Cormorant Garamond', serif !important;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 2px;
}
.tagline {
  font-family: 'Noto Sans JP', sans-serif !important;
  color: var(--gold-light) !important;
  font-size: 12px !important;
}

/* --- 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝｡繝九Η繝ｼ --- */
.navi {
  background: var(--navy) !important;
}
.navi a {
  font-family: 'Noto Sans JP', sans-serif !important;
  color: rgba(255,255,255,0.75) !important;
  font-size: 13px !important;
  letter-spacing: 1px;
}
.navi a:hover,
.navi .current-menu-item > a {
  color: var(--gold-light) !important;
  background: rgba(196,149,106,0.1) !important;
}

/* --- 繝偵�繝ｭ繝ｼ繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ --- */
.ai-hero {
  background: linear-gradient(160deg, var(--navy) 0%, #1e3050 40%, #1a2744 100%);
  padding: 120px 24px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ai-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(196,149,106,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}
.ai-hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 6px;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.ai-hero h1 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.ai-hero-message {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(18px, 3vw, 26px);
  color: var(--gold-light);
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.ai-hero-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  color: rgba(255,255,255,0.6);
  line-height: 1.9;
  max-width: 600px;
  margin: 0 auto 48px;
  position: relative;
  z-index: 2;
}

/* --- 繝懊ち繝ｳ --- */
.ai-btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border: none;
  padding: 16px 40px;
  border-radius: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  letter-spacing: 1px;
  box-shadow: 0 4px 24px rgba(196,149,106,0.3);
  transition: all 0.3s ease;
}
.ai-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(196,149,106,0.4);
  color: #fff !important;
}
.ai-btn-outline {
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(196,149,106,0.5);
  padding: 16px 40px;
  border-radius: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--gold-light) !important;
  text-decoration: none !important;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.ai-btn-outline:hover {
  background: rgba(196,149,106,0.1);
  transform: translateY(-2px);
  color: var(--gold-light) !important;
}

/* --- 螳溽ｸｾ謨ｰ蛟､繝舌� --- */
.ai-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 72px;
  position: relative;
  z-index: 2;
}
.ai-stat-item {
  padding: 20px 32px;
  text-align: center;
  border-left: 1px solid rgba(196,149,106,0.15);
}
.ai-stat-item:first-child {
  border-left: none;
}
.ai-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--gold-light);
}
.ai-stat-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
  letter-spacing: 1px;
}

/* --- 繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ繧ｿ繧､繝医Ν --- */
.ai-section {
  padding: 100px 24px;
}
.ai-section-cream {
  background: var(--cream);
}
.ai-section-navy {
  background: linear-gradient(160deg, var(--navy), #1e3050);
}
.ai-section-white {
  background: #fff;
}
.ai-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.ai-section-title-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.ai-section-title-sub.gold { color: var(--gold); }
.ai-section-title-sub.gold-light { color: var(--gold-light); }

.ai-section-title {
  font-family: 'Noto Serif JP', serif !important;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 16px;
}
.ai-section-title.navy { color: var(--navy); }
.ai-section-title.white { color: #fff; }

.ai-section-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}
.ai-section-desc.gray { color: var(--text-light); }
.ai-section-desc.light { color: rgba(255,255,255,0.6); }

/* --- 繧ｵ繝ｼ繝薙せ繧ｫ繝ｼ繝� --- */
.ai-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}
.ai-card {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid var(--cream-dark);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  color: var(--text) !important;
}
.ai-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--accent));
}
.ai-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(26,39,68,0.08);
}
.ai-card-icon {
  font-size: 36px;
  margin-bottom: 20px;
}
.ai-card h3 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 20px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.ai-card p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.9;
}
.ai-card-link {
  margin-top: 20px;
  font-size: 13px;
  color: var(--gold) !important;
  font-weight: 600;
  display: block;
}

/* --- 繝薙ず繝ｧ繝ｳ繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ --- */
.ai-vision {
  text-align: center;
  position: relative;
  z-index: 2;
}
.ai-vision h2 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 500;
  color: #fff;
  line-height: 2;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.ai-vision .highlight {
  color: var(--gold-light);
}
.ai-vision p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 2;
}

/* --- 繧ｵ繝ｼ繝薙せ隧ｳ邏ｰ繝悶Ο繝�け --- */
.ai-service-block {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--cream-dark);
  margin-bottom: 48px;
}
.ai-service-header {
  padding: 36px 40px;
  color: #fff;
}
.ai-service-header.navy { background: linear-gradient(135deg, var(--navy), #2a4060); }
.ai-service-header.accent { background: linear-gradient(135deg, var(--accent), var(--accent-light)); }
.ai-service-header.gold { background: linear-gradient(135deg, var(--gold), var(--gold-light)); }

.ai-service-header .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 8px;
}
.ai-service-header h3 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 28px;
  font-weight: 600;
  color: #fff !important;
  letter-spacing: 2px;
}
.ai-service-body {
  padding: 36px 40px;
}
.ai-service-body p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 2.2;
  margin-bottom: 24px;
}

/* --- 繧ｿ繧ｰ�医ヰ繝�ず�� --- */
.ai-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ai-tag {
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
}
.ai-tag.accent {
  background: rgba(61,122,110,0.08);
  color: var(--accent);
  border: 1px solid rgba(61,122,110,0.2);
}
.ai-tag.gold {
  background: rgba(196,149,106,0.08);
  color: var(--navy);
  border: 1px solid rgba(196,149,106,0.2);
}

/* --- 繧ｳ繝ｼ繧ｹ繧ｫ繝ｼ繝会ｼ亥渕遉弱�蠢懃畑繝ｻ螳溯ｷｵ�� --- */
.ai-courses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.ai-course {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--cream-dark);
  position: relative;
}
.ai-course::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: 8px 8px 0 0;
}
.ai-course.accent::before { background: var(--accent); }
.ai-course.gold::before { background: var(--gold); }
.ai-course.navy::before { background: var(--navy); }
.ai-course h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}
.ai-course p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.9;
}

/* --- 繧ｳ繝ｳ繝�Φ繝�Γ繝九Η繝ｼ繝ｪ繧ｹ繝� --- */
.ai-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.ai-menu-item {
  padding: 14px 18px;
  border-radius: 6px;
  background: rgba(196,149,106,0.06);
  border: 1px solid rgba(196,149,106,0.15);
  font-size: 14px;
  color: var(--navy);
}
.ai-menu-item .mark {
  color: var(--gold);
  margin-right: 8px;
}

/* --- 迚ｹ蛻･繝励Ο繧ｰ繝ｩ繝��育ｴｺ閭梧勹�� --- */
.ai-special {
  background: linear-gradient(160deg, var(--navy), #1e3050);
  border-radius: 12px;
  padding: 48px 40px;
}
.ai-special-title-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 5px;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ai-special h3 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 24px;
  font-weight: 600;
  color: #fff !important;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.ai-special-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.ai-special-card {
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 28px;
  border: 1px solid rgba(196,149,106,0.15);
}
.ai-special-card h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--gold-light) !important;
  margin-bottom: 12px;
  line-height: 1.6;
}
.ai-special-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 2;
}

/* --- 螳溽ｸｾ謨ｰ蛟､繧ｰ繝ｪ繝�ラ --- */
.ai-numbers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 64px;
}
.ai-number-card {
  background: #fff;
  border-radius: 8px;
  padding: 28px;
  text-align: center;
  border: 1px solid var(--cream-dark);
}
.ai-number-card .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--navy);
}
.ai-number-card .label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-top: 4px;
}
.ai-number-card .sub {
  font-size: 11px;
  color: var(--text-light);
  margin-top: 4px;
}

/* --- 縺雁ｮ｢讒倥�螢ｰ --- */
.ai-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
  gap: 24px;
}
@media (max-width: 500px) {
  .ai-testimonials {
    grid-template-columns: 1fr;
  }
}
.ai-testimonial {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  border: 1px solid var(--cream-dark);
}
.ai-testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.ai-testimonial-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
}
.ai-testimonial-age {
  font-size: 12px;
  color: var(--text-light);
}
.ai-testimonial-stars {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 2px;
}
.ai-testimonial p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 2;
}

/* --- 繝励Ο繝輔ぅ繝ｼ繝ｫ繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ --- */
.ai-profile {
  background: #fff;
  border-radius: 12px;
  padding: 48px 40px;
  border: 1px solid var(--cream-dark);
  margin-bottom: 48px;
}
.ai-profile-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ai-profile-photo {
  flex: 0 0 180px;
  text-align: center;
}
.ai-profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  margin: 0 auto 16px;
}
.ai-profile h3.name {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 20px;
  font-weight: 600;
  color: var(--navy);
}
.ai-profile .title {
  font-size: 12px;
  color: var(--text-light);
  margin-top: 4px;
}
.ai-profile .brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  color: var(--gold);
  margin-top: 4px;
  letter-spacing: 2px;
}
.ai-profile-text {
  flex: 1;
  min-width: 280px;
}
.ai-profile-text h3 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 18px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 16px;
}
.ai-profile-text p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 2.2;
  margin-bottom: 20px;
}

/* --- 邨梧ｭｴ繧ｫ繝ｼ繝� --- */
.ai-career-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.ai-career-card {
  background: #fff;
  padding: 24px 20px;
  border-radius: 8px;
  border: 1px solid var(--cream-dark);
  display: flex;
  gap: 16px;
  align-items: center;
}
.ai-career-card .icon {
  font-size: 28px;
}
.ai-career-card .period {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
}
.ai-career-card .desc {
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
}

/* --- 雉��ｼ繝舌ャ繧ｸ --- */
.ai-qualifications {
  background: #fff;
  border-radius: 12px;
  padding: 36px 40px;
  border: 1px solid var(--cream-dark);
  margin-top: 48px;
}
.ai-qualifications h3 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 18px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 20px;
}
.ai-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ai-badge {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 13px;
  background: rgba(196,149,106,0.08);
  color: var(--navy);
  border: 1px solid rgba(196,149,106,0.2);
}

/* --- FAQ --- */
.ai-faq-item {
  margin-bottom: 12px;
  border: 1px solid var(--cream-dark);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.ai-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.ai-faq-q span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.6;
  padding-right: 16px;
}
.ai-faq-q .toggle {
  font-size: 20px;
  color: var(--gold);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.ai-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.ai-faq-a.open {
  max-height: 300px;
}
.ai-faq-a p {
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--text-light);
  line-height: 2;
}

/* --- 縺雁撫縺�粋繧上○繝輔か繝ｼ繝� --- */
.ai-form-container {
  max-width: 700px;
  margin: 0 auto;
}
.ai-form {
  background: #fff;
  border-radius: 12px;
  padding: 48px 40px;
  border: 1px solid var(--cream-dark);
}
.ai-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .ai-form-row {
    grid-template-columns: 1fr;
  }
}
.ai-form-group {
  margin-bottom: 20px;
}
.ai-form label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 6px;
  display: block;
}
.ai-form label .req {
  color: #c44;
}
.ai-form input,
.ai-form select,
.ai-form textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid var(--cream-dark);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
.ai-form input:focus,
.ai-form select:focus,
.ai-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196,149,106,0.1);
}
.ai-form textarea {
  min-height: 140px;
  resize: vertical;
}
.ai-form .submit-btn {
  width: 100%;
  padding: 16px 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(196,149,106,0.3);
  transition: all 0.3s ease;
}
.ai-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(196,149,106,0.4);
}
.ai-form .form-note {
  font-size: 12px;
  color: var(--text-light);
  text-align: center;
  margin-top: 16px;
}

/* --- 繝輔ャ繧ｿ繝ｼ --- */
.footer {
  background: var(--navy) !important;
  border-top: 1px solid rgba(196,149,106,0.15);
}
.footer a {
  color: rgba(255,255,255,0.5) !important;
}
.footer a:hover {
  color: var(--gold-light) !important;
}
.copyright {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.3);
}

/* --- 繝壹�繧ｸ繝倥ャ繝繝ｼ�亥推繝壹�繧ｸ荳企Κ�� --- */
.ai-page-header {
  background: linear-gradient(160deg, var(--navy), #1e3050);
  padding: 120px 24px 80px;
  text-align: center;
}
.ai-page-header .sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 5px;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.ai-page-header h1 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 2px;
}
.ai-page-header p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-top: 16px;
  line-height: 1.8;
}

/* --- 繝ｬ繧ｹ繝昴Φ繧ｷ繝門ｯｾ蠢� --- */
@media (max-width: 768px) {
  .ai-hero { padding: 100px 16px 80px; }
  .ai-section { padding: 60px 16px; }
  .ai-stat-item { padding: 16px 20px; }
  .ai-profile-content { flex-direction: column; align-items: center; text-align: center; }
  .ai-profile-text { text-align: left; }
  .ai-service-header, .ai-service-body { padding: 24px 20px; }
  .ai-special { padding: 32px 20px; }
  .ai-form { padding: 32px 20px; }
}
/* ============================================
   笘�ｿｽ蜉�蛻�� 譛譁ｰ險倅ｺ九そ繧ｯ繧ｷ繝ｧ繝ｳ逕ｨCSS
   譌｢蟄倥�CSS縺ｮ荳逡ｪ荳九↓霑ｽ險倥＠縺ｦ縺上□縺輔＞
   ============================================ */

/* --- 逋ｽ閭梧勹繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ --- */
.ai-section-white {
  background: #ffffff;
}

/* --- 繝悶Ο繧ｰ險倅ｺ九Μ繧ｹ繝医�繧ｹ繧ｿ繧､繝ｫ隱ｿ謨ｴ --- */
.ai-blog-list {
  max-width: 1000px;
  margin: 0 auto;
}

/* Cocoon縺ｮ譁ｰ逹險倅ｺ九Μ繧ｹ繝医ｒ繧ｫ繧ｹ繧ｿ繝槭う繧ｺ */
.ai-blog-list .new-entry-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.ai-blog-list .new-entry-cards a.new-entry-card-link {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--cream-dark);
  transition: all 0.4s ease;
  text-decoration: none !important;
  background: var(--cream);
}
.ai-blog-list .new-entry-cards a.new-entry-card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(26,39,68,0.08);
}
.ai-blog-list .new-entry-card-thumb-image {
  border-radius: 8px 8px 0 0;
}
.ai-blog-list .new-entry-card-title {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--navy) !important;
  line-height: 1.6 !important;
  padding: 16px 16px 4px !important;
}
.ai-blog-list .new-entry-card-snippet {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 13px !important;
  color: var(--text-light) !important;
  line-height: 1.8 !important;
  padding: 0 16px 8px !important;
}
.ai-blog-list .new-entry-card-meta {
  padding: 0 16px 16px !important;
  font-size: 12px !important;
  color: var(--warm-gray) !important;
}
.ai-blog-list .new-entry-card-categories {
  margin-top: 4px;
}
.ai-blog-list .cat-label {
  background: var(--accent) !important;
  font-size: 11px !important;
  border-radius: 3px !important;
  padding: 2px 8px !important;
}

/* Cocoon縺ｮ繝ｪ繧ｹ繝亥ｽ｢蠑擾ｼ�large_thumb_on莉･螟厄ｼ峨�繧ｹ繧ｿ繧､繝ｫ隱ｿ謨ｴ */
.ai-blog-list .widget-entry-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.ai-blog-list .widget-entry-cards .widget-entry-card-link {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--cream-dark);
  background: var(--cream);
  transition: all 0.4s ease;
}
.ai-blog-list .widget-entry-cards .widget-entry-card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(26,39,68,0.08);
}