@charset "utf-8";

.article--volunteer {
    background-color: var(--primary-paleYellow2);
    padding: 50px var(--contentPadding);
}

/* pc */
@media screen and (min-width: 769px) {
    .article--volunteer {
        padding: 100px var(--contentPaddingPC);        
    }
}
/* pc */

/* ===============================
article header
================================*/
.volunteer__explain {
    margin-top: 40px
}

/* pc */
@media screen and (min-width: 769px) {
    .volunteer__explain {
        margin-top: 80px;
        text-align: center;
    }
}
/* pc */

/* ===============================
staffOntheday
================================*/
.section--staffOntheday {
    margin-top: 40px;
    padding: 40px var(--contentPadding);
    border-radius: 40px;
    background-color: #fff;
}

.staffOntheday__img img {
    margin-top: 30px;
    border-radius: 20px;
    object-fit: cover;
}

.staffOntheday__explain {
    margin-top: 20px;
}

.volunteerVoice__topic {
    margin-top: 50px;
    font-size: 1.8rem;
    text-align: center;
}

.volunteerVoice__item {
    margin-top: 20px;
    padding: 40px var(--contentPadding);
    background-color: var(--primary-paleYellow);
    border-radius: 20px;
}

.volunteerVoice__img img{
    border-radius: 20px;
    width: 140px;
    height: 140px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    object-position: 50% 0%;
}

.volunteerVoice__title {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.volunteerVoice__txt {
    margin-top: 15px;
    font-size: 1.3rem;
}

.btn__link--eventList {
    margin-top: 10px;
    width: 300px;
}

.staffOntheday__buttonExplain {
    margin-top: 35px;
    padding: 0 var(--contentPadding);
    font-size: 1.2rem;
    text-align: center;
}

.btn__page--annualVolunteer {
    margin-top: 10px;
}

/* pc1 */
@media screen and (min-width: 769px) {
    .volunteerVoice__topic {
        font-size: 2.8rem;
    }

    .volunteerVoice__title {
        font-size: 2rem;
    }

    .volunteerVoice__txt {
        font-size: 1.5rem;
    }

    .staffOntheday__buttonExplain {
        font-size: 1.6rem;
    }

    .btn__link--eventList {
        width: 427px;
    }
}

/* pc2 */
@media screen and (min-width: 1150px) {
    .section--staffOntheday {
        margin: 80px auto 0;
        max-width: 1280px;
        padding: 75px 4.8%;
    }

    .staffOntheday__top {
        display: grid;
        grid-template-columns: 27vw 1fr;
        grid-template-rows: 100px 1fr;
        column-gap: 3vw;
        align-items: start;
    }

    .topic--staffOntheday {
        grid-column: 2;
        grid-row: 1;
    }

    .staffOntheday__img {
        grid-column: 1; 
        grid-row: 1 / 3;    
    }

    .staffOntheday__img img {
        margin-top: 0;
        aspect-ratio: 1.05 / 1;
        object-position: 35% 50%;
        border-radius: 40px;
    }

    .staffOntheday__explain {
        margin-top: 0;
        grid-column: 2;
        grid-row: 2;   
    }

    .volunteerVoice__topic {
        margin-top: 80px;
        font-size: 2.8rem;
    }

    .volunteerVoice__item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 70px;
        margin-top: 30px;
        padding: 50px 45px;
        border-radius: 40px;
    }

    .volunteerVoice__titleTxt {
        flex: 1;
    }

    .volunteerVoice__img img{
        width: 160px;
        height: 160px;
    }

    .volunteerVoice__title {
        margin-top: 0;
        font-size: 2rem;
        text-align: left;
    }

    .volunteerVoice__txt {
        font-size: 1.5rem;
    }

    .btn__link--eventList {
        margin-top: 20px;
        width: 427px;
    }

    .staffOntheday__buttonExplain {
        margin-top: 60px;
        font-size: 1.6rem;
    }

    .btn__page--annualVolunteer {
        margin-top: 20px;
    }
}
/* pc */

