@charset "UTF-8";
/* ======================
SNSアイコンの表示／非表示切り替え
表示したいとき
.footerMenu__item-img {
    display: block;
}

非表示にしたいとき
.footerMenu__item-img {
    display: none;
}
====================== */

.footerMenu__item-img {
    display: block;
}

/* ======================
組合概要
====================== */
.profile {
    padding: 70px 0;
}
.profile__list {
    padding: 0 16px;
    max-width: 520px;
    margin: 0 auto;
}
.profile__img {
    display: block;
    width: 150px;
    height: auto;
    object-fit: cover;
    margin: 28px auto 25px;
}
.profile__title {
    font-size: 1.4rem;
    font-weight: 700;
    width: 26%;
}
.profile__txt {
    font-size: 1.4rem;
    width: 80vw;
}
.profile__txt span {
    font-size: 1.2rem;
}
.profile__content {
    display: flex;
    margin-top: 13px;
}
.map {
    width: 100vw;
    height: 250px;
    margin-top: 25px;
}
.footerMenu__item-img {
    width: 21px;
    height: 21px;
}

@media screen and (min-width: 999px){
    .profile {
        padding: 100px 12%;
        margin-top: 130px;
    }
    .profile__img {
        width: 220px;
        height: 250px;
        position: absolute;
        top: 355px;
        right: 173px;
    }
    .profile__list {
        padding: 0;
        max-width: 850px;
        margin-top: 70px;
    }
    .profile__title {
        font-size: 2.1rem;
        width: 111px;

    }
    .profile__txt {
        font-size: 2.1rem;
        margin-left: 47px;
    }
    .profile__txt span {
        font-size: 1.8rem;
    }
    .profile__content {
        margin-top: 45px;
    }
    .map {
        width: 75vw;
        height: 357px;
        margin-top: 70px;
    }
    .footerMenu__item-img {
        margin-top: 2px;
        width: 24px;
        height: 24px;
    }
  
}

