@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');



body {
    font-family: 'Space Grotesk', 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif; /* 日本語フォント */
    position: relative;
    background-color: #000;
}

@media screen and (max-width: 767px) {
    /* 画面幅が767px以下になった時の表示 */
    body {
        font-size: 14px;
        
    }
}


p{
   color: #F7FF00; 
}



html,body,a {
    cursor: none;
}

#js-mouse{
    pointer-events: none;
    position: fixed;
    top: -30px; 
    left: -30px;
    width: 60px;
    height: 60px;
    background-color:rgba(0, 0, 0, 0.678);
    border-radius: 50%;
    transform: translate(0,0);
    transition: all 0.3s ease-out;
    z-index: 9999;
    opacity: 0;
}
#js-cursor{
    pointer-events: none;
    position: fixed;
    top: -15px; 
    left: -15px;
    width: 30px;
    height: 30px;
    background-color:rgba(238, 255, 0, 0.829);
    border-radius: 50%;
    transform: translate(0,0);
    transition: width 0.3s ease-out,height 0.3s ease-out;
    z-index: 10000;
    opacity: 0;
}

#js-mouse.js-hover {
    width: 80px;
    height: 80px;
}
#js-cursor.js-hover {
    width: 50px;
    height: 50px;
}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0,0,0,0.9);
    overflow: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#btn{
    position: absolute;
    left: 20px;
    top: 20px;
}

.overlay a:hover, .overlay a:focus {
    color: #eeff00;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    width:auto;
    height: auto;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px;}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.overlay a {
    padding: 40px;
    text-decoration: none;
    font-size: 36px;
    color: #5c5c5c;
    display: block;
    transition: 2s;
    width: auto;
    height: auto;

}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:100%;
}



/* メインコンテンツ */



