:root{--c-text: #222;--c-black: #000;--c-gray-l: #e6e6e6;--c-gray-vl: #f6f6f6;--c-brown: #6b5536;--c-white: #fff;--c-red: #cb1327;--c-orange: #f56b30;--c-green: #1eaeba;--c-green-l: #e4f8f8;--c-navy: #1d2b6d;--c-blue: #007aff;--c-blue-l: #b4cbe8;--c-blue-vl: #dbe4f2;--c-purple: #17003a;--c-line: #ddd;--c-line-dot:#ccc}.specialized-list{list-style:none;padding-bottom:64px}@media screen and (max-width:767px){.specialized-list{padding-bottom:48px}}.specialized-list>li{text-decoration:none;display:flex;flex-wrap:wrap;gap:20px}@media screen and (max-width:767px){.specialized-list>li{display:grid;grid-template-columns:96px 1fr 1fr;gap:12px 16px;grid-template-areas:"title title title" "cat cat cat" "desc desc desc" "btn btn btn"}}@media screen and (max-width:767px){.specialized-list>li:has(figure){grid-template-areas:"thumb title title" "thumb cat cat" "desc desc desc" "btn btn btn"}}.specialized-list>li:not(:first-child){margin-top:60px}@media screen and (max-width:767px){.specialized-list>li:not(:first-child){margin-top:36px}}.specialized-list figure{width:200px;height:auto;aspect-ratio:1/1;margin-bottom:0}@media screen and (max-width:767px){.specialized-list figure{width:100%;height:auto;grid-area:thumb}}.specialized-list figure img{width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:50%}.specialized-list .inner{flex:1 0 240px;display:grid;grid-template-columns:1fr;gap:16px}@media screen and (max-width:767px){.specialized-list .inner{display:contents}}.specialized-list h2{position:relative;font-weight:normal;font-size:2.2rem;line-height:1.3;padding-bottom:.5em;word-break:break-all}@media screen and (max-width:767px){.specialized-list h2{grid-area:title}}.specialized-list h2::before{content:"";display:block;position:absolute;width:100%;height:4px;background:linear-gradient(to right, var(--c-green) 0%, var(--c-green) 19.9%, var(--c-green) 20%, var(--c-line) 20.1%, var(--c-line) 20.2%, var(--c-line) 100%);bottom:0;left:0}.specialized-list .desc{font-size:1.6rem}@media screen and (max-width:767px){.specialized-list .desc{grid-area:desc}}.specialized-list .btn{width:fit-content;margin:0 0 0 auto}@media screen and (max-width:767px){.specialized-list .btn{grid-area:btn;margin-inline:auto}}.specialized-cat-list{list-style:none;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px;padding-top:4px}@media screen and (max-width:767px){.specialized-cat-list{display:block;grid-area:cat}}.specialized-cat-list a{display:block;text-decoration:none;border:2px solid var(--c-green);padding:.5em .8em .1em;font-size:1.4rem;line-height:1.4;color:var(--c-green);transition:color .3s,background-color .3s}@media screen and (max-width:767px){.specialized-cat-list a{width:fit-content}}.specialized-cat-list a:focus-visible{color:#fff;background-color:var(--c-green)}@media(any-hover: hover){.specialized-cat-list a:hover{color:#fff;background-color:var(--c-green)}}
