@charset "UTF-8";
/* ▼▼▼ profile ▼▼▼ */
#profile #main {
  overflow: unset;
}
#profile .profile_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  #profile .profile_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
#profile .profile_main {
  width: 840px;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  #profile .profile_main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #profile .profile_overview_main {
    margin-top: -16px;
  }
}
#profile .profile_overview_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-block: 32px 24px;
  line-height: 1.4;
  border-bottom: 1px solid var(--Line-Primary);
}
@media screen and (max-width: 767px) {
  #profile .profile_overview_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 4px;
    padding-block: 16px;
  }
}
#profile .profile_overview_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(150px, 13.8888888889vw, 200px);
  font-weight: var(--font-weight-medium);
  border-right: 1px solid var(--Line-Primary);
}
@media screen and (max-width: 767px) {
  #profile .profile_overview_title {
    width: 100%;
    text-align: unset;
    border-right: unset;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
#profile .profile_overview_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #profile .profile_overview_description {
    gap: 8px;
  }
}
#profile .profile_overview_description_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: auto;
}
#profile .profile_overview_description_link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Background-Secondary);
  border: 1px solid var(--Line-Primary);
  border-radius: 2px;
  padding: 3px;
}
#profile .profile_office_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
#profile .profile_office_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--Line-Primary);
}
@media screen and (max-width: 999px) {
  #profile .profile_office_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#profile .profile_office_text_wrap {
  width: 416px;
}
@media screen and (max-width: 767px) {
  #profile .profile_office_text_wrap {
    width: 100%;
  }
}
#profile .profile_office_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 1.4;
  padding-block: 5px 7px;
  padding-inline: 24px;
  background: var(--Background-Secondary);
  border: 1px solid var(--Line-Primary);
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  #profile .profile_office_title {
    font-size: 18px;
    padding-block: 2px 4px;
  }
}
#profile .profile_office_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #profile .profile_office_list_wrap {
    margin-top: 16px;
  }
}
#profile .profile_office_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  padding-left: 29px;
  padding-bottom: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #profile .profile_office_list {
    padding-bottom: 4px;
  }
}
#profile .profile_office_list::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  background: var(--Line-Quarterly);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 9px;
}
#profile .profile_office_list address {
  font-style: normal;
}
#profile .profile_office_img {
  width: 408px;
  aspect-ratio: 408/272;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #profile .profile_office_img {
    width: 100%;
  }
}
#profile .profile_office_img img {
  width: 100%;
}
#profile .profile_group_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#profile .profile_results_main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1050px) {
  #profile .profile_results_main {
    grid-template-columns: 1fr;
  }
}
#profile .profile_results_item_title {
  font-weight: var(--font-weight-medium);
  line-height: 1.6;
  padding-bottom: 10px;
  position: relative;
}
#profile .profile_results_item_title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--Brand-color-Primary) 0px 24px, var(--Line-Secondary) 24px 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#profile .profile_results_lists {
  margin-top: 16px;
}
#profile .profile_results_lists.--2column {
  display: block;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
#profile .profile_results_lists li {
  line-height: 1.4;
  padding-bottom: 3px;
  padding-left: 29px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #profile .profile_results_lists li {
    padding-bottom: 4px;
  }
}
#profile .profile_results_lists li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--Line-Quarterly);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 9px;
}
#profile .profile_results_lists > li + li {
  margin-top: 4px;
}
#profile .profile_affiliation_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#profile .profile_affiliation_item {
  width: 100%;
  border: 1px solid var(--Line-Primary);
  border-radius: 4px;
  padding-bottom: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #profile .profile_affiliation_item {
    padding-bottom: 16px;
  }
}
#profile .profile_affiliation_item .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  #profile .profile_affiliation_item:hover {
    opacity: 1;
    color: var(--Object-Attention);
    border-color: var(--Object-Attention);
  }
  #profile .profile_affiliation_item:hover .btn {
    color: var(--Object-Attention);
  }
  #profile .profile_affiliation_item:hover .btn::after {
    border-color: var(--Object-Attention);
  }
}
#profile .profile_affiliation_main .btn {
  padding-block: 16px;
}
#profile .profile_affiliation_title {
  border: unset;
}
#profile .profile_affiliation_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-inline: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 999px) {
  #profile .profile_affiliation_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#profile .profile_affiliation_sub_title {
  font-weight: var(--font-weight-medium);
  line-height: 1.6;
}
#profile .profile_affiliation_text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
}
#profile .profile_affiliation_img {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-inline: auto;
}
#profile .profile_side {
  min-width: 270px;
  width: 320px;
  background: var(--Background-Secondary);
  border-radius: 10px;
  padding: 16px;
  position: sticky;
  top: 176px;
  left: 0;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  #profile .profile_side {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 8px 16px;
    border-radius: 0;
    margin-top: 16px;
    top: 76px;
    overflow: hidden;
  }
}
#profile .profile_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  #profile .profile_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2px 12px;
    overflow: auto;
  }
}
#profile .profile_menu li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px;
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  #profile .profile_menu li {
    padding-block: 4px 6px;
    padding-inline: 11px;
  }
}
#profile .profile_menu li a {
  display: inline-block;
  color: var(--Object-Inactive-text);
  font-size: 15px;
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  padding-left: 18px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #profile .profile_menu li a {
    white-space: nowrap;
  }
}
#profile .profile_menu li a::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background: var(--Brand-color-Primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  translate: 0 -50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  #profile .profile_menu li a:hover {
    opacity: 1;
    color: var(--Object-Primary);
  }
  #profile .profile_menu li a:hover::after {
    background: var(--Object-Inactive-object);
  }
}
#profile .profile_menu li.is-active {
  background: var(--Object-Primary-Reverse);
  border-radius: 999px;
  border: 1px solid var(--Brand-color-Primary);
}
#profile .profile_menu li.is-active a {
  color: var(--Object-Primary);
}
#profile .profile_menu li.is-active a::after {
  background: var(--Object-Inactive-object);
}
#profile .profile_menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#profile .profile_menu:-webkit-scrollbar {
  display: none;
}