@charset "UTF-8";

html {  
    background: -moz-linear-gradient(to bottom,#151470,#e4a3a3 30%,#ffffff); 
    background: -webkit-linear-gradient(to bottom,#151470,#e4a3a3 30%,#ffffff); 
    background: linear-gradient(to bottom,#151470,#e4a3a3 30%,#ffffff); 
    min-height: 100vh;
    font-size: 100%;
}

body {
    
    line-height: 1.7;
}

a {
    text-decoration: none;
}

.main-nav {
    font-family: "游ゴシック";
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;

}

.main-nav li {
    margin-left: 36px;
    margin-bottom:15px;
}
.main-nav a {
    color: #ffffff;

}
.main-nav a:hover{
    color: rgb(221, 228, 133);
}

header {
    /* background-color: darkkhaki; */
    justify-content: space-between;
    padding: 0 4%;
    padding-bottom:10px;
}

h1 {
    font-family: "游ゴシック";
    color:#f4fcfc;

}

.home-content {
    /* background-color: cornflowerblue; */
    font-family: "游ゴシック";
    text-align: center;
    margin-top: 10%;
}

.home-content a:hover{
    color: #151470;
}

.home-content p {
    font-size: 1.2rem;
    margin: 50px 0 42px;
    margin-bottom:70px;
}
.home-content a {
    font-size: 1.125rem;
}

.title {
    font-size: 60px;
    font-family: serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #F8FBF8;
}



/*メンバー紹介*/
.container {
    background-color: #F8FBF8;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding-bottom:150px;
    padding-right:50px;
}
.item{
    background-color: #F8FBF8;
    width:300px;
    height:300px;
    margin:10px;
    padding: 30px;
}

.item img {
    /* height:150px; */

}


h2{
    font-family:"Comic Sans MS";
}

.item p{
    font-family: "游ゴシック";
    color: #000000;
    margin-top:15px;
}


/*体験ページ*/
.taiken{
    background-color: #F8FBF8;
    padding-bottom:100px;
}

.taiken h2{
    padding-top: 20px;
    font-family: serif;
    font-size:50px;
    color: #402717;
    width:120px;
}

.taiken p {
    margin-top:35px;
    margin-bottom:35px;
    line-height: 2.5;
    font-family: "游ゴシック";
    font-weight: bold;
    color: #402717;
}

.btn-gradient-3d-simple {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#1c1b88 0%, #e4a3a3 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #11104d;
  }
  
  .btn-gradient-3d-simple:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }


  /*謝辞ページ*/

  .thanks{
      background-color: #F8FBF8;
      padding-bottom:15px;
  }

  .thanks h2 {
    padding-top: 20px;
    padding-bottom:30px;
    font-family: serif;
    font-size:45px;
    color: #402717;
    width:120px;
    
  }

  .name3{
    font-family: serif;
    color: #402717;
    font-size:20px;
    font-weight:bold;
    margin-top:20px;
  }

  .bun{
    font-family: "游ゴシック";
    color: #000000;
    padding-top:15px;
    padding-bottom:40px;
    line-height:2;
  }

  /*研究概要ページ*/
  .process{
      background-color: #F8FBF8;
  }

  .process h2 {
    background-color:#F8FBF8;
    padding-top: 30px;
    padding-bottom:15px;
    padding-left:60px;
    font-family: serif;
    font-size:30px;
    color: #402717;
  }
  .process h2:first-letter{
      font-size:150%;
  }

  .process p{
    font-family: "游ゴシック";
    color: #000000;
    margin-left:130px;
  }
  .process ul{
    font-family: "游ゴシック";
    color: #000000;
    margin-left:160px;
    margin-top:20px;
  }

.process table{
    font-family: "游ゴシック";
}

.process h3,h4{
    font-family: serif;
    margin-left:80px;
}


