﻿@charset "UTF-8";

/* membership
---------------------------------------------------*/
#membership {
    width: 100%;
}
#membership .inner {
    width: 96%;
    max-width: 952px;
    padding-top: 40px;
    margin: 0 auto;
}
#membership .ttl-section {
    margin-bottom: 24px;
}
#membership dl.flow-list {
    position: relative;
}
#membership dl.flow-list:not(:last-of-type)::before {
    position: absolute;
    content: '';
    bottom: 0.3em;
    left: 0.75em;
    width: 1px;
    height: calc(100% - 3em);
    background-color: var(--white-color);
}
#membership dl.flow-list:not(:last-of-type) {
    padding-bottom: 64px;
}
#membership dl.flow-list dt {
    position: relative;
    line-height: 1.5em;
    padding-left: 2em;
}
#membership dl.flow-list dt span {
    position: absolute;
    top: 0.1em;
    left: 0.5em;
    font-size: var(--font-size-n);
    font-weight: 400;
}
#membership dl.flow-list dt span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.5em;
    height: 1.5em;
    border: 1px solid var(--white-color);
    border-radius: 50%;
}
#membership dl.flow-list dd {
    line-height: 1.8em;
    font-weight: 500;
    margin-left: 36px;
}
#membership dl.flow-list dd .btn-link {
    margin-top: 24px;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #membership .inner {
        width: 83.5897vw;
        padding-top: 6.1538vw;
    }
    #membership .ttl-section {
        margin-bottom: 6.1538vw;
    }
    #membership dl.flow-list:not(:last-of-type) {
        padding-bottom: 16.4102vw;
    }
    #membership dl.flow-list dt {
        padding-left: 1.5em;
    }
    #membership dl.flow-list dd {
        margin-left: 8.2051vw;
    }
    #membership dl.flow-list dd .btn-link {
        margin-top: 6.1538vw;
    }
}


/* slick
---------------------------------------------------*/
.length-pager .slick-dots {
    position: absolute;
    bottom: 0;
    left: 40px;
    display: flex;
    width: 420px;
}
.length-pager .slick-dots li {
    flex: 1;
    width: auto;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0;
    cursor: pointer;
    aspect-ratio: auto;
    transition: background-color 0.3s;
}
.length-pager .slick-dots li:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.length-pager .slick-dots li button {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.length-pager .slick-dots li.is-current button {
    width: 100%;
    background: var(--white-color);
    transition: width 5.0s linear;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .length-pager .slick-dots {
        left: 4.1025vw;
        width: 91.795vw;
    }
}