/* ===============================
coremember
================================*/
.section--coremember {
    margin-top: 40px;
    padding: 40px var(--contentPadding);
    border-radius: 40px;
    background-color: #fff;
}

.coremember__img img {
    margin-top: 30px;
    border-radius: 20px;
    object-fit: cover;
}

.coremember__explain1 {
    margin-top: 20px;
}

.emphasis--brown {
    color: var(--primary-brown);
}

.roleItem {
    margin-top: 30px;
    padding: 35px var(--contentPadding);
    background-color: var(--primary-paleYellow);
    border-radius: 20px;
}

.roleItem__topic {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.roleItem__img img {
    display: block;
    margin: 15px auto 0;
    width: 180px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 40px;
    object-fit: cover;
}

.roleItem__copy {
    margin-top: 20px;
    color: var(--primary-orange);
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.roleItem__txt {
    margin-top: 15px;
    font-size: 1.3rem;
}

.experience {
    margin: 15px auto 0;
    background-color: var(--primary-white);
    border-radius: 20px;
    padding: 17px var(--contentPadding);
    max-width: 350px;
}

.experience__txt {
    margin-top: 10px;
    font-size: 1.1rem;
}

.coremember__explain2 {
    margin-top: 30px;
}

.small {
    font-size: 1.2rem;
}

.btn__link--volunteer {
    margin-top: 30px;
}

/* pc1 */
@media screen and (min-width: 769px) {
    .roleItem__topic {
        font-size: 2.8rem;
    }

    .roleItem__copy {
        font-size: 2rem;
    }

    .roleItem__txt {
        font-size: 1.5rem;
    }

    .experience {
        max-width: 450px;
        margin: 15px auto 0;
    }

    .experience__txt {
        font-size: 1.4rem;
    }

    .small {
        font-size: 1.4rem;
    }
}

/* pc2 */
@media screen and (min-width: 1150px) {
    .section--coremember {
        margin: 80px auto 0;
        max-width: 1280px;
        padding: 75px 4.8%;
    }

    .coremember__top {
        display: grid;
        grid-template-columns: 1fr 33vw;
        grid-template-rows: 100px 1fr;
        column-gap: 3vw;
        align-items: start;
    }

    .topic--coremember {
        grid-column: 1;
        grid-row: 1;
    }

    .coremember__img {
        grid-column: 2; 
        grid-row: 1 / 3;
    }

    .coremember__img img {
        margin-top: 0;
        border-radius: 40px;
        aspect-ratio: 1.5 / 1;
    }

    .coremember__explain1 {
        margin-top: 0;
        grid-column: 1;
        grid-row: 2;   
    }

    .emphasis--brown {
        color: var(--primary-brown);
    }

    .roleItem {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 70px;
        margin-top: 60px;
        padding: 35px var(--contentPadding);
        border-radius: 40px;
    }

    .roleItem__topicImg {
        width: 20vw;        
    }

    .roleItem__topic {
        font-size: 2.8rem;
    }

    .roleItem__img img {
        width: 290px;
        margin-top: 30px;
    }

    .roleItem__explain {
        flex: 1;
    }

    .roleItem__copy {
        margin-top: 0;
        font-size: 2rem;
        text-align: left;
    }

    .roleItem__txt {
        margin-top: 30px;
        font-size: 1.5rem;
    }

    .experience {
        margin-top: 30px;
        border-radius: 40px;
        padding: 25px 50px;
        max-width: none;
    }

    .experience__txt {
        margin-top: 15px;
        font-size: 1.4rem;
    }

    .coremember__explain2 {
        margin-top: 60px;
    }

    .small {
        font-size: 1.4rem;
    }

    .btn__link--volunteer {
        margin-top: 60px;
    }
}
/* pc */
