
span.spib,
span.spib strong {gap: 15px;display:flex;overflow: hidden;justify-content: center;}

section.sitemap-sec-01{padding-top: 180px;min-height: 100vh;}
section.sitemap-sec-01 h1{display: flex;flex-direction: column;align-items: flex-start;margin-bottom: 40px;}
section.sitemap-sec-01 h1 strong{background: linear-gradient(90deg, #1F9E91 0.26%, #F68D1E 136.86%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.sitemap-sec-01 ul li{margin-left: 25px;list-style: disc;}
.sitemap-sec-01 ul li li {margin-left: 50px;font-weight: 400;padding: 10px 0px;}
.sitemap-sec-01 ul li a{font-size: 16px;font-weight: 400;color: var(--color-02);text-decoration: none;display: block;}
.sitemap-sec-01 ul li b{color:var(--color-04);}

.sitemap-sec-01 ul li a:hover{color:var(--color-13);}