﻿@charset "UTF-8";

/* common
---------------------------------------------------*/
#wrapper {
    padding-top: 0;
}

/* mv
---------------------------------------------------*/
#mv .inner {
    position: relative;
    width: 100%;
}
#mv .mv-list {
    width: 100%;
}
#mv .mv-list .mv {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    margin: 0 auto;
}
#mv .mv-list .mv .figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
#mv .mv-list .mv .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mv .phrase {
    position: absolute;
    bottom: 218px;
    left: 40px;
    line-height: 1.4em;
    font-size: var(--font-size-l);
    font-weight: 700;
}
#mv ul.navigator {
    position: fixed;
    top: 91px;
    right: 2.5vw;
    width: 19.0625vw;
    max-width: 305px;
    z-index: 1;
}
#mv ul.navigator li:not(:last-of-type) {
    margin-bottom: 0.8125vw;
}
#mv ul.navigator li a {
    display: block;
    line-height: 1.35em;
    text-align: center;
    color: var(--white-color);
    font-weight: 700;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 8px;
    padding: clamp(10px, 1.5vw, 20px) clamp(5px, 0.5vw, 10px);
    font-size: clamp(12px, 1.14vw, 16px);
}
#mv ul.navigator li.tel a {
    color: var(--main-color);
    background-color: var(--white-color);
    /**/
    pointer-events: auto;
    cursor: pointer;
}
#mv .scroll {
    position: absolute;
    bottom: 148px;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    color: var(--main-color);
    font-weight: 600;
}

/* slide */
#mv .slick-dots {
    bottom: 190px;
}
#mv .slick-prev,
#mv .slick-next {
    top: auto;
    bottom: 135px;
    display: block;
    width: 10px;
    height: 20px;
    transform: translate(0, 0);
}
#mv .slick-prev {
    left: 40px;
    background-image: url('../img/common/arrow_prev_w.svg');
}
#mv .slick-next {
    left: 80px;
    right: auto;
    background-image: url('../img/common/arrow_next_w.svg');
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #mv .mv-list .mv {
        height: auto;
        min-height: auto;
    }
    #mv .phrase {
        bottom: 63.5897vw;
        left: 4.1025vw;
        font-size: var(--font-size-n);
    }
    #mv ul.navigator {
        display: none;
    }
    #mv .scroll {
        display: none;
    }

    /* slide */
    #mv .slick-dots {
        bottom: 56.41025vw;
    }
    #mv .slick-prev,
    #mv .slick-next {
        bottom: 42.3076vw;
        width: 4.1025vw;
        height: 7.9487vw;
    }
    #mv .slick-prev {
        left: 4.1025vw;
    }
    #mv .slick-next {
        left: 14.8717vw;
    }
}

/* important
---------------------------------------------------*/
#important .inner {
    position: relative;
    width: calc(100% - 80px);
    height: 80px;
    margin: 0 auto;
}
#important .important-wrap {
    position: absolute;
    bottom: 54px;
    left: 0;
    width: 100%;
    background-color: var(--main-color);
    border-radius: 8px;
    padding: 24px 40px 8px;
}
#important .title span {
    display: inline-block;
    color: var(--main-color);
    font-size: var(--font-size-s);
    font-weight: 700;
    white-space: nowrap;
    background-color: var(--white-color);
    padding: 0.5em 0.8em;
}
#important ul.important-list li a {
    display: flex;
    align-items: center;
    padding: 0.8em 0;
}
#important ul.important-list li .date {
    line-height: 1.8em;
    font-weight: 500;
    white-space: nowrap;
    margin-right: 1.5em;
}
#important ul.important-list li .subject {
    line-height: 1.8em;
    font-weight: 500;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#important ul.important-list li a:hover .subject {
    text-decoration: underline;
}
#important ul.important-list li:nth-child(n+2) {
    border-top: 1px solid var(--white-color);
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #important .inner {
        width: 91.7948vw;
        height: 25.6410vw;
    }
    #important .important-wrap {
        position: absolute;
        bottom: 6.1538vw;
        border-radius: 2.0512vw;
        padding: 6.1538vw 4.1025vw 2.0512vw;
    }
    #important ul.important-list li a {
        display: block;
    }
    #important ul.important-list li .date {
        font-size: var(--font-size-s);
        margin-right: 0;
    }
    #important ul.important-list li .subject {
        -webkit-line-clamp: 3;
    }
}


