/* メインコンテンツ */
.c-i-main{
    margin-bottom: 30vh;
}
.c-i-m-container{
    display: flex;
    position: relative;
    margin-bottom: 20vh;
    h2{
        margin: 40vh 0 0 18vw;
        font-size: 2rem;
    }
    p{
        margin: 10vh 0 0 18vw;
        font-size: 1.3rem;
    }
}
.c-i-m-container:nth-child(2){
    margin-bottom: 30vh;
}
.m-c-1-img{
    width: 60%;
    img{
        width: 100%;
    }
}
.m-c-2-img{
    width: 30%;
    margin-left: 15vw;
    img{
        width: 100%;
    }
}

.c-i-m-backimg1{
    width: 50%;
    position: absolute;
    z-index: -1;
    top: 200vh;
    right: 19vw;
    img{
        width: 100%;
    }
}
.c-i-m-backimg2{
    width: 42%;
    position: absolute;
    z-index: -1;
    right: 7vw;
    top: 70vh;
    img{
        width: 100%;
    }
}

/* 会社情報 */
.company-info{
    width: 100vw;
    height: 100vh;
    position: relative;
    color: #fff;
}
.c-i-backimg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.c-i-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: black;
    opacity: .4;
}
.c-i-hl{
    font-size: 2.5rem;
    margin: 0 12vw;
    padding-top: 12vh;
}
.c-i-container{
    width: 60%;
    font-size: 1.4rem;
    margin-left: 26vw;
    margin-top: 18vh;
}
.c-i-box{
    display: flex;
    /* justify-content: space-between; */
    padding-bottom: 15px;
    border-bottom: #fff 1px solid;
    margin-top: 25px;
}
.c-i-name{
    width: 40%;
}


/* 運営メンバー */
.member{
    padding: 5vh 5vw 15vh 5vw;
    background-color: #DDD7D0;
    color: #fff;
}
.member-hl{
    font-size: 2rem;
    margin-bottom: 10vh;
}
.member-container{
    display: flex;
    justify-content: space-between;
    padding: 0 5vw;
    margin: 10vh 0;
}
.m-c-sentence{
    padding-left: 12vw;
    padding-top: 4vh;
    h2{
        margin-left: 3vw;
        font-size: 1.9rem;
    }
    p{
        line-height: 33px;
        margin-top: 3vh;
    }
}
.m-c-sentence:nth-child(2){
    padding-left: 0vw;
    padding-right: 12vw;
    padding-top: 4vh;
    h2{
        margin-left: 3vw;
        font-size: 1.9rem;
    }
    p{
        line-height: 33px;
        margin-top: 3vh;
    }
}

.m-c-img{
    width: 460px;
    height: 600px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* アクセス */
.location{
    height: 150vh;
}
.location-info{
    h2{
        font-size: 2.2rem;
    }
    p{
        font-size: 1.3rem;
    }
}
.location-gouglemap{
    margin: 50% 0 0 30%;
}
.location-map{
    height: 70%;
}

/* 関連団体  */
.related-org{
    display: flex;
    justify-content: space-between;
    padding: 20vh 20vw;
    position: relative;
}
.r-org-list-hl{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 50px;
}
.r-org-list-item{
    margin: 0 0 50px 50px;
    font-size: 1.2rem;
    font-weight: 600;
}
.r-org-img{
    width: 24%;
    margin-top: 300px;
    img{
        width: 100%;
    }
}
.r-org-backimg1{
    position: absolute;
    z-index: -1;
    width: 33%;
    top: 100px;
    right: -4vh;
    img{
        width: 100%;
    }
}
.r-org-backimg2{
    position: absolute;
    z-index: -1;
    width: 33%;
    top: 230px;
    left: -4vh;
    img{
        width: 100%;
    }
}