@charset "UTF-8";
/* トップ */
.hero-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    width: 100%;
    height: 400px;
}
.hero-area-sp {
    display: none;
}
.section-top {
    position: relative;
    margin: 0 80px 100px;
}
.section-top__title {
    margin-top: 10px;
}
.section-top__title h1 {
    text-align: center;
    color: #FFC631;
    font-size: 8.2rem;
    font-family: "heebo", sans-serif;
    font-weight: 700;
}
.section-top__title h2 {
    text-align: center;
    color: #4E3E00;
    font-size: 1.8rem;
    margin-top: -15px;
    margin-left: 10px;
}
.section-top img {
    position: absolute;
    height: 209px;
    right: 100px;
    top: 70px;
}
@media (max-width: 960px) {
    .hero-area {
        height: 300px;
    }
    .section-top {
        position: relative;
        margin: 0 40px 100px;
    }
    .section-top__title {
        margin-top: 10px;
    }
    .section-top__title h1 {
        text-align: left;
        font-size: 5.2rem;
    }
    .section-top__title h2 {
        text-align: left;
        font-size: 1.6rem;
        margin-top: -10px;
        margin-left: 5px;
    }
    .section-top img {
        position: absolute;
        height: 160px;
        right: -10px;
        top: 90px;
    }
}
@media (max-width: 500px) {
    .hero-area {
        display: none;
    }
    .hero-area-sp {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -99;
        width: 100%;
        height: 260px;
    }
    .section-top img {
        position: absolute;
        height: 130px;
        right: -10px;
        top: 90px;
    }
}

/* メンバー */
.section-member {
    margin-top: 220px;
}
.section-member ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 80px 140px;
}
.section-member ul li img {
    max-width: 500px;
    width: 40%;
    aspect-ratio: 5 / 4;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.section-member__container {
    margin-top: 40px;
    margin-left: 80px;
    max-width: 540px;
}
.section-member__post {
    background-color: #ECE9E1;
    border-radius: 15px;
    padding: 5px 20px;
    font-size: 1.4rem;
}
.section-member__container h3 {
    font-size: 2.8rem;
    margin: 15px 0 25px 10px;
}
.section-member__description {
    margin-left: 10px;
}
.section-member__description p {
    padding-bottom: 20px;
    font-weight: 400;
}
@media (max-width: 960px) {
    .section-member {
        margin-top: 220px;
        margin-bottom: 50px;
    }
    .section-member ul li {
        display: flex;
        margin: 0 40px 30px;
    }
    .section-member__container {
        margin-top: 40px;
        margin-left: 50px;
    }
    .section-member__post {
        background-color: #ECE9E1;
        border-radius: 15px;
        padding: 5px 15px;
        font-size: 1.2rem;
    }
    .section-member__container h3 {
        font-size: 1.8rem;
        margin: 10px 0 10px 10px;
    }
    .section-member__description {
        margin-left: 10px;
    }
    .section-member__description p {
        padding-bottom: 20px;
        font-size: 1.4rem;
        font-weight: 400;
    }
}
@media (max-width: 760px) {
    .section-member {
        margin-top: 220px;
        margin-bottom: 50px;
    }
    .section-member ul li {
        display: block;
        margin: 0 40px 50px;
    }
    .section-member__container {
        margin: 40px 0px 0px;
    }
    .section-member ul li img {
        display: block;
        margin: auto;
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
    }
    .section-member__post {
        background-color: #ECE9E1;
        border-radius: 15px;
        padding: 5px 15px;
        font-size: 1.2rem;
    }
    .section-member__container h3 {
        font-size: 1.8rem;
        margin: 10px 0 10px 10px;
    }
    .section-member__description {
        margin-left: 10px;
    }
    .section-member__description p {
        padding-bottom: 20px;
        font-size: 1.4rem;
        font-weight: 400;
    }
}