/* concept
---------------------------------------------------*/
#concept {
    width: 100%;
    margin-bottom: 128px;
}
#concept .headline {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
}
#concept .headline .figure {
    width: calc(50% - 10px);
    overflow: hidden;
}
#concept .headline .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#concept .headline .text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% + 10px);
    border: 1px solid var(--black-color);
}
#concept .headline .text-wrap-inner {
    width: 92.5%;
    max-width: 705px;
    padding: 80px;
    background-color: rgba(255, 255, 255, 0.13);
}
#concept .headline .ttl-section {
    margin-bottom: 16px;
}
#concept .headline .phrase {
    line-height: 1.5em;
    font-size: var(--font-size-l);
    font-weight: 700;
    margin-bottom: 20px;
}
#concept .headline .txt {
    line-height: 1.8em;
    font-weight: 500;
}

/* 1470 */
@media screen and (max-width: 1470px) {
    #concept .headline .phrase br {
        display: none;
    }
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #concept {
        margin-bottom: 23.8461vw;
    }
    #concept .headline {
        display: block;
        margin-bottom: 16.4102vw;
    }
    #concept .headline .figure {
        width: 100%;
    }
    #concept .headline .text-wrap {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #concept .headline .text-wrap-inner {
        width: 100%;
        max-width: none;
        padding: 10.2564vw 4.1025vw;
    }
    #concept .headline .ttl-section {
        margin-bottom: 6.1538vw;
    }
    #concept .headline .phrase {
        line-height: 1.8em;
        font-size: var(--font-size-n);
        margin-bottom: 6.1538vw;
    }
    /* slide */
    #concept .slick-list {
        padding: 0 4.1025vw !important;
    }
    #concept .slick-list,
    #concept .slick-track {
        display: flex;
    }
    #concept .slick-dots {
        bottom: -6.1538vw;
    }
    #concept .slick-prev,
    #concept .slick-next {
        bottom: 42.3076vw;
        width: 4.1025vw;
        height: 7.9487vw;
        background-color: rgba(0, 0, 0, 0.35);
    }
    #concept .slick-prev {
        left: 4.1025vw;
    }
    #concept .slick-next {
        right: 4.1025vw;
    }
}

/* equipment
---------------------------------------------------*/
#equipment {
    width: 100%;
    margin-bottom: 128px;
}
#equipment .headline {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    margin-bottom: 24px;
}
#equipment .headline .figure {
    width: calc(50% - 10px);
    overflow: hidden;
}
#equipment .headline .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#equipment .headline .text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% + 10px);
    border: 1px solid var(--black-color);
}
#equipment .headline .text-wrap-inner {
    width: 92.5%;
    max-width: 705px;
    padding: 80px;
    background-color: rgba(255, 255, 255, 0.13);
}
#equipment .headline .ttl-section {
    margin-bottom: 16px;
}
#equipment .headline .phrase {
    line-height: 1.5em;
    font-size: var(--font-size-l);
    font-weight: 700;
    margin-bottom: 20px;
}
#equipment .headline .txt {
    line-height: 1.8em;
    font-weight: 500;
}

/* 1280 */
@media screen and (max-width: 1280px) {
    #equipment .headline .phrase br {
        display: none;
    }
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #equipment {
        margin-bottom: 23.8461vw;
    }
    #equipment .headline {
        display: block;
        margin-bottom: 16.4102vw;
    }
    #equipment .headline .figure {
        width: 100%;
    }
    #equipment .headline .text-wrap {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #equipment .headline .text-wrap-inner {
        width: 100%;
        max-width: none;
        padding: 10.2564vw 4.1025vw;
    }
    #equipment .headline .ttl-section {
        margin-bottom: 6.1538vw;
    }
    #equipment .headline .phrase {
        line-height: 1.8em;
        font-size: var(--font-size-n);
        margin-bottom: 6.1538vw;
    }

    /* slide */
    #equipment .slick-list {
        padding: 0 4.1025vw !important;
    }
    #equipment .slick-list,
    #equipment .slick-track {
        display: flex;
    }
    #equipment .slick-dots {
        bottom: -6.1538vw;
    }
    #equipment .slick-prev,
    #equipment .slick-next {
        bottom: 42.3076vw;
        width: 4.1025vw;
        height: 7.9487vw;
        background-color: rgba(0, 0, 0, 0.35);
    }
    #equipment .slick-prev {
        left: 4.1025vw;
    }
    #equipment .slick-next {
        right: 4.1025vw;
    }
}

