@charset "UTF-8";

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

/************************************
** 
************************************/
/*必要ならばここにコードを書く*/

.jobs-archive .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-header {
  padding: 48px 0 32px;
}

.job-category-grid {
  padding: 32px 0 48px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.category-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.job-category-block {
  padding: 48px 0;
  border-top: 1px solid #e5e7eb;
}

.job-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.job-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  overflow: hidden;
}

.job-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.job-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.job-content {
  padding: 16px;
}

.job-meta {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.jobs-support-cta {
  padding: 64px 0;
  background: #f7f9fc;
  text-align: center;
}


/* ================================
   TOPページ（front-page.php）
   ================================ */

/* 共通 */
.lv-top .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.section-lead {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 32px;
  color: #555;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.1rem;
  transition: 0.2s ease;
}

.btn-primary {
  background: #0073aa;
  color: #fff;
}

.btn-primary:hover {
  background: #005f8a;
}

.btn-secondary {
  background: #f3f4f6;
  color: #333;
}

.btn-secondary:hover {
  background: #e5e7eb;
}

.center {
  display: block;
  text-align: center;
  margin: 0 auto;
}


/* ================================
   ① ヒーローセクション
   ================================ */

.lv-hero {
  padding: 80px 0 100px;
  background: linear-gradient(135deg, #e8f3ff, #ffffff);
  text-align: center;
}

.lv-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.lv-hero-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.lv-hero-sub {
  font-size: 1.2rem;
  margin-bottom: 32px;
  color: #444;
}

.lv-hero-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.lv-btn-primary,
.lv-btn-secondary {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

/* 緑のLINEボタン */
.lv

/* ================================
   ② LevelUpとは
   ================================ */
.lv-about {
  padding: 80px 0;
  background: #fff;
}

.lv-about-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.service-card {
  background: #f9fafb;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #e5e7eb;
}


/* ================================
   ③ 職業図鑑セクション
================================ */

.lv-jobs-link {
  background: #f7f9fc;
  padding: 80px 0;
  text-align: center;
}

.lv-jobs-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.jobs-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.jobs-category-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: 0.25s ease;
}

.jobs-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
}

.jobs-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  opacity: 0.9;
}

.jobs-cta {
  display: inline-block;
  background: #1e40af;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.jobs-cta:hover {
  opacity: 0.85;
  transform: scale(1.02);
}



/* ================================
   ④ メンター紹介
   ================================ */
.lv-mentors {
  padding: 80px 0;
  background: #fff;
}

.mentor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.mentor-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: 0.2s ease;
}

.mentor-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.mentor-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.mentor-name {
  padding: 16px;
  font-size: 1.2rem;
  font-weight: 600;
}


/* ================================
   ⑤ 副業・開業サポート
   ================================ */
.lv-support {
  padding: 80px 0;
  background: #f7f9fc;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.support-card {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.support-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}


/* ================================
   ⑥ 会社・事業紹介
   ================================ */
.lv-business {
  padding: 80px 0;
  background: #fff;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}

.business-card {
  background: #f9fafb;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #e5e7eb;
  font-weight: 600;
}


/* ================================
   ⑦ 最終CTA
   ================================ */
.lv-final-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #e8f3ff, #ffffff);
  text-align: center;
}


/* ================================
   ③ 職業図鑑セクション
================================ */

.lv-jobs-link {
  background: #f7f9fc;
  padding: 80px 0;
  text-align: center;
}

.lv-jobs-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.jobs-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.jobs-category-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: 0.25s ease;
}

.jobs-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
}

.jobs-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  opacity: 0.9;
}

.jobs-cta {
  display: inline-block;
  background: #1e40af;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.jobs-cta:hover {
  opacity: 0.85;
  transform: scale(1.02);
}
.job-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.job-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-decoration: none;
  color: #333;
  transition: transform .2s ease, box-shadow .2s ease;
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.job-card-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.job-card-body {
  padding: 16px;
}

.job-card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.job-card-salary,
.job-card-style,
.job-card-date {
  font-size: 14px;
  margin-bottom: 6px;
}

body {
  border: 10px solid red;
}

/* ================================
   JOB ARCHIVE PAGE
================================ */

