﻿<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>静岡市の税理士｜アップ会計｜中小企業の税務顧問・節税・相続に強い</title>
    <meta name="description" content="静岡市駿河区の税理士「アップ会計」。税務顧問・節税・相続に強く、初回相談無料・LINE対応。経理自動化や税務調査もサポート。">

    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "Organization",
        "name": "アップ会計",
        "url": "https://upkaikei.com/index.html",
        "logo": "https://upkaikei.com/manbo_page-01.jpg",
        "description": "アップ会計は静岡市駿河区にある中小企業向けの税理士事務所です。フルリモートやクラウド会計に対応し、経理の自動化・税務サポートを提供します。",
        "address": {
            "@type": "PostalAddress",
            "streetAddress": "有東3-2-3",
            "addressLocality": "静岡市駿河区",
            "addressRegion": "静岡県",
            "postalCode": "422-8032",
            "addressCountry": "JP"
        },
        "contactPoint": {
            "@type": "ContactPoint",
            "telephone": "+81-80-2559-4565",
            "contactType": "customer service",
            "areaServed": "JP",
            "availableLanguage": ["ja"]
        },
        "sameAs": [
            "https://works.do/5AMU3px"
        ]
    }
    </script>

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap" rel="stylesheet" />

    <style>
        * {
            box-sizing: border-box;
        }

        body {
            background: #f9f9f9;
            font-family: 'Noto Sans JP', sans-serif;
            margin: 0;
            padding: 0;
            color: #333;
            font-size: 16px;
            line-height: 1.7;
        }

        header {
            background: linear-gradient(to right, #f5afaf, #f06292);
            padding: 60px 10px 40px;
            text-align: center;
            color: white;
        }

        h1 {
            font-size: 2.5rem;
            margin: 0;
        }

        .logo-char {
            display: inline-block;
            opacity: 0;
            transform: translateY(-20px) scale(0.8);
            animation: popIn 0.6s forwards;
        }

        .logo-char:nth-child(1) { animation-delay: 0.1s; }
        .logo-char:nth-child(2) { animation-delay: 0.25s; }
        .logo-char:nth-child(3) { animation-delay: 0.4s; }
        .logo-char:nth-child(4) { animation-delay: 0.55s; }
        .logo-char:nth-child(5) { animation-delay: 0.7s; }

        @keyframes popIn {
            to {
                opacity: 1;
                transform: translateY(0) scale(1.2);
            }
        }

        .subheading {
            font-size: 1.2rem;
            line-height: 1.8;
            max-width: 600px;
            margin: 15px auto 25px;
            color: #fff;
        }

        .button {
            display: inline-block;
            background-color: #f48fb1;
            color: #fff;
            padding: 10px 16px;
            border-radius: 6px;
            font-weight: bold;
            text-decoration: none;
            font-size: 0.95rem;
            transition: background 0.3s;
            margin: 8px;
        }

        .button:hover {
            background-color: #ec407a;
        }

        .line-button {
            background-color: #00c300;
        }

        .line-button:hover {
            background-color: #009900;
        }

        .button {
         cursor: pointer;
         touch-action: manipulation;
         }

    table {
      border-collapse: collapse;
      width: 80%;
      margin: 20px auto;
      font-size: 14px;
    }

    th, td {
      border: 1px solid #330000;
      padding: 8px;
      text-align: center;
    }

    th {
      background-color: #ffeecc;
    }



        #navi {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            padding: 20px 0 10px;
            list-style-type: none;
            background-color: #eee;
            margin: 0;
        }

        #navi li {
            margin: 5px 15px;
        }

        #navi a {
            text-decoration: none;
            color: #fff;
            background-color: #f48fb1;
            padding: 10px 16px;
            border-radius: 8px;
            font-weight: bold;
            font-size: 1rem;
        }

        #navi a:hover {
            background-color: #ec407a;
        }

        #main-content {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 30px;
            max-width: 1000px;
            margin: 40px auto;
            padding: 0 20px;
        }

       #image-text-combo {
        flex: 1 1 45%;
        background-image: url("https://upkaikei.com/IMG_1939.jpg");
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 4 / 3;
        min-height: 200px;
        width: 100%;
    }

       #catchphrase-side {
    font-style: italic;
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}


        #services {
            flex: 1 1 100%;
            background-color: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            margin-top: 20px;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        #services.visible {
            opacity: 1;
            transform: translateY(0);
        }

        #services h2 {
            color: #000;
            font-size: 1.8rem;
            margin-bottom: 15px;
        }

        #services hr.divider {
            border-top: 2px solid #f48fb1;
            margin: 15px 0;
        }

        #services ul {
            padding-left: 20px;
            margin-top: 10px;
            list-style-type: disc;
        }

        #services li {
            margin-bottom: 15px;
            line-height: 1.8;
        }

        #services li strong {
            font-weight: bold;
            color: #f06292;
        }

        #services .service-details {
            margin-top: 8px;
            padding-left: 20px;
        }

        .footer-cta {
    margin: 30px auto;
    text-align: center;
    max-width: 600px;
}

