@charset "utf-8";
/*reset
----------------*/
html,body,h1,h2,h3,h4,p,ul,li,dl,dt,dd{
  margin:0;
  padding:0;
  line-height: 1.0;   
}
ul{
  list-style:none;
}
a{
  text-decoration:none;
  color:#222;
}
img{
  vertical-align: bottom;
}
html { font-size: 62.5%; }
body{
  background: #fff;
  color: #333;
}
.st0{fill:#FFFFFF;}
:root {
--main-color: #85cbbf;
--point-color: #877999;
}

/*TOPへ戻るボタン
----------------*/
#to-top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(133,203,191,0.7);
  border-radius: 60px;
  border:1px solid #fff;
  color: #fff;
}
#to-top .up{
  font-size:4em;
  line-height: 50px;
  color: #fff;
}
#to-top:hover#to-top .up{
  color: var(--point-color);
}

/*ヘッダー
----------------*/
.header{
  position:fixed;
  width:100%;
  height:130px;
  box-sizing: border-box;
  background:rgba(133,203,191,0.7);
  z-index: 10;
}
.headerinner{
  width:100%;
  padding:10px 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  z-index: 10;
}
h1{
  padding:25px 0 25px 10px;
  margin-right: auto;
}
svg#rogo{
  width:190px;
}
a:hover path{
  fill:var(--point-color);
}
.gnav{
  padding-right:8px;
}
.gnav a{
  font-size:1.7rem;
  margin-left:28px;
  line-height: 1.5;
  font-family: 'Barlow', sans-serif;
  color:#fff;
}
.gnav a:hover{
  color:var(--point-color);
}
/*メインビジュアル
----------------*/
.visual{
  width:100%;
  height:20vh;
 padding-top:300px;
  background: url(../img/main.png)no-repeat 51% bottom/auto 55vh,
  #e6e6e6;
}
/*コンテナ
----------------*/
.container{
  width:100%;
  padding:2%;
  margin:0 auto;
  box-sizing: border-box;
  text-align: center;
}
#client,#works,#banner,#about{
  width:100%;
  box-sizing: border-box;
  padding:30px 0 50px;
  margin: 0 auto;
  border-bottom:1px solid var(--main-color);
}
#about{
  border-bottom:none;
  padding-bottom:30px;
}
h2{
  font-size:4rem;
  font-family: 'Courgette', cursive;
  margin-bottom: 20px;
  color:var(--point-color);
}
/*クライアントワーク
----------------*/

#client a:hover .clientIMG{
  transform:scale(1.05);
}
#client p{
  font-size:1.4rem;
  line-height: 1.5;
  color:#666;
}
.clientIMG{
  max-width:100%;
  padding:15px;
  box-sizing: border-box;
}
.btn{
  width:190px;
  height:30px;
  margin: 20px auto 0;
  display: block;
  line-height: 30px;
  font-size:16px;
  color: #fff;
  background: var(--main-color);
  border-radius: 30px; 
}
#client a:hover .btn,.btn:hover{
  background: var(--point-color);
}


}
/*作品
----------------*/
.works{
  width:100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.works li{
  width:44%;
  margin: 10px auto; 
  box-sizing: border-box;
}
.works img{
  width:100%;
  margin: 0 auto;
  box-sizing: border-box;
  border:5px solid #fff;
  box-shadow: 5px 5px 5px rgba(20,20,20,0.2);
}
.works li:hover img{
  opacity: 0.7;
  transition:0.5s;
}

/*バナー
----------------*/
.works,.banner{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px 0;
}
.banner li{
  margin:20px;
}
.banner img{
  box-shadow: 0 0 10px gray;
}

/*スキル
----------------*/
.skillwrap{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.devicons,.fa.fa-mobile{
  font-size:4rem;
  color:var(--main-color);
}
.icon{
  padding:10px;
}
.box{
  width:48%;
  text-align: center;
  padding:6px 6px;
  margin:8px 0;
  box-sizing: border-box;
  word-wrap: break-word;
}
h3{
  margin: 0 auto;
  font-family: 'Courgette', cursive;
  font-size:32px;
  color:#999;
  padding: 20px;
  display: flex;
  align-items: center;
}
h3:before, h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #999;
  display: block;
}
h4{
  font-family: 'Courgette', cursive;
  font-size:20px;
  color:#877999;
  padding:6px 0;
}
.box p{
  color:#999;
  font-size:10.5px;
  line-height: 1.3;
}
/*プロフィール
----------------*/
.me{
  margin-bottom: 40px;
}
.me ul{
  max-width:650px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.me ul::before{
content: "";
display: block;
width:3px;
box-sizing: border-box;
border-left: 3px solid var(--point-color);
position: absolute;
left: 24px;
top: 30px;
bottom: 20px;
}
.me li{
  font-size:1.3rem;
  display: flex;
  margin-top:24px;
  align-items: center;
  text-align: left;
  line-height: 1.4;
}
.me img{
  margin-right:16px;
  z-index: 1;
}
.candle{
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.6));
}
.ulsayuu li a:hover img{
  opacity: 0.7;
  transition:0.5s;
}
.ulsayuu{
  display:flex;
  justify-content: space-between;
}
.ulsayuu li{
  width:46%;
}
.ulsayuu .fa{
  margin-left:30px;
  font-size:20px;
  padding:4px 0;
  color:var(--point-color);
}

/*フッター
----------------*/
footer{
  max-width:100%;
  padding:20px;
  font-size:12px;
  text-align: center;
  background:var(--point-color);
  color: #fff;
}
/*TB以上
----------------*/
@media screen and (min-width:768px){
.header{
  padding:25px 15px;
  height:190px;
  box-sizing:border-box;
}
.headerinner{
  width:100%;
  margin: 25px auto 10px;
  box-sizing:border-box;
  align-items: flex-end;
}
.gnav ul{
  display:flex;
  justify-content: space-between;
}
h1{
  padding:0 10px;
}
svg#rogo{
  width:300px;
}
h2{
  font-size:5rem;
}
.visual{
  width:100%;
  height:34vh;
 padding-top:380px;
  background: url(../img/main.png)no-repeat 51% bottom/auto 70vh,
  #e6e6e6;
}

/*タブレットコンテナ
----------------*/
.container{
  max-width:1200px;
  padding:40px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.clientIMG{
  width:550px;
}

/*シャッフル
----------------*/
.works li{
  width:300px;
  margin: 16px; 
}
.box{
  width:17%;
}
h3{
  width:320px;
}

}
@media screen and (min-width:1024px){
h1 img{
  width:320px;
}
/*メインビジュアル
----------------*/
.visual{
  width:100%;
  height:34vh;
 padding-top:400px;
  background: url(../img/main.png)no-repeat 51% bottom/auto 70vh,
  #e6e6e6;
}

}