.member__main {
    margin-top: 60px;
    padding-top: 30px;
}

.main__inner {
    margin: 0 auto;
}

.section__topic {
    text-align: center;
}

.section__topic--small {
    text-align: center;
}

/* toppc */
@media screen and (min-width:769px) {
    .member__main {
        margin-top: 85px;
        padding: 55px 11% 0;
    }

    .main__inner {
        max-width: 1100px;
        margin: 0 auto;
    }

    .section__topic {
        text-align: start;
        font-size: 80px;
    }
    
    .section__topic--small {
        text-align: start;
        font-size: 24px;
    }
}

/* content */
.daichi {
    margin-top: 25px;
    padding: 50px 8.6%;
    background-color: black;
    text-align: center;
}

.profile__img--daichi {
    width: 79%;
    max-width: 177px;
} 

.daichi-profile {
    color: #FFF;
}

.profile__name {
    margin-top: 20px;
    font-family: "M PLUS 1";
    font-size: 1.6rem;
    font-weight: 500;
}

.profile__name--en {
    font-family: Anta;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}

.profile__txt {
    font-family: "M PLUS 1";
    font-size: 1.1rem;
    margin-top: 10px;
}

.daichi-profile a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}


.totoko {
    padding: 50px 8.6%;
    background-color: #DECF9E;
    text-align: center;
}

.profile__img--totoko {
    width: 79%;
    max-width: 177px;
} 

.totoko-profile a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

/* ------------------------
accordion
--------------------------------- */

.accordion {
    margin-top: 10px;
    font-size: 1.1rem;
}

.accordion__topic--daichi {
    display: inline;
    font-weight: 500;
}

.accordion__topic--daichi::after {
    content: '';
    display: inline-block;
    background: url(../images/plus-icon.svg) no-repeat;
    margin-top: 10px;
    width: 16px;
    height: 16px;
    background-size: contain;
}

.accordion__topic--daichi.active::after {
    content: '';
    display: inline-block;
    margin-top: 10px;
    background: url(../images/minus-icon.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
}

.accordion-area_content--daichi {
    height: 0;
    overflow: hidden;
    transition:all 1s;
}

.accordion-area_content--daichi.active {
    height: auto;
    margin-top: 10px;
}

.accordion-area_content--daichi li:last-child {
    margin-top: 10px;
}

/* accordion totoko */
.accordion__topic--totoko {
    display: inline;
    font-weight: 500;
}

.accordion__topic--totoko::after {
    content: '';
    display: inline-block;
    background: url(../images/plus-icon.svg) no-repeat;
    margin-top: 10px;
    width: 16px;
    height: 16px;
    background-size: contain;
}

.accordion__topic--totoko.active::after {
    content: '';
    display: inline-block;
    margin-top: 10px;
    background: url(../images/minus-icon.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
}

.accordion-area_content--totoko {
    height: 0;
    overflow: hidden;
    transition:all 1s;
}

.accordion-area_content--totoko.active {
    height: auto;
    margin-top: 10px;
}

.accordion-area_content--totoko li:last-child {
    margin-top: 10px;
}

/* contentpc */
@media screen and (min-width:769px) {
    .daichi {
        margin: 30px 9% 0;
        max-width: 900px;
        display: flex;
        gap: 86px;
        justify-content: center;
        align-items: center;
        padding: 0 7%;
    }

    .profile__img--daichi {
        width: 32%;
        max-width: 228px;
    }

    .profile__name {
        margin-top: 20px;
        font-size: 3.2rem;
    }
    
    .profile__name--en {
        font-family: Anta;
        font-size: 2.4rem;
    }
    
    .profile__txt {
        margin-top: 20px;
        font-size: 1.6rem;
    }

    .totoko {
        margin: 60px 9% 0;
        max-width: 900px;
        display: flex;
        flex-direction: row-reverse;
        gap: 86px;
        justify-content: center;
        align-items: center;
        padding: 0 8.2%;
    }

    .profile__img--totoko {
        width: 32%;
        max-width: 228px;
    } 
    
    .totoko-profile {
        padding: 10px;
    }

    .accordion {
        margin: 20px;
        font-size: 1.6rem;
    }

    .accordion__topic--daichi {
        display: inline-block;
        position: relative;
        font-weight: 500;
    }

    .accordion__topic--daichi::after {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 71px;
        top:-9px;
    }

    .accordion__topic--daichi.active::after {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 71px;
        top:-9px;
    }

    .accordion-area_content--daichi {
        font-size: 1.4rem;
    }

    .accordion-area_content--daichi.active {
        margin-top: 10px;
    }

    .accordion-area_content--daichi li:last-of-type {
        margin-top: 10px;
    }

    /* accordion totoko */

    .accordion__topic--totoko {
        display: inline-block;
        position: relative;
        font-weight: 500;
    }

    .accordion__topic--totoko::after {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 68px;
        top:-9px;
    }

    .accordion__topic--totoko.active::after {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 68px;
        top:-9px;
    }

    .accordion-area_content--totoko {
        font-size: 1.4rem;
    }

    .accordion-area_content--totoko.active {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .accordion-area_content--totoko li :last-of-type {
        margin-top: 10px;
    }


}

.btn--return {
    color: #000;
    background-color: #F4D176;
    margin: 25px auto 0;
    max-width: 168px;
}

.btn--return::after{
    content:'';
    display: inline-block;
    width: 25px;
    height: 100%;
    position: absolute;
    margin-left: 100%;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* btnpc */
@media screen and (min-width:769px) {
    .btn {
        max-width: 200px;
        height: 48px;
    }

    .btn--return {
        font-size: 1.6rem;
        margin-top: 60px;
    }

    .btn--return::after {
        margin-left: 100%;
    }
}

.footer {
    background-color: #FFF;
}

/* footerpc */
@media screen and (min-width:769px) {
    .footer {
        background-color: #F4D176;
        margin-top: 55px;
    }
}