.footer-cta-text {
    font-size: 1.1em;
    color: #663300;
    margin-bottom: 10px;
}

.footer-cta-highlight {
    font-weight: bold;
    color: #cc0000;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.cta-button {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block; /* ボタンが並ぶように */
    margin: 5px; /* ボタン間の余白 */
}

/* 特定のボタンの背景色を上書き */
.contact-button {
    background-color: #1976d2;
    color: white;
}

.contact-button:hover {
    background-color: #1565c0; /* ホバー時の色 */
}

/* line-button は既存のスタイルを使用 */

        #copy {
            font-style: italic;
            font-size: 0.9rem;
            margin-top: 10px;
        }

        @media screen and (max-width: 600px) {
            h1 {
                font-size: 2rem;
            }

            h2 {
                font-size: 1.5rem;
            }

            .subheading {
                font-size: 1rem;
                padding: 0 10px;
            }

            #navi {
                flex-direction: column;
                align-items: center;
                gap: 8px;
            }

            #navi li {
                margin: 8px 0;
            }

            #navi a {
                font-size: 0.95rem;
                padding: 10px 20px;
                width: 80%;
                text-align: center;
            }

            #main-content {
                flex-direction: column;
                gap: 20px;
                padding: 0 10px;
            }

            #catchphrase-side {
                font-size: 1rem;
                padding: 10px;
            }

            #services {
                padding: 20px;
            }

            #services h2 {
                font-size: 1.4rem;
            }

            #services li {
                margin-bottom: 10px;
                line-height: 1.6;
            }
        }

#improvement-chart {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  margin: 40px auto;
  max-width: 1000px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

#improvement-chart h2 {
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}

.chart-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.before, .after {
  flex: 1 1 300px;
  background-color: #fce4ec;
  border-radius: 10px;
  padding: 20px;
}

.before h3, .after h3 {
  margin-top: 0;
  color: #c2185b;
  font-size: 1.3rem;
}

.before ul, .after ul {
  list-style: disc;
  padding-left: 20px;
}

.arrow {
  font-size: 2rem;
  color: #999;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .chart-row {
    flex-direction: column;
    align-items: center; /* 枠を中央揃えにする */
  }
  .before, .after {
    flex: 0 0 80%; /* 枠の幅を80%に縮小 */
    margin-bottom: 20px; /* 枠の下に余白を追加 */
  }
  .arrow {
    transform: rotate(90deg);
    margin: 20px 0; /* 矢印の上下に余白を追加 */
  }
}

      table {
        width: 100%;
        font-size: 13px;
      }

      th, td {
        padding: 6px;
      }

    </style>

    <script type="text/javascript" id="mierucaOptimizejs">
    window.__optimizeid = window.__optimizeid || [];__optimizeid.push([1419173367]);
    (function () {var fjs = document.createElement('script');fjs.type = 'text/javascript';
    fjs.async = true;fjs.id = "fjssync";var timestamp = new Date;fjs.src = 'https://opt.mieru-ca.com/service/js/mieruca-optimize.js?v=' + timestamp.getTime();
    var x = document.getElementsByTagName('script')[0];x.parentNode.insertBefore(fjs, x);})();
    </script>

</head>
<body>