/* グリッドレイアウト */
.job-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

/* カード本体 */
.job-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
  color: #333;
  border: 1px solid #e5e7eb;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  border-color: #3b82f6;
}

/* タイトル */
.job-card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111827;
}

/* 年収 */
.job-card-salary {
  font-size: 15px;
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 6px;
}

/* 難易度 */
.job-card-level {
  font-size: 14px;
  color: #6b7280;
  background: #f3f4f6;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 500;
}

/* ページタイトル */
.job-archive-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111827;
  border-left: 6px solid #3b82f6;
  padding-left: 12px;
}

/* ================================
   JOB CATEGORY ARCHIVE PAGE (/jobs/)
================================ */

/* グリッドレイアウト */
.job-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 32px;
}

/* カテゴリカード */
.job-category-card {
  display: block;
  background: #ffffff;
  border-radius: 14px;
  padding: 26px 22px;
  text-decoration: none;
  color: #111827;
  border: 1px solid #e5e7eb;
  transition: all 0.25s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

.job-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border-color: #3b82f6;
}

/* カテゴリ名 */
.job-category-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1f2937;
}

/* カテゴリ説明文 */
.job-category-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* 件数バッジ */
.job-category-count {
  display: inline-block;
  background: #eff6ff;
  color: #2563eb;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

/* ページタイトル */
.job-category-archive-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #111827;
  border-left: 6px solid #3b82f6;
  padding-left: 12px;
}

/* 2つのボタンを横並びに */
.jobs-cta-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

/* 職業一覧ボタン（job） */
.job-list-btn {
  background: #2563eb;
  color: #fff;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.job-list-btn:hover {
  background: #1d4ed8;
  transform: translateY(-3px);
}

/* ===========================
   CTAボタン（職業図鑑 / 職業一覧）
=========================== */

.jobs-cta-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.jobs-cta,
.job-list-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.jobs-cta:hover,
.job-list-btn:hover {
  background: #1d4ed8;
  transform: translateY(-3px);
}

/* アイコン（Heroicons） */
.jobs-cta svg,
.job-list-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* スマホでは縦並び */
@media (max-width: 768px) {
  .jobs-cta-wrap {
    flex-direction: column;
    gap: 12px;
  }
}

.jobs-cta:hover svg,
.job-list-btn:hover svg,
.lv-btn-primary:hover svg,
.lv-btn-secondary:hover svg {
  transform: translateX(4px) scale(1.15);
}

/* ===========================
   サービスカードのアイコン
=========================== */

.service-card .service-icon svg {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  transition: transform 0.25s ease;
  fill: currentColor;
}

/* ホバー時：スライド＋拡大 */
.service-card:hover .service-icon svg {
  transform: translateX(4px) scale(1.15);
}

/* ===========================
   サービスカード（リンク化対応）
=========================== */

.service-card {
  display: block;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  color: #1f2937;
  transition: 0.25s ease;
}

/* ホバー時：カード全体が浮く */
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border-color: #2563eb;
}

/* ===========================
   アイコン（回転＋色変化）
=========================== */

.service-card .service-icon svg {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  transition: transform 0.35s ease, fill 0.35s ease;
  fill: #6b7280; /* 通常はグレー */
}

/* ホバー時：回転＋拡大＋色変化 */
.service-card:hover .service-icon svg {
  transform: rotate(12deg) scale(1.15);
  fill: #2563eb; /* 青に変化 */
}

/* ===========================
   サービスカード（3D化 + リンク化）
=========================== */

.service-card {
  display: block;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  color: #1f2937;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transform-style: preserve-3d;
}

/* ホバー時：3Dチルト + 浮き上がり */
.service-card:hover {
  transform: translateY(-6px) rotateX(6deg) rotateY(6deg);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  border-color: #2563eb;
}

/* ===========================
   アイコン（回転 + 色変化）
=========================== */

.service-card .service-icon svg {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  transition: transform 0.35s ease, fill 0.35s ease;
  fill: #6b7280; /* 通常はグレー */
}

/* ホバー時：回転 + 拡大 + 青色 */
.service-card:hover .service-icon svg {
  transform: rotate(18deg) scale(1.18);
  fill: #2563eb;
}

