.pagination {
}

.pagination__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  transform: translateX(11px);
}

.pagination__prev,
.pagination__next {
  font-size: 13px;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
}

.pagination__prev {
  margin-right: 13px;
}
.pagination__next {
  margin-left: 13px;
}

.pagination__numbers {
  display: flex;
  gap: 10px;
}
.pagination__numbers span {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  width: 25px;
  height: 37px;
  display: inline-block;
  text-align: center;
}
.pagination__numbers a {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  width: 25px;
  height: 37px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
}

#a-news {
  background-color: #f7f7f7;
  margin-top: -46px;
  padding-top: 81px;
  padding-bottom: 87px;
}

.a-news__container {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .a-news__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.a-news__itemsWrapper {
  margin-bottom: 57px;
}

.a-news__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 29px;
}

@media screen and (max-width: 999px) {
  .a-news__items {
    flex-direction: column;
  }
}

.a-news__item {
  width: 32%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .a-news__item {
    width: 100%;
  }
}

.a-news__item {
  display: flex;
  flex-direction: column;
}

.a-news__itemImage {
  width: 100%;
}

.a-news__itemImage img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.a-news__itemText {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 7px 7px 12px rgba(211, 211, 211, 0.1);
  padding-bottom: 24px;
}

.a-news__itemTitle {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.625;
  font-family: "Noto Serif JP", serif;
  padding: 20px 19px 0 19px;
  display: flex;
}

.a-news__itemContent {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 2.07692307692;
  margin-top: 10px;
  padding: 0px 28px 0 17px;
}

.a-news__itemMore {
  text-align: right;
}

.a-news__itemMore p {
  display: inline-block;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #000;
  font-size: 14px;
  color: #acacac;
  margin-top: 13px;
  padding-right: 14px;
  margin-right: 31px;
  border-bottom: 1px solid #acacac;
  padding-bottom: 3px;
}

.a-news__catsWrapper {
  margin-bottom: 47px;
}

.a-news__cats {
  gap: 20px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .a-news__cats {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.a-news__cat a {
  width: 200px;
  display: inline-block;
  background-color: #000;
  border-radius: 200px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 13px 0 10px;
}

.a-news__cat.active a {
  background-color: #666;
}

/* 関連記事のグリッドレイアウト */
.same-category .a-news__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 29px;
}

.same-category .a-news__item {
  width: calc(33.333% - 14px);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .same-category .a-news__item {
    width: 100%;
  }
}

#a-staff {
  padding-top: 86px;
  margin-top: -49px;
  padding-bottom: 119px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 999px) {
  #a-staff {
    padding-top: 20px;
  }
}

.a-staff__top {
}
.a-staff__topContainer {
  background: url(../img/staff-top-bg.png) no-repeat center center / cover;
  position: relative;
  max-width: 1004px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 111px;
  padding-right: 113px;
  padding-bottom: 38px;
}

@media screen and (max-width: 999px) {
  .a-staff__topContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.a-staff__topItem {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .a-staff__topItem {
    flex-direction: column;
  }
}

.a-staff__topItemCharm {
  position: absolute;
  top: 3%;
  right: 0%;
  width: 9.2%;
}

@media screen and (max-width: 999px) {
  .a-staff__topItemCharm {
    display: none;
  }
}

.a-staff__topItemImage {
  margin-top: 47px;
  width: 32.145%;
}

@media screen and (max-width: 999px) {
  .a-staff__topItemImage {
    width: 100%;
    margin-top: 0;
  }
}

.a-staff__topItemText {
  width: 58.718%;
  color: #fff;
  margin-top: 42px;
}

@media screen and (max-width: 999px) {
  .a-staff__topItemText {
    width: 100%;
    margin-top: 20px;
  }
}

.a-staff__topItemGreeting {
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  padding-left: 87px;
  position: relative;
}

.a-staff__topItemGreeting::before {
  position: absolute;
  display: block;
  content: "";
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 16.5%;
  background-color: #fff;
}

.a-staff__topItemHead {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: -3px;
  margin-bottom: 9px;
}

@media screen and (max-width: 999px) {
  .a-staff__topItemHead {
    font-size: 24px;
  }
}

.a-staff__topItemPosition {
  font-size: 14px;
  letter-spacing: 0.09em;
}
.a-staff__topItemName {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  margin-bottom: 19px;
}
@media screen and (max-width: 999px) {
  .a-staff__topItemName {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.a-staff__topItemContent {
  line-height: 2.57142857143;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.a-staff__itemsWrapper {
  padding-top: 59px;
  max-width: 1004px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .a-staff__itemsWrapper {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.a-staff__items {
  display: flex;
  flex-direction: column;
  gap: 49px;
}

@media screen and (max-width: 999px) {
  .a-staff__items {
    flex-direction: column;
  }
}

.a-staff__item {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .a-staff__item {
    flex-direction: column;
    gap: 10px;
  }
}

.a-staff__itemImage {
  width: 23.797%;
}

@media screen and (max-width: 999px) {
  .a-staff__itemImage {
    width: 100%;
  }
}

.a-staff__itemText {
  width: 71.614%;
  margin-top: 5px;
}
@media screen and (max-width: 999px) {
  .a-staff__itemText {
    width: 100%;
  }
}

.a-staff__itemCats {
  display: flex;
  align-items: center;
  gap: 10px;
}

.a-staff__itemCat {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #000000;
  line-height: 1;
  text-align: center;
  padding: 4px 10px 5px 10px;
}

.a-staff__itemInfo {
  display: flex;
  border-bottom: 1px solid #000000;
  justify-content: space-between;
  align-items: center;
}

.a-staff__itemName {
  display: flex;
  align-items: center;
  background-color: #000000;
  margin-top: 6px;
  gap: 11px;
  padding-right: 13px;
}

@media screen and (max-width: 999px) {
  .a-staff__itemName {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.a-staff__itemName h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  letter-spacing: 0.12em;
  font-weight: 600;
  padding-left: 10px;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .a-staff__itemName h2 {
    font-size: 18px;
  }
}

.a-staff__itemName p {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .a-staff__itemName p {
    padding-left: 10px;
    font-size: 14px;
  }
}

.a-staff__itemMore {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 7px;
  margin-right: 11px;
  position: relative;
  transition: all 0.3s ease;
}

.a-staff__item:hover .a-staff__itemMore {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.a-staff__itemMore p {
  display: flex;
  align-items: center;
  gap: 13px;
}

.a-staff__itemContent {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.25;
  background-color: #ffffff;
  border: 1px solid #707070;
  margin-top: 34px;
  padding: 36px 50px 32px 50px;
  position: relative;
}
