/* style_grant.css */



/* ===== 助成 固有スタイル ===== */

.sec{
  padding:72px 56px;
  max-width:960px;
  margin:0 auto;
}
.sec-alt{background:var(--paper2);padding:72px 0;}
.sec-alt-inner{max-width:960px;margin:0 auto;padding:0 56px;}
.sec-label{font-size:10px;letter-spacing:0.2em;color:var(--en);text-transform:uppercase;margin-bottom:10px;}
.sec-title{font-size:22px;font-weight:600;color:var(--ink);margin-bottom:36px;padding-bottom:16px;border-bottom:1px solid var(--paper3);letter-spacing:0.05em;}
.sec-title::before{content:'';display:block;width:24px;height:2px;background:var(--en);margin-bottom:14px;}


.sec-text{
  font-size:13px;
  color:var(--ink-mid);
  line-height:2;
  /*max-width:720px;*/
}


    /* ===== レスポンシブ（768px） ===== */
    @media screen and (max-width: 767px) {

        .sec{
          padding: 0;
        }
        .sec-alt{padding: 40px 0;}
        .sec-alt-inner{padding:0 24px;}
    }

/* ===== 助成区分リスト ===== */
.grant-list { display: flex; flex-direction: column; gap: 0; max-width: 800px; }
.grant-list-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--paper3);
}
.grant-list-item:first-child { border-top: 1px solid var(--paper3); }
.grant-list-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.grant-list-desc {
  font-size: 13px;
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.9;
  margin-bottom: 12px;
}
.grant-list-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 13px;
  color: var(--ink-mid);
}
.grant-list-label {
  color: var(--en);
  margin-right: 6px;
  letter-spacing: 0.05em;
}




/* ===== 申請の流れ ===== */
.flow-list { display: flex; flex-direction: column; gap: 0; }
.flow-item { display: grid; grid-template-columns: 48px 1fr; gap: 24px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--paper3); }
.flow-item:last-child { border-bottom: none; }
.flow-num { width: 48px; height: 48px; background: var(--en); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.flow-body {}
.flow-title { font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 8px; letter-spacing: 0.04em; }
.flow-desc { font-size: 13px; color: var(--ink-mid); line-height: 1.9; }


    /* ===== レスポンシブ（768px） ===== */
    @media screen and (max-width: 767px) {
        .flow-item {
          grid-template-columns: 48px 1fr;
          gap: 10px;
        }
        .flow-num {
          width: 36px;
          height: 36px;
        
        }
    }


/* =====  内定を受けた団体へのご案内  ===== */
.guidance-card {
  margin-top:40px;
  padding:32px 36px;
  background:#fff;
  border:1px solid var(--paper3);
  border-left:4px solid var(--en);
}
    /* ===== レスポンシブ（768px） ===== */
    @media screen and (max-width: 767px) {

        .support-card {
          
        }
    }

.guidance-card-title {
  font-size:17px;
  font-weight:700;
  color:var(--ink);
  letter-spacing:0.04em;
  margin-bottom:16px;
}

.guidance-card-desc {
  font-size:13px;
  font-size: 14px;
  color:var(--ink-mid);
  line-height:2;
  margin-bottom:20px;
}

.guidance-card-arrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 24px;
  background:#fff;
  color:var(--en);
  border:1px solid var(--en);
  font-size:13px;
  letter-spacing:0.05em;
  text-decoration:none;
  transition:all 0.2s;
}

/* =====   採択後のサポート   ===== */
.support-wrap {
  background:var(--paper2);
  padding:72px 0;
  border-top:1px solid var(--paper3);
}
.support-wrap-inner {
  max-width: 960px;
  padding: 0 56px;
  margin:0 auto;
  text-align:center;
}
.support-grid {
  display:flex;
  justify-content:center;
  gap:64px;
  flex-wrap:wrap;
}
.support-card {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  flex: 1 0;
}
.support-card-photo{
  width:180px;
  height:180px;
  border-radius:50%;
  background:#fff;
  border:1px solid var(--paper3);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  color:#bbb;
  letter-spacing:0.1em;
  overflow: hidden;
}
.support-card-photo img{
  width:100%;
  height:initial;
  aspect-ratio: 1;
  object-fit: cover;
}
.support-card-title{
  font-size:14px;
  font-weight:600;
  color:var(--ink);
  letter-spacing:0.04em;
  text-align:center;
}
.support-card-desc{
  font-size:13px;
  font-weight:400;
  text-align: left;
}




/* ===== CTA ===== */
.cta-bar { background: var(--en-pale); border: 1px solid var(--en-mist); padding: 40px; text-align: center; }
.cta-bar-title { font-size: 20px; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.cta-bar-desc { font-size: 13px; color: var(--ink-mid); margin-bottom: 24px; line-height: 1.9; }
.cta-bar-btn { display: inline-block; background: var(--en); color: #fff; padding: 12px 40px; font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-decoration: none; border-radius: 2px; transition: opacity 0.2s; }
.cta-bar-btn:hover { opacity: 0.88; }




/* ===== 助成団体ネットワーク等 ===== */
.grant-recipients-section,
.network-section,
.other-grant-section { padding: 72px 56px; border-bottom: 1px solid var(--paper3); background: #fff; max-width: 960px; margin: 0 auto; }
.other-grant-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--en);
  border: 1px solid var(--en); padding: 12px 24px;
  text-decoration: none; transition: all 0.2s; margin-top: 16px;
}
.other-grant-link:hover { background: var(--en); color: #fff; }

    /* ===== レスポンシブ（768px） ===== */
    @media screen and (max-width: 767px) {
        .grant-recipients-section,
        .network-section,
        .other-grant-section {
          padding: 40px 0;
        }
    }


/* ===== 助成サイドナビ ===== */
.grant-sidenav {
  position: fixed;
  left: 0;
  top: 50%;
  top: 120px; /* ヘッダの分をあける */
  transform: translateY(-50%);
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 180px;
  background: rgba(255,255,255,0.95);
  padding: 8px 0 !important;
  margin: 0 !important;
  border-right: 1px solid var(--paper3);
  list-style: none;
}
.grant-sidenav a {
  display: block;
  font-size: 12px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 8px 0 8px 14px;
  border-left: 2px solid var(--paper3);
  transition: all 0.2s;
  white-space: nowrap;
  line-height: 1.5;
  font-weight: 500;
}
.grant-sidenav a:hover,
.grant-sidenav a.active {
  color: var(--en);
  border-left-color: var(--en);
  background: var(--en-pale);
}