/* ===========================
   「近日公開予定」アニメーション
=========================== */

.coming-soon {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: #2563eb;
  opacity: 0.8;
  animation: pulse 1.8s infinite ease-in-out;
}

/* ふわっと光るアニメーション */
@keyframes pulse {
  0% { opacity: 0.6; transform: translateZ(20px); }
  50% { opacity: 1; transform: translateZ(30px); }
  100% { opacity: 0.6; transform: translateZ(20px); }
}

/* ===========================
   Coming Soon ページ
=========================== */

.coming-soon-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}

.coming-container {
  text-align: center;
  animation: fadeIn 1.2s ease forwards;
}

/* フェードイン */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===========================
   アイコン（浮遊アニメーション）
=========================== */

.coming-icon svg {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  stroke: #2563eb;
  opacity: 0;
  animation: iconFloat 2.5s ease-in-out infinite, iconFade 1.2s ease forwards;
}

@keyframes iconFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
  100% { transform: translateY(0); }
}

@keyframes iconFade {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* ===========================
   タイトル
=========================== */

.coming-title {
  font-size: 36px;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 12px;
  animation: titleFade 1.4s ease forwards;
  opacity: 0;
}

@keyframes titleFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===========================
   説明文
=========================== */

.coming-desc {
  font-size: 18px;
  color: #475569;
  margin-bottom: 32px;
  line-height: 1.7;
  opacity: 0;
  animation: descFade 1.6s ease forwards;
}

@keyframes descFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===========================
   戻るボタン（光るアニメーション）
=========================== */

.coming-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #2563eb;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
  animation: glow 2.5s infinite ease-in-out;
}

.coming-btn:hover {
  background: #1d4ed8;
  transform: translateY(-3px);
}

@keyframes glow {
  0% { box-shadow: 0 0 0px rgba(37, 99, 235, 0.4); }
  50% { box-shadow: 0 0 14px rgba(37, 99, 235, 0.6); }
  100% { box-shadow: 0 0 0px rgba(37, 99, 235, 0.4); }
}

/* ===========================
   職業カテゴリ一覧ページ
=========================== */

.job-category-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  padding: 20px 0;
}

/* カテゴリカード */
.job-category-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  cursor: pointer;
  transform-style: preserve-3d;
}

/* ホバー時：3D浮き上がり */
.job-category-card:hover {
  transform: translateY(-6px) rotateX(4deg) rotateY(4deg);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  border-color: #2563eb;
}

/* タイトル */
.job-category-card h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 12px;
}

/* 説明文 */
.job-category-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

/* アイコン風の丸背景 */
.job-category-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 28px;
  transition: 0.3s ease;
}

/* ホバー時：アイコンが少し回転＋拡大 */
.job-category-card:hover .job-category-icon {
  transform: rotate(10deg) scale(1.15);
  background: #dbeafe;
}

/* ===========================
   ヒーローセクション
=========================== */
.jobs-hero {
  background: linear-gradient(135deg, #eef2ff 0%, #dbeafe 100%);
  padding: 80px 20px;
  text-align: center;
  margin-bottom: 40px;
}

.jobs-hero-title {
  font-size: 42px;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 16px;
}

.jobs-hero-desc {
  font-size: 18px;
  color: #475569;
  line-height: 1.7;
}

/* ===========================
   カテゴリカード
=========================== */
.job-category-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.job-category-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  cursor: pointer;
}

.job-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  border-color: #2563eb;
}

.job-category-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
}

.job-category-icon svg {
  width: 100%;
  height: 100%;
  stroke: #2563eb;
  transition: 0.3s ease;
}

.job-category-card:hover svg {
  transform: scale(1.15);
  stroke: #1d4ed8;
}

.job-category-card h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 12px;
}

.job-category-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

.contact-hero {
  text-align: center;
  padding: 60px 20px 30px;
}

.contact-hero h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0a3cff;
}

.contact-hero p {
  color: #555;
  font-size: 16px;
}

.contact-card {
  max-width: 600px;
  margin: 0 auto 80px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border: 1px solid #e5e9f2;
}


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

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

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