@charset "utf-8";

.body {
    font: 13px/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.bg-image {
    border-bottom: #1c1c1c;
}

/* Reset style */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* color: #8fbc8f; */
    color: #1c1c1c;
    list-style: none;
    text-decoration: none;
}

/* 背景画像を設定 */






/* Normal header style */
.header_bg {
    /* background: #f5f5f5; */
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
    /* font: 13px/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.header_contents {
    width: 100%;
    max-width: 1024px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

/* 研究室ロゴ */
.titlelogo {
    width: 70%;
}

.header_nav_lists {
    display: flex;
}

.header_nav_lists li {
    margin: 0 40px 0 0;
}

.nav_link {
    font-size: 20px;
}

/* Responsive menu button */
.responsive_btn {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 40px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.menu_line {
    background: #8fbc8f;
    border-radius: 5px;
    width: 100%;
    height: 5px;
    margin: 4px 0;
}

/* Responsive style */
@media screen and (max-width: 768px) {

    .responsive_btn {
        display: flex;
    }

    .header_bg {
        position: relative;
    }

    .titlelogo {
        width: 40%;
    }

    .header_nav {
        background: #f5f5f5;
        width: 100%;
        height: 100vh;
        padding: 80px 0 0 0;
        position: absolute;
        top: 0;
        right: -100%;
        transition: .5s;
        z-index: 2;
        /* z-indexを追加 */
    }

    .menu_active {
        right: 0;
    }

    .swiper {
        position: relative;
        /* 位置をrelativeに変更 */
        z-index: 1;
        /* スライドショーのz-indexをメニューより低く設定 */
    }

    .header_nav_lists {
        display: block;
        text-align: center;
    }

    .header_nav_lists li {
        margin: 0 0 40px;
        text-align: center;
    }

    .nav_link {
        font-size: 20px;
    }
}

/* js function "menuToggle" starting only */
.menu_active {
    right: 0;
}

/* 卒業生一覧ページ用 */
.graduste-class{
    min-height: calc(100vh - 180px);
    text-align: center;
}

.graduste-class h2{
    border-bottom: solid;
    border-color: #8fbc8f;
    border-width: 5px;
    padding-top: 2%;
}

.graduste-class li{
    font-size: 17px;
    margin: 3% 0;
}

.graduste-class a:hover {
    color: yellowgreen;
}





/* メンバー紹介のcss */
.content01{
    max-width: 1024px;
    margin: auto;
}


.member {
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}


.info-box h2 {
    border-bottom: solid;
    border-color: #8fbc8f;
    border-width: 5px;
    margin-top: 15px;
}

.info-box h3 {
    border-bottom: solid;
    border-color: #8fbc8f;
    border-width: 2px;
    margin-top: 10px;
}

/* h3{
   border-bottom: solid;
   border-color: #8fbc8f;
   border-width: 2px;
} */

.professor {
    align-items: center;
    display: flex;
    margin: auto;
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 4%;
    margin-right: 3%;
    /* background-color: #f4f4f4; */
    /* border-left: solid 6px #8fbc8f; */
    /* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33); */
}

.professor-img {
    width: 200px;
    height: auto;
    padding: 0 40px 0 0;
    margin: 0;
}

/* 先生のテーブルデザイン */
.table_design03 {
    border-collapse: collapse;
    width: 100%;
    /* max-width: 700px; */
    margin: 10px 0;
    /* background-color: #f4f4f4; */
}

.table_design03 th,
.table_design03 td {
    border-bottom: 2px solid #c1c7c6;
    padding: 10px;
}

.thtitle {
    border-bottom: 2px solid #c1c7c6;
}

.table_design03 th {
    border-bottom: 2px solid #8fbc8f;
    ;
    font-weight: bold;
    text-align: center;
    width: 20%;
    min-width: 4em;
}

.table_design03 h4 {
    margin: 0;
}



.member-box {
    /* background-color: #c1c7c6; */
    display: flex;
    padding: 0 5% 0 5%;
    margin: 2px 3% 0 3%;
}

.member-box img {
    width: 160px;
    height: auto;
}



/* メンバーのテーブルデザイン */
.table_design04 {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    margin: 30px 0;
}

.table_design04 th,
.table_design04 td {
    padding: 0.5em;
}

.table_design04 th {
    border-right: 2px solid #8fbc8f;
    font-weight: bold;
    text-align: left;
    width: 20%;
    min-width: 4em;
}

/* 卒業生一覧はこちらについて */
h4{
    text-align: right;
    padding: 3%;
}

h4 :hover{
    color: yellowgreen;
}




/* フッターのcss */
.content {
    min-height: calc(100vh - 180px);
    /*ヘッダーとフッターの最低の高さを設定*/
}

footer {
    background-color: #f5f5f5;
    width: 100%;
    /* height: 120px; */
}

.footer-class {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

.footer-title {
    padding-top: 30px;
    margin-bottom: 5px;

    font-size: 20px;
    color: #333333;
}

.addres {
    font-size: 17px;
    margin-top: 0;
    color: #333333;
}

.copyright {
    padding-top: 20px;
    text-align: center;
    font-size: 15px;
    color: #c0c0c0;
}


/* フォントサイズのレスポンシブルデザイン */

/* 画面サイズが768px以下のときのスタイル */
@media screen and (max-width: 768px) {
    .header_nav_lists li {
        margin: 0 0 40px;
        text-align: center;
    }

    .nav_link {
        font-size: 16px;
        /* ナビゲーションリンクのフォントサイズを小さくする */
    }

    h1 {
        font-size: 24px;
        /* h1要素のフォントサイズを小さくする */
    }

    h2 {
        font-size: 20px;
        /* h2要素のフォントサイズを小さくする */
    }

    h3 {
        font-size: 16px;
        /* h3要素のフォントサイズを小さくする */
    }

    p {
        font-size: 14px;
        /* 段落のフォントサイズを小さくする */
    }
}