/* contents-list (common)
---------------------------------------------------*/
.contents-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
}
.contents-list .contents {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    border: 1px solid var(--white-color);
}
.contents-list .contents .fig {
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.contents-list .contents .fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contents-list .contents .text-wrap {
    width: 50%;
    padding: 20px 40px;
}
.contents-list .contents .text-wrap .txt {
    line-height: 1.8em;
    font-weight: 500;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .contents-list {
        display: block;
        padding: 0;
    }
    .contents-list .contents {
        display: block;
        width: 82.0512vw;
        margin-left: 4.1025vw;
    }
    .contents-list .contents .fig {
        width: 100%;
        height: auto;
    }
    .contents-list .contents .text-wrap {
        width: 100%;
        padding: 6.1538vw 3.5897vw 11.5384vw 4.1025vw;
    }
}

/* charges
---------------------------------------------------*/
#charges {
    margin-bottom: 128px;
}
#charges .inner {
    width: 96%;
    max-width: 952px;
    margin: 0 auto;
}
#charges .ttl-section {
    margin-bottom: 8px;
}
#charges .inner > .ttl-block {
    margin-bottom: 32px;
}
#charges .inner .note {
    line-height: 1.8em;
}
/* registration-fee */
#charges .registration-fee {
    margin-bottom: 54px;
}
#charges .registration-fee dl {
    display: flex;
    line-height: 1.8em;
    font-weight: 500;
    margin-left: 24px;
    margin-bottom: 1em;
}
#charges .registration-fee dl dt {
    width: 10.25em;
    font-weight: 700;
}
#charges .registration-fee .note {
    font-size: var(--font-size-s);
    font-weight: 500;
    margin-left: 24px;
}
/* training-fee */
#charges .training-fee {
    border: 1px solid var(--white-color);
    padding: 36px 24px 24px;
    margin-bottom: 30px;
}
#charges .training-fee dl {
    display: flex;
    line-height: 1.8em;
    font-weight: 500;
    margin-left: 40px;
    margin-bottom: 1em;
}
#charges .training-fee dl dt {
    width: 16.875em;
    font-weight: 700;
}
#charges .training-fee .note {
    font-size: var(--font-size-s);
    font-weight: 500;
    margin-left: 40px;
}
#charges .training-fee .explain {
    line-height: 1.8em;
    font-weight: 500;
    border-top: 1px solid var(--white-color);
    padding-top: 24px;
    margin-top: 24px;
}
#charges .training-fee .explain .txt {
    margin-bottom: 0.5em;
}
#charges .training-fee .explain .explain-list {
    margin-left: 40px;
}
#charges .btn-link {
    margin-top: 24px;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #charges {
        margin-bottom: 16.4102vw;
    }
    #charges .inner {
        width: 91.2820vw;
    }
    #charges .ttl-section {
        text-align: left;
        margin-bottom: 4.1025vw;
    }
    #charges .inner > .ttl-block {
        text-align: left;
        margin-bottom: 8.2051vw;
    }
    /* registration-fee */
    #charges .registration-fee {
        padding-bottom: 6.1538vw;
        margin-bottom: 9.2307vw;
    }
    #charges .registration-fee dl {
        display: block;
        margin-left: 0;
        margin-bottom: 1.5em;
    }
    #charges .registration-fee dl dt {
        width: auto;
        margin-bottom: 0.5em;
    }
    #charges .registration-fee dl dd {
        margin-left: 1em;
    }
    #charges .registration-fee .note {
        margin-left: 0;
    }
    /* training-fee */
    #charges .training-fee {
        padding: 10.2564vw 4.1025vw;
        margin-bottom: 4.1025vw;
    }
    #charges .training-fee dl {
        display: block;
        margin-left: 0;
        margin-bottom: 1em;
    }
    #charges .training-fee dl dt {
        width: auto;
        margin-bottom: 0.5em;
    }
    #charges .training-fee dl dd {
        margin-left: 1em;
    }
    #charges .training-fee .note {
        margin-left: 0;
    }
    #charges .training-fee .explain {
        padding-top: 6.1538vw;
        margin-top: 6.1538vw;
    }
    #charges .training-fee .explain .txt {
        margin-bottom: 1.5em;
    }
    #charges .training-fee .explain .explain-list {
        margin-left: 0;
    }
    #charges .btn-link {
        margin-top: 6.1538vw;
    }
}

