@charset "UTF=8";

/*-header-*/
.header_contents{
    margin-top: 80px;

}

.g_nav{
  margin-top: 80px;
}

h1{
    /*-font-size: 2.5rem;-*/
    margin-left: 30px;
}

ul li{  
    font-size: 1.5rem;
    margin-right: 70px;
    align-items: center;
}

.list{
    align-items: center;
}

.mv01{
margin-left:auto;
margin-right: auto;
width: 640px;
margin-bottom: 80px;
}

.full {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../images/main_01.jpg) center / cover;
  margin-bottom: 50px;
}

/*-main-*/
main{
    margin-bottom: 100px;
}

h2{
    margin-bottom: 70px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;

}



.about_img {
	margin: 16px auto;
	text-align: center;
	display: block;
    margin-bottom: 100px;
}


.sample01 , .sample {
	margin: 16px auto;
	text-align: center;
	display: block;
    margin-bottom: 50px;
}

.sample .text {
	text-align: left;
	display: inline-block;
  line-height: 2;
}

.h3_size{
    font-size: 2rem;
    font-weight: bold;
}

.circle{
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border:7px solid #17695E ;
    text-align:center;
    line-height: 6;
    margin-bottom: 20px;
    font-size: 2rem;
}

.circle p{
    font-size: 1rem;
    line-height: 2;
    margin-top: 50px;
    text-align: left;
}

.circle_section{
    margin-bottom: 250px;
}


h4{
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 50px;
    font-weight: bold;
}

.skill{
  display: grid;
  width: 1280px;
  grid-template-columns: 1fr 2fr;
  text-align: center;
  /* display: grid; */
  /* justify-items: center; */
  align-items: center;
}

.skill .text{
  text-align: left;
  line-height: 2;
}

/*-.skill li{
    margin-right: 0px;
}-*/



.skill li{
  margin-right: 0px;
}

.skill li img{
    width: 20%;
    height: auto;
    margin-bottom: 20px;
}

.skill p{
    font-size: 1rem;
}

.carrer_section p{
    font-size: 1rem;
}

/*-carrer-*/
.timeline{
    margin-bottom: 50px;
}

.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
.timeline-date {
    width: 150px;
    float: left;
  }
  
.timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }

.timeline-content p{
    margin-bottom: 40px;
}  

.timeline-content_text{
    font-size: 1rem;
}
  
.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 145px;
    top: 14px;
    border-radius: 100%;
  }

  
/*-like-*/
  h4{
    text-align: center;
  }

  .like {
    display: flex;
    flex-wrap:wrap;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .like_item {
    text-align: center;
    margin: 15px;
    width: 30%;
  }

  .like_item img{
    height: 100%;
  }

/*-footer-*/
  #footer{
    position: relative;
    z-index: 2;
  }

footer{
    background-color:#17695E;
    color: #fafafa;
}

.f_navi{
    padding: 70px 0;
}

.f_navi li a{
    color:#fafafa ;
}

.f_navi {
  padding: 70px 0;
  margin-left: 30px;
}


@media screen and (max-width:1280px) {

  /*　画面サイズが1024pxからはここを読み込む　*/
  /*-h1 a {
    color: green;
  }-*/

  .f_color {
    background-color: #17695E;
  }

}

@media screen and (max-width:768px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  /*h1 a {
    color: blue;
  }-*/


}

@media screen and (max-width:480px) {

  /*　画面サイズが480pxからはここを読み込む　*/

  /*-h1 a {
    color: red;
  }-*/



  h2 {
    margin: 20px;
  }

  .inner {
    width: auto;
  }

  img {
    width: 100%;
    height: auto;
  }

  .ds_f {
    display: block;
  }

  .header_contents {
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .g_nav{
    margin-top: 20px; 
  }


  main{
      margin-bottom: 30px
  }

  .sample01{
    display: block;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .sample{
      margin: 20px;
  }

  .circle_section{
    text-align: center;
    margin-bottom: 30px;
  }

 .circle{
  margin-top: 50px;
 }

 .skill{
  width: auto;
  margin: 20px;
}

 .timeline{
  margin: 20px;
 }

 .timeline-content{
  float: none;
  width: auto;
  border-left: none; 
  padding-left: 0px;
 }

 .timeline-content p{
  margin-bottom: 30px;
 }

 .timeline-content:before{
  content: none;
 }

 .skill li img{
  width: 70%;
 }

 .skill .text{
  margin-bottom: 50px;
 }

.like{
  margin-bottom: 30px;
  display: block;
  width: auto;
}

.like_item{
    width: auto;
    margin: 20px;
}

.sp_none{
    display: none;
  }

  .about p {
    margin: 30px;
  }

  ul li {
    margin-right: 0px;
  }

  /*========= ナビゲーションのためのCSS ===============*/

  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #999;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /*リストのレイアウト設定*/

  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 20px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }





}

