﻿@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Inter:wght@400;500;700&family=JetBrains+Mono:wght@400;500;700&display=swap");*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;vertical-align:middle}html{font-family:"Inter","BIZ UDPGothic",sans-serif;font-size:62.5%;line-height:1.8;scroll-behavior:smooth}body{font-size:1.4rem;color:#232323;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (min-width: 769px){body{font-size:1.6rem}}.skipMenu{display:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}@media screen and (min-width: 769px){.container{padding:0 32px}}.content-wrapper{max-width:800px;margin:0 auto}.header{background:rgba(255,255,255,0.95);backdrop-filter:blur(16px);position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 16px;height:58px;z-index:100;border-bottom:1px solid #f0f0f0}@media screen and (min-width: 769px){.header{padding:0 32px;height:72px}}.header__logo a{display:flex;align-items:center;gap:8px}.header__logo a img{width:120px;height:auto}@media screen and (min-width: 769px){.header__logo a img{width:150px}}.header__logo a span{font-size:1.2rem;font-weight:bold;color:#6200ee}@media screen and (min-width: 769px){.header__logo a span{font-size:1.4rem}}.header__nav{display:none}@media screen and (min-width: 769px){.header__nav{display:flex;align-items:center;gap:32px}}.header__nav a{font-size:1.4rem;font-weight:500;color:#232323;position:relative;padding:8px 0}.header__nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#6200ee;transition:width 0.3s ease}.header__nav a:hover::after,.header__nav a.active::after{width:100%}.header__menu-btn{display:block;width:28px;height:20px;position:relative;cursor:pointer}@media screen and (min-width: 769px){.header__menu-btn{display:none}}.header__menu-btn span{display:block;width:100%;height:2px;background:#232323;position:absolute;left:0;transition:0.3s ease}.header__menu-btn span:nth-child(1){top:0}.header__menu-btn span:nth-child(2){top:9px}.header__menu-btn span:nth-child(3){bottom:0}.header__menu-btn.open span:nth-child(1){top:9px;transform:rotate(45deg)}.header__menu-btn.open span:nth-child(2){opacity:0}.header__menu-btn.open span:nth-child(3){bottom:9px;transform:rotate(-45deg)}.mobile-nav{position:fixed;top:58px;left:0;width:100%;height:calc(100vh - 58px);background:rgba(255,255,255,0.98);z-index:99;display:none;padding:24px}.mobile-nav.open{display:block}@media screen and (min-width: 769px){.mobile-nav{display:none !important}}.mobile-nav ul li{margin-top:16px}.mobile-nav ul li:first-child{margin-top:0}.mobile-nav ul li a{display:block;font-size:1.8rem;font-weight:bold;padding:12px 0;border-bottom:1px solid #f0f0f0}.main{padding-top:58px;min-height:100vh}@media screen and (min-width: 769px){.main{padding-top:72px}}.page-header{background:linear-gradient(135deg, #ece8fc 0%, #f4e2f1 100%);padding:48px 0}@media screen and (min-width: 769px){.page-header{padding:80px 0}}.page-header__title{font-size:2.8rem;font-weight:bold;line-height:1.4}@media screen and (min-width: 769px){.page-header__title{font-size:4rem}}.page-header__description{font-size:1.4rem;color:#505050;margin-top:12px}@media screen and (min-width: 769px){.page-header__description{font-size:1.6rem;margin-top:16px}}.section{padding:60px 0}@media screen and (min-width: 769px){.section{padding:80px 0}}.section--alt{background:#f0f0f0}.section--gradient{background:linear-gradient(135deg, #ece8fc 0%, #f4e2f1 100%)}.footer{background:#232323;color:#fff;padding:48px 16px}@media screen and (min-width: 769px){.footer{padding:60px 32px}}.footer__inner{max-width:1200px;margin:0 auto}@media screen and (min-width: 769px){.footer__inner{display:flex;justify-content:space-between;align-items:center}}.footer__logo img{width:150px;height:auto;filter:invert(100%) sepia(0%) saturate(7466%) hue-rotate(302deg) brightness(106%) contrast(100%)}.footer__nav{margin-top:24px}@media screen and (min-width: 769px){.footer__nav{margin-top:0;display:flex;gap:32px}}.footer__nav a{display:block;color:#b4b4b4;font-size:1.3rem;margin-top:8px}.footer__nav a:first-child{margin-top:0}@media screen and (min-width: 769px){.footer__nav a{display:inline;margin-top:0}}.footer__nav a:hover{color:#fff}.footer__sns{display:flex;gap:16px;margin-top:24px}@media screen and (min-width: 769px){.footer__sns{margin-top:0}}.footer__sns a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#323232;transition:0.3s ease}.footer__sns a:hover{background:#6200ee}.footer__sns a img{width:20px;height:20px;filter:invert(100%) sepia(0%) saturate(7466%) hue-rotate(302deg) brightness(106%) contrast(100%)}.footer__copyright{margin-top:32px;padding-top:24px;border-top:1px solid #323232;text-align:center;font-size:1.2rem;color:#787878}@media screen and (min-width: 769px){.footer__copyright{margin-top:40px;font-size:1.3rem}}.page-top{position:fixed;bottom:24px;right:24px;z-index:50;opacity:0;visibility:hidden;transition:0.3s ease}.page-top.visible{opacity:1;visibility:visible}.page-top a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#6200ee;box-shadow:0 2px 8px rgba(0,0,0,0.2)}.page-top a:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.3)}.page-top a img{width:24px;height:24px;filter:invert(100%) sepia(0%) saturate(7466%) hue-rotate(302deg) brightness(106%) contrast(100%);transform:rotate(-90deg)}.ttl-lv2{font-size:2rem;font-weight:bold;line-height:1.4;padding-bottom:12px;border-bottom:2px solid #6200ee;margin-bottom:24px}@media screen and (min-width: 769px){.ttl-lv2{font-size:2.4rem;padding-bottom:16px;margin-bottom:32px}}.ttl-lv3{font-size:1.8rem;font-weight:bold;line-height:1.4;padding-left:16px;border-left:4px solid #6200ee;margin-bottom:16px}@media screen and (min-width: 769px){.ttl-lv3{font-size:2rem;margin-bottom:20px}}.btn{border-radius:99px;border:1px solid #646464;background:#fff;color:#232323;display:inline-block;min-width:180px;padding:14px 24px;text-align:center;font-weight:bold;line-height:1.2;cursor:pointer;transition:0.3s ease}.btn:hover{opacity:0.8}.btn--primary{border-radius:99px;border:1px solid #6200ee;background:#6200ee;color:#fff;display:inline-block;min-width:180px;padding:14px 24px;text-align:center;font-weight:bold;line-height:1.2;cursor:pointer;transition:0.3s ease}.btn--primary:hover{opacity:0.8}.btn--outline{border-radius:99px;border:1px solid #6200ee;background:rgba(0,0,0,0);color:#6200ee;display:inline-block;min-width:180px;padding:14px 24px;text-align:center;font-weight:bold;line-height:1.2;cursor:pointer;transition:0.3s ease}.btn--outline:hover{opacity:0.8}.btn--small{min-width:120px;padding:10px 16px;font-size:1.3rem}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08);transition:0.3s ease;overflow:hidden}.card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.12);transform:translateY(-2px)}.card__image{width:100%;aspect-ratio:16 / 9;overflow:hidden}.card__image img{width:100%;height:100%;object-fit:cover;transition:0.3s ease}.card:hover .card__image img{transform:scale(1.05)}.card__body{padding:16px}@media screen and (min-width: 769px){.card__body{padding:20px}}.card__meta{display:flex;align-items:center;gap:12px;margin-bottom:8px}.card__date{font-size:1.2rem;color:#646464}.card__title{font-size:1.6rem;font-weight:bold;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width: 769px){.card__title{font-size:1.8rem}}.card__excerpt{font-size:1.3rem;color:#505050;margin-top:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.6}.category-badge{display:inline-block;font-size:1.1rem;font-weight:bold;padding:4px 10px;border-radius:4px;background:#efe6fd;color:#6200ee}.category-badge--frontend{background:rgba(97,218,251,0.15);color:#0596be}.category-badge--backend{background:rgba(104,160,99,0.15);color:#3f623b}.category-badge--infrastructure{background:rgba(255,153,0,0.15);color:#995c00}.category-badge--salesforce{background:rgba(0,161,224,0.15);color:#00587a}.category-badge--ai{background:rgba(65,41,145,0.15);color:#412991}.tag{display:inline-block;font-size:1.2rem;padding:4px 12px;border-radius:99px;background:#f0f0f0;color:#505050;transition:0.3s ease}.tag:hover{background:#efe6fd;color:#6200ee}.tags{display:flex;flex-wrap:wrap;gap:8px}.post-list{display:grid;gap:24px}@media screen and (min-width: 769px){.post-list{grid-template-columns:repeat(2, 1fr);gap:32px}}@media screen and (min-width: 1024px){.post-list{grid-template-columns:repeat(3, 1fr)}}.article__header{margin-bottom:32px}@media screen and (min-width: 769px){.article__header{margin-bottom:48px}}.article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px}.article__date{font-size:1.3rem;color:#646464}.article__title{font-size:2.4rem;font-weight:bold;line-height:1.4}@media screen and (min-width: 769px){.article__title{font-size:3.2rem}}.article__reading-time{font-size:1.3rem;color:#646464;margin-top:12px}.article__reading-time::before{content:'📖 '}.article__content{font-size:1.5rem;line-height:2}@media screen and (min-width: 769px){.article__content{font-size:1.7rem}}.article__content>*+*{margin-top:24px}.article__content h2{font-size:2rem;font-weight:bold;margin-top:48px;padding-bottom:12px;border-bottom:2px solid #6200ee}@media screen and (min-width: 769px){.article__content h2{font-size:2.4rem;margin-top:64px}}.article__content h3{font-size:1.8rem;font-weight:bold;margin-top:40px;padding-left:16px;border-left:4px solid #6200ee}@media screen and (min-width: 769px){.article__content h3{font-size:2rem;margin-top:48px}}.article__content h4{font-size:1.6rem;font-weight:bold;margin-top:32px}@media screen and (min-width: 769px){.article__content h4{font-size:1.8rem}}.article__content p{line-height:2}.article__content a{color:#1d62b6;text-decoration:underline}.article__content a:hover{text-decoration:none}.article__content ul,.article__content ol{padding-left:1.5em}.article__content ul li,.article__content ol li{margin-top:8px}.article__content ul li:first-child,.article__content ol li:first-child{margin-top:0}.article__content ul li{list-style:disc}.article__content ol li{list-style:decimal}.article__content blockquote{border-left:4px solid #b78af7;padding-left:20px;margin-left:0;color:#505050;font-style:italic}.article__content img{max-width:100%;height:auto;border-radius:8px}.article__content figure{text-align:center}.article__content figure figcaption{font-size:1.3rem;color:#646464;margin-top:8px}.article__content table{width:100%;border-collapse:collapse;overflow-x:auto;display:block}@media screen and (min-width: 769px){.article__content table{display:table}}.article__content table th,.article__content table td{padding:12px 16px;border:1px solid #b4b4b4;text-align:left}.article__content table th{background:#f0f0f0;font-weight:bold}.article__content hr{border:none;border-top:1px solid #b4b4b4;margin:48px 0}.article__toc{background:#f0f0f0;border-radius:8px;padding:20px 24px;margin:32px 0}.article__toc-title{font-size:1.4rem;font-weight:bold;margin-bottom:12px}.article__toc nav ul{padding-left:0;list-style:none}.article__toc nav ul ul{padding-left:1.5em;margin-top:8px}.article__toc nav li{margin-top:8px}.article__toc nav li:first-child{margin-top:0}.article__toc nav a{font-size:1.4rem;color:#505050}.article__toc nav a:hover{color:#6200ee}.article__author{display:flex;align-items:center;gap:16px;padding:24px;background:#f0f0f0;border-radius:8px;margin-top:48px}.article__author-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#232323}.article__author-avatar img{width:70%;height:70%;object-fit:contain;margin:15%}.article__author-info .name{font-weight:bold;font-size:1.6rem}.article__author-info .bio{font-size:1.3rem;color:#505050;margin-top:4px}.article__related{margin-top:64px;padding-top:48px;border-top:1px solid #b4b4b4}.article__related-title{font-size:2rem;font-weight:bold;margin-bottom:24px}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:48px}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:4px;font-size:1.4rem}.pagination a{background:#f0f0f0;color:#232323}.pagination a:hover{background:#efe6fd;color:#6200ee}.pagination .active{background:#6200ee;color:#fff}.pagination .disabled{opacity:0.5;pointer-events:none}.sidebar__section{margin-top:32px}.sidebar__section:first-child{margin-top:0}.sidebar__title{font-size:1.6rem;font-weight:bold;padding-bottom:12px;border-bottom:2px solid #6200ee;margin-bottom:16px}.sidebar__list li{margin-top:8px}.sidebar__list li:first-child{margin-top:0}.sidebar__list li a{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:1.4rem}.sidebar__list li a:hover{color:#6200ee}.sidebar__list li a .count{font-size:1.2rem;color:#787878}.text-center{text-align:center}.text-right{text-align:right}.mt-0{margin-top:0 !important}.mt-1{margin-top:8px !important}.mt-2{margin-top:16px !important}.mt-3{margin-top:24px !important}.mt-4{margin-top:32px !important}.mt-5{margin-top:48px !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:8px !important}.mb-2{margin-bottom:16px !important}.mb-3{margin-bottom:24px !important}.mb-4{margin-bottom:32px !important}.mb-5{margin-bottom:48px !important}.pc-only{display:none !important}@media screen and (min-width: 769px){.pc-only{display:block !important}}.sp-only{display:block !important}@media screen and (min-width: 769px){.sp-only{display:none !important}}.footnote-ref{font-size:0.75em;vertical-align:super;line-height:0;color:#6200ee;text-decoration:none;font-weight:bold;padding:0 2px}.footnote-ref:hover{color:#4600a9;text-decoration:underline}.footnote-ref::before{content:'['}.footnote-ref::after{content:']'}.footnotes{margin-top:64px;padding-top:32px;border-top:2px solid #6200ee;font-size:1.4rem}@media screen and (min-width: 769px){.footnotes{margin-top:80px;padding-top:40px}}.footnotes>hr{display:none}.footnotes::before{content:'参考文献';display:block;font-size:1.8rem;font-weight:bold;margin-bottom:20px;color:#232323}@media screen and (min-width: 769px){.footnotes::before{font-size:2rem;margin-bottom:24px}}.footnotes ol{list-style:none;padding-left:0;margin:0;counter-reset:footnote-counter}.footnotes ol li{position:relative;padding-left:32px;margin-top:12px;line-height:1.7;counter-increment:footnote-counter}.footnotes ol li:first-child{margin-top:0}.footnotes ol li::before{content:"[" counter(footnote-counter) "]";position:absolute;left:0;color:#6200ee;font-weight:bold;font-size:1.3rem}.footnotes ol li p{margin:0;display:inline}.footnotes ol li a:not(.footnote-backref){color:#1d62b6;word-break:break-all}.footnotes ol li a:not(.footnote-backref):hover{text-decoration:none}.footnotes .footnote-backref{margin-left:8px;color:#787878;text-decoration:none;font-size:1.2rem}.footnotes .footnote-backref:hover{color:#6200ee}.article__content sup{line-height:0}.article__content .footnotes{margin-top:48px}@media screen and (min-width: 769px){.article__content .footnotes{margin-top:64px}}code{font-family:"JetBrains Mono","BIZ UDPGothic",monospace;font-size:0.9em;background:#f0f0f0;padding:2px 6px;border-radius:4px;color:#5900d9}pre{font-family:"JetBrains Mono","BIZ UDPGothic",monospace;font-size:1.4rem;line-height:1.6;background:#282a36;color:#f8f8f2;border-radius:8px;padding:16px;overflow-x:auto;margin:24px 0}@media screen and (min-width: 769px){pre{padding:20px 24px}}pre code{font-family:inherit;font-size:inherit;background:transparent;padding:0;border-radius:0;color:inherit}.highlight{position:relative;margin:24px 0}.highlight pre{margin:0}.highlight table{width:100%;border-collapse:collapse;display:table}.highlight table td{padding:0;border:none;vertical-align:top}.highlight table .lntd:first-child{width:40px;padding-right:16px;user-select:none}.highlight table .lntd:last-child{width:100%}.highlight .lnt,.highlight .ln{color:#6272a4;padding-right:12px;user-select:none}.highlight .hl{display:block;background:rgba(98,114,164,0.2);margin:0 -24px;padding:0 24px}.highlight .c,.highlight .ch,.highlight .cm,.highlight .c1,.highlight .cs{color:#6272a4}.highlight .cp{color:#ff79c6}.highlight .cpf{color:#6272a4}.highlight .k,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#ff79c6}.highlight .kt{color:#8be9fd;font-style:italic}.highlight .n{color:#f8f8f2}.highlight .na{color:#50fa7b}.highlight .nb{color:#8be9fd;font-style:italic}.highlight .nc{color:#8be9fd}.highlight .nd{color:#50fa7b}.highlight .ne{color:#8be9fd}.highlight .nf{color:#50fa7b}.highlight .ni{color:#f8f8f2}.highlight .nl{color:#8be9fd;font-style:italic}.highlight .nn{color:#f8f8f2}.highlight .nt{color:#ff79c6}.highlight .nv{color:#8be9fd;font-style:italic}.highlight .o,.highlight .ow{color:#ff79c6}.highlight .p{color:#f8f8f2}.highlight .s,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .dl,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .s1,.highlight .ss{color:#f1fa8c}.highlight .se{color:#ff79c6}.highlight .si{color:#f1fa8c}.highlight .sr{color:#f1fa8c}.highlight .sx{color:#f1fa8c}.highlight .m,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .il{color:#bd93f9}.highlight .err{color:#f8f8f2;background:#ff5555}.highlight .g{color:#f8f8f2}.highlight .gd{color:#ff5555}.highlight .ge{font-style:italic}.highlight .gh{color:#f8f8f2;font-weight:bold}.highlight .gi{color:#50fa7b}.highlight .go{color:#6272a4}.highlight .gp{color:#f8f8f2}.highlight .gs{font-weight:bold}.highlight .gu{color:#6272a4;font-weight:bold}.highlight .gt{color:#f8f8f2}.highlight .gl{text-decoration:underline}.highlight .w{color:#f8f8f2}pre.mermaid{background:transparent;padding:24px 0;text-align:center}pre.mermaid svg{max-width:100%;height:auto}

/*# sourceMappingURL=main.css.map */