.page_section .reed_area {
  max-width: 680px;
  margin: 50px auto;
  text-align: center;
}
.page_section .member_list {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 4%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_section .member_list {
    gap: 45px 0;
    padding: 0 5%;
  }
}
.page_section .member_list .member_card {
  width: 30.6666666667%;
}
@media screen and (max-width: 1199px) {
  .page_section .member_list .member_card {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .page_section .member_list .member_card {
    width: 100%;
  }
}
.page_section .member_list .member_card .thum {
  margin-bottom: 35px;
}
.page_section .member_list .member_card .name h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .page_section .member_list .member_card .name h3 {
    font-size: 1.8rem;
  }
}
.page_section .member_list .member_card .name h3 span {
  font-size: 1.2rem;
  margin-left: 15px;
}
.page_section .member_list .member_card ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  margin: 10px auto 15px;
}
@media screen and (max-width: 767px) {
  .page_section .member_list .member_card ul {
    gap: 0 10px;
  }
}
.page_section .member_list .member_card ul li {
  display: flex;
  font-size: 1.4rem;
  color: #7C7C7C;
}
@media screen and (max-width: 767px) {
  .page_section .member_list .member_card ul li {
    font-size: 1.3rem;
  }
}
.page_section .member_list .member_card ul li::after {
  content: "/";
  margin-left: 10px;
}
.page_section .member_list .member_card ul li:last-child::after {
  display: none;
}
.page_section .member_list .member_card dl {
  display: flex;
  margin-top: 30px;
}
.page_section .member_list .member_card dl dt {
  background: #B45B47;
  color: #FFFFFF;
  border: 1px solid #B45B47;
  padding: 12px;
  width: 110px;
  line-height: 1.6;
  font-size: 90%;
  text-align: center;
}
.page_section .member_list .member_card dl dd {
  border: 1px solid #B45B47;
  color: #B45B47;
  padding: 12px;
  line-height: 1.6;
  flex: 1;
  font-size: 90%;
}
.page_section .philosophy_block {
  max-width: 1180px;
  margin: auto;
}
.page_section .philosophy_block .block {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .page_section .philosophy_block .block {
    margin-bottom: 30px;
    display: block;
  }
}
.page_section .philosophy_block .block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page_section .philosophy_block .block dt {
  width: 330px;
  font-size: 2.6rem;
  font-weight: 600;
  color: #E7C3AD;
  line-height: 1;
  background: #B45B47;
  padding: 60px 20px;
  border-radius: 20px 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page_section .philosophy_block .block dt {
    width: 100%;
    font-size: 2.2rem;
    padding: 30px 20px;
    text-align: center;
    border-radius: 20px 20px 0 0;
  }
}
.page_section .philosophy_block .block dd {
  flex: 1;
  font-weight: 600;
  font-size: 2.2rem;
  background: #FFFFFF;
  padding: 60px 20px;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .page_section .philosophy_block .block dd {
    font-size: 1.8rem;
    padding: 30px 20px;
    border-radius: 0 0 20px 20px;
  }
}
.page_section .philosophy_block .block dd ul {
  margin-left: 1em;
}
.page_section .philosophy_block .block dd ul li {
  margin-bottom: 0.8em;
}
.page_section .philosophy_block .block dd ul li:last-child {
  margin-bottom: 0;
}
.page_section .philosophy_block .block dd .philosophy_block_inr .inr_block {
  margin: 40px auto;
}
.page_section .philosophy_block .block dd .philosophy_block_inr .inr_block dt {
  font-weight: 600;
  font-size: 1.8rem;
  padding-left: 32px;
  position: relative;
  color: #3B3938;
  margin-bottom: 15px;
}
.page_section .philosophy_block .block dd .philosophy_block_inr .inr_block dt:before {
  content: "";
  width: 19px;
  height: 1px;
  background: #3B3938;
  position: absolute;
  top: 50%;
  left: 0;
}
.page_section .philosophy_block .block dd .philosophy_block_inr .inr_block dd {
  margin-left: 32px;
  font-size: 1.5rem;
  font-weight: 400;
}
.page_section .information_inr {
  max-width: 1180px;
  margin: auto;
}
.page_section .information_inr table {
  width: 100%;
}
.page_section .information_inr table tr th {
  font-weight: bold;
  width: 25%;
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #3B3938;
}
@media screen and (max-width: 767px) {
  .page_section .information_inr table tr th {
    display: block;
    width: 100%;
    padding: 25px 0 0;
    text-align: left;
    border: none;
  }
}
.page_section .information_inr table tr td {
  width: 75%;
  padding: 40px 20px;
  border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width: 767px) {
  .page_section .information_inr table tr td {
    display: block;
    width: 100%;
    padding: 0 0 25px;
    text-align: left;
  }
}