@charset "UTF-8";


@media screen and (min-width: 768px) {
  #about_message {
    width: 100%;
  }
  #about_message h2 {
    text-align: center;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 1.5;
    margin: 0 0 25px;
  }
  #about_message > .subpage_txt {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  #about_daihyo {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  #about_daihyo dl {
    flex-grow: 0;
    text-align: center;
  }
  #about_daihyo dl dt {
    margin: 0 0 3px;
  }
  #about_daihyo div {
    width: 400px;
    line-height: 0;
  }
  #about_members {
    width: 100%;
    padding: 100px 0 0;
  }
  #about_members h2 {
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1.45;
    border-bottom: 1px #cccccc solid;
    margin: 0 0 80px;
    padding: 0 0 15px;
  }
  .members_list {
    width: 100%;
    margin: 0 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .members_list .members_list_img {
    width: 32%;
    max-width: 400px;
    line-height: 0;
  }
  .members_list .members_list_cnt {
    width: 62.5%;
    max-width: 800px;
  }
  .members_list .members_list_cnt h3 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.3;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .members_list .members_list_cnt h3 span {
    font-size: 1rem;
  }
  .members_list .members_list_cnt .subpage_txt a {
    color: #000000;
    text-decoration: underline;
  }
  .members_list .members_list_cnt .subpage_txt a:hover {
    color: var(--red);
  }
  .members_list .members_list_cnt .subpage_table {
    margin: 10px 0 0;
  }
  .members_list .members_list_cnt .subpage_table th {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  #about_message {
    width: 100%;
  }
  #about_message h2 {
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0 0 20px;
  }
  #about_daihyo {
    width: 100%;
    padding: 10px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  #about_daihyo dl {
    flex-grow: 0;
    text-align: center;
  }
  #about_daihyo dl dt {
    margin: 0 0 3px;
  }
  #about_daihyo div {
    width: 40%;
    max-width: 400px;
    line-height: 0;
  }
  #about_members {
    width: 100%;
    padding: 60px 0 0;
  }
  #about_members h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3;
    border-bottom: 1px #cccccc solid;
    margin: 0 0 35px;
    padding: 0 0 10px;
  }
  .members_list {
    width: 100%;
    margin: 0 0 50px;
  }
  .members_list .members_list_img {
    width: 50%;
    max-width: 400px;
    margin: 0 auto 15px;
    line-height: 0;
  }
  .members_list .members_list_cnt {
    width: 100%;
  }
  .members_list .members_list_cnt h3 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .members_list .members_list_cnt h3 span {
    font-size: 0.875rem;
  }
  .members_list .members_list_cnt .subpage_txt a {
    color: #000000;
    text-decoration: underline;
  }
  .members_list .members_list_cnt .subpage_txt a:hover {
    color: var(--red);
  }
  .members_list .members_list_cnt .subpage_table th {
    width: 40%;
  }
}

