/*========================================= staff_pc =========================================*/
.stfcn {
  max-width: 1000px;
  margin: 0 auto;
}

.u-staff__container {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 118px;
  justify-content: space-between;
}

.u-staff__left figure {
  width: 356px;
}

.u-staff__left figure img {
  width: 100%;
  height: auto;
}

.u-staff__lead {
  text-align: center;
  padding-top: 20px;
}

.u-staff__lead {
  font-weight: bold;
}

.u-staff__sns {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 14px;
}

.u-staff__sns figure {
  width: 20px;
}

.u-staff__sns figure img {
  width: 100%;
}

.u-staff-right {
  width: 405px;
}

.u-staff-list h3 {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 10px;
}

.u-staff-list p {
  padding-bottom: 16px;
}

.u-staff-list__inner {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.u-staff__text {
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}

.u-staff__wrapper {
  border-bottom: solid 2px #808080;
  position: relative;
  margin-bottom: 118px;
}

.u-staff__wrapper:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #f5a52c 0%, #ec4451 100%);
  border-image-slice: 1;
  bottom: -1.5px;
  width: 20%;
}

/*========================================= /staff_pc =========================================*/

/* NEW STAP */

.sns {
  margin-bottom: 20px;
}

.sns a {
  display: inline-block;
  margin: 0 8px;
}

.sns img {
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.3s;
}

/* ホバーでちょい浮く */
.sns img:hover {
  transform: scale(1.2);
  opacity: 0.7;
}

.staff {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

/* グリッド */
.staff-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 60px;
}

/* カード */
.card {
  background: #f5f5f5;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}

/* 3枚目を左に寄せる */
.card:nth-child(3) {
  grid-column: 1 / 2;
}

/* 背景 */
.bg img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
}

/* メイン画像 */
.main-img {
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
}

.main-img img {
  width: 100%;
}

/* コンテンツ */
.content {
  padding: 30px 30px 0;
}

.jp {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 600;
}

.en {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

/* SNS */
.sns {
  margin-bottom: 20px;
}

.sns span {
  margin: 0 8px;
  font-size: 14px;
}

/* プロフィール */
.profile {
  text-align: left;
}

.title {
  color: red;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile p {
  font-size: 13px;
  line-height: 1.8;
}

.image img {
  width: 100%;
}

/* NEW STAP */

@media screen and (max-width: 768px) {
  /*========================================= staff_sp =========================================*/

  /* コンテンツ */
  .content {
    padding: 20px 20px 0;
  }
  /* カード */
  .card {
    width: 100%;
  }

  .staff-inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  /* 3枚目の位置リセット */
  .card:nth-child(3) {
    grid-column: auto;
  }

  .u-staff__container {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 60px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }

  .u-staff__left figure {
    width: 100%;
  }

  .u-staff__left figure img {
    width: 92%;
    margin: 0 auto;
  }

  .u-staff__lead {
    text-align: center;
    padding-top: 20px;
  }

  .u-staff__lead {
    font-weight: bold;
  }

  .u-staff__sns {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 14px;
  }

  .u-staff__sns figure {
    width: 20px;
  }

  .u-staff__sns figure img {
    width: 100%;
  }

  .u-staff-right {
    width: 100%;
  }

  .u-staff-list__inner {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .u-staff__text {
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
  }

  .u-staff__wrapper {
    border-bottom: solid 2px #808080;
    position: relative;
    margin-bottom: 60px;
  }

  .u-staff__wrapper:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #f5a52c 0%, #ec4451 100%);
    border-image-slice: 1;
    bottom: -1.5px;
    width: 20%;
  }

  .u-staff-list h3 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
  }

  .u-staff-list p {
    padding-bottom: 16px;
  }
  /*========================================= /staff_sp =========================================*/
}
