@charset "utf-8";

/* worksを中央ぞろえ
キャッチコピーを右側配置の左ぞろえ
Skillの内容確認
GrapicをFlierに変更
iconサイズ調整
ヘッダー全体の固定にする
サブカテゴリーをStickyで固定 */

body {
  letter-spacing: 4px;
}



h3 {
  font-size: 1.7rem;
  text-align: center;
  padding-bottom: 80px;
  padding-top: 100px;
}

h3::after {
  display: block;
  content:'';
  width: 100px;
  height: 3px;
  background-color: #8FAF9A;
  margin: 8px auto 0;
}

/* 大きな背景画像 */
.big-bg {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

/* top */
.first-view {
  width:fit-content;
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 4vh;
  margin-left: auto;
  padding-right: 10%;
    padding-top: 100px;
}

.first-view img {
  width: 80px;
  display: block;
  
  object-fit: contain;
}

.first-view h1 {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 20px;
  display: flex;
  justify-content: center;
  align-items: center;


}

#top {
  background-image: url(../images/index/FV_pc.png);
  min-height: 100vh;
}


/* WORKS */

/* .wrapper {
  margin:  0 auto;
  padding: 200px 3vw;
} */

.wrapper {
  padding-top: 200px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.title {
  text-align: center;
  /* position: sticky;
  top: -90px;
  z-index: 200; */

}
.title ul{
  display: flex;
  flex-wrap: wrap;
  width: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 40px auto;
  font-size: 1rem;

}

.title li {
  padding: 8px 32px;
}

.title li:hover {
    transform: scale(1.1);
    transition-duration: .4s;
          color: #45534a;

}
.title li a:hover {
      color: #45534a;
}

.title a {
  color: #8FAF9A;
}


.sub-title {
  font-size: 0.8rem;
  font-weight: 400;
  color: #6E6E6E;
}

.main-title {
  font-size: 2.5rem;
  color: #8FAF9A;
}








.works-item {
  display: flex;
  justify-content: center;
  /* width: 23vw; */
  /* flex-wrap: wrap; */
}

.works-item:hover {
    transform: scale(1.1);
    transition-duration: .4s;
}

.works-list {
  display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 350px));  gap: 4vw;
  justify-content: center;
  max-width: 1800px;
  padding-bottom: 100px;
  margin: 0 auto;
  
}



.mockup {
  
  object-fit: cover;
}

.works-item h4 {
  font-size: 1rem;
  padding: 8px 0;
}





.description-text span {
  color: #6E6E6E;
}

.description-text .works-button {
  display: inline-block;
  padding-top: 16px;
  border-bottom: 1px solid #333;
}



.reverse {
  flex-direction: row-reverse;
}

.reverse .description-text {
  padding-left: 16px;
  padding-right: 80px;
}

/* about */


.profile-area p {
  font-size: 0.7rem;
}

.profile-area img {
  height: auto;
}


.content {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
} 


.bg-color{
  background-color: rgba(255, 255, 255);
  max-width: 90%;
  margin: 0 auto;
  padding-top: 200px;
  border-radius: 400px 400px 0 0;
}


.icon-image {
  width: 150px;
  height: 150px;
  object-fit: cover;

}




/* PROFILE */

/* .profile {
  margin: 40px;
} */
.profile-text{
  padding-top: 32px;
}

.profile-text h4 {
  padding-bottom: 40px;
}

.name-text p {
  font-size: 0.6rem;
  color: #8FAF9A;
}

.profile-area img {
  width: 40%;
  height: 400px;
  object-fit: contain;
}

.profile .description-text {
  padding-right: 40px;
}

.name-text h4 {
  text-align: left;
  padding-bottom: 0;
}

/* skill */

.skill-area .description-text {
  padding-left: 80px;
}

.skill-area h4 {
  padding-bottom: 16px;
}

.skill-area p{
  padding-bottom: 8px;
}



.tool-list ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}

.tool-list li {
  padding: 3px 16px;
  border: 1px solid #8FAF9A;
  border-radius: 20px;
  margin-right: 16px;
  margin-bottom: 8px;
}

.skill .content {
  padding-bottom: 40px;
  justify-content: start;
}

