@charset "UTF-8";
/* CSS Document */

body {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #EDECE6;
}

@media screen and (min-width: 320px) {
  /* スマホ用レイアウト 320px以上の範囲に収めるデザインはこの中に記述 */

  /*==============================================================
  　　スタッフ
  ==============================================================*/
  .sec-staff {
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 120px;
  }

  .staff-img {
    width: 100%;
    height: 234px;
    margin-top: 50px;
  }

  .staff-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 画像表示位置 */
  .staff-item.item-01 .staff-img img {
    object-position: 60% 0%;
    transform: scale(1.53);
    padding-top: 5px;
  }
  .staff-item.item-02 .staff-img img {
    object-position: 56% 0%;
    transform: scale(1.33);
    padding-top: 5px;
  }
  .staff-item.item-03 .staff-img img {
    object-position: 65% 0%;
    transform: scale(1.5);
    padding-top: 20px;
  }
  .staff-item.item-04 .staff-img img {
    object-position: 48% 0%;
    transform: scale(1.07);
  }
  .staff-item.item-05 .staff-img img {
    object-position: 40% 50%;
    transform: scale(1.12);
  }
  .staff-item.item-06 .staff-img img {
    object-position: 60% 0%;
  }

  .staff-item .name {
    font-family: "Noto Sans JP";
    font-size: 23px;
    color: #289A49;
    margin-top: 12px;
    /* margin-top: 19px; */
    line-height: 1.6;
    letter-spacing: 0.1em;
  }

  .staff-item .position {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.6;
    margin-top: 5px;
  }

  .staff-item .text {
    font-family: "Noto Sans JP";
    font-size: 14px;
    width: 90%;
    letter-spacing: 0.1em;
    line-height: 1.8;
    /* margin-top: 15px; */
    margin-top: 13px;
  }

}

@media screen and (min-width: 640px) {
  /* タブレット用レイアウト 640px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
  　　TB_スタッフ
  ==============================================================*/
  .sec-staff {
    width: 74.97%;
    margin: 80px 0 0 16.66%;
    padding-bottom: 150px;
  }

  .staff-img {
    width: 70%;
    height: 336px;
    margin-top: 60px;
  }

  .staff-item .name {
    font-size: 29px;
    margin-top: 22px;
  }

  .staff-item .position {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 6px;
  }

  .staff-item .text {
    font-size: 16px;
    width: 100%;
    margin-top: 16px;
  }

}

@media screen and (min-width: 1024px) {
  /* パソコン用レイアウト 1024px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
  　　PC_スタッフ
  ==============================================================*/
  .sec-staff {
    margin: 100px 0 0 16.66%;
    padding-bottom: 200px;
  }

  .staff-item {
    display: grid;
    grid-template-columns: 44.4% 50.4%;
    column-gap: 5.5%;

    align-items: center;
    margin-top: 60px;
  }

  .staff-item .name {
    margin-top: 0;
  }

  .staff-img {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .staff-img img {
    aspect-ratio: 6 / 4.6;
  }

}

@media screen and (min-width: 1400px) {
  /* パソコン用レイアウト 1400px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
    　　main-top（index-other.css）
  ==============================================================*/
  .main-top .main-item p {
    margin-left: 30px;
  }
}