/*--------------------------------------------------------------------------
  top
---------------------------------------------------------------------------*/
#Sec01 .inner {
  width: 880px;
}

#Sec01 .sortarea .inner {
  width: 1040px;
  margin: 0 auto;
}

#Sec01 .sortarea .inner li {
  border: 1px solid #00913a;
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.2s;
  margin-right: 5px;
  margin-bottom: 10px;
}

#Sec01 .sortarea .inner li a {
  color: #00913a;
  padding: 4px 12px;
  display: block;
}

#Sec01 .sortarea .inner li.active,
#Sec01 .sortarea .inner li:hover {
  border: 1px solid transparent;
  background: linear-gradient(90deg, #00913b, #01928a);
}

#Sec01 .sortarea .inner li.active a,
#Sec01 .sortarea .inner li:hover a {
  color: #fff;
  opacity: 1.0;
}

#Sec01 .sort_content {
  margin-top: 20px;
}

#Sec01 .person_list {
  margin-top: 120px;
}

#Sec01 .wp-pagenavi {
  text-align: center;
  margin: 80px auto 0px;
}

#Sec01 .wp-pagenavi a {
  font-size: 1.6rem;
  color: #00913a;
  width: 40px;
  height: 40px;
  display: block;
  border: 2px solid #00913a;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  display: inline-block;
}

#Sec01 .wp-pagenavi a:hover {
  color: #fff;
  background: #00913a;
  opacity: 1;
}

#Sec01 .wp-pagenavi a:last-child {
  margin-right: 0px;
}

#Sec01 .wp-pagenavi .current {
  font-size: 1.6rem;
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  border: 2px solid #00913a;
  background: #00913a;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  display: inline-block;
}

.previouspostslink img,
.nextpostslink img {
  position: relative;
  top: 13px;
}

#Sec01 .wp-pagenavi .first,
#Sec01 .wp-pagenavi .last {
  display: none;
}

#Sec02 {
  margin-top: 120px;
}

/* 202501 add ========== */
#Main .inner_nav {
  width: 1040px;
  margin: 0 auto 80px;
  background: #f7f6f5;
}

#Main .inner_nav span {
  display: block;
  text-align: center;
}

#Main .inner_nav .inner {
  width: 880px;
  margin: 0 auto;
  background: #f7f6f5;
  padding-bottom: 0px;
}

#Main .inner_nav .inner ul {
  display: flex;
  justify-content: space-around;
  font-size: 2.0rem;
}

#Main .inner_nav .inner ul li {
  padding: 16px 0;
}

#Main .inner_nav .inner ul li:after {
  content: "";
  background: url(../img/about/arrow_bottom.png) no-repeat center;
  width: 11px;
  height: 6px;
  display: block;
  margin: 0 auto;
}

#Main .inner_nav .inner ul a {
  color: #8a8583;
  padding: 0 30px;
}

.heading_column {
  display: flex;
  align-items: center;
  gap: 40px;
}

.section_ttl {
  color: #00913a;
  font-size: 3.2rem;
  font-weight: normal;
}

.heading_annotation span {
  margin-left: 20px;
}

.alma_mater {
  margin-top: 80px;
}

.alma_mater_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.alma_mater_block {
  width: 100%;
}

.alma_mater_list {
  display: flex;
  flex-wrap: wrap;
}

.alma_mater_list_ttl,
.alma_mater_list_txt {
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
  border-top: 1px solid #d8d4d3;
  margin-top: -1px;
  /* borderの分上げて打ち消す */
}

.alma_mater_list_ttl:last-of-type,
.alma_mater_list_ttl:nth-last-of-type(2),
.alma_mater_list_txt:last-of-type,
.alma_mater_list_txt:nth-last-of-type(2) {
  border-bottom: 1px solid #d8d4d3;
}

.alma_mater_list_ttl {
  width: calc(30% - 5px);
  background: #f0f8f3;
  font-weight: bold;
}

.alma_mater_list_ttl:nth-of-type(2n) {
  margin-left: 20px;
}

.alma_mater_list_txt {
  width: calc(20% - 5px);
}

.alma_mater_list_rows_txt {
  display: block;
}

.alma_mater_list_rows_txt:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  #Sec01 .sortarea .inner {
    width: 90%;
    margin: 0 auto;
  }

  #Sec01 .sortarea .inner li {
    font-size: 1.2rem;
  }

  #Main #Sec01 .inner.cf {
    width: 75% !important;
  }

  #Sec01 .person_list {
    margin-top: 75px;
  }

  #Sec01 .wp-pagenavi {
    margin: 0 auto;
  }

  #Sec01 .wp-pagenavi a,
  #Sec01 .wp-pagenavi .current {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  #Sec02 {
    margin-top: 75px;
  }

  /* 202501 add ========== */
  #Main .inner_nav {
    width: 87% !important;
    margin: 0 auto 40px;
  }

  #Main .inner_nav .inner ul {
    display: block;
    text-align: center;
  }

  #Main .inner_nav .inner ul a {
    padding: 0;
  }

  #Main .inner_nav .inner ul li {
    padding: 10px 0;
  }

  .heading_column {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .section_ttl,
  #Main .inner_nav .inner ul,
  .ttl_01 {
    font-size: 1.6rem;
  }

  .heading_annotation span {
    margin-left: 0;
  }

  .alma_mater_list_ttl,
  .alma_mater_list_txt {
    width: 100%;
  }

  .alma_mater_list_ttl:nth-of-type(2n) {
    margin: 0;
  }
}