/* STRENGTH */


.grid-list {
  width: 1200px;
  margin-left: auto; 
  margin-right: auto;
  display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: 80%;
  gap: 56px;
  justify-content: center;
}

.grid-list h4 {
  padding-bottom: 24px;
  font-size: 1.2rem;
}

.grid-list p {
  padding-top: 24px;
  display: inline-block;
  width: 90%;
}

.grid-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-list img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}


/* Biography */

.timeline-area {

  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}


.timeline li{

  display: flex;
  margin-bottom: 32px;
  align-items: start;
  
}

.timeline-date {
  display: flex;
  min-width: 200px;
    font-weight: bold;
}

.timeline-date p {
    margin-left: 16px;
    font-size: 1rem;
}


.timeline {
  max-width: 100%;

}


.Biography {
  margin: 3%;
}

.timeline-content {
  max-width: 700px;
  text-align: left;
  padding-left: 50px;
}

.timeline-round {
  background-color: #8FAF9A;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}


/* CONTACT */
.contact {
  background-color: #8FAF9A;
  text-align: center;
  padding-bottom: 40px;
}



.contact h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  color: #8FAF9A;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  padding-bottom: 32px;
  letter-spacing: 0.1em;
}

.contact p {
  color: #fff;
}

.email-button {
  background-color: #fff;
  display: flex;
  justify-content: center;
  max-width: 500px;
  padding: 8px 80px;
  border-radius: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 8px auto 0;
}
.email-button a {
  display: inline-block;
  
}

.email-button:hover {
    transform: scale(1.1);
    transition: transform .4s ease;
    border: 2px solid #45534a;
}


.button {
  display: inline-block;
  border: 1px solid #8FAF9A;
  padding: 8px 60px;
  border-radius: 32px;
  margin-top: 24px;
}

@media (max-width: 960px) {

    h3 {
    padding-top: 40px;
  }


   /* .first-view */
  .first-view {
    height: calc(100vh - 50px);
    text-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }

  .first-view h1 {
    font-size: 1.5rem;
  }



  /* TITLE */

  #works .title-area {
    padding: 50px 0;
  }

  #works .title-area::before {
    width: 100px;
  }



  /* WORKS */
  .wrapper {
    padding-top: 100px;
  }

  .works-item {
    display: block;
    justify-content: start;
    margin: 0 auto;
  }

  .main-title {
  font-size: 1.3rem;
}

  .description-text {
    padding: 0;
  }

  .works-item {
    max-width: 90%;
    padding-bottom: 64px;
  }

  .works-item img {
    width: 100%;
    max-width: 100%;
  }

  .reverse .description-text {
    padding: 0;
  }
  /* CONACT */


  .contact {
    padding: 32px 0;
  }

  .contact h3 {
    padding-bottom: 16px;
  }


  .about {
    padding-top: 80px;
  }


  .content {
  width: 500px;
  display: block;
  text-align: center;
  padding-bottom: 0;
  
  }

  .about .title {
  padding: 80px 0 64px;
  font-size: 1.5rem;
}

/* profile */

.profile-area img {
    width: 100%;
}

.profile .content {
  text-align: left;
}


.profile .description-text {
    padding-right: 0;
    padding-bottom: 40px;
}
.profile .content {
  display: block;
}

/* skill */

.skill-area .description-text {
    padding-left: 0;
}

.skill .content {
  display: block;
}


/* STRENGTH */
/* .grid-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: 90%;
} */

.content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

  /* work */

  .works-list {
    padding-bottom: 40px;
  }

  .description-text p {
    text-align: left;
  }

  .description-text {
    padding-left: 0;
  }

  /* .Biography {
    margin: 30px;
  } */

  .timeline li {
    display: block;
  }

  .timeline-date {
    padding-bottom: 8px;
    
  }

  .timeline-area {
    padding-bottom: 100px;
  }

    /* CONACT */
  .contact {
    padding: 32px 0;
  }


  /* ABOUT */

  .bg-color {
    padding-top: 100px;
  }

}

@media (max-width: 430px) {
  .email-button a {
    font-size: 0.7rem;
  }
}