/* message
---------------------------------------------------*/
#message {
    width: 100%;
    margin-bottom: 128px;
}
#message .message-wrap {
    display: flex;
    width: 100%;
}
#message .message-wrap .figure {
    width: 50%;
    overflow: hidden;
}
#message .message-wrap .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#message .message-wrap .text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
#message .message-wrap .text-wrap-inner {
    width: 96%;
    max-width: 550px;
    padding: 40px;
}
#message .message-wrap .position {
    line-height: 1.8em;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0.5em;
}
#message .message-wrap .name {
    line-height: 1.5em;
    font-size: var(--font-size-l);
    font-weight: 500;
    margin-bottom: 36px;
}
#message .message-wrap .text p {
    line-height: 1.8em;
    font-weight: 500;
}
#message .message-wrap .text p:not(:last-of-type) {
    margin-bottom: 1.8em;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #message {
        margin-bottom: 16.4102vw;
    }
    #message .message-wrap {
        display: block;
    }
    #message .message-wrap .figure {
        width: 100%;
    }
    #message .message-wrap .text-wrap {
        display: block;
        width: 91.7948vw;
        border: 1px solid var(--white-color);
        margin: 10.2564vw auto 0;
    }
    #message .message-wrap .text-wrap-inner {
        width: 100%;
        max-width: none;

        padding: 4.1025vw;
    }
    #message .message-wrap .position {
        margin-top: 6.1538vw;
    }
    #message .message-wrap .name {
        margin-bottom: 6.1538vw;
    }
}

/* trainers
---------------------------------------------------*/
#trainers {
    width: 100%;
    margin-bottom: 128px;
}
#trainers .inner {
    width: 96%;
    max-width: 952px;
    margin: 0 auto;
}
#trainers .ttl-section {
    margin-bottom: 16px;
}
#trainers .explain {
    border-bottom: 1px solid var(--white-color);
    padding-bottom: 32px;
    margin-bottom: 24px;
}
#trainers .explain p {
    line-height: 1.8em;
}
#trainers .trainer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
#trainers .trainer-list .trainer {
    width: calc(50% - 20px);
}
#trainers .trainer-list .figure {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 32px;
}
#trainers .trainer-list .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#trainers .trainer-list .name {
    line-height: 1.45em;
    font-size: var(--font-size-l);
    font-weight: 700;
    margin-bottom: 1em;
}
#trainers .trainer-list .profile p {
    line-height: 1.8em;
    font-weight: 500;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #trainers {
        margin-bottom: 16.4102vw;
    }
    #trainers .inner {
        width: 91.7948vw;
    }
    #trainers .ttl-section {
        margin-bottom: 6.1538vw;
    }
    #trainers .explain {
        padding-bottom: 6.1538vw;
        margin-bottom: 6.1538vw;
    }
    #trainers .trainer-list {
        display: block;
        width: 83.5897vw;
        margin: 0 auto;
    }
    #trainers .trainer-list .trainer {
        width: 100%;
    }
    #trainers .trainer-list .trainer:not(:last-of-type) {
        margin-bottom: 10.2564vw;
    }
    #trainers .trainer-list .figure {
        margin-bottom: 6.1538vw;
    }
}

/* client
---------------------------------------------------*/
#client {
    width: 100%;
    margin-bottom: 128px;
    padding-bottom: 45px;
}
#client .ttl-section {
    margin-left: 80px;
    margin-bottom: 16px;
}
#client .ttl-block {
    margin-left: 80px;
}
#client .explain {
    margin-left: 80px;
    border-top: 1px solid var(--white-color);
    padding-top: 24px;
    margin-bottom: 24px;
}
#client .explain p {
    max-width: 952px;
    line-height: 1.8em;
}
#client .client {
    position: relative;
    width: 320px;
    margin-left: 20px;
}
#client .client .figure {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
#client .client .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
#client .client .text-wrap {
    width: 100%;
    margin-top: 24px;
}
#client .client .text-wrap .category {
    display: inline-flex;
    line-height: 1.8em;
    font-size: var(--font-size-s);
    font-weight: 700;
    margin-bottom: 0.5em;
    background: var(--main-color);
    padding: 0 8px;
}
#client .client .text-wrap .position {
    line-height: 1.8em;
    font-size: var(--font-size-s);
    margin-bottom: 0.5em;
}
#client .client .text-wrap .name {
    line-height: 1.45em;
    font-size: var(--font-size-l);
    font-weight: 700;
}