<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NW287M5S"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NW287M5S');</script>
<script type="text/javascript" id="mierucajs" defer>
        window.__fid = window.__fid || [];__fid.push([764790884]);
        (function() {
        function mieruca(){if(typeof window.__fjsld != "undefined") return; window.__fjsld = 1; var fjs = document.createElement('script'); fjs.type = 'text/javascript'; fjs.async = true; fjs.id = "fjssync"; var timestamp = new Date;fjs.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://hm.mieru-ca.com/service/js/mieruca-hm.js?v='+ timestamp.getTime(); var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(fjs, x); };
        setTimeout(mieruca, 500); document.readyState != "complete" ? (window.attachEvent ? window.attachEvent("onload", mieruca) : window.addEventListener("load", mieruca, false)) : mieruca();
        })();
    </script>
    <script type="text/javascript" id="mierucaOptimizejs" defer>
        window.__optimizeid = window.__optimizeid || [];__optimizeid.push([1419173367]);
        (function () {var fjs = document.createElement('script');fjs.type = 'text/javascript';
        fjs.async = true;fjs.id = "fjssync";var timestamp = new Date;fjs.src = 'https://opt.mieru-ca.com/service/js/mieruca-optimize.js?v=' + timestamp.getTime();
        var x = document.getElementsByTagName('script')[0];x.parentNode.insertBefore(fjs, x);})();
    </script>
    <script async src="https://www.googletagmanager.com/gtag/js?id=AW-17104541342"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());
        gtag('config', 'AW-17104541342');
    </script>

    <script defer>
        document.addEventListener('DOMContentLoaded', () => {
            const observer = new IntersectionObserver((entries) => {
                entries.forEach(entry => {
                    if (entry.isIntersecting) {
                        entry.target.classList.add('visible');
                    }
                });
            });
            document.querySelectorAll('#services').forEach(el => {
                observer.observe(el);
            });
        });
    </script>
</body>
</html>

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NW287M5S');</script>
<!-- End Google Tag Manager -->

