@charset "UTF-8";
.team_ttl_wrap {
  max-width: 1240px;
  margin: auto;
}
.team_ttl_wrap .team_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0;
}
.team_ttl_wrap .team_ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #E03837;
}

.team_box {
  margin-top: 100px;
  padding: 0 20px 100px 20px;
  border-bottom: 1px solid #333;
}

.team_list {
  display: flex;
  max-width: 1240px;
  margin: auto;
  flex-wrap: wrap;
  gap: 80px;
}
.team_list li {
  cursor: pointer;
  width: calc(33.3333333333% - 54px);
}
.team_list li:nth-of-type(3n) {
  margin-right: 0;
}
.team_list li .team_img {
  aspect-ratio: 1/1;
  margin-bottom: 24px;
}
.team_list li .team_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.team_list li .t_l_txt_area {
  background-image: url(../img/common/pd_link_icon_black.svg);
  background-position: right 10px bottom 0px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-right: 50px;
  transition: 0.3s;
}
.team_list li .t_l_txt_area .t_l_position {
  margin-bottom: 10px;
  color: #E03837;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.team_list li .t_l_txt_area .t_l_name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
}
@media (hover: hover) {
  .team_list li:hover .t_l_txt_area {
    background-image: url(../img/common/pd_link_icon_hover.svg);
  }
  .team_list li:hover .t_l_txt_area .t_l_name {
    color: #E03837;
  }
}

.modal_area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.8);
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.modal_area.open {
  pointer-events: all;
  opacity: 1;
}

.modal_content_box {
  position: absolute;
  max-width: 1240px;
  width: 100%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 50px;
  justify-content: space-between;
  padding: 50px;
  background-color: #FBF7EE;
}
.modal_content_box .close_btn {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 10px;
}
.modal_content_box .close_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #333;
}
.modal_content_box .close_btn span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_content_box .close_btn span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_content_box .t_m_img {
  width: auto;
  height: 100%;
  max-height: 700px;
}
.modal_content_box .t_m_img img {
  width: auto;
  height: 100%;
}
.modal_content_box .t_m_txt_area {
  width: 570px;
  height: 100%;
  overflow-y: scroll;
  padding-right: 10px;
}
.modal_content_box .t_m_txt_area::-webkit-scrollbar {
  width: 4px;
}
.modal_content_box .t_m_txt_area::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal_content_box .t_m_txt_area::-webkit-scrollbar-thumb {
  background-color: #AAA59A;
  border-radius: 100px;
}
.modal_content_box .t_m_txt_area .t_m_position {
  margin-bottom: 10px;
  color: #E03837;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}
.modal_content_box .t_m_txt_area .t_m_name {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.modal_content_box .t_m_txt_area .t_m_degree li,
.modal_content_box .t_m_txt_area .t_m_qualifications li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.modal_content_box .t_m_txt_area .t_m_qualifications {
  margin-top: 16px;
}
.modal_content_box .t_m_txt_area .t_m_content {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}
.modal_content_box .t_m_txt_area .t_m_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.modal_content_box .t_m_txt_area .t_m_content p + p {
  margin-top: 24px;
}

/* 中カテゴリ
==============================*/
/* 小カテゴリ */
@media screen and (max-width: 1300px) {
  .modal_content_box {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1202px) {
  .p_description_box .p_description_inner .p_d_cta {
    display: block;
    text-align: center;
    padding: 40px 30px;
  }
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn {
    margin: auto;
    margin-top: 20px;
  }
  .team_box {
    margin-top: 80px;
  }
  .modal_content_box {
    height: 90%;
    overflow: auto;
    display: block;
    padding: 60px 20px;
  }
  .modal_content_box .t_m_txt_area {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    padding-right: 10px;
  }
  .modal_content_box .t_m_img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .modal_content_box .t_m_img img {
    width: 100%;
    height: auto;
  }
  .modal_content_box .t_m_txt_area {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 30px;
  }
  .modal_content_box .close_btn {
    width: 40px;
    top: 15px;
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p_description_box .p_description_inner .p_d_cta {
    margin-bottom: 40px;
  }
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn a {
    width: 70%;
    margin: auto;
    padding: 16px 2px;
  }
  .team_list {
    gap: 40px 30px;
  }
  .team_list li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .modal_content_box {
    top: 50%;
    height: 90%;
  }
  .team_list li .t_l_txt_area .t_l_name {
    font-size: 22px;
  }
  .team_list li .team_img {
    margin-bottom: 16px;
  }
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn a {
    font-size: 22px;
  }
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn a::before {
    width: 26px;
    height: 26px;
  }
  .team_box {
    border-bottom: none;
  }
  .border_only {
    border-bottom: 1px solid #333;
  }
}
@media screen and (max-width: 600px) {
  .p_description_box .p_description_inner .p_d_cta {
    padding: 40px 20px;
  }
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn {
    width: 100%;
  }
  .team_list li .t_l_txt_area .t_l_position {
    font-size: 14px;
  }
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn a {
    font-size: 20px;
  }
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_txt {
    font-size: 17px;
  }
  .team_box {
    padding: 0 20px 100px;
  }
  .team_list {
    gap: 0;
  }
  .team_list li {
    width: 100%;
  }
  .team_list li .t_l_txt_area {
    margin-bottom: 60px;
  }
  .team_list li .t_l_txt_area .t_l_position {
    font-size: 16px;
  }
  .p_description_box {
    margin-top: 60px;
  }
  .team_ttl_wrap .team_ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .p_description_box .p_description_inner .p_d_txt {
    line-height: 1.7;
  }
  .team_ttl_wrap .team_ttl {
    font-size: 26px;
  }
  .team_box {
    padding-bottom: 20px;
  }
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn a::before {
    width: 24px;
    height: 24px;
  }
  .p_description_box .p_description_inner .p_d_cta {
    padding: 40px 24px;
  }
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_txt {
    font-size: 18px;
  }
  .modal_content_box .t_m_txt_area .t_m_name {
    font-size: 26px;
  }
}