.categories__header{align-items:center;display:flex;justify-content:space-between}.categories__heading-wrapper{max-width:768px}.categories__arrow{background-color:var(--Gray-100);border:0;border-radius:50%;cursor:pointer;font-size:16px;font-weight:300;height:56px;width:56px}.categories__heading-arrows{display:flex;gap:12px}@media screen and (max-width:768px){.categories__heading-arrows{display:none}}.categories__slider{margin-top:40px}@media screen and (max-width:768px){.categories__slider--pc{display:none}}.categories__slider--sp{display:none}@media screen and (max-width:768px){.categories__slider--sp{display:block}}.categories__slider .splide__pagination{margin-top:32px;position:relative}.categories__slider .splide__pagination__page.is-active{background-color:var(--Gray-600);transform:scale(1)}.categories__slider .splide__pagination__page{height:10px;width:10px}.categories__slider-item{display:flex;flex-flow:row wrap;gap:20px}.categories__item{background-color:var(--Gray-100);border-radius:24px;color:var(--Gray-900);display:flex;flex:1 1 auto;flex-direction:column;gap:8px;padding:32px;text-decoration:none;transition:all .3s ease-in-out;width:calc(33.33333% - 13.33333px)}.categories__item:hover{background-color:var(--Brand-Blue);color:var(--white)}.categories__item:hover .categories__thumbnail img{filter:invert(1)}.categories__thumbnail{align-items:center;display:flex;height:85px;justify-content:center;transition:all .3s ease-in-out;width:85px}.categories__thumbnail img{height:auto;max-height:100%;max-width:100%;width:auto}.categories__title{font-size:30px;font-weight:400;margin-bottom:4px}.categories__description{font-size:16px;line-height:150%}
