@charset "utf-8";

/* footer調整 */
.footer{
    margin-top: 20px;
}

/* title部分 */
.title{
    height: 150px;
    background-image: url(../images/top.jpg);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    text-shadow: 1px 1px 10px white;
}
.title h1{
    font-family:  'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: bold;
}
  
.title p{
    font-size: 14px;
    margin-top: 15px;
}

/* Lead部分 */
.lead{
    height: 70px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lead p{
    font-family:  'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px; 
    line-height: 25px;
}

/* 集合写真部分 */
.member-photo{
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-family:  'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px; 
    text-align: center;
}
.member-photo-2023{
    display: flex;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
}
.member-photo-2023 li{
    flex-shrink: 0;
    width: 260px;
    margin-left: 75px;
}
.member-photo-2023 p{
    font-size: 20px;
}


/* member部分 */
/* 2025年度 */
.member-2025{
    background-color: #f8f8f8;
    padding-top: 45px;
    padding-bottom: 15px;
}
.member-2025 h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 26px; 
 
    text-align: center;
    margin-bottom: 0px;
}
.member-2025 h2::after{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: black;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
/* 横並び指定 */
.insei-list-2025{
    display: flex;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
}
.insei-list-2025 li{
    flex-shrink: 0;
    width: 260px;
    margin-left: 75px;
}
.insei-list-2025 li:first-child{
    margin-left: 0;
}
.insei-list-2025 dl{
    font-family:  'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}
.insei-list-2025 dt{
    font-size: 20px;

    line-height: 25px;
    border-bottom: solid;
    padding-bottom: 5px;
    background: linear-gradient(transparent 20%,rgb(240, 178, 63) 80%);
}
.insei-list-2025 dd{
    font-size: 15px;
    margin-top: 10px;
}
.insei-list-2025 p{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: solid;
    padding-bottom: 5px; 
    padding-top: 10px;
}

/* 2024年度 */
.member-2024{
    background-color: #f8f8f8;
    padding-top: 45px;
    padding-bottom: 15px;
}
.member-2024 h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 26px; 
 
    text-align: center;
    margin-bottom: 0px;
}
.member-2024 h2::after{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: black;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
/* 横並び指定 */
.insei-list-2024{
    display: flex;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
}
.insei-list-2024 li{
    flex-shrink: 0;
    width: 260px;
    margin-left: 75px;
}
.insei-list-2024 li:first-child{
    margin-left: 0;
}
.insei-list-2024 dl{
    font-family:  'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}
.insei-list-2024 dt{
    font-size: 20px;

    line-height: 25px;
    border-bottom: solid;
    padding-bottom: 5px;
    background: linear-gradient(transparent 20%,red 80%);
}
.insei-list-2024 dd{
    font-size: 15px;
    margin-top: 10px;
}
.insei-list-2024 p{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: solid;
    padding-bottom: 5px; 
    padding-top: 10px;
}

/* 2023年度 */
.member-2023{
    background-color: #f8f8f8;
    padding-top: 45px;
    padding-bottom: 15px;
}
.member-2023 h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 26px; 
 
    text-align: center;
    margin-bottom: 0px;
}
.member-2023 h2::after{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: black;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
/* 横並び指定 */
.insei-list-2023{
    display: flex;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
}
.insei-list-2023 li{
    flex-shrink: 0;
    width: 260px;
    margin-left: 75px;
}
.insei-list-2023 li:first-child{
    margin-left: 0;
}
.insei-list-2023 dl{
    font-family:  'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}
.insei-list-2023 dt{
    font-size: 20px;

    line-height: 25px;
    border-bottom: solid;
    padding-bottom: 5px;
    background: linear-gradient(transparent 20%,lightgreen 80%);
}
.insei-list-2023 dd{
    font-size: 15px;
    margin-top: 10px;
}
.insei-list-2023 p{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: solid;
    padding-bottom: 5px; 
    padding-top: 10px;
}

/* 2022年度 */
.member-2022{
    background-color: #f8f8f8;
    padding-top: 45px;
    padding-bottom: 15px;
    margin-top: 10px;
}
.member-2022 h2{
    font-family:  'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 26px; 
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
.member-2022 h2::after{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: black;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
/* 横並び指定 */
.insei-list-2022{
    display: flex;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
}
.insei-list-2022 li{
    flex-shrink: 0;
    width: 260px;
    margin-left: 75px;
}
.insei-list-2022 li:first-child{
    margin-left: 0;
}
.insei-list-2022 dl{
    font-family:  'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}
.insei-list-2022 dt{
    font-size: 20px;
 
    line-height: 25px;
    border-bottom: solid;
    padding-bottom: 5px;
    background: linear-gradient(transparent 20%,lightblue 80%);
}
.insei-list-2022 dd{
    font-size: 15px;
    margin-top: 10px;
}
.insei-list-2022 p{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: solid;
    padding-bottom: 5px; 
    padding-top: 10px;
}

/* レスポンシブデザイン */
@media (max-width:768px){
    .header-logo{
      padding-top: 40px;
    }
    .toggle-menu-button{
      margin-top: 40px;
      margin-right: 10px;
      background-color: rgba(255, 255, 255, 0.5);
    }
    .lead p{
        font-size: 13px;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .member-2023{
        margin-top: 100px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .member-2023 li{
        width: 260px;
        margin-left: 20px;
    }
    .member-2022{
        margin-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .member-2022 li{
        width: 260px;
        margin-left: 20px;
    }
}

