@charset "UTF-8";

.job-lp section{
  text-align: center;
  margin-bottom: 180px;
}
/* circle */
.uesugi-circle-item{
  background-color: #6a7f9b;
}

/* FV */
.job-uesugi .job-fv-all-text{
  text-align: left;
}
.job-uesugi .job-fv-all-text2{
  text-align: left;
}
.job-uesugi .job-fv-all-text p{
  background-color: transparent;
}

/* 見出し */
.job-uesugi h2{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.5;
  background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #6a7f9b 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.job-uesugi h3{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.job-uesugi .explain{
  margin-bottom: 80px;
}


/* about */
.uesugi-about-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}

.uesugi-about-inner img{
  width: 600px;
  max-width: 95%;
  height: 400px;
  object-fit: cover;
}

/* 上杉で行う仕事 */
.uesugi-work-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.job-uesugi .job-gallery-all{
  margin-top: 50px;
}

.job-uesugi .job-gallery-all-item img:hover{
  object-fit: contain;
  transition: transform 0.3s ease;
}

.uesugi-appeal-shower{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.uesugi-appeal-shower img{
  width: 200px;
}


.uesugi-fit-item,
.uesugi-appeal-item{
  display: inline-block;
  width: 800px;
  max-width: 95%;
  padding: 20px;
  background-color: aliceblue;
  box-shadow: #6a7f9b 0 4px 6px;
  margin: 0 auto 30px;
}

.uesugi-fit-inner,
.uesugi-appeal-inner{
  display: flex;
  flex-direction: column; 
  gap: 40px;
  width: 800px;
  max-width: 95%;
  margin: 0 auto 30px;
}
