.category-list-wrapper{max-width:1240px;width:100%;margin:clamp(100px,13vh,150px) auto 0;padding:20px 24px 60px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media(max-width:500px){.category-list-wrapper{padding:20px 16px 40px}}.category-list-wrapper .category-list-header{text-align:center;margin-bottom:32px}@media(max-width:500px){.category-list-wrapper .category-list-header{margin-bottom:24px}}.category-list-wrapper .category-list-header .category-list-h1{font-size:32px;font-weight:700;line-height:1.3;letter-spacing:-.005em;color:#1a1a1a;margin:0 0 12px}@media(max-width:500px){.category-list-wrapper .category-list-header .category-list-h1{font-size:24px;margin-bottom:10px}}.category-list-wrapper .category-list-header .category-list-subhead{font-size:15px;line-height:1.7;color:#555;max-width:720px;margin:0 auto}@media(max-width:500px){.category-list-wrapper .category-list-header .category-list-subhead{font-size:14px;line-height:1.65}}.category-list-wrapper .article-list{display:grid;grid-template-columns:repeat(3,1fr);width:100%;height:auto;align-items:stretch;gap:10px}@media(max-width:768px){.category-list-wrapper .article-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.category-list-wrapper .article-list{display:flex;flex-direction:column;gap:30px}}.category-list-wrapper .article-list .article-unit{display:flex;flex-direction:column;align-items:stretch;border-radius:10px;background-color:#fff;overflow-wrap:break-word;flex-grow:1}.category-list-wrapper .article-list .article-unit .upper-article-unit{position:relative;width:100%;height:200px;border-radius:10px 10px 0 0;overflow:hidden}.category-list-wrapper .article-list .article-unit .upper-article-unit img{object-fit:cover}.category-list-wrapper .article-list .article-unit .lower-article-unit{display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:25px;background-color:#fff;border-radius:0 0 10px 10px;box-shadow:0 10px 10px rgba(0,0,0,.08);flex-grow:1;min-height:221px}@media(max-width:500px){.category-list-wrapper .article-list .article-unit .lower-article-unit{min-height:0}}.category-list-wrapper .article-list .article-unit .lower-article-unit .middle-article-unit{display:flex;flex-direction:column;gap:10px;flex-grow:1}.category-list-wrapper .article-list .article-unit .lower-article-unit .middle-article-unit h2{font-size:var(--article-list-title);line-height:1.3em;letter-spacing:1px}.category-list-wrapper .article-list .article-unit .lower-article-unit .middle-article-unit p{font-size:var(--article-list-category);color:#666}.category-list-wrapper .article-list .article-unit .lower-article-unit .middle-article-unit .article-excerpt{font-size:13px;color:#666;line-height:1.55;margin-top:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:400;letter-spacing:normal}.category-list-wrapper .article-list .article-unit .lower-article-unit .bottom-article-unit{display:flex;justify-content:space-between;align-items:center}.category-list-wrapper .article-list .article-unit .lower-article-unit .bottom-article-unit p{font-size:var(--article-list-category);color:#666}.category-list-wrapper .article-list .article-unit .lower-article-unit .bottom-article-unit .author-image{width:45px;height:45px;border-radius:50%;overflow:hidden}.category-list-wrapper .article-list .article-unit .lower-article-unit .bottom-article-unit .author-image img{object-fit:cover}