* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}
p {
  line-height: 1.8;
}

.inner {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  max-width: none;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}
.staff-mv {
  padding: 64px 0;
  width: 100%;
  background-color: #f7f4e4;
}

.staff-mv-contents {
  display: flex;
  justify-content: space-between;
}
.staff-mv-contents-body {
  width: calc(100% - 320px);
}
.staff-mv-ttl-top {
  margin: 0 0 8px;
  color: #a0865e;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}

.staff-mv-ttl {
  margin: 0;
  color: #593b0f;
  font-weight: 700;
  line-height: 1.2;
}

.staff-mv-ttl-small {
  display: block;
  font-size: 32px;
}

.staff-mv-ttl-body {
  display: block;
  font-size: 56px;
}

.staff-mv-txt {
  padding-top: 40px;
  border-top: 1px dashed #000;
  color: #221815;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .staff-mv {
    padding: 32px 0;
  }
  .staff-mv-contents {
    position: relative;
    display: block;
  }
  .staff-mv-contents-body {
    width: 100%;
  }
  .staff-mv-ttl-top {
    font-size: 14px;
  }

  .staff-mv-ttl-small {
    font-size: 16px;
  }

  .staff-mv-ttl-body {
    font-size: 32px;
  }

  .staff-mv-txt {
    padding-top: 20px;
    font-size: 16px;
  }
  .staff-mv-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
  }
  .staff-mv-img img {
    max-width: 100%;
    width: auto;
  }
}

.staff-merit {
  padding: 64px 0;
  width: 100%;
  background-image: url(../img-202312/staff-merit-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.staff-merit-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .staff-merit {
    padding: 32px 0;
  }

  .staff-merit-contents {
    display: block;
  }
  .staff-merit-ttl {
    margin: 0 auto 16px;
    width: 200px;
    text-align: center;
  }
  .staff-merit-contents img {
    max-width: 100%;
  }
}
.staff-list {
  padding: 80px 0 160px;
  width: 100%;
  background-color: #fff;
  color: #000;
}

.staff-list-contents-item {
  display: flex;
  justify-content: space-between;
}

.staff-list-contents-item + .staff-list-contents-item {
  margin-top: 64px;
}

.staff-list-contents-item-img {
  width: 170px;
}

.staff-list-contents-item-body {
  width: calc(100% - 190px);
}

.staff-list-contents-item-ttl {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #593b0f;
  color: #593b0f;
  font-weight: 500;
  font-size: 32px;
}

.staff-list-contents-item-info-dl {
  display: flex;
  gap: 8px;
}

.staff-list-contents-item-info-dl + .staff-list-contents-item-info-dl {
  margin-top: 16px;
}

.staff-list-contents-item-info-dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  width: 80px;
  border-radius: 4px;
  background-color: #593b0f;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
}

:nth-child(2) > .staff-list-contents-item-info-dt {
  background-color: #ece9dc;
  color: #593b0f;
}

:nth-child(1) > .staff-list-contents-item-info-dd {
  font-weight: 500;
  font-size: 24px;
}

.staff-list-contents-item-info-dd {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .staff-list {
    padding: 40px 0 80px;
  }

  .staff-list-contents-item + .staff-list-contents-item {
    margin-top: 32px;
  }

  .staff-list-contents-item-img {
    width: 80px;
  }
  .staff-list-contents-item-img img {
    max-width: 100%;
  }

  .staff-list-contents-item-body {
    width: calc(100% - 90px);
  }

  .staff-list-contents-item-ttl {
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  .staff-list-contents-item-info-dl {
    display: flex;
    gap: 8px;
  }

  .staff-list-contents-item-info-dl + .staff-list-contents-item-info-dl {
    margin-top: 8px;
  }

  .staff-list-contents-item-info-dt {
    min-width: 60px;
    width: 60px;
    font-size: 10px;
  }

  :nth-child(1) > .staff-list-contents-item-info-dd {
    font-size: 14px;
  }

  .staff-list-contents-item-info-dd {
    font-size: 10px;
  }
}

.staff-jitsurei {
  padding: 80px 0 160px;
  width: 100%;
  background-color: #f8f8f8;
}

.staff-jitsurei-ttl {
  margin: 0 0 48px;
  color: #593b0f;
  text-align: center;
  font-size: 32px;
}

.staff-jitsurei-list {
  display: flex;
  gap: 40px;
}

.staff-jitsurei-list-item {
  flex: 1;
}

.staff-jitsurei-list-item-link {
  display: block;
  color: #000;
  text-decoration: none;
}
.staff-jitsurei-list-item-link:hover {
  opacity: 0.5;
}
.staff-jitsurei-list-item-img {
  margin-bottom: 12px;
}

.staff-jitsurei-list-item-ttl {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.staff-jitsurei-list-item-txt {
  margin-top: 20px;
  color: #444;
  font-weight: 400;
  font-size: 14px;
}

.staff-jitsurei-bottom {
  margin-top: 80px;
  text-align: center;
}

.staff-jitsurei-bottom a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .staff-jitsurei {
    padding: 40px 0 80px;
  }

  .staff-jitsurei-ttl {
    margin: 0 0 24px;
    font-size: 20px;
  }

  .staff-jitsurei-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .staff-jitsurei-list-item {
    width: 100%;
    text-align: center;
  }

  .staff-jitsurei-list-item-ttl {
    font-size: 16px;
  }

  .staff-jitsurei-list-item-txt {
    margin-top: 10px;
    font-size: 14px;
  }

  .staff-jitsurei-bottom {
    margin-top: 40px;
    text-align: center;
  }
  .staff-jitsurei-bottom img {
    max-width: 100%;
  }
}
