body {
    padding-top: 56px;
    width: 100%;
}
.left-aligned { margin-left: auto; }
.bg-dark { background: linear-gradient(90deg, rgb(133, 224, 147) 20%, rgb(104, 209, 140) 50%, rgb(84, 195, 119) 80%) !important ;}
/* .bg-hero {

} */


/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }


/*追加CSS*/

header{
    height: 1000px;
}
.container-header-home{
    height: 100%;      /* 適当な高さを指定 */
    width: 100%;
    padding-top: 0;
    /*position: relative; /* 基準位置とする */
    background-image: url();
    background-position: center center; /* 各画像の位置を設定 */
    background-size: 800px 800px, cover;
    background-repeat: no-repeat, no-repeat;
  }
.title-home-1{
    font-family: 'Montserrat Subrayada', sans-serif;
    font-size: 100px;
    text-align:center;
    padding-top: 400px;
    margin-bottom:0;
    padding-bottom:10px;
    text-decoration: underline;
    color:rgb(90, 145, 155);
}

.title-home-2{
    font-family: 'Montserrat Subrayada', sans-serif;
    font-size: 50px;
    text-align:center;
    padding-top: 400px;
    margin-top:0px;
    padding-top:10px;
    color:rgb(90, 145, 155);
}
  
.body-title{
    font-family: 'Mooli', sans-serif;
    font-weight: 1000;
    font-size: 150px;
    background-color: #eedc3f;
    height: 15vh;
    margin-bottom: 20vh;
    width: 100%;
    text-align: center;
}

.body-title {
    display: inline-block;
    position: relative;
    /* height: 50px;
    line-height: 50px; */
    padding: 0 30px;
    background-color: #eedc3f;/*塗りつぶし色*/
    box-sizing: border-box;
    text-align: center;
  }
  
  .body-title:before, .body-title:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  
  .body-title:before {
    top: 0;
    left: 0;
    border-width: 70px 0px 70px 30px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  
  .body-title:after {
    top: 0;
    right: 0;
    border-width: 70px 30px 70px 0px;
    border-color: transparent #9cdfd5 transparent transparent;
    border-style: solid;
  }

  .body-content{
    font-size: 2.5vh;
    margin-left: 5%;
    margin-right: 5%;
  }

  hr{
    border: none;
    border-bottom: 1px solid #333;
    margin: 0;
    margin-bottom: 3vh;
  }

.container-header-team{
    height: 25%;      /* 適当な高さを指定 */
    width: 100%;
    padding-top: 10vh;
    /* position: relative;
    background-image: url('images/roof.jpg'); */
    background-position: center; 
    /* background-size: cover; */
    background-repeat: no-repeat;
    padding-bottom: 30vh;
    margin-bottom: 30vh;
    text-align: center;
}

.title-team{
    font-family: 'Dela Gothic One', sans-serif;
    text-align:center;
    padding-top: 700px;
    margin-bottom:0;
    padding-bottom:10px;
    color:#f0e68c;
    text-shadow:1px 3px 3px #513c3c;
}


.container-header-project{
    height: 25%;      /* 適当な高さを指定 */
    width: 100%;
    padding-top: 10vh;
    /* position: relative;
    background-image: url('images/roof.jpg'); */
    background-position: center; 
    /* background-size: cover; */
    background-repeat: no-repeat;
    padding-bottom: 30vh;
    margin-bottom: 30vh;
    text-align: center;
}

.title-project{
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 100px;
    text-align:center;
    padding-top: 500px;
    margin-bottom:0;
    padding-bottom:10px;
    color:#90ee90;
    text-shadow:1px 3px 3px #513c3c;
}

.container-header-lab{
    height: 100%;      /* 適当な高さを指定 */
    width: 100%;
    padding-top: 0;
    /*position: relative; /* 基準位置とする */
    background-image: url('images/result_v2.jpg');
    background-position: center; /* 各画像の位置を設定 */
    background-size: cover;
    background-repeat: no-repeat;
}

.title-lab{
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 100px;
    text-align:center;
    padding-top: 600px;
    margin-bottom:0;
    padding-bottom:10px;
    color:#e0ffff;
    text-shadow:1px 3px 3px #513c3c;
}

.container-header-human-practice{
    height: 100%;      /* 適当な高さを指定 */
    width: 100%;
    padding-top: 0;
    /*position: relative; /* 基準位置とする */
    background-image: url('images/human_practice.png');
    background-position: center; /* 各画像の位置を設定 */
    background-size: cover;
    background-repeat: no-repeat;
}

.title-lab{
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 100px;
    text-align:center;
    padding-top: 600px;
    margin-bottom:0;
    padding-bottom:10px;
    color:#e0ffff;
    text-shadow:1px 3px 3px #513c3c;
}

/* #b-box{
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 color: #666; 
 border: 1px solid #ccc; 
 border-radius: 1rem;
} */

.s-box{
    text-align: center;
    margin: 2em auto;
 padding: 1em;
 width: 80%;
 color: #666; /* 文字色 */
 border: 1px solid #ccc; /* 枠線 */
 border-radius: 1rem;
 margin-top: 1vh;
 background-color: #f0ecdf;
}

.member-container{
 padding: 1em;
 width: 100%;
 color: #ad6e27; /* 文字色 */
 border: 5px solid #ad6e27; /* 枠線 */
 border-radius: 0.5rem;
 margin-top: 1vh;
 text-align: center;
 justify-content: center !important;
 background-color: #fbf5dd;
}

.row{
    display: flex !important;
    justify-content: center;
    margin-top: 5vh;
}


#picture{
    /* width: calc(50% - 10px); */
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    text-align: center;
    width: 30%;
    text-align: center;
    justify-content: center;
    /* display: block; */
}

.name{
    font-size: 3vh;
    font-family: 'Mooli', sans-serif;
}

#pic{
    border-radius: 50%;
    width:  25vh;
    height: 25vh;
    border: 3px solid #e69436;
    margin-left: 20%;
}

.role{
  font-size: 3vh;
  font-family: 'Mooli', sans-serif;
}

.bg{
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #21dec2 50%, #f8f4f4 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}


.bg3 {
    animation-duration: 5s;
}