.page_member .sec_ineer {
  width: 80%;
  margin: 0 auto;
}


.staff-grid {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  color: #333;
  text-align: center;
}

.staff-grid h3 {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 20px;
}

.staff-grid h3,
.staff-grid p {
  color: #333;
}

.staff-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 0% 20%;
}

@media screen and (max-width: 767px) {
  .staff-grid {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 50px;
    color: #fff;
    text-align: center;
  }
}

.profile-img h2 {
  text-align: center;
  margin: 30px auto;
  font-size: 5.5rem;
  font-weight: 700;
}

.profile-img h2 small {
  font-size: 2.5rem;
}

.profile-img img {
  width: 850px;
  height: 550px;
  object-fit: cover;
  object-position: 50% 25%;
}

.profile-txt {
  max-width: 100%;
  margin: 0 auto;
  background: rgb(255, 255, 255, 0.8);
  color: #333;
  border-radius: 10px;
  padding: 5% 0;
  margin-top: 30px;
  text-align: left;
}

.staff-grid .sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.staff-grid .sns img {
  width: 20px;
  height: auto;
  object-fit: cover;
  margin-right: 10px;
}

.profile-txt h3 {
  padding: 5px 10px;
  margin: 10px 0 5px;
  display: inline-block;
  border-bottom: solid 1px #bf904e;
  color: #fff;
  background-color: #bf904e;
}


@media screen and (max-width: 767px) {
  .page_member .sec_ineer {
    width: 100%;
    margin: 0 auto;
  }

  .profile-txt {
    max-width: 850px;
    margin: 0 auto;
    background: rgb(255, 255, 255, 0.8);
    color: #333;
    border-radius: 10px;
    padding: 5%;
    margin-top: 0px;
    text-align: left;
  }

  .profile-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 25%;
  }

  .profile-img h2 {
    font-size: 3.5rem;
  }

  .profile-img h2 small {
    font-size: 2.0rem;
  }

  .profile-txt {
    width: 100%;
  }
}