@charset "UTF-8";

html{font-size: 100%;

}

body{
    background-color: #fff;

}

a{
    text-decoration: none;
    color:#03C;
}

img{
    max-width: 100%;
}

.RectClip {
    border-radius: 2.5%;
}


.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*ヘッダー
------------------*/
.page-header {
    background-color: #000;
    padding-top: 4.5rem;
}






/* フッター
----------------*/
.page-footer{
    background-image: url(pics/.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 12rem;
}

.info{
    width: 100%;
    max-width: 544px;
    margin: auto;
    padding: 0 1.5rem;
    border-spacing: 0;
    
}

.info th,
.info td{
    border-bottom: 1px solid #c9c2bc;
}

.info th{
    text-align: left;
    font-weight: normal:100
    padding: 1rem;
}
.info td{
    padding: 1rem 0;
}

.copyright{
    background-color: #000;
    text-align: center;
    padding: 2rem 0;
    margin-top: 0;
    color: #fff
}


/* セクション　コンテナ関連
----------------*/

.linkblack{
    text-decoration:none;
    color: #000
}


ul{
    
    display:flex;
    justify-content:right;
    align-items:center;
    height:80px;
    width:87.5%;
    margin:0 auto;
}

li{
    display:inline; 
    padding:0 10px;
}

// inline-blockの場合
li{
    display:inline-block; 
    padding:0 10px;
    zoom:1 // IE7以下
}


.profile{
    max-width: 1100px;
    paddind: 0 1.5rem;
    margin: 6.5rem auto 4rem;
}
.profile p {
margin-bottom: 3rem;

}

.actibity{
    max-width: 900px;
    paddind: 0 1.5rem;
    margin: 3rem auto 4rem;
}
.actibity p {
margin-bottom: 3rem;

}


.works{
    max-width: 900px;
    paddind: 0 1.5rem;
    margin: 3rem auto 4rem;
}
.works p {
    margin-bottom: 3rem;

}



.item{

    margin: 10px;
    padding: 10px;
}    

.container{
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: .60fr .55fr;
    gap: 25px
}

@media(max-width: 1000px){
    .container {
      grid-template-columns: 1fr;
    }
  }


.container1{
  
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    gap: 50px
}

@media(max-width: 1000px){
    .container1 {
      grid-template-columns: 1fr;
    }
  }



  .container2{
    display: grid;
    width: 100%;
    background-color: #000;
    justify-content: center;
    grid-template-columns: 1fr;
  
}







/* フォント
----------------*/

p{
    font-size: 15;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@media(max-width:1000px){
    p{
        font-size: 50px;
    }

}

h1{
    font-size: 40;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

@media(max-width:1000px){
    h1{
        font-size: 60px;
    }

}

h2{
    font-size: 20;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

@media(max-width:1000px){
    h2{
        font-size: 40px;
    }

}



h3{
    text-align: justify;
    font-size: 15;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@media(max-width:1000px){
    h3{
        font-size: 20px;
    }

}

h8{
    font-size: 18;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

@media(max-width:1000px){
    h8{
        font-size: 30px;
    }

}

h9{
    font-size: 20;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

@media(max-width:1000px){
    h9{
        font-size: 15px;
    }

}