.mv {
    width: 100%;
    height: 850px;
    background-image: url(images/images/sergey-zolkin-_UeY8aTI6d0-unsplash.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv-inner {
    width: 940px;
    height: 425px;
}

.copy {
    font-size: clamp(46px, 9.5vw, 104px);
    font-weight: bold;
    color: #F7FF00;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 140px;
    font-family: 'Space Grotesk', 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    text-align: center;
}

.copy2 {
    font-size: 25px;
    font-weight: bold;
    color: #F7FF00;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-family: 'Space Grotesk', 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    text-align: center;
}

hr {
    max-width: 1280px;
  border-top: solid 3px #F7FF00;
  }

.section {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.container {
    max-width: 1050px;
    display: flex;
    margin: 0 auto;
    height: auto;
}


.main-title h2 {
    margin-top: 80px;
    color: #F7FF00;
    font-family: 'Space Grotesk', 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    font-size: clamp(38px, 6vw, 54px);
    text-align: center;
    margin-bottom: 150px;

}

.main-title2 h2 {
    margin-top: 80px;
    color: #F7FF00;
    font-family: 'Space Grotesk', 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    font-size: clamp(38px, 6vw, 54px);
    text-align: center;
    margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
    .main-title h2 {
        font-size: 36px;
        position: static;   /* 旧: absolute → 本文と重なるため解除 */
        left: auto;
        margin-bottom: 40px;
    }

}



.h2 {
    justify-content: center;
}



.box1 {
    display: flex;
    margin-top: 100px;
    justify-content: center;
    gap: 15px;
}

.box2 {
    width: 300px;
}

.img-right1 {
    margin-bottom: 0.5px;
}

.box3 {
    width: 260px;
   
}

ul {
    display: flex;
    justify-content: center;
  }

.ul1 a {
    width: 300px;
    display: flex;
    justify-content: center;
}

.box{
    width:300px;
    margin:0 auto;
    padding:2em;
    border-radius:30px;
    text-align: center;
    margin-top: 20px;
  }

.box a{
    display:block;
    height:50px;
    margin:1em 0;
    line-height:50px;
    color:#000000;
    border-radius:35px;
    text-decoration:none;
    text-align:center;
    border: 1.5px solid #F7FF00;
    font-family: 'Space Grotesk', 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    font-size: 12px;
    text-shadow: 2px  2px 3px #F7FF00,
    -2px  2px 3px #F7FF00,
     2px -2px 3px #F7FF00,
    -2px -2px 3px #F7FF00;
  }



.main-title3 h2  {
    margin-top: 200px;
    margin-bottom: 35px;
    margin: 0,auto;
    text-align: center;
    color: #F7FF00;
    font-family: 'Space Grotesk', 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    font-size: 50px;
}

.img2 {
    width: 300px;
    height: 300px;
    display: block;
    margin: auto;
}

.main-text {
    font-size: 18px;
    padding: 10px;
    color: #F7FF00;
    text-align: center;
    margin-bottom: 200px;
    margin-top: 50px;
}


































.button-center {
    text-align: center;
    margin-top: 30px;
}

.button-center a {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    color: #e1ff00;
    border: solid #e1ff00 1px;
    padding: 13px 60px;
    transition: 0.8s ease-in-out;
}

@media screen and (max-width: 1230px) {
     .ul1 {
        display: grid;
    }
}






/* =========================================================
   2026 追加・整備スタイル（個人事業HP向け）
   ========================================================= */

/* ヒーローのキャッチコピー */
.tagline {
    color: #F7FF00;
    text-align: center;
    font-size: 20px;
    line-height: 1.9;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-top: 30px;
}
@media screen and (max-width: 730px) {
    .tagline { font-size: 15px; margin-top: 18px; }
}

/* セクションのリード文 */
.section-lead {
    color: #F7FF00;
    text-align: center;
    font-size: 15px;
    opacity: 0.85;
    margin: 0 auto 46px;
    padding: 0 24px;
}

/* タイトルの余白を少し詰めて、リード文と近づける */
.main-title h2,
.main-title2 h2 { margin-bottom: 56px; }

/* ABOUT */
.about-name {
    color: #F7FF00;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}
.about-name span {
    display: block;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: #cfd400;
    margin-top: 8px;
}
.about-lead {
    color: #F7FF00;
    max-width: 760px;
    margin: 30px auto 10px;
    padding: 0 24px;
    line-height: 2;
    text-align: left;
    font-size: 16px;
}
@media screen and (max-width: 730px) {
    .about-lead { font-size: 14px; line-height: 1.9; }
    .about-name { font-size: 24px; }
}
.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 780px;
    margin: 44px auto 10px;
    padding: 0 24px;
}
@media screen and (max-width: 900px) {
    .about-grid { grid-template-columns: 1fr; max-width: 520px; }
}
.about-card {
    border: 1px solid rgba(247, 255, 0, 0.5);
    border-radius: 14px;
    padding: 24px 22px;
    text-align: left;
    background: rgba(247, 255, 0, 0.02);
}
.about-card h3 {
    color: #F7FF00;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(247, 255, 0, 0.35);
}
.about-card p { color: #F7FF00; font-size: 14px; line-height: 1.8; }
.skill-cat {
    margin-top: 14px;
    font-weight: 700;
    font-size: 13px;
    color: #cfd400;
}
.about-card .skill-cat:first-of-type { margin-top: 0; }

/* SERVICES */
.services {
    margin-top: 120px;
    margin-bottom: 120px;
    text-align: center;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 24px;
}
@media screen and (max-width: 700px) {
    .services-grid { grid-template-columns: 1fr; max-width: 480px; }
}
.service-card {
    border: 1px solid rgba(247, 255, 0, 0.5);
    border-radius: 14px;
    padding: 30px 26px;
    text-align: left;
    background: rgba(247, 255, 0, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(247, 255, 0, 0.15);
}
.service-num {
    color: #F7FF00;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    opacity: 0.7;
}
.service-card h3 {
    color: #F7FF00;
    font-size: 22px;
    font-weight: 700;
    margin: 8px 0 12px;
}
.service-card p { color: #F7FF00; font-size: 14px; line-height: 1.9; }

/* WORKS のサムネイル＆キャプション */
.ul1 {
    gap: 24px;
    flex-wrap: wrap;
    justify-items: center;
}
.ul1 li { margin: 0 10px 24px; text-align: center; }
.ul1 img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(247, 255, 0, 0.3);
    border-radius: 8px;
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.ul1 a:hover img { opacity: 0.78; transform: scale(1.02); }
.work-cap {
    color: #F7FF00;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 12px;
}

/* CONTACT セクションの電話リンク */
.main-text span { color: #F7FF00; }
.tel-link { color: #F7FF00; text-decoration: none; }
.tel-link:hover { text-decoration: underline; }


/* =========================================================
   フッター（刷新版・黒 × ネオンイエロー）
   ========================================================= */
.site-footer {
    background-color: #0a0a0a;
    border-top: 1px solid rgba(247, 255, 0, 0.4);
    color: #F7FF00;
    padding: 64px 24px 28px;
    margin-top: 120px;
    font-family: 'Space Grotesk', 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}
.footer-inner {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.footer-logo {
    color: #F7FF00;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.footer-role {
    color: rgba(247, 255, 0, 0.7);
    font-size: 13px;
    letter-spacing: 0.15em;
    margin-top: 6px;
}
.footer-menu {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-menu a {
    color: #F7FF00;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
    transition: opacity 0.25s ease;
}
.footer-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #F7FF00;
    transition: width 0.3s ease;
}
.footer-menu a:hover { opacity: 0.85; }
.footer-menu a:hover::after { width: 100%; }
.footer-bottom {
    max-width: 1050px;
    margin: 36px auto 0;
    padding-top: 22px;
    border-top: 1px solid rgba(247, 255, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}
.footer-pagetop {
    color: rgba(247, 255, 0, 0.7);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: color 0.25s ease;
}
.footer-pagetop:hover { color: #F7FF00; }
.site-footer .copyright {
    color: rgba(247, 255, 0, 0.7);
    font-size: 13px;
    letter-spacing: 0.08em;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .site-footer { padding: 48px 20px 24px; margin-top: 80px; }
    .footer-inner { flex-direction: column; text-align: center; gap: 26px; }
    .footer-bottom { flex-direction: column-reverse; justify-content: center; text-align: center; }
}


/* =========================================================
   スマホ対応 総点検（2026）— 全セクション最適化
   ========================================================= */

/* 画像のはみ出し防止（全体の安全策） */
img { max-width: 100%; height: auto; }

/* ヒーローの内側ボックスを可変幅に（固定940pxのはみ出し防止） */
.mv-inner { max-width: 90%; }

@media screen and (max-width: 767px) {
    /* ヒーロー：高さと文字サイズを画面に合わせる */
    .mv { height: auto; min-height: 70vh; padding: 90px 0; }
    .mv-inner { width: auto; height: auto; }
    .copy { margin-top: 0; }
    .copy2 { font-size: 15px; margin-top: 16px; }

    /* 見出し・セクション余白の調整 */
    .main-title2 h2, .main-title3 h2 { font-size: 36px; margin-bottom: 40px; }
    .main-title3 h2 { margin-top: 90px; }
    .section { margin-top: 60px; margin-bottom: 60px; }
    .services { margin-top: 70px; margin-bottom: 70px; }

    /* ABOUT：風景写真を縦積み＆画面幅に追従 */
    .box1 { flex-direction: column; align-items: center; margin-top: 50px; gap: 12px; }
    .box2, .box3 { width: 100%; max-width: 320px; }

    /* WORKS：サムネイルを画面幅に追従 */
    .ul1 a { width: 100%; max-width: 320px; }
    .ul1 img { width: 100%; }

    /* CONTACT：下の余白を圧縮 */
    .main-text { margin-bottom: 80px; }
}

/* 極小画面（〜400px）でのさらなる調整 */
@media screen and (max-width: 400px) {
    .copy { font-size: 34px; }
    .footer-logo { font-size: 22px; }
    .about-card { padding: 20px 18px; }
    .service-body { padding: 20px 18px 22px; }
}


/* =========================================================
   SERVICES：画像 ＋ 出現アニメ ＋ パララックス（2026）
   ========================================================= */
.service-card { padding: 0; overflow: hidden; }
.service-thumb {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
    background: #111;
}
.parallax-img {
    position: absolute;
    left: 0;
    top: -20%;
    width: 100%;
    height: 140%;
    object-fit: cover;
    will-change: transform;
    filter: brightness(0.95);
    transition: filter 0.4s ease;
}
.service-card:hover .parallax-img { filter: brightness(1.15); }
.service-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,10,10,0) 62%, rgba(10,10,10,0.22) 100%);
    pointer-events: none;
}
.service-body { padding: 24px 26px 28px; }

/* 出現アニメ（JS有効時のみ隠す→スクロールで表示） */
.js .reveal {
    opacity: 0;
    transform: translateY(42px);
    transition: opacity 0.7s cubic-bezier(0.2,0.7,0.2,1), transform 0.7s cubic-bezier(0.2,0.7,0.2,1);
}
.js .reveal.in-view { opacity: 1; transform: none; }
.js .services-grid .service-card:nth-child(2) { transition-delay: 0.08s; }
.js .services-grid .service-card:nth-child(3) { transition-delay: 0.16s; }
.js .services-grid .service-card:nth-child(4) { transition-delay: 0.24s; }
/* 出現後のホバーは即時＆浮き上がりを維持 */
.service-card.in-view:hover { transform: translateY(-4px); transition-delay: 0s; }

@media (prefers-reduced-motion: reduce) {
    .js .reveal { opacity: 1; transform: none; transition: none; }
    .parallax-img { transform: none !important; }
}

@media screen and (max-width: 700px) {
    .service-thumb { height: 200px; }
}

/* =========================================================
   タイポグラフィ刷新（Space Grotesk × Noto Sans JP）2026
   ========================================================= */
.copy        { font-weight: 700; letter-spacing: 0.005em; }
.copy2       { font-weight: 500; letter-spacing: 0.32em; }
.main-title h2, .main-title2 h2, .main-title3 h2 { font-weight: 700; letter-spacing: 0.07em; }
.overlay a   { font-weight: 500; letter-spacing: 0.14em; }
.footer-logo { font-weight: 700; letter-spacing: 0.03em; }
.footer-menu a { font-weight: 600; letter-spacing: 0.08em; }
.footer-role, .footer-pagetop, .site-footer .copyright { letter-spacing: 0.10em; }
.service-num { font-weight: 600; letter-spacing: 0.18em; }
.service-card h3 { font-weight: 700; letter-spacing: 0.01em; }
.about-card h3 { font-weight: 700; letter-spacing: 0.03em; }
.button-center a { letter-spacing: 0.06em; }


/* =========================================================
   DOING（やっていること）2026
   ========================================================= */
.doing { margin-top: 120px; margin-bottom: 120px; text-align: center; }
.doing-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 24px;
}
.doing-item {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(247, 255, 0, 0.45);
    border-radius: 12px;
    padding: 18px 20px;
    color: #F7FF00;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    background: rgba(247, 255, 0, 0.02);
}
.doing-item:hover {
    box-shadow: 0 8px 24px rgba(247, 255, 0, 0.12);
    background: rgba(247, 255, 0, 0.06);
}
.doing-no {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #cfd400;
    opacity: 0.85;
    min-width: 22px;
}
.js .doing-grid .doing-item:nth-child(2) { transition-delay: 0.05s; }
.js .doing-grid .doing-item:nth-child(3) { transition-delay: 0.10s; }
.js .doing-grid .doing-item:nth-child(4) { transition-delay: 0.15s; }
.js .doing-grid .doing-item:nth-child(5) { transition-delay: 0.20s; }
.js .doing-grid .doing-item:nth-child(6) { transition-delay: 0.25s; }
.js .doing-grid .doing-item:nth-child(7) { transition-delay: 0.30s; }
@media screen and (max-width: 767px) {
    .doing { margin-top: 70px; margin-bottom: 70px; }
    .doing-grid { grid-template-columns: 1fr; max-width: 420px; }
}


/* WORKS：通販サイトのリンクを一旦無効化（準備中） */
.ul1 a.is-disabled { pointer-events: none; cursor: default; }
.ul1 a.is-disabled:hover img { opacity: 1; transform: none; }


/* =========================================================
   モーション刷新（リール風：黒 × 発光パーティクル）2026
   ========================================================= */

/* ヒーロー：写真背景 → 漆黒＋中央グロー。パーティクルの舞台に */
.mv {
    position: relative;
    overflow: hidden;
    background-image: none;
    background: radial-gradient(ellipse 70% 55% at 50% 38%, #14140a 0%, #070705 55%, #000 100%);
}
#heroCanvas {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 0;
}
.mv-inner { position: relative; z-index: 2; }

/* タイトル文字（1文字ずつのアニメ用） */
.copy .ch { display: inline-block; will-change: transform; }

/* スクロールキュー */
.scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(247, 255, 0, 0.75);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    letter-spacing: 0.35em;
    text-align: center;
}
.scroll-cue span {
    display: block;
    width: 1px;
    height: 36px;
    margin: 0 auto 10px;
    background: linear-gradient(180deg, #F7FF00, rgba(247, 255, 0, 0));
    transform-origin: top;
    animation: cueDrop 1.8s ease-in-out infinite;
}
@keyframes cueDrop {
    0%   { transform: scaleY(0); opacity: 0; }
    35%  { transform: scaleY(1); opacity: 1; }
    100% { transform: scaleY(1) translateY(10px); opacity: 0; }
}

/* マーキー帯 */
.marquee {
    overflow: hidden;
    background: #050505;
    border-top: 1px solid rgba(247, 255, 0, 0.25);
    border-bottom: 1px solid rgba(247, 255, 0, 0.25);
    padding: 16px 0;
}
.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeMove 22s linear infinite;
}
.marquee-track span {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.18em;
    color: #F7FF00;
    white-space: nowrap;
}
@keyframes marqueeMove { to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }

@media screen and (max-width: 767px) {
    .marquee { padding: 11px 0; }
    .marquee-track span { font-size: 14px; }
    .scroll-cue { bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    .marquee-track { animation: none; }
    .scroll-cue span { animation: none; }
}


/* =========================================================
   CONTACT背景のDNAヘリックス 2026
   ========================================================= */
.contact-zone {
    position: relative;
}
#helixCanvas {
    position: fixed;
    inset: 0;
    display: block;
    z-index: -1;
    pointer-events: none;
}
.contact-zone-inner {
    position: relative;
    z-index: 1;
    padding-top: 10px;
}


/* =========================================================
   CONTACT刷新（キャッチ＋マグネット円形CTA）2026
   ========================================================= */
.contact-catch {
    text-align: center;
    color: #F7FF00;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.04em;
    margin: 0 24px 54px;
}
.contact-catch .line { display: inline-block; overflow: hidden; vertical-align: bottom; }
.contact-catch .line > span { display: inline-block; will-change: transform; }

.cta-wrap { display: flex; justify-content: center; padding: 26px 0; margin-bottom: 40px; }
.cta-orb {
    position: relative;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(247, 255, 0, 0.6);
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
    will-change: transform;
}
.cta-orb::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #F7FF00;
    transform: scale(0);
    transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}
.cta-orb:hover::before { transform: scale(1); }
.cta-orb-text {
    position: relative;
    z-index: 1;
    color: #F7FF00;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.08em;
    transition: color 0.3s ease;
}
.cta-orb:hover .cta-orb-text { color: #000; }
.orb-ring {
    position: absolute;
    inset: -27px;
    width: calc(100% + 54px);
    height: calc(100% + 54px);
    animation: orbSpin 18s linear infinite;
    pointer-events: none;
}
.orb-ring text {
    fill: rgba(247, 255, 0, 0.75);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11.5px;
    letter-spacing: 0.34em;
}
@keyframes orbSpin { to { transform: rotate(360deg); } }
.cta-orb:hover .orb-ring { animation-play-state: paused; }

.contact-tel {
    text-align: center;
    color: rgba(247, 255, 0, 0.8);
    font-size: 15px;
    letter-spacing: 0.08em;
    margin-bottom: 150px;
}
.contact-tel a { color: #F7FF00; text-decoration: none; }
.contact-tel a:hover { text-decoration: underline; }

@media screen and (max-width: 767px) {
    .contact-catch { font-size: 21px; margin-bottom: 36px; }
    .cta-orb { width: 190px; height: 190px; }
    .cta-orb-text { font-size: 15px; }
    .orb-ring { inset: -22px; width: calc(100% + 44px); height: calc(100% + 44px); }
    .contact-tel { margin-bottom: 90px; }
}
@media (prefers-reduced-motion: reduce) {
    .orb-ring { animation: none; }
}


/* =========================================================
   実績スタッツ（カウントアップ）＋ FLOW 2026
   ========================================================= */
.stats {
    display: flex;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
    max-width: 780px;
    margin: 46px auto 8px;
    padding: 0 24px;
    list-style: none;
}
.stat { text-align: center; }
.stat-value {
    font-family: 'Space Grotesk', 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    color: #F7FF00;
    line-height: 1;
    white-space: nowrap;
}
.stat-num {
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.stat-unit {
    font-size: 20px;
    font-weight: 700;
    margin-left: 6px;
}
.stat-label {
    color: rgba(247, 255, 0, 0.75);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.22em;
    margin-top: 12px;
}
.js .stats .stat:nth-child(2) { transition-delay: 0.08s; }
.js .stats .stat:nth-child(3) { transition-delay: 0.16s; }

/* FLOW（縦タイムライン） */
.flow { margin-top: 120px; margin-bottom: 120px; text-align: center; }
.flow-steps {
    list-style: none;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: left;
    position: relative;
    display: block;
}
.flow-steps::before {
    content: "";
    position: absolute;
    left: 47px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: linear-gradient(180deg, rgba(247, 255, 0, 0.45), rgba(247, 255, 0, 0.08));
}
.flow-step {
    position: relative;
    padding: 0 0 44px 64px;
}
.flow-step:last-child { padding-bottom: 0; }
.flow-step::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #F7FF00;
    box-shadow: 0 0 14px rgba(247, 255, 0, 0.8);
}
.flow-no {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    color: rgba(247, 255, 0, 0.6);
}
.flow-step h3 {
    color: #F7FF00;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 6px 0 10px;
}
.flow-step p {
    color: rgba(247, 255, 0, 0.85);
    font-size: 14px;
    line-height: 1.95;
}
.js .flow-steps .flow-step:nth-child(2) { transition-delay: 0.08s; }
.js .flow-steps .flow-step:nth-child(3) { transition-delay: 0.16s; }
.js .flow-steps .flow-step:nth-child(4) { transition-delay: 0.24s; }

@media screen and (max-width: 767px) {
    .stats { gap: 30px; margin-top: 36px; }
    .stat-num { font-size: 44px; }
    .stat-unit { font-size: 16px; }
    .stat-label { font-size: 11px; }
    .flow { margin-top: 70px; margin-bottom: 70px; }
    .flow-steps::before { left: 39px; }
    .flow-step { padding-left: 54px; }
    .flow-step::before { left: 12px; }
    .flow-step h3 { font-size: 18px; }
}


/* =========================================================
   SERVICES：注力領域のフィーチャーカード（副業支援）2026
   ========================================================= */
.service-card.featured {
    grid-column: 1 / -1;
    border-color: rgba(247, 255, 0, 0.85);
}
@media screen and (min-width: 701px) {
    .service-card.featured { display: flex; align-items: stretch; }
    .service-card.featured .service-thumb { width: 46%; height: auto; min-height: 240px; }
    .service-card.featured .service-body {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px 34px;
    }
}
.focus-badge {
    display: inline-block;
    width: fit-content;
    background: #F7FF00;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
}
.js .services-grid .service-card:nth-child(5) { transition-delay: 0.32s; }
.js .doing-grid .doing-item:nth-child(8) { transition-delay: 0.35s; }


/* =========================================================
   タイポグラフィ仕上げ 2026（Zen Kaku Gothic New 導入）
   ========================================================= */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 和文見出しのツメ（プロポーショナルメトリクス） */
h2, h3, .about-name, .tagline, .contact-catch, .work-cap, .doing-item, .flow-step h3 {
    font-feature-settings: "palt";
}
/* 和文本文はわずかに字間を空けて読みやすく */
.tagline, .about-lead, .service-card p, .flow-step p, .section-lead {
    letter-spacing: 0.03em;
}
/* テキスト選択もブランドカラーに */
::selection { background: #F7FF00; color: #000; }

.js .doing-grid .doing-item:nth-child(9) { transition-delay: 0.40s; }

