:root {
  --sds-typography-weight-semibold: 600;
}

@media screen and (min-width: 961px) {
  .member .page-content .inner {
    padding-top: 40px;
  }
}

.member .section-title--en {
  font-family: "Roboto Slab";
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3692307692;
}

.archive-list-wrap {
  margin-top: 600px;
  padding-bottom: 130px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px 60px;
}
@media screen and (max-width: 960px) {
  .archive-list-wrap {
    grid-template-columns: 1fr;
    gap: 60px 0;
    padding-bottom: 75px;
  }
}

.article-list {
  position: relative;
}

.article-list a {
  display: block;
}

.article-list-category {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 0 10px;
  color: #fff;
  background: #000;
}

.article-list-image-wrap {
  aspect-ratio: 372/400;
}

.article-list-image {
  width: 100%;
  height: auto;
  aspect-ratio: 372/400;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.article-list-title {
  padding: 10px 20px;
  background: #F4F3F0;
  color: #000005;
  font-family: "Roboto Slab";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3235294118;
}
@media screen and (max-width: 960px) {
  .article-list-title {
    font-size: 24px;
  }
}

.article-list-date {
  margin-top: 8px;
  color: #939191;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
/* ===================================
 * single
 * =================================== */
.entry .wp-block-image {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .entry .wp-block-image {
    margin-bottom: 30px;
  }
}

.entry ul:not(#ez-toc-container) {
  margin-bottom: 20px;
}

.entry ul:not(#ez-toc-container) li {
  list-style-position: inside;
}

.entry ul:not(#ez-toc-container) ul {
  margin-left: 1em;
}

.entry ol {
  margin-bottom: 20px;
}

.entry ol li {
  padding-left: 1em;
  list-style-position: inside;
  text-indent: -1em;
}

.entry ol ol {
  margin-left: 1em;
}

.entry a {
  text-decoration: underline;
  color: #000;
}

.member-main-visual {
  padding: 130px 0 40px;
  max-width: 1244px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .member-main-visual {
    padding-top: 60px;
    padding-inline: 15px;
  }
}
.member-main-visual::before {
  background: url(../img/common/common-bg-gray.webp) repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.member-main-visual h1 {
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  line-height: 1.72;
}
@media screen and (max-width: 960px) {
  .member-main-visual h1 {
    font-size: 30px;
  }
}

.single-member .member-meta {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .single-member .member-meta {
    margin-top: 40px;
  }
}

.single-member .member-position {
  color: #000005;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .single-member .member-position {
    font-size: 16px;
  }
}

.single-member .member-name {
  color: #000005;
  font-family: "Roboto Slab";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .single-member .member-name {
    font-size: 24px;
  }
}

.member-main-visual img {
  margin-top: 100px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .member-main-visual img {
    margin-top: 50px;
  }
}

.single .main-content {
  margin: 0 auto 160px;
  padding: 50px 60px 0;
  display: grid;
  grid-template-columns: auto 275px;
  max-width: 1366px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .single .main-content {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 120px 0;
  }
}
.single .main-content::before {
  background: url(../img/common/common-bg-gray.webp) repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 574px;
  z-index: -1;
}
.single .main-content::after {
  background: url(../img/common/common-logo.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 770px;
  height: 770px;
  left: -236px;
  z-index: -1;
}

.single-member .entry {
  padding-bottom: 160px;
  margin-bottom: 50px;
  padding-bottom: 160px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 960px) {
  .single-member .entry {
    padding-bottom: 80px;
  }
}

.single-member .entry h2 {
  color: #000;
  font-family: "Roboto Slab";
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3692307692;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .single-member .entry h2 {
    margin-bottom: 30px;
  }
}

.single-member .entry h3 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding-left: 46px;
  padding-top: 1em;
}

.single-member .entry h3:before {
  position: absolute;
  top: calc(1em + 12px);
  left: 0;
  display: inline-block;
  width: 36px;
  height: 1px;
  margin-right: 10px;
  content: "";
  vertical-align: middle;
  background: #000;
}

.personal-history {
  margin-top: 80px;
  display: grid;
  margin-bottom: 220px;
  grid-template-columns: 305px auto;
  gap: 0 40px;
}
@media screen and (max-width: 960px) {
  .personal-history {
    margin-bottom: 80px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 960px) {
  .personal-history-image {
    max-width: 80%;
    margin: auto;
  }
}

.personal-history-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .personal-history-image img {
    margin-bottom: 0;
  }
}

.personal-history-position {
  margin-top: 10px;
  padding-left: 132px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 960px) {
  .personal-history-position {
    padding-left: 100px;
    margin-top: 0;
    font-size: 16px;
  }
}
.personal-history-position::before {
  content: "";
  position: absolute;
  background: #000;
  width: 116px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 960px) {
  .personal-history-position::before {
    width: 84px;
  }
}

.personal-history-text {
  margin-right: 10%;
}

.personal-history-text .personal-history-desc {
  margin-top: 50px;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .personal-history-text .personal-history-desc {
    margin-top: 20px;
    font-size: 14px;
  }
}

.personal-history-text .personal-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.personal-history-text .personal-name-wrap > div {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
}

.personal-history-text .personal-name-wrap > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sidebar {
  margin-top: 14.4px;
}

.sidebar {
  margin-top: 14.4px;
}

.sidebar-header-title {
  font-family: "Roboto Slab";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

.side-member-list ul {
  margin-top: 10px;
}

.side-member-list li {
  font-size: 20px;
  position: relative;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid #000;
}

.side-member-list li a {
  color: #000005;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.side-member-list li a .next-icon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.5s;
  border: 1px solid #000;
}

.side-member-list li a:hover .next-icon {
  background: #000;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.side-member-list li a:hover .next-icon:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.side-member-list li a .next-icon:before {
  position: absolute;
  top: 14px;
  right: 17px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.prev-next-link {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 240px;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .prev-next-link {
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0;
  }
}

.prev-post,
.next-post,
.journal-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.prev-next-link .prev-icon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  border: 1px solid #A32C00;
  background: #A32C00;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .prev-next-link .prev-icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
  }
}

.prev-next-link .prev-post:hover .prev-icon {
  background: #fff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.prev-next-link .prev-post:hover .prev-icon:before {
  border-bottom: 1px solid #A32C00;
  border-left: 1px solid #A32C00;
}

.prev-next-link .prev-icon:before {
  position: absolute;
  top: 14px;
  left: 17px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 960px) {
  .prev-next-link .prev-icon:before {
    top: 10px;
    left: 13px;
    width: 8px;
    height: 8px;
  }
}

.prev-next-link .next-icon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  border: 1px solid #A32C00;
  background: #A32C00;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .prev-next-link .next-icon {
    width: 32px;
    height: 32px;
    margin-left: 15px;
  }
}

.prev-next-link .next-post:hover .next-icon {
  background: #fff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.prev-next-link .next-post:hover .next-icon:before {
  border-top: 1px solid #A32C00;
  border-right: 1px solid #A32C00;
}

.prev-next-link .next-icon:before {
  position: absolute;
  top: 14px;
  right: 17px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 960px) {
  .prev-next-link .next-icon:before {
    top: 10px;
    right: 13px;
    width: 8px;
    height: 8px;
  }
}