.c-sectionTitle{
    font-size: 24px;
    margin:1rem auto 2rem;
    text-align: center;
    letter-spacing: 0.1rem;
}

.section-space{
    margin-top: 6rem;
}

.hr{
    margin-top:6rem;
}

/*slider*/
.slider {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  left:0!important;
  border: none!important;
  margin: 0 auto !important;
  background: #fff;
}

.bx-pager-item {
  visibility: hidden;
}

/* category */
.c-category{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 64px;
}

@media screen and (max-width: 768px){
    .c-category{
        display: block;
    }
    .c-category .c-category-list{
        margin-bottom: 2rem;
    }
}

.c-category .c-category-list{
    text-align: center;

    .c-category-name{
        font-size: 1.2rem;
        margin-top: 1rem;
    }
}


/* concept */
.l-concept__head .l-concept__logo{
    width: clamp(200px, 50%, 300px);
    margin: auto;
}

.l-concept__head .l-concept__text{
    text-align: center;
    line-height: 1.6;
    color:#888888;
}

.l-concept-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:32px 80px;
    margin-top: 3rem;
}

@media screen and (max-width: 768px){
    .l-concept-list{
        display: block;
        margin: 3rem 0;
    }    
    .l-concept__list-column{
        margin-bottom: 2rem;
    }
}

.l-concept__list-column{
    line-height: 1.8;
}

.l-concept-list .list-title{
    font-weight: 600;
    margin-bottom: 0;
}

.l-concept-list .list-title span{
    font-weight: normal;
    font-size: 0.9em;
}

.l-concept-list .list-address{
    color:#888888;
}

.l-concept-list .list-btn{
    text-decoration: underline;
}

.l-concept-list .list-btn a{
    color:#888888;
}

.l-concept-list .list-logo{
    height: 64px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.l-concept-list .list-logo img{
    width: clamp(86px, 40%, 120px);
}