/* slide */
#client .slick-list {
    padding: 0 80px !important;
}
#client .slick-prev,
#client .slick-next {
    top: calc(100% + 24px);
    display: block;
    width: 10px;
    height: 20px;
    transform: translate(0, 0);
}
#client .slick-prev {
    left: 80px;
}
#client .slick-next {
    left: 120px;
    right: auto;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #client {
        margin-bottom: 16.4102vw;
        padding-bottom: 0;
    }
    #client .ttl-section {
        margin-left: 8.2051vw;
        margin-bottom: 6.1538vw;
    }
    #client .ttl-block {
        margin-left: 8.2051vw;
    }
    #client .explain {
        width: 91.7948vw;
        margin-left: 8.2051vw;
        border-top: 0;
        border-bottom: 1px solid var(--white-color);
        padding-top: 0;
        padding-bottom: 6.1538vw;
        margin-bottom: 6.1538vw;
    }
    #client .explain p {
        max-width: 83.5897vw;
    }
    #client .client {
        width: 82.5641vw;
        margin-left: 4.1025vw;
    }
    #client .client .text-wrap {
        margin-top: 6.1538vw;
    }
    /* slide */
    #client .slick-list {
        padding: 0 8.2051vw !important;
    }
    #client .slick-prev,
    #client .slick-next {
        top: 38.4615vw;
        width: 2.5641vw;
        height: 5.1282vw;
    }
    #client .slick-prev {
        left: 8.2051vw;
    }
    #client .slick-next {
        left: auto;
        right: 8.2051vw;
    }
}

/* information
---------------------------------------------------*/
#information {
    width: 100%;
    margin-bottom: 128px;
}
#information .inner {
    width: 96%;
    max-width: 952px;
    margin: 0 auto;
}
#information ul.information-list {
    margin-top: 20px;
    margin-bottom: 40px;
}
#information ul.information-list li {
    border-bottom: 1px solid var(--white-color);
    padding: 10px 0;
}
#information ul.information-list li:not(:last-of-type) {
    margin-bottom: 15px;
}
#information ul.information-list li a {
    display: block;
}
#information ul.information-list li .date {
    line-height: 1.8em;
    font-size: var(--font-size-s);
    margin-bottom: 8px;
}
#information ul.information-list li .subject {
    position: relative;
    line-height: 1.8em;
    font-weight: 500;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 30px;
}
#information ul.information-list li .subject::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    width: 12px;
    height: 11px;
    background-image: url('../img/common/icon_arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #information {
        margin-bottom: 16.4102vw;
    }
    #information .inner {
        width: 83.5897vw;
    }
    #information ul.information-list {
        margin-top: 6.1538vw;
        margin-bottom: 6.1538vw;
    }
    #information ul.information-list li {
        padding: 2.0512vw 0;
    }
    #information ul.information-list li:not(:last-of-type) {
        margin-bottom: 6.1538vw;
    }
    #information ul.information-list li .date {
        margin-right: 0;
        margin-bottom: 2.0512vw;
    }
    #information ul.information-list li .subject {
        -webkit-line-clamp: 3;
        padding-right: 5.1282vw;
    }
    #information ul.information-list li .subject::after {
        right: 1.0256vw;
        width: 3.0769vw;
        height: 2.8205vw;
    }
    #information .btn-link {
        text-align: center;
    }
}

/* access
---------------------------------------------------*/
#access {
    width: 100%;
    margin-bottom: 128px;
}
#access .inner {
    width: 96%;
    max-width: 952px;
    margin: 0 auto;
}
#access .map {
    width: 100%;
    height: 476px;
    margin: 24px auto;
}
#access p {
    line-height: 1.8em;
    font-weight: 700;
}
#access p:not(:last-of-type) {
    margin-bottom: 1.8em;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #access {
        margin-bottom: 16.4102vw;
    }
    #access .inner {
        width: 83.5897vw;
    }
    #access .map {
        height: 111.2820vw;
        margin: 6.1538vw auto;
    }
}

/* membership
---------------------------------------------------*/
#membership {
    width: 100%;
}
#membership .inner {
    width: 96%;
    max-width: 952px;
    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;
    }
    #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;
    }
}
