@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Monda:wght@400..700&family=Noto+Sans+JP:wght@100..900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.fadein{
    opacity: 0;

}
main{
    color: #212121;
    font-size: 12px;
}
nav{
    width: 100%;
    height: 100px;
    color: #212121;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1000;
}
header .mobile{
    display: none;

}
nav .desktop{
    font-family: 'Inria Sans', serif;
    font-size: 24px;
    font-weight: 800;
    flex: 1;
    margin-left: 4%;
}
.humburger{
    display: none;
    font-size: 2rem;
    color: #212121;
    z-index: 2000;
}
.nav-links{
    list-style: none;
    flex: 4;
    text-align: right;
    margin-right: 2%;
}
.nav-links li{
    display: inline;    
}

.nav-links li a{
    font-family: 'BIZ UDPGothic', serif;
    font-size: 14px;
    text-decoration: none;
    color: #212121;
    margin: 1em;
}
.nav-links li a:hover{
    color: #737373;
}
.nav-links li a:active{
    color: #a1a1a1;
}

.section-1{
    width: 100%;
    height: 380px;
}
.section-1 div{
    position: absolute;
    top: 200px;
    left: 100px;
    font-size: 20px;
}

/* Ｓｔａｆｆ */
.staff, .member{
    width: 80%;
    height: auto;
    margin: 5px auto 100px auto;
    font-family: 'Inria Sans', sans-serif;
}
.member{
    margin-top: 100px;
}
.staff-wrapper{
    width: 95%;
    height: auto;
    margin: 30px auto ;
    display: flex;
    justify-content: space-around;
}
/* 左側 */
.staff-left{
    flex-basis: 42%;
    display: flex;
    flex-direction: column;
}

.staff-img{
    width: 320px;
    height: 360px;
    box-shadow: #e9e9e9 2px 2px 6px;
}
.staff-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.staff-contact{
    text-align: left;
    padding-left: 5%;
    display: flex;
}
.facebook{
    margin-left: 10%;
    margin-top: 20%;
}
.facebook img{
    width:24px;
    height:24px;
}
.access-title{
    font-family: 'Unbounded', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 7%;
}
.access-num{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    margin-top: 2%;
    line-height: 20px;
}
#caution{
    font-size: 10px;
}
/* 右側 */
.staff-right{
    flex-basis: 54%;
    display: flex;
    flex-direction: column;

}
.staff-name{
    display: flex;
    align-items: baseline;
    justify-content: left;
    width: 350px;
    letter-spacing: 3px;
}
.staff-name h3{
    margin-left: 10%;
}
.staff-position{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 450;
    margin-top: 3%;
}
.staff-content{
    height: auto;
    margin-top: 5%;
}
.staff-content2{
    display: none;
}
.staff-content p{
    margin-top: 3%;
    line-height: 20px;
    font-size: 13px;
}
.staff-link{
    display: flex;
    justify-content: left;
    margin-top: 5%;
    
}
.staff-link button{
    border: 1px solid #333 ;
    background: none;
    border-radius: 30px;
    width: 140px;
    height: 40px;
    font-family: 'Inria Sans', sans-serif;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5%;
}
.staff-link button i{
    margin-left: 3%;
}
.staff-link a{
    text-decoration: none;
    color: #212121;
    margin-right: 5%;
}
.ni span{
    font-size: 11px;
}

.staff-link button:hover{
    background: #333;
    color: #ffffff;
    transition: .25s ease;
    cursor: pointer;
}
.member{
    margin-top: 200px;
}
.member h3{
    margin: 30px auto;
}



footer{
    width: 100%;
    height: 8vh;
    background: rgb(110, 140, 77);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
}