<script type="text/javascript" id="mierucajs">
    window.__fid = window.__fid || [];__fid.push([764790884]);
    (function() {
    function mieruca(){if(typeof window.__fjsld != "undefined") return; window.__fjsld = 1; var fjs = document.createElement('script'); fjs.type = 'text/javascript'; fjs.async = true; fjs.id = "fjssync"; var timestamp = new Date;fjs.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://hm.mieru-ca.com/service/js/mieruca-hm.js?v='+ timestamp.getTime(); var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(fjs, x); };
    setTimeout(mieruca, 500); document.readyState != "complete" ? (window.attachEvent ? window.attachEvent("onload", mieruca) : window.addEventListener("load", mieruca, false)) : mieruca();
    })();
    </script>

    <header>
    <h1>
        <span class="logo-char">ア</span>
        <span class="logo-char">ッ</span>
        <span class="logo-char">プ</span>
        <span class="logo-char">会</span>
        <span class="logo-char">計</span>
<p style="font-size: 0.8em; margin-top: 5px; color: #fff;">経理の効率化と節税をサポート</p>    
</h1>

    <p style="font-size: 0.8em; margin-top: 5px; color: #fff;">山本恭平税理士事務所</p>
    <p class="subheading">顧問料は柔軟にカスタマイズ。フルリモートで対応可能。</p>
    <a href="renrakusaki.html" class="button">無料相談を申し込む</a>
</header>

    <nav>
        <ul id="navi">
            <li><a href="menyu.html">サービス内容</a></li>
            <li><a href="ryoukinn.html">料金案内</a></li>
            <li><a href="Column.html">コラム</a></li>
            <li><a href="aisatsu.html">あいさつ</a></li>
            <li><a href="access.html">アクセス</a></li>
       </ul>
    </nav>

    <div id="main-content">
        <div id="image-text-combo">
            <div id="catchphrase-side">
                税務の難題お任せください<br>最善解決　信頼アップ
            </div>
        </div>
    </div>

<section id="services">
    <h2>当事務所でできること</h2>
    <hr class="divider">
    <ul>
        <li>
            <h3><a href="sougyou.html">創業支援</a></h3>
            <p class="service-details">
                会社設立時の税務署等への届出、設立後の会計処理、税務顧問まで、起業に必要な手続きをトータルでサポートします。資金調達や事業計画に関するご相談も承ります。開業にあたっては下記の届出等が必要になります。期限をすぎると損害が発生する可能性もあります。初回相談は無料ですので連絡をお待ちしています。
            </p>
        

  <style>
    body {
      font-family: sans-serif;
      padding: 20px;
    }
    h2 {
      text-align: center;
      margin-bottom: 30px;
    }
    .timeline {
      width: 100%;
      border-collapse: collapse;
    }
    .timeline th, .timeline td {
      border: 1px solid #ccc;
      padding: 8px;
      text-align: left;
      font-size: 14px;
    }
    .timeline th {
      background-color: #f0f0f0;
    }
    .bar {
      background-color: #4CAF50;
      height: 20px;
      border-radius: 3px;
    }
  </style>
</head>
<body>
  <h2>法人設立に関する届出の期限</h2>
  <table class="timeline">
    <thead>
      <tr>
        <th>届出書類</th>
        <th>提出タイミング</th>
        <th>備考</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>法人設立届出書</td>
        <td>設立後2か月以内</td>
        <td>税務署提出</td>
      </tr>
      <tr>
        <td>給与支払事務所等の開設届出書</td>
        <td>開設後1か月以内</td>
        <td>役員や従業員に給与を支払う場合</td>
      </tr>
      <tr>
        <td>源泉所得税の納期の特例申請書</td>
        <td>随時</td>
        <td>従業員10人未満の場合</td>
      </tr>
      <tr>
        <td>青色申告の承認申請書</td>
        <td>設立日から3か月以内<br>または最初の事業年度終了日のいずれか早い日</td>
        <td>青色申告を希望する場合</td>
      </tr>
      <tr>
        <td>棚卸資産の評価方法の届出書</td>
        <td>確定申告書の提出期限まで</td>
        <td>評価方法の選択を行う場合</td>
      </tr>
      <tr>
        <td>減価償却資産の償却方法の届出書</td>
        <td>確定申告書の提出期限まで</td>
        <td>定額法・定率法等の選択</td>
      </tr>
      <tr>
        <td>インボイス登録申請書</td>
        <td>新たに事業を開始した課税期間中</td>
        <td>インボイス制度の登録希望がある場合</td>
      </tr>
      <tr>
        <td>健康保険・厚生年金保険 新規適用届</td>
        <td>雇用開始日から5日以内</td>
        <td>常時1人以上の従業員を雇用する場合</td>
      </tr>
      <tr>
        <td>労働保険 保険関係成立届</td>
        <td>成立日から10日以内</td>
        <td>労災保険加入</td>
      </tr>
      <tr>
        <td>雇用保険適用事業所設置届</td>
        <td>雇用開始日から10日以内</td>
        <td>雇用保険加入義務がある場合</td>
      </tr>
    </tbody>
  </table>


</li>
        <li>
            <h3><a href="getuji.html">月次業務,年次決算</a></h3>
            <p class="service-details">
                月次決算に基づいた経営状況の把握、節税に向けたアドバイス、各種税務申告書の作成・提出をサポートします。お客様の事業内容や規模に応じて、最適な顧問契約をご提案いたします。
            </p>
        </li>
        <li>
            <h3><a href="dennsityoubo.html">電子帳簿保存法対応、加算税軽減サポート</a></h3>
            <p class="service-details">
                クラウド会計ソフトの導入・運用を支援し、記帳業務の効率化、経理の自動化を推進します。これにより、お客様は本業に集中できる環境を構築できます。
            </p>
        </li>
        <li>
            <h3><a href="souzoku.html">申告、相続税試算、生前贈与検討</a></h3>
            <p class="service-details">
                相続税・贈与税の申告書の作成・提出はもちろん、生前からの相続対策、円滑な資産承継に向けたコンサルティングを行います。
            </p>
        </li>
        <li>
            <h3><a href="tyousa.html">税務調査対応</a></h3>
            <p class="service-details">
                税務調査の連絡から事前準備、当日の立会い、税務署との交渉まで、お客様を全面的にサポートし、不安を軽減します。
            </p>
        </li>
    </ul>
</section>

<section id="improvement-chart">
  <h2>経理・税務の改善イメージ</h2>
  <hr class="divider">

  <div class="chart-row">
    <div class="before">
      <h3>Before</h3>
      <ul>
        <li>仕訳は会計ソフトに手入力</li>
        <li>レシート・請求書を紙で保存</li>
        <li>固定資産を購入しても税制優遇が受けられない</li>
      </ul>
    </div>
    <div class="arrow">→</div>
    <div class="after">
      <h3>After</h3>
      <ul>
        <li>預金・カード取引はAIで自動仕訳<br>現金取引はレシートOCRで登録。仕訳作業の省力化</li>
        <li>会計ソフト上で電子保存<br>検索すれば資料がすぐ見つかる</li>
        <li>事前の計画書提出で<br>しっかり税制優遇を受ける</li>
      </ul>
    </div>
  </div>
</section>

<section id="column-introduction">
    <h2>税務・会計のコラム</h2>
    <hr class="divider">
    <p>当事務所では、税務・会計のコラムを発信しています。ぜひご参考にしてください。</p>
    <ul>

　　<li><a href="Column.html">退職金課税の改正</a></li>

<section>
  <h2>料金に関する考え方</h2>
  <p>時は金なりといいますが、人の一生の長さも、1日の長さも決まっております。当事務所では、限られた時間の中で成果を出すために、年商規模ではなく、作業時間に応じた報酬体制を採用しています。以下は税抜料金です。</p>

  <ul>
    <li><a href="ryoukinn-model.html">モデルケース</a></li>
  </ul>

  <h2>基本料金表（詳細は個別対応）</h2>

  <h3>月額顧問料</h3>
  <table>
    <tr><th>項目</th><th>料金</th></tr>
    <tr><td>1時間あたり</td><td>1万円</td></tr>
  </table>

  <h3>旅費相当額</h3>
  <table>
    <tr><th>項目</th><th>料金</th></tr>
    <tr><td>近距離</td><td>距離、時間に応じて個別対応とさせて頂きます</td></tr>
    <tr><td>遠方</td><td>例：電車代＋日当</td></tr>
  </table>

  <h3>決算報酬</h3>
  <table>
    <tr><th>項目</th><th>料金</th></tr>
    <tr><td>決算報酬</td><td>月額顧問料の6か月分</td></tr>
  </table>

  <h3>年末調整・法定調書</h3>
  <table>
    <tr><th>項目</th><th>料金</th></tr>
    <tr><td>基本料金</td><td>最低1万円</td></tr>
  </table>

  <h3>所得税申告・相談（事業以外）</h3>
  <table>
    <tr><th>項目</th><th>料金</th></tr>
    <tr><td>基本料金</td><td>1万円</td></tr>
  </table>
  <p>身近に感じて頂けるように低価額としております。不動産譲渡所得の場合は基本料金5万円となります。</p>

  <h3>相続税申告</h3>
  <table>
    <tr><th>項目</th><th>料金</th></tr>
    <tr><td>基本料金</td><td>課税価格の1％相当額</td></tr>
  </table>
  <p>課税価額＝相続財産－負債と葬式費用の金額</p>

  <h3>贈与税申告</h3>
  <table>
    <tr><th>項目</th><th>料金</th></tr>
    <tr><td>基本料金</td><td>1万円</td></tr>
  </table>

  <h3>生前贈与検討シミュレーション・財産評価</h3>
  <table>
    <tr><th>項目</th><th>料金</th></tr>
    <tr><td>基本料金</td><td>5万円</td></tr>
  </table>

  <h3>税務調査対応</h3>
  <table>
    <tr><th>項目</th><th>料金</th></tr>
    <tr><td>日当</td><td>6万円</td></tr>
  </table>
</section>


<footer class="fade-in">
    <hr id="footerline">

    <div class="footer-cta">
        <p class="footer-cta-text">
            「税理士に相談してみたいけど、料金が不安…」そんな方もご安心ください。
        </p>
        <p class="footer-cta-highlight">
            初回相談無料・LINEで気軽にご相談いただけます。
        </p>

        <p><a href="toiawase.html" class="button cta-button contact-button">お問い合わせは無料です</a></p>
        <p><a href="https://works.do/5AMU3px" target="_blank" class="button cta-button line-button">LINEで相談する</a></p>

        <p id="copy">&copy; Copyright アップ会計. All rights reserved.</p>
    </div>
</footer>

    <script>
        const observer = new IntersectionObserver((entries) => {
            entries.forEach(entry => {
                if (entry.isIntersecting) {
                    entry.target.classList.add('visible');
                }
            });
        });
        document.querySelectorAll('#services').forEach(el => {
            observer.observe(el);
        });
    </script>

</body>
</html>