@charset "utf-8";

section {
    padding: 100px 0 0 0;
}

#head_wrap {
    height: 100px;
    background: #000000;
}
    
#head_wrap .inner {
    height: 100px;
}
    
#head_wrap .logo {
    height: 80px;
}
    
#head_wrap .logo img {
    height: 80px;
}
    
#head_wrap.fixed .logo {
    height: 80px;
}
    
#head_wrap.fixed .logo img {
    height: 80px;
}

/** ▼▼▼▼▼▼ main ▼▼▼▼▼▼ **/
#main {
    width: 100%;
    height: 400px;
    background: url(../images/member/bg_main.png) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main h2 {
    font-size: 4.16em;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
}
/** ▲▲▲▲▲▲ main ▲▲▲▲▲▲ **/

/** ▼▼▼▼▼▼ member ▼▼▼▼▼▼ **/
#member {
    width: 100%;
    margin: 60px auto 0 auto;
}

#member ul {
    width: 1040px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

#member ul li {
    width: 300px;
    margin: 0 0 105px 0;
}

#member ul li img {
    border-radius: 10px;
}
#member ul li a img {
	transition: all 0.5s;
}
#member ul li a:hover img {
	opacity: 0.7;
}

#member ul li h3 {
    margin: 13px 0 0 0;
    font-size: 1.5em;
    line-height: 100%;
}

#member ul li h3 span {
    font-size: 0.66em;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0.15em;
    margin: 13px 0 0 0;
}

#member ul li p {
    margin: 15px auto 0 auto;
    text-align: center;
}

#member ul li p:nth-child(4) {
    text-decoration: underline;
}
/** ▲▲▲▲▲▲ menber ▲▲▲▲▲▲ **/
    

@media (max-width: 750px) {
    section {
        padding: 70px 0 10px 0;
    }
    
    /**#head_wrap {
        background: #000000;
    }**/
    
    /** ▼▼▼▼▼▼ main ▼▼▼▼▼▼ **/
    #main {
        /**width: 100%;**/
        height: 200px;
        background: url(../images/member/bg_main_sp.png) no-repeat center center / cover;
        /**display: flex;
        align-items: center;
        justify-content: center;**/
    }
    
    /**#main h2 {
        font-size: 4.16em;
        font-family: "Oswald", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: #FFFFFF;
        text-align: center;
    }**/
    /** ▲▲▲▲▲▲ main ▲▲▲▲▲▲ **/
    
    /** ▼▼▼▼▼▼ member ▼▼▼▼▼▼ **/
    #member {
        /**width: 100%;**/
        margin: 40px auto 0 auto;
    }
    
    #member ul {
        width: 85%;
        /**margin: 0 auto;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none;**/
    }
    
    #member ul li {
        width: 100%;
        margin: 0 0 60px 0;
    }
    
    #member ul li img {
        border-radius: 5px;
    }
    
    /**#member ul li h3 {
        margin: 13px 0 0 0;
        font-size: 1.5em;
        line-height: 100%;
    }**/
    
    /**#member ul li h3 span {
        font-size: 0.66em;
        font-family: "Oswald", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        line-height: 100%;
        letter-spacing: 0.15em;
        margin: 13px 0 0 0;
    }**/
    
    /**#member ul li p {
        margin: 15px auto 0 auto;
        text-align: center;
    }**/
    
    /**#member ul li p:nth-child(4) {
        text-decoration: underline;
    }**/
    /** ▲▲▲▲▲▲ menber ▲▲▲▲▲▲ **/
}